Type Alias NxSimpleValue

type NxSimpleValue = {
    qNum?: number;
    qText?: string;
}
Index

Properties

Properties

qNum?: number

Numeric value of the attribute expression. Set to NaN (Not a Number) if the attribute expression value is not numeric.

qText?: string

Text related to the attribute expression value.