NotebookCellData class

NotebookCellData is the raw representation of notebook cells. Its is part of {@linkcode NotebookData}.

Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

NotebookCellData.new(NotebookCellKind kind, String value, String languageId)
factory

Properties

executionSummary NotebookCellExecutionSummary

Available on NotebookCellData, provided by the NotebookCellData$Typings extension

The execution summary of this cell data.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited