MarkInfo
type MarkInfo = object;Defined in: core/src/shared/editorContracts.ts:5
Properties
Section titled “Properties”readonly depth: number;Defined in: core/src/shared/editorContracts.ts:7
Nesting level: a top-level mark has depth 0.
hasNestedMarks
Section titled “hasNestedMarks”readonly hasNestedMarks: boolean;Defined in: core/src/shared/editorContracts.ts:9
Whether this mark directly contains other marks.