@kismet.ts/parsers / Exports / TextSequenceParserBaseOptions

Interface: TextSequenceParserBaseOptions<T>

Type parameters

Name
T

Hierarchy

Table of contents

Properties

Properties

convertToString

Optional convertToString: T

Inherited from

TextParserOptions.convertToString

Defined in

text/options.ts:9open in new window


sequence

Optional sequence: Omit<SequenceOptions<SequenceItemType, SchemaItemNames>, "name">

Inherited from

TextParserOptions.sequence

Defined in

text/options.ts:10open in new window


variables

Optional variables: ISingleStore<SequenceItemTypeof>

Defined in

text/options.ts:22open in new window