wima
Preparing search index...
Window
Class Window
Index
Constructors
constructor
Properties
selector
Methods
get
Height
get
Width
set
clone
copy
deserialize
serialize
Constructors
constructor
new
Window
(
options
?:
WindowOptions
)
:
Window
Parameters
options
:
WindowOptions
= {}
Returns
Window
Properties
Readonly
selector
selector
:
string
Methods
get
Height
getHeight
()
:
number
Returns the height of the window.
Returns
number
get
Width
getWidth
()
:
number
Returns width of the window.
Returns
number
set
set
(
width
:
number
,
height
:
number
)
:
void
Parameters
width
:
number
height
:
number
Returns
void
Static
clone
clone
(
target
:
Window
)
:
Window
Parameters
target
:
Window
Returns
Window
Static
copy
copy
(
source
:
Window
,
target
?:
Window
)
:
Window
Parameters
source
:
Window
target
:
Window
= ...
Returns
Window
Static
deserialize
deserialize
(
value
:
WindowSerial
,
out
?:
Window
)
:
Window
Parameters
value
:
WindowSerial
Optional
out
:
Window
= ...
Returns
Window
Static
serialize
serialize
(
value
:
Window
)
:
{
height
:
number
;
selector
:
string
;
width
:
number
}
Parameters
value
:
Window
Returns
{
height
:
number
;
selector
:
string
;
width
:
number
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
selector
Methods
get
Height
get
Width
set
clone
copy
deserialize
serialize
wima
Loading...
Returns the height of the window.