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