Lawtext core references / core/src/parser/cst/rules/$appdxItemHeadLine
core/src/parser/cst/rules/$appdxItemHeadLine
Variables
$appdxItemHeadLine
const$appdxItemHeadLine:WithErrorRule<AppdxItemHeadLine>
Defined in: core/src/parser/cst/rules/$appdxItemHeadLine.ts:39
The parser rule for AppdxItemHeadLine that represents a head line of an appended item such as an appended table. Please see the source code for the detailed syntax, and the test code for examples.
appdxItemTitlePtns
constappdxItemTitlePtns: readonly [readonly ["AppdxFig",RegExp], readonly ["AppdxStyle",RegExp], readonly ["AppdxFormat",RegExp], readonly ["AppdxTable",RegExp], readonly ["AppdxNote",RegExp], readonly ["Appdx",RegExp]]
Defined in: core/src/parser/cst/rules/$appdxItemHeadLine.ts:16
Functions
detectAppdxItemTitle()
detectAppdxItemTitle(
text):"AppdxTable"|"AppdxNote"|"AppdxStyle"|"AppdxFormat"|"Appdx"|"AppdxFig"|null
Defined in: core/src/parser/cst/rules/$appdxItemHeadLine.ts:27
Parameters
text
string
Returns
"AppdxTable" | "AppdxNote" | "AppdxStyle" | "AppdxFormat" | "Appdx" | "AppdxFig" | null
References
default
Renames and re-exports $appdxItemHeadLine