Type Alias ChildList<QData>

Lists the children of a generic object. Is the layout for ChildListDef.

ChildList is used by the _GetLayout Method_ to list the children of a generic object.
type ChildList<QData> = {
    qItems?: NxContainerEntry<QData>[];
}

Type Parameters

  • QData
Index

Properties

Properties

Information about the items in the app object.