Interface GetEditorDocumentResponse

interface GetEditorDocumentResponse {
    document: EditorDocument;
}

Hierarchy (View Summary)

Properties

Properties

document: EditorDocument

The requested document.

(since 2.19.0) Use DraftDocument instead.