NotebookCellData$Typings extension
Properties
- executionSummary ↔ NotebookCellExecutionSummary
-
Available on NotebookCellData, provided by the NotebookCellData$Typings extension
The execution summary of this cell data.getter/setter pair - kind ↔ NotebookCellKind
-
Available on NotebookCellData, provided by the NotebookCellData$Typings extension
The {@link NotebookCellKind kind} of this cell data.getter/setter pair - languageId ↔ String
-
Available on NotebookCellData, provided by the NotebookCellData$Typings extension
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
-
Available on NotebookCellData, provided by the NotebookCellData$Typings extension
Arbitrary metadata of this cell data. Can be anything but must be JSON-stringifyable.getter/setter pair -
outputs
↔ List<
NotebookCellOutput> -
Available on NotebookCellData, provided by the NotebookCellData$Typings extension
The outputs of this cell data.getter/setter pair - value ↔ String
-
Available on NotebookCellData, provided by the NotebookCellData$Typings extension
The source value of this cell data - either source code or formatted text.getter/setter pair