Readonly
innerGets the underlying native JavaScript window object. As some containers do not support native access, check for undefined.
Static
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
detachReturns the parent window of this window.
Protected
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.
Sets the parent window of this window.
Protected
unwrapProtected
wrapStatic
addRegisters an event listener on the specified static event.
The type of the event.
The event handler function.
Static
emitStatic
listenersStatic
removeRemoves a previous registered event listener from the specified static event.
The type of the event.
The event handler function.
The underlying concrete container window.