Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITagToken

The tag token.

Hierarchy

Index

Properties

end

end: number

The index where the token ends.

name

name: string

The tag name after IParserOptions.renameTag was applied.

nameEnd

nameEnd: number

The index where the rawName ends or -1 if this tag doesn't actually present in the source.

nameStart

nameStart: number

The index where the rawName starts or -1 if this tag doesn't actually present in the source.

rawName

rawName: string

The tag name as it was read from the source.

start

start: number

The index where the token starts.

tokenType

tokenType: TokenType

The type of the token.

Methods

clone

Generated using TypeDoc