Lawtext core references • Docs
Lawtext core references / core/src/parser/std/rules/$supplProvisionAppdxItem
core/src/parser/std/rules/$supplProvisionAppdxItem
Variables
$supplProvisionAppdx
const
$supplProvisionAppdx:WithErrorRule
<SupplProvisionAppdx
>
The parser rule for std.SupplProvisionAppdx. Please see the source code for the detailed syntax, and the test code (opens in a new tab) for examples.
Defined in
core/src/parser/std/rules/$supplProvisionAppdxItem.ts:200 (opens in a new tab)
$supplProvisionAppdxStyle
const
$supplProvisionAppdxStyle:WithErrorRule
<SupplProvisionAppdxStyle
>
The parser rule for std.SupplProvisionAppdxStyle. Please see the source code for the detailed syntax, and the test code (opens in a new tab) for examples.
Defined in
core/src/parser/std/rules/$supplProvisionAppdxItem.ts:190 (opens in a new tab)
$supplProvisionAppdxTable
const
$supplProvisionAppdxTable:WithErrorRule
<SupplProvisionAppdxTable
>
The parser rule for std.SupplProvisionAppdxTable. Please see the source code for the detailed syntax, and the test code (opens in a new tab) for examples.
Defined in
core/src/parser/std/rules/$supplProvisionAppdxItem.ts:195 (opens in a new tab)
Functions
makeSupplProvisionAppdxItemRule()
makeSupplProvisionAppdxItemRule<
TTag
>(ruleName
,tag
):WithErrorRule
<StdELType
<TTag
>>
Type Parameters
• TTag extends "SupplProvisionAppdxTable"
| "SupplProvisionAppdxStyle"
| "SupplProvisionAppdx"
Parameters
• ruleName: string
• tag: TTag
Returns
WithErrorRule
<StdELType
<TTag
>>
Defined in
core/src/parser/std/rules/$supplProvisionAppdxItem.ts:109 (opens in a new tab)
supplProvisionAppdxItemToLines()
supplProvisionAppdxItemToLines(
supplProvisionAppdxItem
,indentTexts
):Line
[]
The renderer for appended item in a supplementary provision (SupplProvisionAppdxItem). Please see the source code for the detailed syntax, and the test code (opens in a new tab) for examples.
Parameters
• supplProvisionAppdxItem: SupplProvisionAppdxItem
• indentTexts: string
[]
Returns
Line
[]
Defined in
core/src/parser/std/rules/$supplProvisionAppdxItem.ts:26 (opens in a new tab)