Skip to Content

Lawtext core references


Lawtext core references / core/src/parser/std/rules/$supplProvisionAppdxItem

core/src/parser/std/rules/$supplProvisionAppdxItem

Variables

$supplProvisionAppdx

const $supplProvisionAppdx: WithErrorRule<SupplProvisionAppdx>

Defined in: core/src/parser/std/rules/$supplProvisionAppdxItem.ts:200 

The parser rule for std.SupplProvisionAppdx. Please see the source code for the detailed syntax, and the test code  for examples.


$supplProvisionAppdxStyle

const $supplProvisionAppdxStyle: WithErrorRule<SupplProvisionAppdxStyle>

Defined in: core/src/parser/std/rules/$supplProvisionAppdxItem.ts:190 

The parser rule for std.SupplProvisionAppdxStyle. Please see the source code for the detailed syntax, and the test code  for examples.


$supplProvisionAppdxTable

const $supplProvisionAppdxTable: WithErrorRule<SupplProvisionAppdxTable>

Defined in: core/src/parser/std/rules/$supplProvisionAppdxItem.ts:195 

The parser rule for std.SupplProvisionAppdxTable. Please see the source code for the detailed syntax, and the test code  for examples.

Functions

makeSupplProvisionAppdxItemRule()

makeSupplProvisionAppdxItemRule<TTag>(ruleName, tag): WithErrorRule<StdELType<TTag>>

Defined in: core/src/parser/std/rules/$supplProvisionAppdxItem.ts:109 

Type Parameters

TTag

TTag extends "SupplProvisionAppdxTable" | "SupplProvisionAppdxStyle" | "SupplProvisionAppdx"

Parameters

ruleName

string

tag

TTag

Returns

WithErrorRule<StdELType<TTag>>


supplProvisionAppdxItemToLines()

supplProvisionAppdxItemToLines(supplProvisionAppdxItem, indentTexts): Line[]

Defined in: core/src/parser/std/rules/$supplProvisionAppdxItem.ts:26 

The renderer for appended item in a supplementary provision (SupplProvisionAppdxItem). Please see the source code for the detailed syntax, and the test code  for examples.

Parameters

supplProvisionAppdxItem

SupplProvisionAppdxItem

indentTexts

string[]

Returns

Line[]

© 2017-2026 yamachi