UIRoot allows to define the root items structure with an optional style for basic templating.

interface UIRoot {
    items: UIElement[];
    style?: UIStyle;
}

Properties

Properties

items: UIElement[]

items define the collection of UIElement items to be used.

style?: UIStyle

style allows a certain limited template styling for the items.

Generated using TypeDoc