Skip to content

MathDelimiter

Defined in: src/core/document-model/types.ts:421

m:d — delimiters around one or more elements.

readonly begChr: string

Defined in: src/core/document-model/types.ts:423


readonly children: readonly MathNode[]

Defined in: src/core/document-model/types.ts:426


readonly endChr: string

Defined in: src/core/document-model/types.ts:424


readonly optional sepChr?: string

Defined in: src/core/document-model/types.ts:425


readonly type: "delimiter"

Defined in: src/core/document-model/types.ts:422