Skip to Content

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 

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


$appdxFig

const $appdxFig: WithErrorRule<AppdxFig>

Defined in: core/src/parser/std/rules/$appdxItem.ts:233 

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


$appdxFormat

const $appdxFormat: WithErrorRule<AppdxFormat>

Defined in: core/src/parser/std/rules/$appdxItem.ts:253 

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


$appdxNote

const $appdxNote: WithErrorRule<AppdxNote>

Defined in: core/src/parser/std/rules/$appdxItem.ts:248 

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


$appdxStyle

const $appdxStyle: WithErrorRule<AppdxStyle>

Defined in: core/src/parser/std/rules/$appdxItem.ts:243 

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


$appdxTable

const $appdxTable: WithErrorRule<AppdxTable>

Defined in: core/src/parser/std/rules/$appdxItem.ts:238 

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

Functions

appdxItemToLines()

appdxItemToLines(appdxItem, indentTexts): Line[]

Defined in: core/src/parser/std/rules/$appdxItem.ts:29 

The renderer for appended items (AppdxItem). Please see the source code for the detailed syntax, and the test code  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 

Type Parameters

TTag

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

Parameters

ruleName

string

tag

TTag

Returns

WithErrorRule<StdELType<TTag>>

© 2017-2026 yamachi