LGUI2:textblock

From Lavish Software Wiki
Revision as of 21:02, 4 July 2018 by Lax (talk | contribs) (Created page with "A LavishGUI 2 textblock element is a fairly straightforward text display. == Defining a textblock element == A textblock element is a LGUI2:Element with an additiona...")
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

A LavishGUI 2 textblock element is a fairly straightforward text display.

Defining a textblock element

A textblock element is a Element with an additional "text" property.

textblock element properties
text A string containing the text to render

Examples

A simple textblock
{
  "type": "textblock",
  "text": "Hello World!"
}