Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MustacheToken

Defines a mustache token holder.

Hierarchy

  • MustacheToken

Index

Constructors

Accessors

Constructors

constructor

  • Creates an instance of a mustache token.

    Parameters

    Returns MustacheToken

Accessors

tokens

  • Gets a list of subtokens is this token a section.

    Returns MustacheToken[]

type

  • Gets the token type.

    Returns MustacheTokenType

value

  • get value(): string
  • Gets the token value or variable name.

    Returns string

Generated using TypeDoc