Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

Index

Constructors

constructor

Properties

Private _column

_column: any

Private _editor

_editor: any

Private _getAllState

_getAllState: any

Private _line

_line: any

Private _onSelectionChanged

_onSelectionChanged: any

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

Private _triggerChange

_triggerChange: any

Readonly stateChanged

stateChanged: Signal<this, void>

A signal emitted when any model state changes.

Accessors

column

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

    Returns number

editor

  • get editor(): CodeEditor.IEditor | null
  • set editor(editor: CodeEditor.IEditor | null): any
  • The current editor of the model.

    Returns CodeEditor.IEditor | null

  • The current editor of the model.

    Parameters

    • editor: CodeEditor.IEditor | null

    Returns any

isDisposed

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

    Returns boolean

line

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

    Returns number

Methods

dispose

  • dispose(): void
  • Dispose the model.

    Returns void

Generated using TypeDoc