Preparing search index...
The search index is not available
canvas-ui
canvas-ui
UpdateLocationOnRestore
Interface UpdateLocationOnRestore
Interface for the 'restore' update location action.
interface
UpdateLocationOnRestore
{
action
:
"restore"
;
routes
:
Record
<
string
,
Omit
<
LocationRoute
,
"is_mounted"
>
>
;
}
Hierarchy (
View Summary
)
UpdateLocation
UpdateLocationOnRestore
Index
Properties
action
routes
Properties
action
action
:
"restore"
The action type.
routes
routes
:
Record
<
string
,
Omit
<
LocationRoute
,
"is_mounted"
>
>
The routes to be restored.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
routes
canvas-ui
Loading...
Interface for the 'restore' update location action.