geoview-core
Preparing search index...
Dispatch
Type Alias Dispatch<A>
Dispatch
:
(
value
:
A
)
=>
void
A function that can be used to update the state of a useState or useReducer hook.
Type Parameters
A
Type Declaration
(
value
:
A
)
:
void
Parameters
value
:
A
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
geoview-core
Loading...
A function that can be used to update the state of a useState or useReducer hook.