Properties
Optional
_scheduled Layout Down
_scheduled Layout Down ?: boolean
Defined in src/types/types.ts:177
add Header
add Header : boolean
at Top Most
at Top Most : boolean
border Size
border Size : number
bordered
bordered : boolean
built In Menu
built In Menu : boolean
Readonly
caches
caches : CacheStorage
can Maximize
can Maximize : boolean
can Minimize
can Minimize : boolean
client Height
client Height : number
Readonly
client Information
client Information : Navigator
Defined in node_modules/typescript/lib/lib.dom.d.ts:16963
client Width
client Width : number
Readonly
closed
closed : boolean
Defined in node_modules/typescript/lib/lib.dom.d.ts:16965
Readonly
cross Origin Isolated
cross Origin Isolated : boolean
Readonly
crypto
crypto : Crypto
Readonly
custom Elements
custom Elements : CustomElementRegistry
Defined in node_modules/typescript/lib/lib.dom.d.ts:16967
dev Tools Url
dev Tools Url : string
Readonly
device Pixel Ratio
device Pixel Ratio : number
Defined in node_modules/typescript/lib/lib.dom.d.ts:16968
Optional
do Not Check Less
do Not Check Less ?: boolean
Defined in src/types/types.ts:178
dock Align
dock Align : string
Readonly
document
document : Document
Defined in node_modules/typescript/lib/lib.dom.d.ts:16969
Readonly
event
event : Event
Defined in node_modules/typescript/lib/lib.dom.d.ts:16971
event_ dragfinished
event_ dragfinished : ( ( e ) => any )
Defined in src/dndutils.ts:235
event_ focusedcontrol
event_ focusedcontrol : ( ( e ) => any )
Defined in src/mminit.ts:2649
event_ layoutchange
event_ layoutchange : ( ( e ) => any )
Defined in src/mminit.ts:2650
Readonly
external
external : External
Defined in node_modules/typescript/lib/lib.dom.d.ts:16973
fade Time
fade Time : number
force Close
force Close : boolean
Readonly
frame Element
Defined in node_modules/typescript/lib/lib.dom.d.ts:16974
Readonly
frames
Defined in node_modules/typescript/lib/lib.dom.d.ts:16975
header Class
header Class : any
Readonly
history
history : History
Defined in node_modules/typescript/lib/lib.dom.d.ts:16976
Readonly
indexedDB
indexedDB : IDBFactory
Readonly
inner Height
inner Height : number
Defined in node_modules/typescript/lib/lib.dom.d.ts:16977
Readonly
inner Width
inner Width : number
Defined in node_modules/typescript/lib/lib.dom.d.ts:16978
inspect Element Supported
inspect Element Supported : boolean
is Main Window
is Main Window : boolean
Readonly
is Secure Context
is Secure Context : boolean
layout Locked
layout Locked : number
Defined in src/mminit.ts:2647
Optional
layout Update Needed
layout Update Needed ?: boolean
Defined in src/mminit.ts:2648
Readonly
length
length : number
Defined in node_modules/typescript/lib/lib.dom.d.ts:16979
Readonly
local Storage
local Storage : Storage
Readonly
locationbar
locationbar : BarProp
Defined in node_modules/typescript/lib/lib.dom.d.ts:16983
magnet To Screen
magnet To Screen : boolean
magnet To Windows
magnet To Windows : boolean
maximized
maximized : boolean
menuJSON
menuJSON : string
Readonly
menubar
menubar : BarProp
Defined in node_modules/typescript/lib/lib.dom.d.ts:16985
minimized
minimized : boolean
modal Result
modal Result : number
Optional
mouse ScreenX
mouse ScreenX ?: number
Defined in src/types/types.ts:181
Optional
mouse ScreenY
mouse ScreenY ?: number
Defined in src/types/types.ts:182
Optional
mouse Target
mouse Target ?: EventTarget
Defined in src/types/types.ts:183
Optional
mouseX
mouseX ?: number
Defined in src/types/types.ts:179
Optional
mouseY
mouseY ?: number
Defined in src/types/types.ts:180
moveable
moveable : boolean
name
name : string
Defined in node_modules/typescript/lib/lib.dom.d.ts:16986
Readonly
navigator
navigator : Navigator
Defined in node_modules/typescript/lib/lib.dom.d.ts:16987
onabort
onabort : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : UIEvent
Returns any
onafterprint
onafterprint : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : WindowEventHandlers
ev : Event
Returns any
onanimationcancel
onanimationcancel : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : AnimationEvent
Returns any
onanimationend
onanimationend : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : AnimationEvent
Returns any
onanimationiteration
onanimationiteration : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : AnimationEvent
Returns any
onanimationstart
onanimationstart : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : AnimationEvent
Returns any
onauxclick
onauxclick : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onbeforeinput
onbeforeinput : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : InputEvent
Returns any
onbeforeprint
onbeforeprint : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : WindowEventHandlers
ev : Event
Returns any
onbeforeunload
onbeforeunload : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : WindowEventHandlers
ev : BeforeUnloadEvent
Returns any
onblur
onblur : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : FocusEvent
Returns any
oncancel
oncancel : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
oncanplay
oncanplay : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
oncanplaythrough
oncanplaythrough : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onchange
onchange : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onclick
onclick : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onclose
onclose : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
oncontextmenu
oncontextmenu : ( ( this , ev ) => any )
Type declaration
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
oncopy
oncopy : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : ClipboardEvent
Returns any
oncuechange
oncuechange : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
oncut
oncut : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : ClipboardEvent
Returns any
ondblclick
ondblclick : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
ondevicemotion
ondevicemotion : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Returns any
Defined in node_modules/typescript/lib/lib.dom.d.ts:16989
ondeviceorientation
ondeviceorientation : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
ev : DeviceOrientationEvent
Returns any
Defined in node_modules/typescript/lib/lib.dom.d.ts:16991
ondrag
ondrag : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : DragEvent
Returns any
ondragend
ondragend : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : DragEvent
Returns any
ondragenter
ondragenter : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : DragEvent
Returns any
ondragleave
ondragleave : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : DragEvent
Returns any
ondragover
ondragover : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : DragEvent
Returns any
ondragstart
ondragstart : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : DragEvent
Returns any
ondrop
ondrop : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : DragEvent
Returns any
ondurationchange
ondurationchange : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onemptied
onemptied : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onended
onended : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onerror
onerror : OnErrorEventHandlerNonNull
onfocus
onfocus : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : FocusEvent
Returns any
onformdata
onformdata : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : FormDataEvent
Returns any
ongamepadconnected
ongamepadconnected : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : WindowEventHandlers
ev : GamepadEvent
Returns any
ongamepaddisconnected
ongamepaddisconnected : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : WindowEventHandlers
ev : GamepadEvent
Returns any
ongotpointercapture
ongotpointercapture : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onhashchange
onhashchange : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : WindowEventHandlers
ev : HashChangeEvent
Returns any
oninput
oninput : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
oninvalid
oninvalid : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onkeydown
onkeydown : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : KeyboardEvent
Returns any
onkeypress
onkeypress : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : KeyboardEvent
Returns any
onkeyup
onkeyup : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : KeyboardEvent
Returns any
onlanguagechange
onlanguagechange : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : WindowEventHandlers
ev : Event
Returns any
onload
onload : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onloadeddata
onloadeddata : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onloadedmetadata
onloadedmetadata : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onloadstart
onloadstart : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onlostpointercapture
onlostpointercapture : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onmessage
onmessage : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : WindowEventHandlers
ev : MessageEvent < any >
Returns any
onmessageerror
onmessageerror : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : WindowEventHandlers
ev : MessageEvent < any >
Returns any
onmousedown
onmousedown : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onmouseenter
onmouseenter : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onmouseleave
onmouseleave : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onmousemove
onmousemove : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onmouseout
onmouseout : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onmouseover
onmouseover : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onmouseup
onmouseup : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : MouseEvent
Returns any
onoffline
onoffline : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : WindowEventHandlers
ev : Event
Returns any
ononline
ononline : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : WindowEventHandlers
ev : Event
Returns any
onorientationchange
onorientationchange : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Returns any
Defined in node_modules/typescript/lib/lib.dom.d.ts:16993
onpagehide
onpagehide : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : WindowEventHandlers
ev : PageTransitionEvent
Returns any
onpageshow
onpageshow : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : WindowEventHandlers
ev : PageTransitionEvent
Returns any
onpaste
onpaste : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : ClipboardEvent
Returns any
onpause
onpause : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onplay
onplay : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onplaying
onplaying : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onpointercancel
onpointercancel : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onpointerdown
onpointerdown : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onpointerenter
onpointerenter : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onpointerleave
onpointerleave : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onpointermove
onpointermove : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onpointerout
onpointerout : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onpointerover
onpointerover : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onpointerup
onpointerup : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : PointerEvent
Returns any
onpopstate
onpopstate : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : WindowEventHandlers
ev : PopStateEvent
Returns any
onprogress
onprogress : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : ProgressEvent < EventTarget >
Returns any
onratechange
onratechange : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onrejectionhandled
onrejectionhandled : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : WindowEventHandlers
ev : PromiseRejectionEvent
Returns any
onreset
onreset : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onresize
onresize : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : UIEvent
Returns any
onscroll
onscroll : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onsecuritypolicyviolation
onsecuritypolicyviolation : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : SecurityPolicyViolationEvent
Returns any
onseeked
onseeked : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onseeking
onseeking : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onselect
onselect : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onselectionchange
onselectionchange : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onselectstart
onselectstart : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onslotchange
onslotchange : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onstalled
onstalled : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onstorage
onstorage : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : WindowEventHandlers
ev : StorageEvent
Returns any
onsubmit
onsubmit : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : SubmitEvent
Returns any
onsuspend
onsuspend : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
ontimeupdate
ontimeupdate : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
ontoggle
ontoggle : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
Optional
ontouchcancel
ontouchcancel ?: ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : TouchEvent
Returns any
Optional
ontouchend
ontouchend ?: ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : TouchEvent
Returns any
Optional
ontouchmove
ontouchmove ?: ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : TouchEvent
Returns any
Optional
ontouchstart
ontouchstart ?: ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : TouchEvent
Returns any
ontransitioncancel
ontransitioncancel : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : TransitionEvent
Returns any
ontransitionend
ontransitionend : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : TransitionEvent
Returns any
ontransitionrun
ontransitionrun : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : TransitionEvent
Returns any
ontransitionstart
ontransitionstart : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : TransitionEvent
Returns any
onunhandledrejection
onunhandledrejection : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : WindowEventHandlers
ev : PromiseRejectionEvent
Returns any
onunload
onunload : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : WindowEventHandlers
ev : Event
Returns any
onvolumechange
onvolumechange : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onwaiting
onwaiting : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onwebkitanimationend
onwebkitanimationend : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onwebkitanimationiteration
onwebkitanimationiteration : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onwebkitanimationstart
onwebkitanimationstart : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onwebkittransitionend
onwebkittransitionend : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : Event
Returns any
onwheel
onwheel : ( ( this , ev ) => any )
Type declaration
( this , ev ) : any
Parameters
this : GlobalEventHandlers
ev : WheelEvent
Returns any
opener
opener : any
Defined in node_modules/typescript/lib/lib.dom.d.ts:16994
Readonly
orientation
orientation : number
Defined in node_modules/typescript/lib/lib.dom.d.ts:16996
Readonly
origin
origin : string
Readonly
outer Height
outer Height : number
Defined in node_modules/typescript/lib/lib.dom.d.ts:16997
Readonly
outer Width
outer Width : number
Defined in node_modules/typescript/lib/lib.dom.d.ts:16998
Readonly
pageXOffset
pageXOffset : number
Defined in node_modules/typescript/lib/lib.dom.d.ts:17000
Readonly
pageYOffset
pageYOffset : number
Defined in node_modules/typescript/lib/lib.dom.d.ts:17002
Readonly
parent
Defined in node_modules/typescript/lib/lib.dom.d.ts:17008
Readonly
performance
performance : Performance
Readonly
personalbar
personalbar : BarProp
Defined in node_modules/typescript/lib/lib.dom.d.ts:17010
popup Menu Windows
popup Menu Windows : boolean
pos Save Name
pos Save Name : string
reload In Progress
reload In Progress : boolean
resizeable
resizeable : boolean
Optional
right Click On Image
right Click On Image ?: boolean
Defined in src/types/types.ts:184
Readonly
screen
screen : Screen
Defined in node_modules/typescript/lib/lib.dom.d.ts:17011
Readonly
screen Left
screen Left : number
Defined in node_modules/typescript/lib/lib.dom.d.ts:17012
Readonly
screen Top
screen Top : number
Defined in node_modules/typescript/lib/lib.dom.d.ts:17013
Readonly
screenX
screenX : number
Defined in node_modules/typescript/lib/lib.dom.d.ts:17014
Readonly
screenY
screenY : number
Defined in node_modules/typescript/lib/lib.dom.d.ts:17015
Readonly
scrollX
scrollX : number
Defined in node_modules/typescript/lib/lib.dom.d.ts:17016
Readonly
scrollY
scrollY : number
Defined in node_modules/typescript/lib/lib.dom.d.ts:17017
Readonly
scrollbars
scrollbars : BarProp
Defined in node_modules/typescript/lib/lib.dom.d.ts:17019
Readonly
self
self : Window & typeof globalThis
Defined in node_modules/typescript/lib/lib.dom.d.ts:17020
Readonly
session Storage
session Storage : Storage
shape Color
shape Color : number
show As Video Player
show As Video Player : boolean
Readonly
speech Synthesis
speech Synthesis : SpeechSynthesis
Defined in node_modules/typescript/lib/lib.dom.d.ts:17021
status
status : string
Defined in node_modules/typescript/lib/lib.dom.d.ts:17023
status Info
status Info : Promise < any >
Readonly
statusbar
statusbar : BarProp
Defined in node_modules/typescript/lib/lib.dom.d.ts:17025
system Device Pixel Ratio
system Device Pixel Ratio : number
text Zoom Ratio
text Zoom Ratio : number
tool Window
tool Window : boolean
Readonly
toolbar
toolbar : BarProp
Defined in node_modules/typescript/lib/lib.dom.d.ts:17027
Readonly
top
Defined in node_modules/typescript/lib/lib.dom.d.ts:17028
Readonly
visual Viewport
visual Viewport : VisualViewport
Defined in node_modules/typescript/lib/lib.dom.d.ts:17029
Readonly
window
window : Window & typeof globalThis
Defined in node_modules/typescript/lib/lib.dom.d.ts:17030
window Is Loaded
window Is Loaded : boolean
A window containing a DOM document; the document property points to the DOM document loaded in that window.