Skip to content
Document Authoring DA  API Docs v1.14.1
npmGitHub

ParagraphListState

ParagraphListState:

type ParagraphListState =
| { kind: ParagraphListKind; level: number }
| { unsupported: true; level: number };

Current paragraph list state.