Interface GetEditorDocumentRequest

interface GetEditorDocumentRequest {
    documentId: string;
}

Hierarchy (View Summary)

Properties

Properties

documentId: string

The id of the notebook document.