Skip to Content

Lawtext core references


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

core/src/parser/std/rules/$figStruct

Variables

$fig

const $fig: WithErrorRule<Fig>

Defined in: core/src/parser/std/rules/$figStruct.ts:101 

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


$figStruct

const $figStruct: WithErrorRule<FigStruct>

Defined in: core/src/parser/std/rules/$figStruct.ts:149 

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


figStructControl

const figStructControl: ":fig-struct:" = ":fig-struct:"

Defined in: core/src/parser/std/rules/$figStruct.ts:16 

Functions

figStructToLines()

figStructToLines(figStruct, indentTexts): Line[]

Defined in: core/src/parser/std/rules/$figStruct.ts:45 

The renderer for std.FigStruct. Please see the source code for the detailed syntax, and the test code  for examples.

Parameters

figStruct

FigStruct

indentTexts

string[]

Returns

Line[]


figToLines()

figToLines(fig, indentTexts): Line[]

Defined in: core/src/parser/std/rules/$figStruct.ts:21 

The renderer for std.Fig. Please see the source code for the detailed syntax, and the test code  for examples.

Parameters

fig

Fig

indentTexts

string[]

Returns

Line[]

References

default

Renames and re-exports $figStruct

Last updated on
© 2017-2026 yamachi