Options
All
  • Public
  • Public/Protected
  • All
Menu

A VDomModel for the TabSpace status item.

Hierarchy

  • VDomModel
    • Model

Implements

  • IModel

Index

Properties

Private _config

_config: IConfig | null = null

isDisposed

isDisposed: boolean

Test whether the model is disposed.

stateChanged

stateChanged: Signal<this, void>

A signal emitted when any model state changes.

Accessors

config

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

    Returns IConfig | null

  • The editor config from the settings system.

    Parameters

    • val: IConfig | null

    Returns void

Methods

Private _triggerChange

  • _triggerChange(oldValue: IConfig | null, newValue: IConfig | null): void

dispose

  • dispose(): void
  • Dispose the model.

    Returns void

Generated using TypeDoc