Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISyntaxType

Store information about a syntax type's text value and its location.

interface

ISyntaxType

Hierarchy

  • ISyntaxType

Index

Properties

Properties

length

length: number

The length of the text.

type

{number}

memberof

ISyntaxType

start

start: number

The start index of the syntax type.

type

{number}

memberof

ISyntaxType

text

text: string

The syntax type text.

type

{string}

memberof

ISyntaxType

Generated using TypeDoc