Type Alias NxAttrDimInfo

Layout for NxAttrDimDef.

type NxAttrDimInfo = {
    qCardinal?: number;
    qError?: NxValidationError;
    qFallbackTitle?: string;
    qIsCalculated?: boolean;
    qLocked?: boolean;
    qSize?: Size;
}
Index

Properties

qCardinal?: number

Cardinality of the attribute expression.

Validation error.

qFallbackTitle?: string

The title for the attribute dimension.

qIsCalculated?: boolean

True if this is a calculated dimension.

qLocked?: boolean

The Locked value of the dimension.

qSize?: Size

Number of rows.