Type Alias DimensionReference

The DimensionReference structure points to a GenericDimension.

Stability: experimental

type DimensionReference = {
    qId?: string;
    qLabel?: string;
}
Index

Properties

Properties

qId?: string

Identifier of the associated dimension.

qLabel?: string

Text label.