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