LGUI2:Items

From Lavish Software Wiki
Revision as of 14:30, 14 July 2018 by Lax (talk | contribs) (Created page with "An Item in LavishGUI 2 is essentially a Model from which LGUI2:itemview elements can be generated. == Defining an Item == An Item is defined by a JSON object, usuall...")
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

An Item in LavishGUI 2 is essentially a Model from which itemview elements can be generated.

Defining an Item

An Item is defined by a JSON object, usually in the "items" Array of an Item List.

Item properties
itemType The type of Item, or "default" if not provided. This indicates what other properties the Item has. Items of the "default" type will be interpreted directly as a LGUI2 Element.

Examples