Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
kotlin-browser
/
web.editcontext
/
TextFormatUpdateEventInit
Text
Format
Update
Event
Init
web
interface
TextFormatUpdateEventInit
:
EventInit
(
source
)
MDN Reference
Members
Properties
bubbles
Link copied to clipboard
web
abstract
var
bubbles
:
Boolean
?
cancelable
Link copied to clipboard
web
abstract
var
cancelable
:
Boolean
?
composed
Link copied to clipboard
web
abstract
var
composed
:
Boolean
?
text
Formats
Link copied to clipboard
web
abstract
var
textFormats
:
ReadonlyArray
<
TextFormat
>