Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IParsedField

The IParsedField interface defines a single field within a segment.

Hierarchy

Index

Properties

Optional defaultValue

defaultValue: FieldValueType

Optional default value of the field

format

format: FieldFormat

Field format

index

index: number

isArray

isArray: boolean

isOptional

isOptional: boolean

Flag indicating whether the field is optional

location

location: ParsedLocation

Location of the part in the original pattern string containing the zero-based index where the part begins and its length.

name

name: string

Name of the field

tokenSting

tokenSting: string

Content of the token

Generated using TypeDoc