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