toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-react-dom-test-utils
/
react.dom.test
/
EventSimulator
Event
Simulator
sealed
external
interface
EventSimulator
<
O
:
EventInit
>
(
source
)
Members
Members & Extensions
Functions
invoke
Link copied to clipboard
abstract
operator
fun
invoke
(
element
:
Element
)
abstract
operator
fun
invoke
(
element
:
Element
,
options
:
O
)
invoke
Link copied to clipboard
inline operator
fun
<
O
:
EventInit
>
EventSimulator
<
O
>
.
invoke
(
element
:
Element
,
block
:
O
.
(
)
->
Unit
)