Skip to content

PopupEventType

PopupEventType = object

Defined in: ui/popup.ts:138

PopupEventType - a mapping between the popup event name and the event value. These events are used with the Popup.on method.

Properties

close

close: PopupEvent

Defined in: ui/popup.ts:146

Fired when the popup is closed manually or programmatically.


open

open: PopupEvent

Defined in: ui/popup.ts:142

Fired when the popup is opened manually or programmatically.