Library
core
modules
Core Src Parser Std Rules Supplprovisionappdxitem

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

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

Table of contents

Variables

Functions

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:197 (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:187 (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:192 (opens in a new tab)

Functions

makeSupplProvisionAppdxItemRule

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

Type parameters

NameType
TTagextends "SupplProvisionAppdxTable" | "SupplProvisionAppdxStyle" | "SupplProvisionAppdx"

Parameters

NameType
ruleNamestring
tagTTag

Returns

WithErrorRule<StdELType<TTag>>

Defined in

core/src/parser/std/rules/$supplProvisionAppdxItem.ts:106 (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

NameType
supplProvisionAppdxItemSupplProvisionAppdxItem
indentTextsstring[]

Returns

Line[]

Defined in

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