Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-browser
/
web.editcontext
/
TextUpdateEvent
Text
Update
Event
web
open
class
TextUpdateEvent
(
val
type
:
EventType
<
TextUpdateEvent
>
,
init
:
TextUpdateEventInit
=
definedExternally
)
:
Event
(
source
)
MDN Reference
Members
Constructors
Text
Update
Event
Link copied to clipboard
web
constructor
(
type
:
EventType
<
TextUpdateEvent
>
,
init
:
TextUpdateEventInit
=
definedExternally
)
Properties
bubbles
Link copied to clipboard
web
val
bubbles
:
Boolean
cancelable
Link copied to clipboard
web
val
cancelable
:
Boolean
composed
Link copied to clipboard
web
val
composed
:
Boolean
current
Target
Link copied to clipboard
web
val
currentTarget
:
EventTarget
?
default
Prevented
Link copied to clipboard
web
val
defaultPrevented
:
Boolean
event
Phase
Link copied to clipboard
web
val
eventPhase
:
EventPhase
is
Trusted
Link copied to clipboard
web
val
isTrusted
:
Boolean
selection
End
Link copied to clipboard
web
val
selectionEnd
:
Int
MDN Reference
selection
Start
Link copied to clipboard
web
val
selectionStart
:
Int
MDN Reference
target
Link copied to clipboard
web
val
target
:
EventTarget
?
text
Link copied to clipboard
web
val
text
:
String
MDN Reference
time
Stamp
Link copied to clipboard
web
val
timeStamp
:
DOMHighResTimeStamp
type
Link copied to clipboard
web
open
override
val
type
:
EventType
<
TextUpdateEvent
>
update
Range
End
Link copied to clipboard
web
val
updateRangeEnd
:
Int
MDN Reference
update
Range
Start
Link copied to clipboard
web
val
updateRangeStart
:
Int
MDN Reference
Functions
composed
Path
Link copied to clipboard
web
fun
composedPath
(
)
:
ReadonlyArray
<
EventTarget
>
prevent
Default
Link copied to clipboard
web
fun
preventDefault
(
)
stop
Immediate
Propagation
Link copied to clipboard
web
fun
stopImmediatePropagation
(
)
stop
Propagation
Link copied to clipboard
web
fun
stopPropagation
(
)