Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TextEditorOptionsExt

Implements

  • TextEditorOptions

Index

Constructors

Properties

_cursorStyle: TextEditorCursorStyle
_insertSpace: boolean
_tabSize?: number

Accessors

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

Methods

  • assign(newOptions: TextEditorOptions): void
  • validateInsertSpaces(val: string | boolean): boolean | "auto"
  • validateTabSize(val: undefined | string | number): undefined | number | "auto"