LeoWindow
Last updated
Was this helpful?
Last updated
Was this helpful?
/ / LeoWindow
Window
↳ LeoWindow
• Readonly
caches: CacheStorage
Available only in secure contexts.
Inherited from
Window.caches
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16958
• Readonly
clientInformation: Navigator
Deprecated
This is a legacy alias of navigator
.
Inherited from
Window.clientInformation
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16782
• Readonly
closed: boolean
Returns true if the window has been closed, false otherwise.
Inherited from
Window.closed
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16784
• Readonly
crossOriginIsolated: boolean
Inherited from
Window.crossOriginIsolated
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16959
• Readonly
crypto: Crypto
Inherited from
Window.crypto
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16960
• Readonly
customElements: CustomElementRegistry
Defines a new custom element, mapping the given name to the given constructor as an autonomous custom element.
Inherited from
Window.customElements
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16786
• Readonly
devicePixelRatio: number
Inherited from
Window.devicePixelRatio
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16787
• Readonly
document: Document
Inherited from
Window.document
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16788
• Readonly
event: Event
Deprecated
Inherited from
Window.event
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16790
• Readonly
external: External
Deprecated
Inherited from
Window.external
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16792
• Readonly
frameElement: Element
Inherited from
Window.frameElement
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16793
• Readonly
frames: Window
Inherited from
Window.frames
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16794
• Readonly
history: History
Inherited from
Window.history
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16795
• Readonly
indexedDB: IDBFactory
Inherited from
Window.indexedDB
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16961
• Readonly
innerHeight: number
Inherited from
Window.innerHeight
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16796
• Readonly
innerWidth: number
Inherited from
Window.innerWidth
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16797
• Readonly
isSecureContext: boolean
Inherited from
Window.isSecureContext
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16962
• Readonly
length: number
Inherited from
Window.length
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16798
Defined in
Defined in
• Readonly
localStorage: Storage
Inherited from
Window.localStorage
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16953
• Readonly
locationbar: BarProp
Returns true if the location bar is visible; otherwise, returns false.
Inherited from
Window.locationbar
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16802
• Readonly
menubar: BarProp
Returns true if the menu bar is visible; otherwise, returns false.
Inherited from
Window.menubar
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16804
• name: string
Inherited from
Window.name
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16805
• Readonly
navigator: Navigator
Inherited from
Window.navigator
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16806
• onabort: (this
: GlobalEventHandlers
, ev
: UIEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Fires when the user aborts the download.
Parameters
this
GlobalEventHandlers
-
ev
UIEvent
The event.
Returns
any
Inherited from
Window.onabort
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5819
• onafterprint: (this
: WindowEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
WindowEventHandlers
ev
Event
Returns
any
Inherited from
Window.onafterprint
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16928
• onanimationcancel: (this
: GlobalEventHandlers
, ev
: AnimationEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
AnimationEvent
Returns
any
Inherited from
Window.onanimationcancel
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5820
• onanimationend: (this
: GlobalEventHandlers
, ev
: AnimationEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
AnimationEvent
Returns
any
Inherited from
Window.onanimationend
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5821
• onanimationiteration: (this
: GlobalEventHandlers
, ev
: AnimationEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
AnimationEvent
Returns
any
Inherited from
Window.onanimationiteration
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5822
• onanimationstart: (this
: GlobalEventHandlers
, ev
: AnimationEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
AnimationEvent
Returns
any
Inherited from
Window.onanimationstart
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5823
• onauxclick: (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
MouseEvent
Returns
any
Inherited from
Window.onauxclick
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5824
• onbeforeinput: (this
: GlobalEventHandlers
, ev
: InputEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
InputEvent
Returns
any
Inherited from
Window.onbeforeinput
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5825
• onbeforeprint: (this
: WindowEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
WindowEventHandlers
ev
Event
Returns
any
Inherited from
Window.onbeforeprint
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16929
• onbeforeunload: (this
: WindowEventHandlers
, ev
: BeforeUnloadEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
WindowEventHandlers
ev
BeforeUnloadEvent
Returns
any
Inherited from
Window.onbeforeunload
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16930
• onblur: (this
: GlobalEventHandlers
, ev
: FocusEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Fires when the object loses the input focus.
Parameters
this
GlobalEventHandlers
-
ev
FocusEvent
The focus event.
Returns
any
Inherited from
Window.onblur
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5830
• oncancel: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
Event
Returns
any
Inherited from
Window.oncancel
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5831
• oncanplay: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Occurs when playback is possible, but would require further buffering.
Parameters
this
GlobalEventHandlers
-
ev
Event
The event.
Returns
any
Inherited from
Window.oncanplay
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5836
• oncanplaythrough: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
Event
Returns
any
Inherited from
Window.oncanplaythrough
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5837
• onchange: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Fires when the contents of the object or selection have changed.
Parameters
this
GlobalEventHandlers
-
ev
Event
The event.
Returns
any
Inherited from
Window.onchange
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5842
• onclick: (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Fires when the user clicks the left mouse button on the object
Parameters
this
GlobalEventHandlers
-
ev
MouseEvent
The mouse event.
Returns
any
Inherited from
Window.onclick
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5847
• onclose: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
Event
Returns
any
Inherited from
Window.onclose
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5848
• oncontextmenu: (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Fires when the user clicks the right mouse button in the client area, opening the context menu.
Parameters
this
GlobalEventHandlers
-
ev
MouseEvent
The mouse event.
Returns
any
Inherited from
Window.oncontextmenu
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5853
• oncuechange: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
Event
Returns
any
Inherited from
Window.oncuechange
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5854
• ondblclick: (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Fires when the user double-clicks the object.
Parameters
this
GlobalEventHandlers
-
ev
MouseEvent
The mouse event.
Returns
any
Inherited from
Window.ondblclick
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5859
• ondevicemotion: (this
: Window
, ev
: DeviceMotionEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Available only in secure contexts.
Parameters
this
Window
ev
DeviceMotionEvent
Returns
any
Inherited from
Window.ondevicemotion
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16808
• ondeviceorientation: (this
: Window
, ev
: DeviceOrientationEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Available only in secure contexts.
Parameters
this
Window
ev
DeviceOrientationEvent
Returns
any
Inherited from
Window.ondeviceorientation
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16810
• ondrag: (this
: GlobalEventHandlers
, ev
: DragEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Fires on the source object continuously during a drag operation.
Parameters
this
GlobalEventHandlers
-
ev
DragEvent
The event.
Returns
any
Inherited from
Window.ondrag
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5864
• ondragend: (this
: GlobalEventHandlers
, ev
: DragEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Fires on the source object when the user releases the mouse at the close of a drag operation.
Parameters
this
GlobalEventHandlers
-
ev
DragEvent
The event.
Returns
any
Inherited from
Window.ondragend
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5869
• ondragenter: (this
: GlobalEventHandlers
, ev
: DragEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Fires on the target element when the user drags the object to a valid drop target.
Parameters
this
GlobalEventHandlers
-
ev
DragEvent
The drag event.
Returns
any
Inherited from
Window.ondragenter
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5874
• ondragleave: (this
: GlobalEventHandlers
, ev
: DragEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation.
Parameters
this
GlobalEventHandlers
-
ev
DragEvent
The drag event.
Returns
any
Inherited from
Window.ondragleave
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5879
• ondragover: (this
: GlobalEventHandlers
, ev
: DragEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Fires on the target element continuously while the user drags the object over a valid drop target.
Parameters
this
GlobalEventHandlers
-
ev
DragEvent
The event.
Returns
any
Inherited from
Window.ondragover
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5884
• ondragstart: (this
: GlobalEventHandlers
, ev
: DragEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Fires on the source object when the user starts to drag a text selection or selected object.
Parameters
this
GlobalEventHandlers
-
ev
DragEvent
The event.
Returns
any
Inherited from
Window.ondragstart
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5889
• ondrop: (this
: GlobalEventHandlers
, ev
: DragEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
DragEvent
Returns
any
Inherited from
Window.ondrop
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5890
• ondurationchange: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Occurs when the duration attribute is updated.
Parameters
this
GlobalEventHandlers
-
ev
Event
The event.
Returns
any
Inherited from
Window.ondurationchange
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5895
• onemptied: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Occurs when the media element is reset to its initial state.
Parameters
this
GlobalEventHandlers
-
ev
Event
The event.
Returns
any
Inherited from
Window.onemptied
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5900
• onended: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Occurs when the end of playback is reached.
Parameters
this
GlobalEventHandlers
-
ev
Event
The event
Returns
any
Inherited from
Window.onended
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5905
• onerror: OnErrorEventHandlerNonNull
Fires when an error occurs during object loading.
Param
The event.
Inherited from
Window.onerror
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5910
• onfocus: (this
: GlobalEventHandlers
, ev
: FocusEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Fires when the object receives focus.
Parameters
this
GlobalEventHandlers
-
ev
FocusEvent
The event.
Returns
any
Inherited from
Window.onfocus
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5915
• onformdata: (this
: GlobalEventHandlers
, ev
: FormDataEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
FormDataEvent
Returns
any
Inherited from
Window.onformdata
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5916
• ongamepadconnected: (this
: WindowEventHandlers
, ev
: GamepadEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
WindowEventHandlers
ev
GamepadEvent
Returns
any
Inherited from
Window.ongamepadconnected
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16931
• ongamepaddisconnected: (this
: WindowEventHandlers
, ev
: GamepadEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
WindowEventHandlers
ev
GamepadEvent
Returns
any
Inherited from
Window.ongamepaddisconnected
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16932
• ongotpointercapture: (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
PointerEvent
Returns
any
Inherited from
Window.ongotpointercapture
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5917
• onhashchange: (this
: WindowEventHandlers
, ev
: HashChangeEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
WindowEventHandlers
ev
HashChangeEvent
Returns
any
Inherited from
Window.onhashchange
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16933
• oninput: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
Event
Returns
any
Inherited from
Window.oninput
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5918
• oninvalid: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
Event
Returns
any
Inherited from
Window.oninvalid
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5919
• onkeydown: (this
: GlobalEventHandlers
, ev
: KeyboardEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Fires when the user presses a key.
Parameters
this
GlobalEventHandlers
-
ev
KeyboardEvent
The keyboard event
Returns
any
Inherited from
Window.onkeydown
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5924
• onkeypress: (this
: GlobalEventHandlers
, ev
: KeyboardEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Fires when the user presses an alphanumeric key.
Deprecated
Parameters
this
GlobalEventHandlers
-
ev
KeyboardEvent
The event.
Returns
any
Inherited from
Window.onkeypress
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5930
• onkeyup: (this
: GlobalEventHandlers
, ev
: KeyboardEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Fires when the user releases a key.
Parameters
this
GlobalEventHandlers
-
ev
KeyboardEvent
The keyboard event
Returns
any
Inherited from
Window.onkeyup
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5935
• onlanguagechange: (this
: WindowEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
WindowEventHandlers
ev
Event
Returns
any
Inherited from
Window.onlanguagechange
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16934
• onload: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Fires immediately after the browser loads the object.
Parameters
this
GlobalEventHandlers
-
ev
Event
The event.
Returns
any
Inherited from
Window.onload
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5940
• onloadeddata: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Occurs when media data is loaded at the current playback position.
Parameters
this
GlobalEventHandlers
-
ev
Event
The event.
Returns
any
Inherited from
Window.onloadeddata
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5945
• onloadedmetadata: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Occurs when the duration and dimensions of the media have been determined.
Parameters
this
GlobalEventHandlers
-
ev
Event
The event.
Returns
any
Inherited from
Window.onloadedmetadata
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5950
• onloadstart: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Occurs when Internet Explorer begins looking for media data.
Parameters
this
GlobalEventHandlers
-
ev
Event
The event.
Returns
any
Inherited from
Window.onloadstart
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5955
• onlostpointercapture: (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
PointerEvent
Returns
any
Inherited from
Window.onlostpointercapture
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5956
• onmessage: (this
: WindowEventHandlers
, ev
: MessageEvent
<any
>) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
WindowEventHandlers
ev
MessageEvent
<any
>
Returns
any
Inherited from
Window.onmessage
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16935
• onmessageerror: (this
: WindowEventHandlers
, ev
: MessageEvent
<any
>) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
WindowEventHandlers
ev
MessageEvent
<any
>
Returns
any
Inherited from
Window.onmessageerror
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16936
• onmousedown: (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Fires when the user clicks the object with either mouse button.
Parameters
this
GlobalEventHandlers
-
ev
MouseEvent
The mouse event.
Returns
any
Inherited from
Window.onmousedown
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5961
• onmouseenter: (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
MouseEvent
Returns
any
Inherited from
Window.onmouseenter
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5962
• onmouseleave: (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
MouseEvent
Returns
any
Inherited from
Window.onmouseleave
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5963
• onmousemove: (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Fires when the user moves the mouse over the object.
Parameters
this
GlobalEventHandlers
-
ev
MouseEvent
The mouse event.
Returns
any
Inherited from
Window.onmousemove
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5968
• onmouseout: (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Fires when the user moves the mouse pointer outside the boundaries of the object.
Parameters
this
GlobalEventHandlers
-
ev
MouseEvent
The mouse event.
Returns
any
Inherited from
Window.onmouseout
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5973
• onmouseover: (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Fires when the user moves the mouse pointer into the object.
Parameters
this
GlobalEventHandlers
-
ev
MouseEvent
The mouse event.
Returns
any
Inherited from
Window.onmouseover
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5978
• onmouseup: (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Fires when the user releases a mouse button while the mouse is over the object.
Parameters
this
GlobalEventHandlers
-
ev
MouseEvent
The mouse event.
Returns
any
Inherited from
Window.onmouseup
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5983
• onoffline: (this
: WindowEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
WindowEventHandlers
ev
Event
Returns
any
Inherited from
Window.onoffline
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16937
• ononline: (this
: WindowEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
WindowEventHandlers
ev
Event
Returns
any
Inherited from
Window.ononline
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16938
• onorientationchange: (this
: Window
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Deprecated
Parameters
this
Window
ev
Event
Returns
any
Inherited from
Window.onorientationchange
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16812
• onpagehide: (this
: WindowEventHandlers
, ev
: PageTransitionEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
WindowEventHandlers
ev
PageTransitionEvent
Returns
any
Inherited from
Window.onpagehide
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16939
• onpageshow: (this
: WindowEventHandlers
, ev
: PageTransitionEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
WindowEventHandlers
ev
PageTransitionEvent
Returns
any
Inherited from
Window.onpageshow
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16940
• onpause: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Occurs when playback is paused.
Parameters
this
GlobalEventHandlers
-
ev
Event
The event.
Returns
any
Inherited from
Window.onpause
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5988
• onplay: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Occurs when the play method is requested.
Parameters
this
GlobalEventHandlers
-
ev
Event
The event.
Returns
any
Inherited from
Window.onplay
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5993
• onplaying: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Occurs when the audio or video has started playing.
Parameters
this
GlobalEventHandlers
-
ev
Event
The event.
Returns
any
Inherited from
Window.onplaying
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5998
• onpointercancel: (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
PointerEvent
Returns
any
Inherited from
Window.onpointercancel
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5999
• onpointerdown: (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
PointerEvent
Returns
any
Inherited from
Window.onpointerdown
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6000
• onpointerenter: (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
PointerEvent
Returns
any
Inherited from
Window.onpointerenter
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6001
• onpointerleave: (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
PointerEvent
Returns
any
Inherited from
Window.onpointerleave
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6002
• onpointermove: (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
PointerEvent
Returns
any
Inherited from
Window.onpointermove
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6003
• onpointerout: (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
PointerEvent
Returns
any
Inherited from
Window.onpointerout
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6004
• onpointerover: (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
PointerEvent
Returns
any
Inherited from
Window.onpointerover
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6005
• onpointerup: (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
PointerEvent
Returns
any
Inherited from
Window.onpointerup
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6006
• onpopstate: (this
: WindowEventHandlers
, ev
: PopStateEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
WindowEventHandlers
ev
PopStateEvent
Returns
any
Inherited from
Window.onpopstate
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16941
• onprogress: (this
: GlobalEventHandlers
, ev
: ProgressEvent
<EventTarget
>) => any
Type declaration
â–¸ (this
, ev
): any
Occurs to indicate progress while downloading media data.
Parameters
this
GlobalEventHandlers
-
ev
ProgressEvent
<EventTarget
>
The event.
Returns
any
Inherited from
Window.onprogress
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6011
• onratechange: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Occurs when the playback rate is increased or decreased.
Parameters
this
GlobalEventHandlers
-
ev
Event
The event.
Returns
any
Inherited from
Window.onratechange
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6016
• onrejectionhandled: (this
: WindowEventHandlers
, ev
: PromiseRejectionEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
WindowEventHandlers
ev
PromiseRejectionEvent
Returns
any
Inherited from
Window.onrejectionhandled
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16942
• onreset: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Fires when the user resets a form.
Parameters
this
GlobalEventHandlers
-
ev
Event
The event.
Returns
any
Inherited from
Window.onreset
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6021
• onresize: (this
: GlobalEventHandlers
, ev
: UIEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
UIEvent
Returns
any
Inherited from
Window.onresize
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6022
• onscroll: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Fires when the user repositions the scroll box in the scroll bar on the object.
Parameters
this
GlobalEventHandlers
-
ev
Event
The event.
Returns
any
Inherited from
Window.onscroll
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6027
• onsecuritypolicyviolation: (this
: GlobalEventHandlers
, ev
: SecurityPolicyViolationEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
SecurityPolicyViolationEvent
Returns
any
Inherited from
Window.onsecuritypolicyviolation
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6028
• onseeked: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Occurs when the seek operation ends.
Parameters
this
GlobalEventHandlers
-
ev
Event
The event.
Returns
any
Inherited from
Window.onseeked
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6033
• onseeking: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Occurs when the current playback position is moved.
Parameters
this
GlobalEventHandlers
-
ev
Event
The event.
Returns
any
Inherited from
Window.onseeking
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6038
• onselect: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Fires when the current selection changes.
Parameters
this
GlobalEventHandlers
-
ev
Event
The event.
Returns
any
Inherited from
Window.onselect
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6043
• onselectionchange: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
Event
Returns
any
Inherited from
Window.onselectionchange
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6044
• onselectstart: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
Event
Returns
any
Inherited from
Window.onselectstart
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6045
• onslotchange: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
Event
Returns
any
Inherited from
Window.onslotchange
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6046
• onstalled: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Occurs when the download has stopped.
Parameters
this
GlobalEventHandlers
-
ev
Event
The event.
Returns
any
Inherited from
Window.onstalled
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6051
• onstorage: (this
: WindowEventHandlers
, ev
: StorageEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
WindowEventHandlers
ev
StorageEvent
Returns
any
Inherited from
Window.onstorage
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16943
• onsubmit: (this
: GlobalEventHandlers
, ev
: SubmitEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
SubmitEvent
Returns
any
Inherited from
Window.onsubmit
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6052
• onsuspend: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Occurs if the load operation has been intentionally halted.
Parameters
this
GlobalEventHandlers
-
ev
Event
The event.
Returns
any
Inherited from
Window.onsuspend
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6057
• ontimeupdate: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Occurs to indicate the current playback position.
Parameters
this
GlobalEventHandlers
-
ev
Event
The event.
Returns
any
Inherited from
Window.ontimeupdate
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6062
• ontoggle: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
Event
Returns
any
Inherited from
Window.ontoggle
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6063
• Optional
ontouchcancel: (this
: GlobalEventHandlers
, ev
: TouchEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
TouchEvent
Returns
any
Inherited from
Window.ontouchcancel
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6064
• Optional
ontouchend: (this
: GlobalEventHandlers
, ev
: TouchEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
TouchEvent
Returns
any
Inherited from
Window.ontouchend
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6065
• Optional
ontouchmove: (this
: GlobalEventHandlers
, ev
: TouchEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
TouchEvent
Returns
any
Inherited from
Window.ontouchmove
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6066
• Optional
ontouchstart: (this
: GlobalEventHandlers
, ev
: TouchEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
TouchEvent
Returns
any
Inherited from
Window.ontouchstart
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6067
• ontransitioncancel: (this
: GlobalEventHandlers
, ev
: TransitionEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
TransitionEvent
Returns
any
Inherited from
Window.ontransitioncancel
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6068
• ontransitionend: (this
: GlobalEventHandlers
, ev
: TransitionEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
TransitionEvent
Returns
any
Inherited from
Window.ontransitionend
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6069
• ontransitionrun: (this
: GlobalEventHandlers
, ev
: TransitionEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
TransitionEvent
Returns
any
Inherited from
Window.ontransitionrun
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6070
• ontransitionstart: (this
: GlobalEventHandlers
, ev
: TransitionEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
TransitionEvent
Returns
any
Inherited from
Window.ontransitionstart
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6071
• onunhandledrejection: (this
: WindowEventHandlers
, ev
: PromiseRejectionEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
WindowEventHandlers
ev
PromiseRejectionEvent
Returns
any
Inherited from
Window.onunhandledrejection
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16944
• onunload: (this
: WindowEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
WindowEventHandlers
ev
Event
Returns
any
Inherited from
Window.onunload
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16945
• onvolumechange: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Occurs when the volume is changed, or playback is muted or unmuted.
Parameters
this
GlobalEventHandlers
-
ev
Event
The event.
Returns
any
Inherited from
Window.onvolumechange
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6076
• onwaiting: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Occurs when playback stops because the next frame of a video resource is not available.
Parameters
this
GlobalEventHandlers
-
ev
Event
The event.
Returns
any
Inherited from
Window.onwaiting
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6081
• onwebkitanimationend: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Deprecated
This is a legacy alias of onanimationend
.
Parameters
this
GlobalEventHandlers
ev
Event
Returns
any
Inherited from
Window.onwebkitanimationend
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6083
• onwebkitanimationiteration: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Deprecated
This is a legacy alias of onanimationiteration
.
Parameters
this
GlobalEventHandlers
ev
Event
Returns
any
Inherited from
Window.onwebkitanimationiteration
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6085
• onwebkitanimationstart: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Deprecated
This is a legacy alias of onanimationstart
.
Parameters
this
GlobalEventHandlers
ev
Event
Returns
any
Inherited from
Window.onwebkitanimationstart
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6087
• onwebkittransitionend: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
â–¸ (this
, ev
): any
Deprecated
This is a legacy alias of ontransitionend
.
Parameters
this
GlobalEventHandlers
ev
Event
Returns
any
Inherited from
Window.onwebkittransitionend
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6089
• onwheel: (this
: GlobalEventHandlers
, ev
: WheelEvent
) => any
Type declaration
â–¸ (this
, ev
): any
Parameters
this
GlobalEventHandlers
ev
WheelEvent
Returns
any
Inherited from
Window.onwheel
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6090
• opener: any
Inherited from
Window.opener
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16813
• Readonly
orientation: number
Deprecated
Inherited from
Window.orientation
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16815
• Readonly
origin: string
Inherited from
Window.origin
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16963
• Readonly
outerHeight: number
Inherited from
Window.outerHeight
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16816
• Readonly
outerWidth: number
Inherited from
Window.outerWidth
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16817
• Readonly
pageXOffset: number
Deprecated
This is a legacy alias of scrollX
.
Inherited from
Window.pageXOffset
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16819
• Readonly
pageYOffset: number
Deprecated
This is a legacy alias of scrollY
.
Inherited from
Window.pageYOffset
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16821
• Readonly
parent: Window
Refers to either the parent WindowProxy, or itself.
It can rarely be null e.g. for contentWindow of an iframe that is already removed from the parent.
Inherited from
Window.parent
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16827
• Readonly
performance: Performance
Inherited from
Window.performance
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16964
• Readonly
personalbar: BarProp
Returns true if the personal bar is visible; otherwise, returns false.
Inherited from
Window.personalbar
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16829
• Readonly
screen: Screen
Inherited from
Window.screen
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16830
• Readonly
screenLeft: number
Inherited from
Window.screenLeft
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16831
• Readonly
screenTop: number
Inherited from
Window.screenTop
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16832
• Readonly
screenX: number
Inherited from
Window.screenX
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16833
• Readonly
screenY: number
Inherited from
Window.screenY
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16834
• Readonly
scrollX: number
Inherited from
Window.scrollX
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16835
• Readonly
scrollY: number
Inherited from
Window.scrollY
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16836
• Readonly
scrollbars: BarProp
Returns true if the scrollbars are visible; otherwise, returns false.
Inherited from
Window.scrollbars
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16838
• Readonly
self: Window
& typeof globalThis
Inherited from
Window.self
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16839
• Readonly
sessionStorage: Storage
Inherited from
Window.sessionStorage
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16980
• Readonly
speechSynthesis: SpeechSynthesis
Inherited from
Window.speechSynthesis
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16840
• status: string
Deprecated
Inherited from
Window.status
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16842
• Readonly
statusbar: BarProp
Returns true if the status bar is visible; otherwise, returns false.
Inherited from
Window.statusbar
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16844
• Readonly
toolbar: BarProp
Returns true if the toolbar is visible; otherwise, returns false.
Inherited from
Window.toolbar
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16846
• Readonly
top: Window
Inherited from
Window.top
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16847
• Readonly
visualViewport: VisualViewport
Inherited from
Window.visualViewport
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16848
• Readonly
window: Window
& typeof globalThis
Inherited from
Window.window
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16849
• get
location(): Location
Returns
Location
Inherited from
Window.location
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16799
• set
location(href
): void
Parameters
href
string
| Location
Returns
void
Inherited from
Window.location
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16800
â–¸ addEventListener<K
>(type
, listener
, options?
): void
Type parameters
K
extends keyof WindowEventMap
Parameters
type
K
listener
(this
: Window
, ev
: WindowEventMap
[K
]) => any
options?
boolean
| AddEventListenerOptions
Returns
void
Inherited from
Window.addEventListener
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16894
â–¸ addEventListener(type
, listener
, options?
): void
Parameters
type
string
listener
EventListenerOrEventListenerObject
options?
boolean
| AddEventListenerOptions
Returns
void
Inherited from
Window.addEventListener
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16895
â–¸ alert(message?
): void
Parameters
message?
any
Returns
void
Inherited from
Window.alert
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16850
â–¸ atob(data
): string
Parameters
data
string
Returns
string
Inherited from
Window.atob
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16965
â–¸ blur(): void
Returns
void
Inherited from
Window.blur
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16851
â–¸ btoa(data
): string
Parameters
data
string
Returns
string
Inherited from
Window.btoa
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16966
â–¸ cancelAnimationFrame(handle
): void
Parameters
handle
number
Returns
void
Inherited from
Window.cancelAnimationFrame
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2195
â–¸ cancelIdleCallback(handle
): void
Parameters
handle
number
Returns
void
Inherited from
Window.cancelIdleCallback
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16852
â–¸ captureEvents(): void
Deprecated
Returns
void
Inherited from
Window.captureEvents
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16854
â–¸ clearInterval(id
): void
Parameters
id
number
Returns
void
Inherited from
Window.clearInterval
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16967
â–¸ clearTimeout(id
): void
Parameters
id
number
Returns
void
Inherited from
Window.clearTimeout
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16968
â–¸ close(): void
Closes the window.
Returns
void
Inherited from
Window.close
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16856
â–¸ confirm(message?
): boolean
Parameters
message?
string
Returns
boolean
Inherited from
Window.confirm
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16857
â–¸ createImageBitmap(image
, options?
): Promise
<ImageBitmap
>
Parameters
image
ImageBitmapSource
options?
ImageBitmapOptions
Returns
Promise
<ImageBitmap
>
Inherited from
Window.createImageBitmap
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16969
â–¸ createImageBitmap(image
, sx
, sy
, sw
, sh
, options?
): Promise
<ImageBitmap
>
Parameters
image
ImageBitmapSource
sx
number
sy
number
sw
number
sh
number
options?
ImageBitmapOptions
Returns
Promise
<ImageBitmap
>
Inherited from
Window.createImageBitmap
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16970
â–¸ dispatchEvent(event
): boolean
Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.
Parameters
event
Event
Returns
boolean
Inherited from
Window.dispatchEvent
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5309
â–¸ fetch(input
, init?
): Promise
<Response
>
Parameters
input
RequestInfo
| URL
init?
RequestInit
Returns
Promise
<Response
>
Inherited from
Window.fetch
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16971
â–¸ focus(): void
Moves the focus to the window's browsing context, if any.
Returns
void
Inherited from
Window.focus
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16859
â–¸ getComputedStyle(elt
, pseudoElt?
): CSSStyleDeclaration
Parameters
elt
Element
pseudoElt?
string
Returns
CSSStyleDeclaration
Inherited from
Window.getComputedStyle
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16860
â–¸ getSelection(): Selection
Returns
Selection
Inherited from
Window.getSelection
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16861
â–¸ matchMedia(query
): MediaQueryList
Parameters
query
string
Returns
MediaQueryList
Inherited from
Window.matchMedia
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16862
â–¸ moveBy(x
, y
): void
Parameters
x
number
y
number
Returns
void
Inherited from
Window.moveBy
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16863
â–¸ moveTo(x
, y
): void
Parameters
x
number
y
number
Returns
void
Inherited from
Window.moveTo
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16864
â–¸ open(url?
, target?
, features?
): Window
Parameters
url?
string
| URL
target?
string
features?
string
Returns
Window
Inherited from
Window.open
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16865
â–¸ postMessage(message
, targetOrigin
, transfer?
): void
Posts a message to the given window. Messages can be structured objects, e.g. nested objects and arrays, can contain JavaScript values (strings, numbers, Date objects, etc), and can contain certain data objects such as File Blob, FileList, and ArrayBuffer objects.
Objects listed in the transfer member of options are transferred, not just cloned, meaning that they are no longer usable on the sending side.
A target origin can be specified using the targetOrigin member of options. If not provided, it defaults to "/". This default restricts the message to same-origin targets only.
If the origin of the target window doesn't match the given target origin, the message is discarded, to avoid information leakage. To send the message to the target regardless of origin, set the target origin to "*".
Throws a "DataCloneError" DOMException if transfer array contains duplicate objects or if message could not be cloned.
Parameters
message
any
targetOrigin
string
transfer?
Transferable
[]
Returns
void
Inherited from
Window.postMessage
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16877
â–¸ postMessage(message
, options?
): void
Parameters
message
any
options?
WindowPostMessageOptions
Returns
void
Inherited from
Window.postMessage
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16878
â–¸ print(): void
Returns
void
Inherited from
Window.print
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16879
â–¸ prompt(message?
, _default?
): string
Parameters
message?
string
_default?
string
Returns
string
Inherited from
Window.prompt
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16880
â–¸ queueMicrotask(callback
): void
Parameters
callback
VoidFunction
Returns
void
Inherited from
Window.queueMicrotask
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16972
â–¸ releaseEvents(): void
Deprecated
Returns
void
Inherited from
Window.releaseEvents
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16882
â–¸ removeEventListener<K
>(type
, listener
, options?
): void
Type parameters
K
extends keyof WindowEventMap
Parameters
type
K
listener
(this
: Window
, ev
: WindowEventMap
[K
]) => any
options?
boolean
| EventListenerOptions
Returns
void
Inherited from
Window.removeEventListener
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16896
â–¸ removeEventListener(type
, listener
, options?
): void
Parameters
type
string
listener
EventListenerOrEventListenerObject
options?
boolean
| EventListenerOptions
Returns
void
Inherited from
Window.removeEventListener
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16897
â–¸ reportError(e
): void
Parameters
e
any
Returns
void
Inherited from
Window.reportError
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16973
â–¸ requestAnimationFrame(callback
): number
Parameters
callback
FrameRequestCallback
Returns
number
Inherited from
Window.requestAnimationFrame
Defined in
node_modules/typescript/lib/lib.dom.d.ts:2196
â–¸ requestIdleCallback(callback
, options?
): number
Parameters
callback
IdleRequestCallback
options?
IdleRequestOptions
Returns
number
Inherited from
Window.requestIdleCallback
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16883
â–¸ resizeBy(x
, y
): void
Parameters
x
number
y
number
Returns
void
Inherited from
Window.resizeBy
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16884
â–¸ resizeTo(width
, height
): void
Parameters
width
number
height
number
Returns
void
Inherited from
Window.resizeTo
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16885
â–¸ scroll(options?
): void
Parameters
options?
ScrollToOptions
Returns
void
Inherited from
Window.scroll
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16886
â–¸ scroll(x
, y
): void
Parameters
x
number
y
number
Returns
void
Inherited from
Window.scroll
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16887
â–¸ scrollBy(options?
): void
Parameters
options?
ScrollToOptions
Returns
void
Inherited from
Window.scrollBy
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16888
â–¸ scrollBy(x
, y
): void
Parameters
x
number
y
number
Returns
void
Inherited from
Window.scrollBy
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16889
â–¸ scrollTo(options?
): void
Parameters
options?
ScrollToOptions
Returns
void
Inherited from
Window.scrollTo
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16890
â–¸ scrollTo(x
, y
): void
Parameters
x
number
y
number
Returns
void
Inherited from
Window.scrollTo
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16891
â–¸ setInterval(handler
, timeout?
, ...arguments
): number
Parameters
handler
TimerHandler
timeout?
number
...arguments
any
[]
Returns
number
Inherited from
Window.setInterval
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16974
â–¸ setTimeout(handler
, timeout?
, ...arguments
): number
Parameters
handler
TimerHandler
timeout?
number
...arguments
any
[]
Returns
number
Inherited from
Window.setTimeout
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16975
â–¸ stop(): void
Cancels the document load.
Returns
void
Inherited from
Window.stop
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16893
â–¸ structuredClone(value
, options?
): any
Parameters
value
any
options?
StructuredSerializeOptions
Returns
any
Inherited from
Window.structuredClone
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16976
• Optional
leo:
• Optional
leoWallet: