Class Global<T>

Type Parameters

Hierarchy

  • Global

Implements

  • Global

Constructors

Accessors

Methods

Constructors

Accessors

  • get value(): ValueTypeMap[T]
  • The value contained inside the global variable — this can be used to directly set and get the global's value.

    Returns ValueTypeMap[T]

  • set value(v): void
  • Parameters

    Returns void

Methods

  • Old-style method that returns the value contained inside the global variable.

    Returns ValueTypeMap[T]

Generated using TypeDoc