JSSM, a JavaScript state machine - the FSM for FSL
Preparing search index...
jssm_types
<internal>
GlobalActionHook
Type Alias GlobalActionHook<mDT>
type
GlobalActionHook
<
mDT
>
=
{
action
:
string
;
handler
:
HookHandler
<
mDT
>
;
kind
:
"global action"
;
}
Type Parameters
mDT
Index
Properties
action
handler
kind
Properties
action
action
:
string
handler
handler
:
HookHandler
<
mDT
>
kind
kind
:
"global action"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
handler
kind
JSSM, a JavaScript state machine - the FSM for FSL
Loading...