Preparing search index...
The search index is not available
@niuee/board
@niuee/board
StateChangeCallback
Type Alias StateChangeCallback<States>
StateChangeCallback
:
(
currentState
:
States
,
nextState
:
States
)
=>
void
This is the type for the callback that is called when the state changes.
Type Parameters
States
extends
string
=
"IDLE"
Type declaration
(
currentState
:
States
,
nextState
:
States
)
:
void
Parameters
currentState
:
States
nextState
:
States
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@niuee/board
Loading...
This is the type for the callback that is called when the state changes.