NotebookDocumentChangeEvent class
An event describing a transactional {@link NotebookDocumentnotebook} change.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
-
NotebookDocumentChangeEvent({NotebookDocument? notebook, Object? metadata, List<
NotebookDocumentContentChange> ? contentChanges, List<NotebookDocumentCellChange> ? cellChanges}) -
factory
Properties
-
cellChanges
→ List<
NotebookDocumentCellChange> -
Available on NotebookDocumentChangeEvent, provided by the NotebookDocumentChangeEvent$Typings extension
An array of {@link NotebookDocumentCellChangecell changes}.no setter -
contentChanges
→ List<
NotebookDocumentContentChange> -
Available on NotebookDocumentChangeEvent, provided by the NotebookDocumentChangeEvent$Typings extension
An array of content changes describing added or removed {@link NotebookCellcells}.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- metadata → Object?
-
Available on NotebookDocumentChangeEvent, provided by the NotebookDocumentChangeEvent$Typings extension
The new metadata of the notebook orundefined
when it did not change.no setter - notebook → NotebookDocument
-
Available on NotebookDocumentChangeEvent, provided by the NotebookDocumentChangeEvent$Typings extension
The affected notebook.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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