Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 959 Bytes

kibana-plugin-public.chromenavlinks.enableforcedappswitchernavigation.md

File metadata and controls

23 lines (13 loc) · 959 Bytes

Home > kibana-plugin-public > ChromeNavLinks > enableForcedAppSwitcherNavigation

ChromeNavLinks.enableForcedAppSwitcherNavigation() method

Enable forced navigation mode, which will trigger a page refresh when a nav link is clicked and only the hash is updated.

Signature:

enableForcedAppSwitcherNavigation(): void;

Returns:

void

Remarks

This is only necessary when rendering the status page in place of another app, as links to that app will set the current URL and change the hash, but the routes for the correct are not loaded so nothing will happen. elastic#29770

Used only by status_page plugin