NotebookEditorSelectionChangeEvent class
Represents an event describing the change in a {@link NotebookEditor.selectionsnotebook editor's selections}.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
-
NotebookEditorSelectionChangeEvent({NotebookEditor? notebookEditor, List<
NotebookRange> ? selections}) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- notebookEditor → NotebookEditor
-
Available on NotebookEditorSelectionChangeEvent, provided by the NotebookEditorSelectionChangeEvent$Typings extension
The {@link NotebookEditornotebook editor} for which the selections have changed.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
selections
→ List<
NotebookRange> -
Available on NotebookEditorSelectionChangeEvent, provided by the NotebookEditorSelectionChangeEvent$Typings extension
The new value for the {@link NotebookEditor.selectionsnotebook editor's selections}.no setter
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