Optional
win: WindowReadonly
innerStatic
ipcSet message bus used for static event broadcasting across windows.
Registers an event listener on the specified event.
{WindowEventType} eventName The type of the event.
{(event: EventArgs) => void} The event handler function.
Protected
attachProtected
detachProtected
postProtected
preProtected
registerRemoves a previous registered event listener from the specified event.
{WindowEventType} eventName The type of the event.
{(event: EventArgs) => void} The event handler function.
Protected
unwrapProtected
wrapStatic
addStatic
emitStatic
listenersStatic
remove
The underlying concrete container window.