Options
All
  • Public
  • Public/Protected
  • All
Menu

A VDomModel for the TabSpace status item.

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

Private _config

_config: any

Private _triggerChange

_triggerChange: any

Readonly stateChanged

stateChanged: Signal<this, void>

A signal emitted when any model state changes.

Accessors

config

  • get config(): CodeEditor.IConfig | null
  • set config(val: CodeEditor.IConfig | null): any
  • The editor config from the settings system.

    Returns CodeEditor.IConfig | null

  • The editor config from the settings system.

    Parameters

    • val: CodeEditor.IConfig | null

    Returns any

isDisposed

  • get isDisposed(): boolean
  • Test whether the model is disposed.

    Returns boolean

Methods

dispose

  • dispose(): void
  • Dispose the model.

    Returns void

Generated using TypeDoc