Type Alias ListObject

Renders the properties of a list object. Is the layout for ListObjectDef. For more information about the definition of a list object, see Generic object.

ListObject is used by the _GetLayout Method_ to display the properties of a list object.
type ListObject = {
    qDataPages?: NxDataPage[];
    qDimensionInfo?: NxDimensionInfo;
    qError?: NxValidationError;
    qExpressions?: NxListObjectExpression[];
    qSize?: Size;
    qStateName?: string;
}
Index

Properties

qDataPages?: NxDataPage[]

Set of data. Is empty if nothing has been defined in qInitialDataFetch in ListObjectDef.

qDimensionInfo?: NxDimensionInfo

Information about the dimension.

This parameter is optional and is displayed in case of error.

qExpressions?: NxListObjectExpression[]

Lists the expressions in the list object.

qSize?: Size

Defines the size of a list object.

qStateName?: string

Name of the alternate state. Default is current selections $ .