@kismet.ts/parsers / Exports / TextSequenceParseSplitOptions

Interface: TextSequenceParseSplitOptions

Table of contents

Properties

Properties

extractItem

extractItem: (item: string) => TextSequenceParsedItem

Type declaration

▸ (item): TextSequenceParsedItem

Parameters
NameType
itemstring
Returns

TextSequenceParsedItem

Defined in

text/options.ts:27open in new window


extractSequenceOrder

extractSequenceOrder: (block: string) => string[][]

Type declaration

▸ (block): string[][]

Parameters
NameType
blockstring
Returns

string[][]

Defined in

text/options.ts:28open in new window


newLinesSeperation

newLinesSeperation: number

Defined in

text/options.ts:26open in new window