Type Alias NxSimpleDimValue

type NxSimpleDimValue = {
    qElemNo?: number;
    qText?: string;
}
Index

Properties

Properties

qElemNo?: number

Element number.

qText?: string

Text related to the attribute expression value. This property is optional. No text is returned if the attribute expression value is a numeric.