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

ApplyParagraphListFromOptions

ApplyParagraphListFromOptions:

{
list?: "continue" | "startNew";
}

Options for applying existing list state from a source paragraph.

optional level: number

Level to apply in the source list format. Defaults to the source paragraph’s current list level.


optional list: "continue" | "startNew"

Whether the target paragraphs should continue the source paragraph’s list instance or start a separate list instance with the same format.

Defaults to 'continue'.