Options
All
  • Public
  • Public/Protected
  • All
Menu

A particular field of a parsed result of a data string.

Hierarchy

  • ParserField

Index

Properties

Properties

name

name: string

The name of the field.

Optional parsed

parsed: any

The parsed representation of the data contained in the field. If no parsed representation is available for the field, this property is undefined. Use ParserField.rawString to retrieve the data for these fields.

rawString

rawString: string

The raw substring of the original code containing the field data. For fields that are inferred and do not have a direct correspondence to a particular part of the string, the string is set to an empty string.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc