Library
core
modules
Core Src Parser Std Rules Appdxitem

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

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

Table of contents

Variables

Functions

Variables

$appdx

Const $appdx: WithErrorRule<Appdx>

The parser rule for std.Appdx. 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/$appdxItem.ts:255 (opens in a new tab)


$appdxFig

Const $appdxFig: WithErrorRule<AppdxFig>

The parser rule for std.AppdxFig. 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/$appdxItem.ts:230 (opens in a new tab)


$appdxFormat

Const $appdxFormat: WithErrorRule<AppdxFormat>

The parser rule for std.AppdxFormat. 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/$appdxItem.ts:250 (opens in a new tab)


$appdxNote

Const $appdxNote: WithErrorRule<AppdxNote>

The parser rule for std.AppdxNote. 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/$appdxItem.ts:245 (opens in a new tab)


$appdxStyle

Const $appdxStyle: WithErrorRule<AppdxStyle>

The parser rule for std.AppdxStyle. 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/$appdxItem.ts:240 (opens in a new tab)


$appdxTable

Const $appdxTable: WithErrorRule<AppdxTable>

The parser rule for std.AppdxTable. 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/$appdxItem.ts:235 (opens in a new tab)

Functions

appdxItemToLines

appdxItemToLines(appdxItem, indentTexts): Line[]

The renderer for appended items (AppdxItem). Please see the source code for the detailed syntax, and the test code (opens in a new tab) for examples.

Parameters

NameType
appdxItemAppdxItem
indentTextsstring[]

Returns

Line[]

Defined in

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


makeAppdxItemRule

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

Type parameters

NameType
TTagextends "AppdxTable" | "AppdxNote" | "AppdxStyle" | "AppdxFormat" | "Appdx" | "AppdxFig"

Parameters

NameType
ruleNamestring
tagTTag

Returns

WithErrorRule<StdELType<TTag>>

Defined in

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