Library
core
src
parser
cst
env
interfaces
Initialenvoptions

Lawtext core references


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?

optional baseOffset: number

Defined in: core/src/parser/cst/env.ts:24 (opens in a new tab)


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 (opens in a new tab)