Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TextEditorOptionsExt

Hierarchy

  • TextEditorOptionsExt

Implements

  • TextEditorOptions

Index

Constructors

constructor

Properties

Private _cursorStyle

_cursorStyle: TextEditorCursorStyle

Private _insertSpace

_insertSpace: boolean

Private _lineNumbers

Private Optional _tabSize

_tabSize: number

Accessors

cursorStyle

insertSpaces

  • get insertSpaces(): string | boolean
  • set insertSpaces(val: string | boolean): void

lineNumbers

tabSize

  • get tabSize(): undefined | string | number
  • set tabSize(val: undefined | string | number): void

Methods

accept

assign

  • assign(newOptions: TextEditorOptions): void

Private validateInsertSpaces

  • validateInsertSpaces(val: string | boolean): boolean | "auto"

Private validateTabSize

  • validateTabSize(val: undefined | string | number): undefined | number | "auto"