Skip to Content

Lawtext core references


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

core/src/parser/std/rules/$tableStruct

Variables

$tableStruct

const $tableStruct: WithErrorRule<TableStruct>

Defined in: core/src/parser/std/rules/$tableStruct.ts:476 

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

Functions

tableStructToLines()

tableStructToLines(tableStruct, indentTexts, options?): Line[]

Defined in: core/src/parser/std/rules/$tableStruct.ts:120 

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

Parameters

tableStruct

TableStruct

indentTexts

string[]

options?

tableStructToLinesOptions

Returns

Line[]


tableToLines()

tableToLines(table, indentTexts): Line[]

Defined in: core/src/parser/std/rules/$tableStruct.ts:28 

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

Parameters

table

Table

indentTexts

string[]

Returns

Line[]

References

default

Renames and re-exports $tableStruct

© 2017-2026 yamachi