A global variable exposed on windows to access the windowmanager-related API.
Properties:
| Name | Type | Description | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
version |
String | version of windowmanager |
|||||||||||||||||||||||||||
runtime |
Object | contains runtime-specific info Properties
|
|||||||||||||||||||||||||||
Window |
Window | ||||||||||||||||||||||||||||
geometry |
geometry | ||||||||||||||||||||||||||||
messagebus |
messagebus | message bus for application |
Extends
Methods
(static) isReady() → {Boolean}
Returns if windowmanager is ready.
Returns:
- Type
- Boolean
(static) onReady(callback)
Executes callback when windowmanager is ready.
Parameters:
| Name | Type | Description |
|---|---|---|
callback |
callback |