CreatePopupOptionsinterface
Options for creating a popup window. The created window will be frameless and hidden.
Properties (9)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| copyStyles⚓︎ | boolean | true | x | If |
| hasMoveAreas⚓︎ | boolean | true | x | If |
| hasSizeAreas⚓︎ | boolean | false | x | If |
| height⚓︎ | number | 600 | x | Window height in pixels. |
| left⚓︎ | number | 0 | x | Distance of the top left window corner from the left edge of the screen in pixels. |
| roundedCorners⚓︎ | boolean | x | x | If |
| top⚓︎ | number | 0 | x | Distance of the top left window corner from the top edge of the screen in pixels. |
| transparent⚓︎ | boolean | false | x | If |
| width⚓︎ | number | 600 | x | Window width in pixels. |