replace
Home > @gooddata/sdk-pluggable-application-model > IShellUiMountOptions > replace
IShellUiMountOptions.replace 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.
Callback for requesting client-side navigation with history replacement.
Signature:
replace: (url: string) => void;
Remarks
Works like IShellUiMountOptions.navigate but replaces the current history entry instead of pushing a new one.