Library
core
src
parser
std
rules
$appdxItem
Readme

Lawtext core references


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

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

Variables

$appdx

const $appdx: WithErrorRule<Appdx>

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

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.


$appdxFig

const $appdxFig: WithErrorRule<AppdxFig>

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

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.


$appdxFormat

const $appdxFormat: WithErrorRule<AppdxFormat>

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

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.


$appdxNote

const $appdxNote: WithErrorRule<AppdxNote>

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

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.


$appdxStyle

const $appdxStyle: WithErrorRule<AppdxStyle>

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

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.


$appdxTable

const $appdxTable: WithErrorRule<AppdxTable>

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

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.

Functions

appdxItemToLines()

appdxItemToLines(appdxItem, indentTexts): Line[]

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

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

appdxItem

AppdxItem

indentTexts

string[]

Returns

Line[]


makeAppdxItemRule()

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

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

Type Parameters

TTag extends "AppdxTable" | "AppdxNote" | "AppdxStyle" | "AppdxFormat" | "Appdx" | "AppdxFig"

Parameters

ruleName

string

tag

TTag

Returns

WithErrorRule<StdELType<TTag>>