Files
noodl-docs/nodes/basic-elements/text/README.md
Eric Tuvesson 656e5fc8d2 chore: Upgrade Docusaurus from v2 to v3 (#52)
* chore: Upgrade Docusaurus from v2 to v3

* chore: Update "Test build" GH workflow

* fix: build

All markdown is processed as MDX

* fix: Broken links
2024-01-12 16:53:22 +01:00

3.4 KiB

hide_title, hide_table_of_contents, title
hide_title hide_table_of_contents title
true true Text node

{/##head##/}

Text

This node places a text element in the visual tree. You can use it for both single words as well as paragraphs of text.

The Text node can be styled with font family, color, size, and much more.

{/##head##/}

Inputs

Data Description
Text The text string to display.
Text Align The alignment of the text string within the Text node's bounding box.
Word Break Control where line breaks are allowed.

Normal: Break on spaces and other whitespace characters
Break All: Allow line breaks between any two characters, including inside words

Visual

The Text node features the following Visual Input Properties.

Outputs

Many of the UI nodes share the same outputs. Please refer to the Visual Output Properties documentation.

This node supports the following outputs:

@include "../../shared-props/inputs/_visual-input-properties.md"

@include "../../shared-props/outputs/_visual-output-properties.md"