Abstract
Readonly
Abstract
idReadonly
innerThe underlying concrete container window.
Readonly
Abstract
nameGets 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
Abstract
attachOverride to provide custom container logic for adding an event handler.
Abstract
closeProtected
Abstract
detachOverride to provide custom container logic for removing an event handler.
Abstract
flashAbstract
focusAbstract
getAbstract
getAbstract
getReturns the parent window of this window.
Abstract
getAbstract
hideAbstract
isAbstract
loadAbstract
maximizeAbstract
minimizeProtected
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.
Abstract
restoreAbstract
setAbstract
setSets the parent window of this window.
Abstract
showProtected
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.
Represents a container window.