proceed
Home > @gooddata/sdk-pluggable-application-model > IHostNavigationRequest > proceed
IHostNavigationRequest.proceed property
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.
Performs the navigation the host originally intended.
Signature:
readonly proceed: () => void;
Remarks
Only the first call takes effect, and only for the mount that received the request: a call made once that mount is gone — unmounted, or remounted for a new workspace — is ignored.