Lawtext core references / core/src/parser/cst/env / InitialEnvOptions
Interface: InitialEnvOptions
Defined in: core/src/parser/cst/env.ts:22
Properties
baseOffset?
optionalbaseOffset:number
Defined in: core/src/parser/cst/env.ts:24
options?
optionaloptions:Record<string|number|symbol,unknown> &Partial<{inlineTokenRule:WithErrorRule<SentenceChildEL>;reOutsideParenthesesTextChars:RegExp;reParenthesesInlineTextChars:RegExp;rePeriodSentenceTextChars:RegExp; }>
Defined in: core/src/parser/cst/env.ts:23