Interface GetEditorDocumentResponse

interface GetEditorDocumentResponse {
    document: EditorDocument;
}

Hierarchy (View Summary)

Properties

Properties

document: EditorDocument

The requested document.