A sticky note is a special node, it is a 2d container of text. It does not provide any functions. However, it does output the text content as a string, which can be used as an input for other nodes.
Name | Type | Default | Required | Options | Description |
---|---|---|---|---|---|
Show Title Bar (showTitleBar) | boolean | If true, the title bar will be shown, otherwise it will be hidden and only appear when the mouse hovers over the node. | |||
Text (text) | string | The text content of the sticky note, you can also edit the text directly in the node. | |||
Font (font) | string | Arial | American Typewriter Arial Arial Black Avenir Avenir Next Baskeville Copperplate Courier New Garamond Georgia Gill Sans Helvetica Impact Palatino Roboto Tahoma Times New Roman Trebuchet MS Verdana | The font family of the text content. | |
Font Size (fontSize) | number | 18 | The font size of the text content. | ||
Font Color (fontColor) | string | #dddddd | The font color of the text content. |
Name | Type | Description |
---|---|---|
Text (text) | string | The text content of the sticky note. |