Kotlin Wrappers API Reference
Toggle table of contents
js
Platform filter
js
Switch theme
kotlin-react-dom-test-utils
/
react
Package-level
declarations
Functions
Functions
act
Link copied to clipboard
suspend external
fun
<
T
>
act
(
block
:
(
)
->
T
)
:
T
act
Async
Link copied to clipboard
external
fun
<
T
>
actAsync
(
block
:
(
)
->
T
)
:
Promise
<
T
>