LeoWindow
@demox-labs/aleo-wallet-adapter-leo / Exports / LeoWindow
Interface: LeoWindow
Hierarchy
Window
↳
LeoWindow
Table of contents
Properties
Accessors
Methods
Properties
caches
• Readonly
caches: CacheStorage
Available only in secure contexts.
Inherited from
Window.caches
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16958
clientInformation
• 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
closed
• 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
crossOriginIsolated
• Readonly
crossOriginIsolated: boolean
Inherited from
Window.crossOriginIsolated
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16959
crypto
• Readonly
crypto: Crypto
Inherited from
Window.crypto
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16960
customElements
• 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
devicePixelRatio
• Readonly
devicePixelRatio: number
Inherited from
Window.devicePixelRatio
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16787
document
• Readonly
document: Document
Inherited from
Window.document
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16788
event
• Readonly
event: Event
Deprecated
Inherited from
Window.event
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16790
external
• Readonly
external: External
Deprecated
Inherited from
Window.external
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16792
frameElement
• Readonly
frameElement: Element
Inherited from
Window.frameElement
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16793
frames
• Readonly
frames: Window
Inherited from
Window.frames
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16794
history
• Readonly
history: History
Inherited from
Window.history
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16795
indexedDB
• Readonly
indexedDB: IDBFactory
Inherited from
Window.indexedDB
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16961
innerHeight
• Readonly
innerHeight: number
Inherited from
Window.innerHeight
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16796
innerWidth
• Readonly
innerWidth: number
Inherited from
Window.innerWidth
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16797
isSecureContext
• Readonly
isSecureContext: boolean
Inherited from
Window.isSecureContext
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16962
length
• Readonly
length: number
Inherited from
Window.length
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16798
leo
• Optional
leo: LeoWallet
Defined in
leoWallet
• Optional
leoWallet: LeoWallet
Defined in
localStorage
• Readonly
localStorage: Storage
Inherited from
Window.localStorage
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16953
locationbar
• 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
menubar
• 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
• name: string
Inherited from
Window.name
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16805
navigator
• Readonly
navigator: Navigator
Inherited from
Window.navigator
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16806
onabort
• onabort: (this
: GlobalEventHandlers
, ev
: UIEvent
) => any
Type declaration
▸ (this
, ev
): any
Fires when the user aborts the download.
Parameters
Name | Type | Description |
---|---|---|
|
| - |
|
| The event. |
Returns
any
Inherited from
Window.onabort
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5819
onafterprint
• onafterprint: (this
: WindowEventHandlers
, ev
: Event
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onafterprint
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16928
onanimationcancel
• onanimationcancel: (this
: GlobalEventHandlers
, ev
: AnimationEvent
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onanimationcancel
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5820
onanimationend
• onanimationend: (this
: GlobalEventHandlers
, ev
: AnimationEvent
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onanimationend
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5821
onanimationiteration
• onanimationiteration: (this
: GlobalEventHandlers
, ev
: AnimationEvent
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onanimationiteration
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5822
onanimationstart
• onanimationstart: (this
: GlobalEventHandlers
, ev
: AnimationEvent
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onanimationstart
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5823
onauxclick
• onauxclick: (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onauxclick
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5824
onbeforeinput
• onbeforeinput: (this
: GlobalEventHandlers
, ev
: InputEvent
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onbeforeinput
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5825
onbeforeprint
• onbeforeprint: (this
: WindowEventHandlers
, ev
: Event
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onbeforeprint
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16929
onbeforeunload
• onbeforeunload: (this
: WindowEventHandlers
, ev
: BeforeUnloadEvent
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onbeforeunload
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16930
onblur
• onblur: (this
: GlobalEventHandlers
, ev
: FocusEvent
) => any
Type declaration
▸ (this
, ev
): any
Fires when the object loses the input focus.
Parameters
Name | Type | Description |
---|---|---|
|
| - |
|
| The focus event. |
Returns
any
Inherited from
Window.onblur
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5830
oncancel
• oncancel: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.oncancel
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5831
oncanplay
• oncanplay: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
▸ (this
, ev
): any
Occurs when playback is possible, but would require further buffering.
Parameters
Name | Type | Description |
---|---|---|
|
| - |
|
| The event. |
Returns
any
Inherited from
Window.oncanplay
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5836
oncanplaythrough
• oncanplaythrough: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.oncanplaythrough
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5837
onchange
• onchange: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
▸ (this
, ev
): any
Fires when the contents of the object or selection have changed.
Parameters
Name | Type | Description |
---|---|---|
|
| - |
|
| The event. |
Returns
any
Inherited from
Window.onchange
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5842
onclick
• onclick: (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Type declaration
▸ (this
, ev
): any
Fires when the user clicks the left mouse button on the object
Parameters
Name | Type | Description |
---|---|---|
|
| - |
|
| The mouse event. |
Returns
any
Inherited from
Window.onclick
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5847
onclose
• onclose: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onclose
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5848
oncontextmenu
• 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
Name | Type | Description |
---|---|---|
|
| - |
|
| The mouse event. |
Returns
any
Inherited from
Window.oncontextmenu
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5853
oncuechange
• oncuechange: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.oncuechange
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5854
ondblclick
• ondblclick: (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Type declaration
▸ (this
, ev
): any
Fires when the user double-clicks the object.
Parameters
Name | Type | Description |
---|---|---|
|
| - |
|
| The mouse event. |
Returns
any
Inherited from
Window.ondblclick
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5859
ondevicemotion
• ondevicemotion: (this
: Window
, ev
: DeviceMotionEvent
) => any
Type declaration
▸ (this
, ev
): any
Available only in secure contexts.
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.ondevicemotion
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16808
ondeviceorientation
• ondeviceorientation: (this
: Window
, ev
: DeviceOrientationEvent
) => any
Type declaration
▸ (this
, ev
): any
Available only in secure contexts.
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.ondeviceorientation
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16810
ondrag
• ondrag: (this
: GlobalEventHandlers
, ev
: DragEvent
) => any
Type declaration
▸ (this
, ev
): any
Fires on the source object continuously during a drag operation.
Parameters
Name | Type | Description |
---|---|---|
|
| - |
|
| The event. |
Returns
any
Inherited from
Window.ondrag
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5864
ondragend
• 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
Name | Type | Description |
---|---|---|
|
| - |
|
| The event. |
Returns
any
Inherited from
Window.ondragend
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5869
ondragenter
• 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
Name | Type | Description |
---|---|---|
|
| - |
|
| The drag event. |
Returns
any
Inherited from
Window.ondragenter
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5874
ondragleave
• 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
Name | Type | Description |
---|---|---|
|
| - |
|
| The drag event. |
Returns
any
Inherited from
Window.ondragleave
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5879
ondragover
• 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
Name | Type | Description |
---|---|---|
|
| - |
|
| The event. |
Returns
any
Inherited from
Window.ondragover
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5884
ondragstart
• 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
Name | Type | Description |
---|---|---|
|
| - |
|
| The event. |
Returns
any
Inherited from
Window.ondragstart
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5889
ondrop
• ondrop: (this
: GlobalEventHandlers
, ev
: DragEvent
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.ondrop
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5890
ondurationchange
• ondurationchange: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
▸ (this
, ev
): any
Occurs when the duration attribute is updated.
Parameters
Name | Type | Description |
---|---|---|
|
| - |
|
| The event. |
Returns
any
Inherited from
Window.ondurationchange
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5895
onemptied
• onemptied: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
▸ (this
, ev
): any
Occurs when the media element is reset to its initial state.
Parameters
Name | Type | Description |
---|---|---|
|
| - |
|
| The event. |
Returns
any
Inherited from
Window.onemptied
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5900
onended
• onended: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
▸ (this
, ev
): any
Occurs when the end of playback is reached.
Parameters
Name | Type | Description |
---|---|---|
|
| - |
|
| The event |
Returns
any
Inherited from
Window.onended
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5905
onerror
• 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
• onfocus: (this
: GlobalEventHandlers
, ev
: FocusEvent
) => any
Type declaration
▸ (this
, ev
): any
Fires when the object receives focus.
Parameters
Name | Type | Description |
---|---|---|
|
| - |
|
| The event. |
Returns
any
Inherited from
Window.onfocus
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5915
onformdata
• onformdata: (this
: GlobalEventHandlers
, ev
: FormDataEvent
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onformdata
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5916
ongamepadconnected
• ongamepadconnected: (this
: WindowEventHandlers
, ev
: GamepadEvent
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.ongamepadconnected
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16931
ongamepaddisconnected
• ongamepaddisconnected: (this
: WindowEventHandlers
, ev
: GamepadEvent
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.ongamepaddisconnected
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16932
ongotpointercapture
• ongotpointercapture: (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.ongotpointercapture
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5917
onhashchange
• onhashchange: (this
: WindowEventHandlers
, ev
: HashChangeEvent
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onhashchange
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16933
oninput
• oninput: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.oninput
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5918
oninvalid
• oninvalid: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.oninvalid
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5919
onkeydown
• onkeydown: (this
: GlobalEventHandlers
, ev
: KeyboardEvent
) => any
Type declaration
▸ (this
, ev
): any
Fires when the user presses a key.
Parameters
Name | Type | Description |
---|---|---|
|
| - |
|
| The keyboard event |
Returns
any
Inherited from
Window.onkeydown
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5924
onkeypress
• onkeypress: (this
: GlobalEventHandlers
, ev
: KeyboardEvent
) => any
Type declaration
▸ (this
, ev
): any
Fires when the user presses an alphanumeric key.
Deprecated
Parameters
Name | Type | Description |
---|---|---|
|
| - |
|
| The event. |
Returns
any
Inherited from
Window.onkeypress
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5930
onkeyup
• onkeyup: (this
: GlobalEventHandlers
, ev
: KeyboardEvent
) => any
Type declaration
▸ (this
, ev
): any
Fires when the user releases a key.
Parameters
Name | Type | Description |
---|---|---|
|
| - |
|
| The keyboard event |
Returns
any
Inherited from
Window.onkeyup
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5935
onlanguagechange
• onlanguagechange: (this
: WindowEventHandlers
, ev
: Event
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onlanguagechange
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16934
onload
• onload: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
▸ (this
, ev
): any
Fires immediately after the browser loads the object.
Parameters
Name | Type | Description |
---|---|---|
|
| - |
|
| The event. |
Returns
any
Inherited from
Window.onload
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5940
onloadeddata
• onloadeddata: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
▸ (this
, ev
): any
Occurs when media data is loaded at the current playback position.
Parameters
Name | Type | Description |
---|---|---|
|
| - |
|
| The event. |
Returns
any
Inherited from
Window.onloadeddata
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5945
onloadedmetadata
• onloadedmetadata: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
▸ (this
, ev
): any
Occurs when the duration and dimensions of the media have been determined.
Parameters
Name | Type | Description |
---|---|---|
|
| - |
|
| The event. |
Returns
any
Inherited from
Window.onloadedmetadata
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5950
onloadstart
• onloadstart: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
▸ (this
, ev
): any
Occurs when Internet Explorer begins looking for media data.
Parameters
Name | Type | Description |
---|---|---|
|
| - |
|
| The event. |
Returns
any
Inherited from
Window.onloadstart
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5955
onlostpointercapture
• onlostpointercapture: (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onlostpointercapture
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5956
onmessage
• onmessage: (this
: WindowEventHandlers
, ev
: MessageEvent
<any
>) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onmessage
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16935
onmessageerror
• onmessageerror: (this
: WindowEventHandlers
, ev
: MessageEvent
<any
>) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onmessageerror
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16936
onmousedown
• onmousedown: (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Type declaration
▸ (this
, ev
): any
Fires when the user clicks the object with either mouse button.
Parameters
Name | Type | Description |
---|---|---|
|
| - |
|
| The mouse event. |
Returns
any
Inherited from
Window.onmousedown
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5961
onmouseenter
• onmouseenter: (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onmouseenter
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5962
onmouseleave
• onmouseleave: (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onmouseleave
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5963
onmousemove
• onmousemove: (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Type declaration
▸ (this
, ev
): any
Fires when the user moves the mouse over the object.
Parameters
Name | Type | Description |
---|---|---|
|
| - |
|
| The mouse event. |
Returns
any
Inherited from
Window.onmousemove
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5968
onmouseout
• 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
Name | Type | Description |
---|---|---|
|
| - |
|
| The mouse event. |
Returns
any
Inherited from
Window.onmouseout
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5973
onmouseover
• onmouseover: (this
: GlobalEventHandlers
, ev
: MouseEvent
) => any
Type declaration
▸ (this
, ev
): any
Fires when the user moves the mouse pointer into the object.
Parameters
Name | Type | Description |
---|---|---|
|
| - |
|
| The mouse event. |
Returns
any
Inherited from
Window.onmouseover
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5978
onmouseup
• 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
Name | Type | Description |
---|---|---|
|
| - |
|
| The mouse event. |
Returns
any
Inherited from
Window.onmouseup
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5983
onoffline
• onoffline: (this
: WindowEventHandlers
, ev
: Event
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onoffline
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16937
ononline
• ononline: (this
: WindowEventHandlers
, ev
: Event
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.ononline
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16938
onorientationchange
• onorientationchange: (this
: Window
, ev
: Event
) => any
Type declaration
▸ (this
, ev
): any
Deprecated
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onorientationchange
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16812
onpagehide
• onpagehide: (this
: WindowEventHandlers
, ev
: PageTransitionEvent
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onpagehide
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16939
onpageshow
• onpageshow: (this
: WindowEventHandlers
, ev
: PageTransitionEvent
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onpageshow
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16940
onpause
• onpause: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
▸ (this
, ev
): any
Occurs when playback is paused.
Parameters
Name | Type | Description |
---|---|---|
|
| - |
|
| The event. |
Returns
any
Inherited from
Window.onpause
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5988
onplay
• onplay: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
▸ (this
, ev
): any
Occurs when the play method is requested.
Parameters
Name | Type | Description |
---|---|---|
|
| - |
|
| The event. |
Returns
any
Inherited from
Window.onplay
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5993
onplaying
• onplaying: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
▸ (this
, ev
): any
Occurs when the audio or video has started playing.
Parameters
Name | Type | Description |
---|---|---|
|
| - |
|
| The event. |
Returns
any
Inherited from
Window.onplaying
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5998
onpointercancel
• onpointercancel: (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onpointercancel
Defined in
node_modules/typescript/lib/lib.dom.d.ts:5999
onpointerdown
• onpointerdown: (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onpointerdown
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6000
onpointerenter
• onpointerenter: (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onpointerenter
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6001
onpointerleave
• onpointerleave: (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onpointerleave
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6002
onpointermove
• onpointermove: (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onpointermove
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6003
onpointerout
• onpointerout: (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onpointerout
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6004
onpointerover
• onpointerover: (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onpointerover
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6005
onpointerup
• onpointerup: (this
: GlobalEventHandlers
, ev
: PointerEvent
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onpointerup
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6006
onpopstate
• onpopstate: (this
: WindowEventHandlers
, ev
: PopStateEvent
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onpopstate
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16941
onprogress
• onprogress: (this
: GlobalEventHandlers
, ev
: ProgressEvent
<EventTarget
>) => any
Type declaration
▸ (this
, ev
): any
Occurs to indicate progress while downloading media data.
Parameters
Name | Type | Description |
---|---|---|
|
| - |
|
| The event. |
Returns
any
Inherited from
Window.onprogress
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6011
onratechange
• onratechange: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
▸ (this
, ev
): any
Occurs when the playback rate is increased or decreased.
Parameters
Name | Type | Description |
---|---|---|
|
| - |
|
| The event. |
Returns
any
Inherited from
Window.onratechange
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6016
onrejectionhandled
• onrejectionhandled: (this
: WindowEventHandlers
, ev
: PromiseRejectionEvent
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onrejectionhandled
Defined in
node_modules/typescript/lib/lib.dom.d.ts:16942
onreset
• onreset: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
▸ (this
, ev
): any
Fires when the user resets a form.
Parameters
Name | Type | Description |
---|---|---|
|
| - |
|
| The event. |
Returns
any
Inherited from
Window.onreset
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6021
onresize
• onresize: (this
: GlobalEventHandlers
, ev
: UIEvent
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onresize
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6022
onscroll
• 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
Name | Type | Description |
---|---|---|
|
| - |
|
| The event. |
Returns
any
Inherited from
Window.onscroll
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6027
onsecuritypolicyviolation
• onsecuritypolicyviolation: (this
: GlobalEventHandlers
, ev
: SecurityPolicyViolationEvent
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
Window.onsecuritypolicyviolation
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6028
onseeked
• onseeked: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
▸ (this
, ev
): any
Occurs when the seek operation ends.
Parameters
Name | Type | Description |
---|---|---|
|
| - |
|
| The event. |
Returns
any
Inherited from
Window.onseeked
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6033
onseeking
• onseeking: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
▸ (this
, ev
): any
Occurs when the current playback position is moved.
Parameters
Name | Type | Description |
---|---|---|
|
| - |
|
| The event. |
Returns
any
Inherited from
Window.onseeking
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6038
onselect
• onselect: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
▸ (this
, ev
): any
Fires when the current selection changes.
Parameters
Name | Type | Description |
---|---|---|
|
| - |
|
| The event. |
Returns
any
Inherited from
Window.onselect
Defined in
node_modules/typescript/lib/lib.dom.d.ts:6043
onselectionchange
• onselectionchange: (this
: GlobalEventHandlers
, ev
: Event
) => any
Type declaration
▸ (this
, ev
): any
Parameters
Name | Type |
---|---|
|
|
|
|
Returns
any
Inherited from
<