Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Variable

Implements a variable holder object.

Hierarchy

  • Variable

Implements

Index

Constructors

Accessors

Constructors

constructor

  • Constructs this variable with name and value.

    Parameters

    • name: string

      The name of this variable.

    • Optional value: Variant

      The variable value.

    Returns Variable

Accessors

name

  • get name(): string
  • The variable name.

    Returns string

value

  • The variable value.

    Returns Variant

  • The variable value.

    Parameters

    Returns void

Generated using TypeDoc