Type Alias NxVariableProperties

type NxVariableProperties = {
    qIncludeInBookmark?: boolean;
    qName?: string;
    qNumberPresentation?: FieldAttributes;
    qPreDefinedList?: string[];
    qUsePredefListedValues?: boolean;
}
Index

Properties

qIncludeInBookmark?: boolean

Set this property to true to update the variable when applying a bookmark. The value of a variable can affect the state of the selections. The default value is false.

qName?: string

Name of the variable.

qNumberPresentation?: FieldAttributes

Defines the format of the value of a variable.

qPreDefinedList?: string[]

List of enumerations. This property is used if qUsePredefListedValues is set to true.

qUsePredefListedValues?: boolean

The value of a variable can be an enumeration. Set this property to true to reflect the predefined values in an enumeration.