Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ParserField

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.

Generated using TypeDoc