Function: navigate()
navigate(
routeId
, ...args
):Promise
<void
>
Allow extension to navigate to a custom route. The route needs to have been registered using navigation.register
Parameters
routeId
string
the identifier of the route to use
args
...unknown
[]
the arguments to provide to the command linked to the routeId
Returns
Promise
<void
>