Type Alias GenericDimensionLayout

Is the layout for GenericDimensionProperties.

type GenericDimensionLayout = {
    qDim?: NxLibraryDimension;
    qDimInfos?: GenericDimensionInfo[];
    qInfo?: NxInfo;
    qMeta?: NxMeta;
}
Index

Properties

Name and label of the dimension, information about grouping.

qDimInfos?: GenericDimensionInfo[]

Cardinal and tags related to the dimension. Length of the longest value in the field.

qInfo?: NxInfo

Identifier and type of the dimension.

qMeta?: NxMeta

Information about publishing and permissions.