Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 739 Bytes

kibana-plugin-core-public.chromestart.setheaderbanner.md

File metadata and controls

28 lines (16 loc) · 739 Bytes

Home > kibana-plugin-core-public > ChromeStart > setHeaderBanner

ChromeStart.setHeaderBanner() method

Set the banner that will appear on top of the chrome header.

Signature:

setHeaderBanner(headerBanner?: ChromeUserBanner): void;

Parameters

Parameter Type Description
headerBanner ChromeUserBanner

Returns:

void

Remarks

Using undefined when invoking this API will remove the banner.