Difference between revisions of "LGUI2:textblock"

From Lavish Software Wiki
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 21:02, 4 July 2018

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!"
}