Variables
WindowEvents
Application-level events related to window management.
const WindowEvents: {
primaryWindowChanged: "primaryWindowChanged";
windowClose: "windowClose";
windowOpen: "windowOpen";
};Defined in: native-window/native-window-interfaces.ts
Application-level events related to window management.
Type Declaration
primaryWindowChanged
readonly primaryWindowChanged: "primaryWindowChanged";Fired on Application when another window takes over the primary role.
windowClose
readonly windowClose: "windowClose";Fired on Application when a NativeWindow is closed/destroyed.
windowOpen
readonly windowOpen: "windowOpen";Fired on Application when a new NativeWindow is created.
- Previous
- widthProperty
- Next
- zIndexProperty