toggle menu
lib
0.0.266
jvm
switch theme
search in API
lib
/
com.prettybyte.klerk.statemachine
/
GeneralAction
General
Action
data
class
GeneralAction
(
val
f
:
(
)
->
Unit
,
val
description
:
String
)
Members
Constructors
General
Action
Link copied to clipboard
constructor
(
f
:
(
)
->
Unit
,
description
:
String
)
Properties
description
Link copied to clipboard
val
description
:
String
f
Link copied to clipboard
val
f
:
(
)
->
Unit