Returns the active tab.
The active tab.
Returns all tabs.
All tabs.
Navigates to a given URL.
The URL to be navigated to.
Navigates to the home page.
Subscribes the closed event of this object, which will be fired when this has been closed,
The callback which will be invoked when this has been closed.
Subscribes to messages sent to this window.
The callback with the message as argument
Subscribes to pointer events on this window. These events can only be observed (not intercepted).
The callback which will be invoked for the given pointer event
Tries to open a new tab inside this BrowserWindow, returns the tab when successfully or null when failed.
Tries to open a new tab inside this BrowserWindow, returns the tab when successfully or null when failed.
The URL to be navigated to.
Tries to open a new tab inside this BrowserWindow, returns the tab when successfully or null when failed.
The settings to use.
Sets the position and size of the window.
The left position of the window.
The top position of the window.
The width of the window.
The height of the window.
Registers a callback which will be triggered when the page load results in an error.
The callback which will be triggered when the page load results in an error.
Registers a callback which will be triggered when a page has completed loading.
The callback which will be triggered when a page has completed loaded.
Registers a callback which will be triggered when a new page is being loaded.
The callback which will be triggered when a new page is being loaded.
Generated using TypeDoc
Activates the window.