The variables UI model.

Hierarchy

  • IVariables

Properties

changed: ISignal<IVariables, void>

Signal emitted when the current variable has changed.

scopes: IScope[]

The variable scopes.

selectedVariable: IVariableSelection

Selected variable in the variables explorer.

variableExpanded: ISignal<IVariables, IVariable>

Signal emitted when the current variable has been expanded.

Methods

  • Expand a variable.

    Parameters

    • variable: IVariable

      The variable to expand.

    Returns void

Generated using TypeDoc