Skip to main content

UI.WindowEventListener

Object used to handle windows opening and closing events.

Index

Properties

Properties

optionalonClose

onClose?: (window: Window) => void

Called when the window is closed.


Type declaration

optionalonOpen

onOpen?: (window: Window) => void

Called when the window is opened.


Type declaration