TextEditorOptionsChangeEvent class

Represents an event describing the change in a {@link TextEditor.optionstext editor's options}.

Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

TextEditorOptionsChangeEvent({TextEditor? textEditor, TextEditorOptions? options})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
options TextEditorOptions

Available on TextEditorOptionsChangeEvent, provided by the TextEditorOptionsChangeEvent$Typings extension

The new value for the {@link TextEditor.optionstext editor's options}.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textEditor TextEditor

Available on TextEditorOptionsChangeEvent, provided by the TextEditorOptionsChangeEvent$Typings extension

The {@link TextEditortext editor} for which the options have changed.
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