Skip to content

MarkInfo

type MarkInfo = object;

Defined in: core/src/shared/editorContracts.ts:5

readonly depth: number;

Defined in: core/src/shared/editorContracts.ts:7

Nesting level: a top-level mark has depth 0.


readonly hasNestedMarks: boolean;

Defined in: core/src/shared/editorContracts.ts:9

Whether this mark directly contains other marks.