Skip to content

Type Alias: DriverInternal ​

ts
type DriverInternal = {
  clearPopoverDom: () => void;
  overlayClick: () => void;
  reportPopoverDom: (dom) => void;
};

Methods the rendering components call back into; not part of the public API.

Properties ​

PropertyTypeDescription
clearPopoverDom() => voidThe popover component unmounted.
overlayClick() => voidThe dimmed part of the overlay was clicked.
reportPopoverDom(dom) => voidThe popover component mounted; runs onPopoverRender and stores the DOM.

Released under the MIT License.