travels
Preparing search index...
TravelsDevtoolsEvent
Type Alias TravelsDevtoolsEvent<S, P>
type
TravelsDevtoolsEvent
<
S
,
P
extends
PatchesOption
=
{}
>
=
{
metadata
?:
TravelMetadata
;
patches
:
TravelPatches
<
P
>
;
position
:
number
;
state
:
S
;
type
:
|
"setState"
|
"archive"
|
"transaction"
|
"go"
|
"reset"
|
"rebase"
|
"replaceStateWithoutHistory"
;
}
Type Parameters
S
P
extends
PatchesOption
=
{}
Index
Properties
metadata?
patches
position
state
type
Properties
Optional
metadata
metadata
?:
TravelMetadata
patches
patches
:
TravelPatches
<
P
>
position
position
:
number
state
state
:
S
type
type
:
|
"setState"
|
"archive"
|
"transaction"
|
"go"
|
"reset"
|
"rebase"
|
"replaceStateWithoutHistory"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
metadata
patches
position
state
type
travels
Loading...