Options
All
  • Public
  • Public/Protected
  • All
Menu

An interface for a text token, such as a word, keyword, or variable.

Hierarchy

  • IToken

Index

Properties

Properties

offset

offset: number

The offset of the token in the code editor.

Optional type

type: string

An optional type for the token.

value

value: string

The value of the token.

Generated using TypeDoc