PopoverEvents

PopoverEvents

Cross-popover coordination events.

Every component that participates in cross-popover coordination should use this type.

  • source – the component instance that is about to open. Subscribers using the source-identity strategy ignore events whose source is themselves or a descendant.
  • skipPopovers – an array of esp-popover instances that should remain open. Subscribers using the skip-list strategy ignore events that include themselves.

Properties

PopoverEvents has the following properties:

"close-popovers"

Type: { source?: object; skipPopovers?: HTMLElement[]; }

Where does this show?