Represents a reference to a variable group.

interface VariableGroupReference {
    alias?: string;
    id?: number;
}

Hierarchy (View Summary)

Properties

Properties

alias?: string

The Name of the variable group.

id?: number

The ID of the variable group.