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...")
 
Line 20: Line 20:
 
[[Category:LavishGUI 2]]
 
[[Category:LavishGUI 2]]
 
[[Category:LavishGUI 2 Elements]]
 
[[Category:LavishGUI 2 Elements]]
[[Category:LavishGUI 2 Bordered Elements]]
 
[[Category:LavishGUI 2 Content Container Elements]]
 

Revision as of 21:14, 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!"
}