toggle menu
plugin
2023.10.312
jvm
switch theme
search in API
plugin
/
com.jetbrains.packagesearch.plugin.ui
/
ActionState
Action
State
@
Stable
data
class
ActionState
(
val
isPerforming
:
Boolean
,
val
actionType
:
ActionType
,
val
actionId
:
String
?
=
null
)
Members
Constructors
Action
State
Link copied to clipboard
constructor
(
isPerforming
:
Boolean
,
actionType
:
ActionType
,
actionId
:
String
?
=
null
)
Properties
action
Id
Link copied to clipboard
val
actionId
:
String
?
=
null
action
Type
Link copied to clipboard
val
actionType
:
ActionType
is
Performing
Link copied to clipboard
val
isPerforming
:
Boolean