Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.uievents
/
FocusEventInit
Focus
Event
Init
interface
FocusEventInit
:
UIEventInit
(
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
?
detail
Link copied to clipboard
abstract
val
detail
:
Int
?
related
Target
Link copied to clipboard
abstract
val
relatedTarget
:
EventTarget
?
view
Link copied to clipboard
abstract
val
view
:
Window
?