Math3D Full Project API
Preparing search index...
src/preload
AppWindowStatePacket
Type Alias AppWindowStatePacket
type
AppWindowStatePacket
=
{
bounds
?:
{
height
:
number
;
width
:
number
;
x
:
number
;
y
:
number
}
;
fullscreen
:
boolean
;
maximized
:
boolean
;
reason
?:
string
;
}
Index
Properties
bounds?
fullscreen
maximized
reason?
Properties
Optional
bounds
bounds
?:
{
height
:
number
;
width
:
number
;
x
:
number
;
y
:
number
}
fullscreen
fullscreen
:
boolean
maximized
maximized
:
boolean
Optional
reason
reason
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bounds
fullscreen
maximized
reason
Math3D Full Project API
Loading...