Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 673 Bytes

kibana-plugin-core-public.chromenavcontrols.registerright.md

File metadata and controls

24 lines (14 loc) · 673 Bytes

Home > kibana-plugin-core-public > ChromeNavControls > registerRight

ChromeNavControls.registerRight() method

Register a nav control to be presented on the top-right side of the chrome header.

Signature:

registerRight(navControl: ChromeNavControl): void;

Parameters

Parameter Type Description
navControl ChromeNavControl

Returns:

void