Skip to Content
LibraryCoreSrcParserCstEnvInterfacesInterface: InitialEnvOptions

Lawtext core references


Lawtext core references / core/src/parser/cst/env / InitialEnvOptions

Interface: InitialEnvOptions

Defined in: core/src/parser/cst/env.ts:22 

Properties

baseOffset?

optional baseOffset: number

Defined in: core/src/parser/cst/env.ts:24 


options?

optional options: Record<string | number | symbol, unknown> & Partial<{ inlineTokenRule: WithErrorRule<SentenceChildEL>; reOutsideParenthesesTextChars: RegExp; reParenthesesInlineTextChars: RegExp; rePeriodSentenceTextChars: RegExp; }>

Defined in: core/src/parser/cst/env.ts:23 

© 2017-2026 yamachi