Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TextEdit

Index

Constructors

constructor

  • new TextEdit(range: undefined | Range, newText: undefined | string): TextEdit

Properties

Protected _newEol

_newEol: EndOfLine

Protected _newText

_newText: string

Protected _range

_range: Range

Accessors

newEol

newText

  • get newText(): string
  • set newText(value: string): void

range

  • get range(): Range
  • set range(value: Range): void

Methods

Static delete

Static insert

Static isTextEdit

  • isTextEdit(thing: {}): thing is TextEdit

Static replace

Static setEndOfLine