Options
All
  • Public
  • Public/Protected
  • All
Menu

The variables UI model.

Hierarchy

  • IVariables

Index

Properties

Readonly changed

changed: ISignal<IVariables, void>

Signal emitted when the current variable has changed.

scopes

scopes: IScope[]

The variable scopes.

Readonly variableExpanded

variableExpanded: ISignal<IVariables, IVariable>

Signal emitted when the current variable has been expanded.

Methods

expandVariable

  • Expand a variable.

    Parameters

    • variable: IVariable

      The variable to expand.

    Returns void

Generated using TypeDoc