Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

  • new TagToken(raw: string, value: string, input: string, line: number, pos: number, options: NormalizedFullOptions, file?: undefined | string): TagToken

Properties

args

args: string

col

col: number

Optional file

file: undefined | string

input

input: string

line

line: number

name

name: string

raw

raw: string

trimLeft

trimLeft: boolean = false

trimRight

trimRight: boolean = false

type

type: string = "notset"

value

value: string

Methods

Static is

  • is(token: Token): boolean

Generated using TypeDoc