NotebookCellData$Typings extension
Properties
-
executionSummary
↔ NotebookCellExecutionSummary
-
The execution summary of this cell data.
getter/setter pair
-
kind
↔ NotebookCellKind
-
The {@link NotebookCellKind kind} of this cell data.
getter/setter pair
-
languageId
↔ String
-
The language identifier of the source value of this cell data. Any value from
{@linkcode languages.getLanguages getLanguages} is possible.
getter/setter pair
-
metadata
↔ Object
-
Arbitrary metadata of this cell data. Can be anything but must be JSON-stringifyable.
getter/setter pair
-
outputs
↔ List<NotebookCellOutput>
-
The outputs of this cell data.
getter/setter pair
-
value
↔ String
-
The source value of this cell data - either source code or formatted text.
getter/setter pair