Hex Core JS
Preparing search index...
Core
SetStateFunction
Type Alias SetStateFunction<T>
SetStateFunction
:
(
action
:
React.SetStateAction
<
T
>
)
=>
void
A function that sets the state of a React component.
Type Parameters
T
Type Declaration
(
action
:
React.SetStateAction
<
T
>
)
:
void
Parameters
action
:
React.SetStateAction
<
T
>
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Hex Core JS
Loading...
A function that sets the state of a React component.