Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.form
/
FormDataEventInit
Form
Data
Event
Init
interface
FormDataEventInit
:
EventInit
(
source
)
Members
Properties
bubbles
Link copied to clipboard
abstract
val
bubbles
:
Boolean
?
cancelable
Link copied to clipboard
abstract
val
cancelable
:
Boolean
?
composed
Link copied to clipboard
abstract
val
composed
:
Boolean
?
form
Data
Link copied to clipboard
abstract
val
formData
:
FormData