toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-react-core
/
react
/
Action
Action
sealed
external
interface
Action
<
in
T
>
:
ActionOrString
<
T
>
(
source
)
Members
Members & Extensions
Functions
as
Action
Or
Null
Link copied to clipboard
inline
fun
<
T
>
ActionOrString
<
T
>
.
asActionOrNull
(
)
:
Action
<
T
>
?
as
String
Or
Null
Link copied to clipboard
inline
fun
ActionOrString
<
*
>
.
asStringOrNull
(
)
:
String
?
invoke
Link copied to clipboard
abstract
suspend operator
fun
invoke
(
data
:
T
)
invoke
Async
Link copied to clipboard
abstract
fun
invokeAsync
(
data
:
T
)
:
Promise
<
Void
>
?