| geometry | `{`<br />` initialWidth: number,`<br />` initialHeight: number,`<br />` initialX: number,`<br />` initialY: number,`<br />` initiallyDocked: bool,`<br />` side: string,`<br />`}` | Default window geometry with size, position and docking status. Positive position values (including '0') are related to top (InitialY) and left (InitialX), negative values (including '-0') to bottom (InitialY) and right (InitialX). | `{`<br />` initialWidth: 320,`<br />` initialHeight: 640,`<br />` initialX: 0,`<br />` initialY: 0,`<br />` initiallyDocked: true,`<br />` side: 'left'`<br />`}` |
0 commit comments