IHostNavigationRequest
Home > @gooddata/sdk-pluggable-application-model > IHostNavigationRequest
IHostNavigationRequest interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
A chrome-initiated navigation the host is about to perform, handed to the active application for confirmation via IPluggableApplicationMountHandle.onHostNavigationRequested.
Signature:
export interface IHostNavigationRequest
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
|
() => void |
(ALPHA) Performs the navigation the host originally intended. | |
|
|
string |
(ALPHA) Target URL of the pending navigation. |