Lawtext core references / core/src/parser/cst/env / InitialEnvOptions
Interface: InitialEnvOptions
Defined in: core/src/parser/cst/env.ts:22 (opens in a new tab)
Properties
baseOffset?
optionalbaseOffset:number
Defined in: core/src/parser/cst/env.ts:24 (opens in a new tab)
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 (opens in a new tab)