Type Alias GenericVariableLayout

Is the layout for GenericVariableProperties.

type GenericVariableLayout = {
    qInfo?: NxInfo;
    qIsScriptCreated?: boolean;
    qMeta?: NxMeta;
    qNum?: number;
    qText?: string;
}
Index

Properties

qInfo?: NxInfo

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

qIsScriptCreated?: boolean

If set to true, it means that the variable was defined via script.

qMeta?: NxMeta

Information about publishing and permissions. This parameter is optional.

qNum?: number

A value.

qText?: string

Some text.