A VDom model for a status item tracking the line/column of an editor.

Hierarchy

Constructors

Properties

_column: any
_editor: any
_getAllState: any
_line: any
_onSelectionChanged: any

React to a change in the cursors of the current editor.

_triggerChange: any
stateChanged: Signal<LineCol.Model, void>

A signal emitted when any model state changes.

Accessors

  • get column(): number
  • The current column of the model.

    Returns number

  • get editor(): CodeEditor.IEditor
  • The current editor of the model.

    Returns CodeEditor.IEditor

  • set editor(editor): void
  • Parameters

    Returns void

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

    Returns boolean

  • get line(): number
  • The current line of the model.

    Returns number

Methods

  • Dispose the model.

    Returns void

Generated using TypeDoc