valtio-fsm
API
GitHub
Preparing search index...
StateCallback
Type Alias StateCallback<TContext>
StateCallback
:
(
context
:
TContext
)
=>
void
Callback function triggered on specific state entry
Type Parameters
TContext
Context data type for the state machine
Type declaration
(
context
:
TContext
)
:
void
Parameters
context
:
TContext
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
Core API
Function Reference
API
GitHub
valtio-fsm
Loading...
Callback function triggered on specific state entry