Library
core
src
parser
std
rules
$supplProvisionAppdxItem
Readme

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

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.


$supplProvisionAppdxStyle

const $supplProvisionAppdxStyle: WithErrorRule<SupplProvisionAppdxStyle>

Defined in: core/src/parser/std/rules/$supplProvisionAppdxItem.ts:190 (opens in a new tab)

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.


$supplProvisionAppdxTable

const $supplProvisionAppdxTable: WithErrorRule<SupplProvisionAppdxTable>

Defined in: core/src/parser/std/rules/$supplProvisionAppdxItem.ts:195 (opens in a new tab)

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.

Functions

makeSupplProvisionAppdxItemRule()

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

Defined in: core/src/parser/std/rules/$supplProvisionAppdxItem.ts:109 (opens in a new tab)

Type Parameters

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

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[]