MustacheTokenType

Defines types of Mustache tokens.

Description

The MustacheTokenType enum defines different types of Mustache tokens.

Enumeration members

The codes are as follows:

  • Unknown = 0
  • Value = 1
  • Variable = 2
  • EscapedVariable = 3
  • Section = 4
  • InvertedSection = 5
  • SectionEnd = 6
  • Partial = 7
  • Comment = 8