Preparing search index...
The search index is not available
react-declarative - v2.6.90
react-declarative
useLocalHistory
Function useLocalHistory
Initializes and manages a local history object.
use
Local
History
(
options
?
)
:
{
history
:
MemoryHistory
;
}
Parameters
options
:
Partial
<
IParams
>
= {}
The options for the local history.
Returns
{
history
:
MemoryHistory
;
}
The local history object.
history
:
MemoryHistory
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
react-declarative - v2.6.90
Loading...
Initializes and manages a local history object.