Interface WindowOptions
Source: windowsManager.ts
Extended by
Indexable
[
key:string]:unknown
Properties
id?
optionalid?:string
The ID of the window.
app?
optionalapp?:App<WindowProps>
The app associated with the window.
size?
optionalsize?:Vector2
The size of the window.
Default
ts
new Vector2(700, 400)position?
optionalposition?:Vector2
The position of the window.
fullscreen?
optionalfullscreen?:string|boolean
options?
optionaloptions?:object
isFocused?
optionalisFocused?:boolean
lastInteraction?
optionallastInteraction?:number
minimized?
optionalminimized?:boolean