Interface NotebookDocumentMetadataEdit

interface NotebookDocumentMetadataEdit {
    editType: DocumentMetadata;
    metadata: NotebookDocumentMetadata;
}

Properties

Properties