NotebookCellData is the raw representation of notebook cells. Its is part of {@linkcode NotebookData }.
NotebookCellData is the raw representation of notebook cells. Its is part of {@linkcode NotebookData }.
(execution-summary notebook-cell-data)
The execution summary of this cell data.
Returns: NotebookCellExecutionSummary | undefined
The execution summary of this cell data. **Returns:** `NotebookCellExecutionSummary | undefined`
(kind notebook-cell-data)
The {@link NotebookCellKind kind} of this cell data.
Returns: NotebookCellKind
The {@link NotebookCellKind kind} of this cell data. **Returns:** `NotebookCellKind`
(language-id notebook-cell-data)
The language identifier of the source value of this cell data. Any value from {@linkcode languages.getLanguages getLanguages} is possible.
Returns: string
The language identifier of the source value of this cell data. Any value from {@linkcode languages.getLanguages getLanguages} is possible. **Returns:** `string`
(metadata notebook-cell-data)
Arbitrary metadata of this cell data. Can be anything but must be JSON-stringifyable.
Returns: { [key: string]: any; } | undefined
Arbitrary metadata of this cell data. Can be anything but must be JSON-stringifyable. **Returns:** `{ [key: string]: any; } | undefined`
(outputs notebook-cell-data)
The outputs of this cell data.
Returns: NotebookCellOutput[] | undefined
The outputs of this cell data. **Returns:** `NotebookCellOutput[] | undefined`
(set-execution-summary! notebook-cell-data value)
The execution summary of this cell data.
The execution summary of this cell data.
(set-kind! notebook-cell-data value)
The {@link NotebookCellKind kind} of this cell data.
The {@link NotebookCellKind kind} of this cell data.
(set-language-id! notebook-cell-data value)
The language identifier of the source value of this cell data. Any value from {@linkcode languages.getLanguages getLanguages} is possible.
The language identifier of the source value of this cell data. Any value from {@linkcode languages.getLanguages getLanguages} is possible.
(set-metadata! notebook-cell-data value)
Arbitrary metadata of this cell data. Can be anything but must be JSON-stringifyable.
Arbitrary metadata of this cell data. Can be anything but must be JSON-stringifyable.
(set-outputs! notebook-cell-data value)
The outputs of this cell data.
The outputs of this cell data.
(set-value! notebook-cell-data value)
The source value of this cell data - either source code or formatted text.
The source value of this cell data - either source code or formatted text.
(value notebook-cell-data)
The source value of this cell data - either source code or formatted text.
Returns: string
The source value of this cell data - either source code or formatted text. **Returns:** `string`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close