kibana/docs/development/core/public/kibana-plugin-public.chromenavlinks.showonly.md
Josh Dover 5941436e1b
Remove final legacy dependencies from Header UI (#38175)
* Remove final legacy dependencies from Header UI

* Address @eliperelman comments

* Move files for x-pack move
2019-06-20 15:57:02 -05:00

652 B

Home > kibana-plugin-public > ChromeNavLinks > showOnly

Remove all navlinks except the one matching the given id.

Signature:

showOnly(id: string): void;

Parameters

Parameter Type Description
id string

Returns:

void

Remarks

NOTE: this is not reversible.