Skip to content

Interface WindowOptions

Source: windowsManager.ts

Extended by

Indexable

[key: string]: unknown

Properties

id?

optional id?: string

The ID of the window.


app?

optional app?: App<WindowProps>

The app associated with the window.


size?

optional size?: Vector2

The size of the window.

Default

ts
new Vector2(700, 400)

position?

optional position?: Vector2

The position of the window.


fullscreen?

optional fullscreen?: string | boolean


options?

optional options?: object


isFocused?

optional isFocused?: boolean


lastInteraction?

optional lastInteraction?: number


minimized?

optional minimized?: boolean

Built by Prozilla