-
escapeKeyDown
-
Fired when the escape key is pressed.
By default, the popover will be closed. It can be prevented by calling preventDefault()
.
Type: EscapeKeyDownEvent
-
focusOutside
-
Fired when the focus is moved outside the element.
By default, the popover will be closed. It can be prevented by calling preventDefault()
.
Type: FocusOutsideEvent
-
interactOutside
-
Fired when an interaction (pointer or focus) happens outside the component.
By default, the popover will be closed. It can be prevented by calling preventDefault()
.
Type: InteractOutsideEvent
-
pointerDownOutside
-
Fired when the pointer is pressed down outside the element.
By default, the popover will be closed. It can be prevented by calling preventDefault()
.
Type: PointerDownOutsideEvent