Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • ParserField

Index

Properties

Properties

Readonly name

name: string

The name of the field.

Optional Readonly 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.

Readonly 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.

Generated using TypeDoc