TextUpdateEventInit class

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

Constructors

TextUpdateEventInit({int? updateRangeStart, int? updateRangeEnd, String? text, int? selectionStart, int? selectionEnd, int? compositionStart, int? compositionEnd})
factory

Properties

compositionEnd int

Available on TextUpdateEventInit, provided by the PropsTextUpdateEventInit extension

getter/setter pair
compositionStart int

Available on TextUpdateEventInit, provided by the PropsTextUpdateEventInit extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectionEnd int

Available on TextUpdateEventInit, provided by the PropsTextUpdateEventInit extension

getter/setter pair
selectionStart int

Available on TextUpdateEventInit, provided by the PropsTextUpdateEventInit extension

getter/setter pair
text String

Available on TextUpdateEventInit, provided by the PropsTextUpdateEventInit extension

getter/setter pair
updateRangeEnd int

Available on TextUpdateEventInit, provided by the PropsTextUpdateEventInit extension

getter/setter pair
updateRangeStart int

Available on TextUpdateEventInit, provided by the PropsTextUpdateEventInit extension

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