ecspresso
Preparing search index...
plugins/input
ActionState
Interface ActionState<A>
interface
ActionState
<
A
extends
string
=
string
>
{
isActive
(
action
:
A
)
:
boolean
;
justActivated
(
action
:
A
)
:
boolean
;
justDeactivated
(
action
:
A
)
:
boolean
;
}
Type Parameters
A
extends
string
=
string
Index
Methods
is
Active
just
Activated
just
Deactivated
Methods
is
Active
isActive
(
action
:
A
)
:
boolean
Parameters
action
:
A
Returns
boolean
just
Activated
justActivated
(
action
:
A
)
:
boolean
Parameters
action
:
A
Returns
boolean
just
Deactivated
justDeactivated
(
action
:
A
)
:
boolean
Parameters
action
:
A
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
is
Active
just
Activated
just
Deactivated
ecspresso
Loading...