Interface VariableDescriptor

Specifies a type and either id or name (but not both).

Hierarchy

  • VariableDescriptor

Properties

Properties

id?: string

The variable id.

Mutually exclusive with dh.ide.name.

name?: string

The variable name.

Mutually exclusive with dh.ide.id.

type: string

The variable type.