Type Alias GenericDimensionProperties

type GenericDimensionProperties = {
    qDim?: NxLibraryDimensionDef;
    qInfo?: NxInfo;
    qMetaDef?: NxMetaDef;
}
Index

Properties

Definition of the dimension. This parameter is mandatory.

qInfo?: NxInfo

Identifier and type of the dimension. This parameter is mandatory.

qMetaDef?: NxMetaDef

Definition of the dynamic properties.