An event describing a transactional {@link NotebookDocument notebook} change.
An event describing a transactional {@link NotebookDocument notebook} change.
(cell-changes notebook-document-change-event)
An array of {@link NotebookDocumentCellChange cell changes}.
Returns: readonly NotebookDocumentCellChange[]
An array of {@link NotebookDocumentCellChange cell changes}. **Returns:** `readonly NotebookDocumentCellChange[]`
(content-changes notebook-document-change-event)
An array of content changes describing added or removed {@link NotebookCell cells}.
Returns: readonly NotebookDocumentContentChange[]
An array of content changes describing added or removed {@link NotebookCell cells}. **Returns:** `readonly NotebookDocumentContentChange[]`
(metadata notebook-document-change-event)
The new metadata of the notebook or undefined
when it did not change.
Returns: { [key: string]: any; } | undefined
The new metadata of the notebook or `undefined` when it did not change. **Returns:** `{ [key: string]: any; } | undefined`
(notebook notebook-document-change-event)
The affected notebook.
Returns: NotebookDocument
The affected notebook. **Returns:** `NotebookDocument`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close