IVariable

Defines a variable interface.

Description

The IVariable interface allows you to define a variable.

Fields

name

The variable name.

name: string

value

The variable value.

value: Variant