Liking cljdoc? Tell your friends :D

dots.vscode.notebook-document-change-event

An event describing a transactional {@link NotebookDocument notebook} change.

An event describing a transactional {@link NotebookDocument notebook} change.
raw docstring

cell-changescljs

(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[]`
sourceraw docstring

content-changescljs

(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[]`
sourceraw docstring

metadatacljs

(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`
sourceraw docstring

notebookcljs

(notebook notebook-document-change-event)

The affected notebook.

Returns: NotebookDocument

The affected notebook.

**Returns:** `NotebookDocument`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close