EditContext class

Implemented types
Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

EditContext([EditContextInit? options])
factory

Properties

characterBoundsRangeStart int

Available on EditContext, provided by the PropsEditContext extension

no setter
compositionRangeEnd int

Available on EditContext, provided by the PropsEditContext extension

no setter
compositionRangeStart int

Available on EditContext, provided by the PropsEditContext extension

no setter
controlBound DOMRect

Available on EditContext, provided by the PropsEditContext extension

no setter
hashCode int
The hash code for this object.
no setterinherited
isInComposition bool

Available on EditContext, provided by the PropsEditContext extension

no setter
oncharacterboundsupdate EventHandlerNonNull<Event>?

Available on EditContext, provided by the PropsEditContext extension

getter/setter pair
oncompositionend EventHandlerNonNull<Event>?

Available on EditContext, provided by the PropsEditContext extension

getter/setter pair
oncompositionstart EventHandlerNonNull<Event>?

Available on EditContext, provided by the PropsEditContext extension

getter/setter pair
ontextformatupdate EventHandlerNonNull<Event>?

Available on EditContext, provided by the PropsEditContext extension

getter/setter pair
ontextupdate EventHandlerNonNull<Event>?

Available on EditContext, provided by the PropsEditContext extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectionBound DOMRect

Available on EditContext, provided by the PropsEditContext extension

no setter
selectionEnd int

Available on EditContext, provided by the PropsEditContext extension

no setter
selectionStart int

Available on EditContext, provided by the PropsEditContext extension

no setter
text String

Available on EditContext, provided by the PropsEditContext extension

no setter

Methods

addEventListener(String type, EventListener? callback, [dynamic options]) → void

Available on EventTarget, provided by the PropsEventTarget extension

attachedElements() Iterable<Element>

Available on EditContext, provided by the PropsEditContext extension

characterBounds() Iterable<DOMRect>

Available on EditContext, provided by the PropsEditContext extension

dispatchEvent(Event event) bool

Available on EventTarget, provided by the PropsEventTarget extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeEventListener(String type, EventListener? callback, [dynamic options]) → void

Available on EventTarget, provided by the PropsEventTarget extension

toString() String
A string representation of this object.
inherited
updateCharacterBounds(int rangeStart, Iterable<DOMRect> characterBounds) → void

Available on EditContext, provided by the PropsEditContext extension

updateControlBound(DOMRect controlBound) → void

Available on EditContext, provided by the PropsEditContext extension

updateSelection(int start, int end) → void

Available on EditContext, provided by the PropsEditContext extension

updateSelectionBound(DOMRect selectionBound) → void

Available on EditContext, provided by the PropsEditContext extension

updateText(int rangeStart, int rangeEnd, String text) → void

Available on EditContext, provided by the PropsEditContext extension

Operators

operator ==(Object other) bool
The equality operator.
inherited