Abstract Register/unregister global keyboard shortcut with the operating system.
Abstract hostDisplay type of current Container.
Retrieve information about screen size and displays.
Persistent storage
Abstract uuidUnique v4 GUID for this Container instance
Static Readonly windowA messaging bus for sending and receiving messages
Static ipcSet message bus used for static event broadcasting across windows.
Registers an event listener on the specified event.
The type of the event.
The event handler function.
Abstract addAdds an icon and context menu to the system notification area.
Details for the tray icon.
Optional listener: (() => void)(Optional) Callback for when the tray icon is clicked.
Optional menuItems: MenuItem[](Optional) Context menu.
Abstract buildBuilds the current window layout
Abstract createCreates a new ContainerWindow.
A new native container window wrapped within a generic ContainerWindow.
url
Optional options: any(Optional)
Abstract deleteInvokes each listener registered for the specified event type.
The type of the event.
Abstract getRetrieves a list of ContainerWindow wrapped native windows.
Abstract getGets the current ContainerWindow
The current ContainerWindow
Abstract getRetrieve a list of persisted window layouts
Abstract getGets the main ContainerWindow of the application.
The main ContainerWindow.
Abstract getAbstract getRetrieve a ContainerWindow with provided id.
Abstract getRetrieve a ContainerWindow with provided name.
Abstract loadProtected postProtected preProtected registerRemoves a previous registered event listener from the specified event.
The type of the event.
The event handler function.
Abstract saveName of the window layout to save
Abstract setAbstract showDisplay a notification.
Defines a title for the notification. Depending on container and choice of notification mechanism, this might not be shown.
Optional options: NotificationOptionsNotification options.
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.
Represents a concrete container.