Type Alias GenericVariableProperties

type GenericVariableProperties = {
    qComment?: string;
    qConstraints?: GenericVariableConstraints;
    qDefinition?: string;
    qIncludeInBookmark?: boolean;
    qInfo?: NxInfo;
    qMetaDef?: NxMetaDef;
    qName?: string;
    qNumberPresentation?: FieldAttributes;
}
Index

Properties

qComment?: string

Comment related to the variable. This parameter is optional.

qDefinition?: string

Definition of the variable.

qIncludeInBookmark?: boolean

Set this property to true to update the variable when applying a bookmark. The variable value will be persisted in the bookmark. The value of a variable can affect the state of the selections. Script variables cannot be persisted in the bookmark. The default value is false.

qInfo?: NxInfo

Identifier and type of the object. This parameter is mandatory.

qMetaDef?: NxMetaDef

Meta data.

qName?: string

Name of the variable. The name must be unique. This parameter is mandatory.

qNumberPresentation?: FieldAttributes

Defines the format of the value. This parameter is optional.