Kotlin Wrappers API Reference
Toggle table of contents
js
Target filter
js
Switch theme
Search in API
kotlin-react-core
/
react
/
Action
Action
sealed
external
interface
Action
<
in
T
>
:
ActionOrString
<
T
>
(
source
)
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
suspend operator
fun
<
T
>
Action
<
T
>
.
invoke
(
data
:
T
)