Lawtext core references • Docs
Lawtext core references / core/src/parser/std/rules/$appdxItem
core/src/parser/std/rules/$appdxItem
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:258 (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:233 (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:253 (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:248 (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:243 (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:238 (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
• appdxItem: AppdxItem
• indentTexts: string
[]
Returns
Line
[]
Defined in
core/src/parser/std/rules/$appdxItem.ts:29 (opens in a new tab)
makeAppdxItemRule()
makeAppdxItemRule<
TTag
>(ruleName
,tag
):WithErrorRule
<StdELType
<TTag
>>
Type Parameters
• TTag extends "AppdxTable"
| "AppdxNote"
| "AppdxStyle"
| "AppdxFormat"
| "Appdx"
| "AppdxFig"
Parameters
• ruleName: string
• tag: TTag
Returns
WithErrorRule
<StdELType
<TTag
>>
Defined in
core/src/parser/std/rules/$appdxItem.ts:153 (opens in a new tab)