Library
core
modules
Core Src Node Cst Line

Lawtext core references / core/src/node/cst/line

Module: core/src/node/cst/line

Table of contents

Enumerations

Classes

Type Aliases

Type Aliases

Line

Ƭ Line: BlankLine | TOCHeadLine | ArticleGroupHeadLine | AppdxItemHeadLine | SupplProvisionHeadLine | SupplProvisionAppdxItemHeadLine | ArticleLine | ParagraphItemLine | TableColumnLine | OtherLine

Line: the unit of a CST of the parsed lawtext.

A Line represents a physical line in the lawtext separated by newline characters. The Line object has a property named type with the type of LineType, and the different types of Line are distinguished by that property.

Defined in

core/src/node/cst/line.ts:12 (opens in a new tab)