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