ReactorWindowModel
Extends
FloatingWindowModel
Constructors
Constructor
new ReactorWindowModel(child): ReactorWindowModel;
Parameters
| Parameter | Type |
|---|---|
child | WorkspaceModel |
Returns
ReactorWindowModel
Overrides
FloatingWindowModel.constructor
Properties
| Property | Type | Description |
|---|---|---|
standalone | boolean | Whether this is an independent window rather than a temporary window coupled to a tray. Standalone windows can be docked into the active workspace. |
Accessors
maximized
pinned
Methods
toggleMaximized()
toggleMaximized(): void;
Returns
void