Interface UIContainer

UIContainer allows to group elements in template groups.

interface UIContainer {
    items: UIElement[];
    type: "container";
}

Properties

Properties

items: UIElement[]

items defines the items that belong to this container.

type: "container"

Generated using TypeDoc