LGUI2:textblock

From Lavish Software Wiki
Revision as of 21:14, 4 July 2018 by Lax (talk | contribs)
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!"
}