kibana/docs/development/core/public/kibana-plugin-public.overlaybannermount.md

464 B

Home > kibana-plugin-public > OverlayBannerMount

OverlayBannerMount type

A function that will mount the banner inside the provided element.

Signature:

export declare type OverlayBannerMount = (element: HTMLElement) => OverlayBannerUnmount;