Skip to main content

Interface: Token

typings/Types.Token

A token within a text editor, including the current display line of the token

Hierarchy

Properties

displayLine

displayLine: number

Defined in

typings/Types.ts:31


editor

editor: TextEditor

Defined in

typings/Types.ts:30


expansionBehavior

expansionBehavior: ExpansionBehavior

Inherited from

FullRangeInfo.expansionBehavior

Defined in

typings/updateSelections.ts:32


offsets

offsets: RangeOffsets

Inherited from

FullRangeInfo.offsets

Defined in

typings/updateSelections.ts:36


range

range: Range

Inherited from

FullRangeInfo.range

Defined in

typings/updateSelections.ts:31


text

text: string

Inherited from

FullRangeInfo.text

Defined in

typings/updateSelections.ts:37