Options
All
  • Public
  • Public/Protected
  • All
Menu

@azure/app-configuration

Package version

Index

Modules

Classes

Interfaces

Type aliases

Variables

Functions

Object literals

Type aliases

AAGUID

AAGUID: BufferSource

AlgorithmIdentifier

AlgorithmIdentifier: string | Algorithm

AlignSetting

AlignSetting: "start" | "center" | "end" | "left" | "right"

AnimationPlayState

AnimationPlayState: "idle" | "running" | "paused" | "finished"

AppendMode

AppendMode: "segments" | "sequence"

ArrayBufferLike

ArrayBufferLike: ArrayBufferTypes[keyof ArrayBufferTypes]

AttestationConveyancePreference

AttestationConveyancePreference: "none" | "indirect" | "direct"

AudioContextLatencyCategory

AudioContextLatencyCategory: "balanced" | "interactive" | "playback"

AudioContextState

AudioContextState: "suspended" | "running" | "closed"

AuthenticationExtensionsSupported

AuthenticationExtensionsSupported: string[]

AuthenticatorAttachment

AuthenticatorAttachment: "platform" | "cross-platform"

AuthenticatorSelectionList

AuthenticatorSelectionList: AAGUID[]

AuthenticatorTransport

AuthenticatorTransport: "usb" | "nfc" | "ble" | "internal"

AutoKeyword

AutoKeyword: "auto"

AutomationRate

AutomationRate: "a-rate" | "k-rate"

BigInteger

BigInteger: Uint8Array

BinaryType

BinaryType: "blob" | "arraybuffer"

BiquadFilterType

BiquadFilterType: "lowpass" | "highpass" | "bandpass" | "lowshelf" | "highshelf" | "peaking" | "notch" | "allpass"

BlobPart

BlobPart: BufferSource | Blob | string

BodyInit

BufferSource

COSEAlgorithmIdentifier

COSEAlgorithmIdentifier: number

CanPlayTypeResult

CanPlayTypeResult: "" | "maybe" | "probably"

CanvasDirection

CanvasDirection: "ltr" | "rtl" | "inherit"

CanvasFillRule

CanvasFillRule: "nonzero" | "evenodd"

CanvasImageSource

CanvasLineCap

CanvasLineCap: "butt" | "round" | "square"

CanvasLineJoin

CanvasLineJoin: "round" | "bevel" | "miter"

CanvasTextAlign

CanvasTextAlign: "start" | "end" | "left" | "right" | "center"

CanvasTextBaseline

CanvasTextBaseline: "top" | "hanging" | "middle" | "alphabetic" | "ideographic" | "bottom"

ChannelCountMode

ChannelCountMode: "max" | "clamped-max" | "explicit"

ChannelInterpretation

ChannelInterpretation: "speakers" | "discrete"

CheckKeyValueResponse

CheckKeyValueResponse: CheckKeyValueHeaders & { _response: coreHttp.HttpResponse & { parsedHeaders: CheckKeyValueHeaders } }

Contains response data for the checkKeyValue operation.

CheckKeyValuesResponse

CheckKeyValuesResponse: CheckKeyValuesHeaders & { _response: coreHttp.HttpResponse & { parsedHeaders: CheckKeyValuesHeaders } }

Contains response data for the checkKeyValues operation.

CheckKeysResponse

CheckKeysResponse: CheckKeysHeaders & { _response: coreHttp.HttpResponse & { parsedHeaders: CheckKeysHeaders } }

Contains response data for the checkKeys operation.

CheckLabelsResponse

CheckLabelsResponse: CheckLabelsHeaders & { _response: coreHttp.HttpResponse & { parsedHeaders: CheckLabelsHeaders } }

Contains response data for the checkLabels operation.

CheckRevisionsResponse

CheckRevisionsResponse: CheckRevisionsHeaders & { _response: coreHttp.HttpResponse & { parsedHeaders: CheckRevisionsHeaders } }

Contains response data for the checkRevisions operation.

ClassDecorator

ClassDecorator: <TFunction>(target: TFunction) => TFunction | void

Type declaration

    • <TFunction>(target: TFunction): TFunction | void
    • Type parameters

      Parameters

      • target: TFunction

      Returns TFunction | void

ClientTypes

ClientTypes: "window" | "worker" | "sharedworker" | "all"

CompositeOperation

CompositeOperation: "replace" | "add" | "accumulate"

CompositeOperationOrAuto

CompositeOperationOrAuto: "replace" | "add" | "accumulate" | "auto"

ConfigurationSettingResponse

ConfigurationSettingResponse<HeadersT>: ConfigurationSetting & HttpResponseField<HeadersT> & Pick<HeadersT, Exclude<keyof HeadersT, "eTag">>

Standard base response for getting, deleting or updating a configuration setting

Type parameters

  • HeadersT

ConstrainBoolean

ConstrainBoolean: boolean | ConstrainBooleanParameters

ConstrainDOMString

ConstrainDOMString: string | string[] | ConstrainDOMStringParameters

ConstrainDouble

ConstrainDouble: number | ConstrainDoubleRange

ConstrainULong

ConstrainULong: number | ConstrainULongRange

ConstructorParameters

ConstructorParameters<T>: T extends {} ? P : never

Obtain the parameters of a constructor function type in a tuple

Type parameters

  • T: {}

CredentialMediationRequirement

CredentialMediationRequirement: "silent" | "optional" | "required"

DOMHighResTimeStamp

DOMHighResTimeStamp: number

DOMTimeStamp

DOMTimeStamp: number

DeleteKeyValueResponse

DeleteKeyValueResponse: KeyValue & DeleteKeyValueHeaders & { _response: coreHttp.HttpResponse & { bodyAsText: string; parsedBody: KeyValue; parsedHeaders: DeleteKeyValueHeaders } }

Contains response data for the deleteKeyValue operation.

DeleteLockResponse

DeleteLockResponse: KeyValue & DeleteLockHeaders & { _response: coreHttp.HttpResponse & { bodyAsText: string; parsedBody: KeyValue; parsedHeaders: DeleteLockHeaders } }

Contains response data for the deleteLock operation.

DirectionSetting

DirectionSetting: "" | "rl" | "lr"

DisplayCaptureSurfaceType

DisplayCaptureSurfaceType: "monitor" | "window" | "application" | "browser"

DistanceModelType

DistanceModelType: "linear" | "inverse" | "exponential"

DocumentReadyState

DocumentReadyState: "loading" | "interactive" | "complete"

ElementTagNameMap

deprecated

Directly use HTMLElementTagNameMap or SVGElementTagNameMap as appropriate, instead.

EndOfStreamError

EndOfStreamError: "network" | "decode"

EndingType

EndingType: "transparent" | "native"

EventListenerOrEventListenerObject

EventListenerOrEventListenerObject: EventListener | EventListenerObject

Exclude

Exclude<T, U>: T extends U ? never : T

Exclude from T those types that are assignable to U

Type parameters

  • T

  • U

Extract

Extract<T, U>: T extends U ? T : never

Extract from T those types that are assignable to U

Type parameters

  • T

  • U

FillMode

FillMode: "none" | "forwards" | "backwards" | "both" | "auto"

Float32List

Float32List: Float32Array | GLfloat[]

FormDataEntryValue

FormDataEntryValue: File | string

FullscreenNavigationUI

FullscreenNavigationUI: "auto" | "show" | "hide"

GLbitfield

GLbitfield: number

GLboolean

GLboolean: boolean

GLclampf

GLclampf: number

GLenum

GLenum: number

GLfloat

GLfloat: number

GLint

GLint: number

GLint64

GLint64: number

GLintptr

GLintptr: number

GLsizei

GLsizei: number

GLsizeiptr

GLsizeiptr: number

GLuint

GLuint: number

GLuint64

GLuint64: number

GamepadHand

GamepadHand: "" | "left" | "right"

GamepadHapticActuatorType

GamepadHapticActuatorType: "vibration"

GamepadMappingType

GamepadMappingType: "" | "standard"

GetKeyValueResponse

GetKeyValueResponse: KeyValue & GetKeyValueHeaders & { _response: coreHttp.HttpResponse & { bodyAsText: string; parsedBody: KeyValue; parsedHeaders: GetKeyValueHeaders } }

Contains response data for the getKeyValue operation.

GetKeyValuesResponse

GetKeyValuesResponse: KeyValueListResult & GetKeyValuesHeaders & { _response: coreHttp.HttpResponse & { bodyAsText: string; parsedBody: KeyValueListResult; parsedHeaders: GetKeyValuesHeaders } }

Contains response data for the getKeyValues operation.

GetKeysResponse

GetKeysResponse: KeyListResult & GetKeysHeaders & { _response: coreHttp.HttpResponse & { bodyAsText: string; parsedBody: KeyListResult; parsedHeaders: GetKeysHeaders } }

Contains response data for the getKeys operation.

GetLabelsResponse

GetLabelsResponse: LabelListResult & GetLabelsHeaders & { _response: coreHttp.HttpResponse & { bodyAsText: string; parsedBody: LabelListResult; parsedHeaders: GetLabelsHeaders } }

Contains response data for the getLabels operation.

GetRevisionsResponse

GetRevisionsResponse: KeyValueListResult & GetRevisionsHeaders & { _response: coreHttp.HttpResponse & { bodyAsText: string; parsedBody: KeyValueListResult; parsedHeaders: GetRevisionsHeaders } }

Contains response data for the getRevisions operation.

HTMLOrSVGImageElement

HTMLOrSVGImageElement: HTMLImageElement | SVGImageElement

HTMLOrSVGScriptElement

HTMLOrSVGScriptElement: HTMLScriptElement | SVGScriptElement

HashAlgorithmIdentifier

HashAlgorithmIdentifier: AlgorithmIdentifier

HeadersInit

HeadersInit: Headers | string[][] | Record<string, string>

IDBCursorDirection

IDBCursorDirection: "next" | "nextunique" | "prev" | "prevunique"

IDBKeyPath

IDBKeyPath: string

IDBRequestReadyState

IDBRequestReadyState: "pending" | "done"

IDBTransactionMode

IDBTransactionMode: "readonly" | "readwrite" | "versionchange"

IDBValidKey

IDBValidKey: number | string | Date | BufferSource | IDBArrayKey

ImageBitmapSource

ImageBitmapSource: CanvasImageSource | Blob | ImageData

ImageSmoothingQuality

ImageSmoothingQuality: "low" | "medium" | "high"

InsertPosition

InsertPosition: "beforebegin" | "afterbegin" | "beforeend" | "afterend"

InstanceType

InstanceType<T>: T extends {} ? R : any

Obtain the return type of a constructor function type

Type parameters

  • T: {}

Int32List

Int32List: Int32Array | GLint[]

IterationCompositeOperation

IterationCompositeOperation: "replace" | "accumulate"

IteratorResult

IteratorResult<T, TReturn>: IteratorYieldResult<T> | IteratorReturnResult<TReturn>

Type parameters

  • T

  • TReturn

KeyFormat

KeyFormat: "raw" | "spki" | "pkcs8" | "jwk"

KeyType

KeyType: "public" | "private" | "secret"

KeyUsage

KeyUsage: "encrypt" | "decrypt" | "sign" | "verify" | "deriveKey" | "deriveBits" | "wrapKey" | "unwrapKey"

LineAlignSetting

LineAlignSetting: "start" | "center" | "end"

LineAndPositionSetting

LineAndPositionSetting: number | AutoKeyword

ListeningState

ListeningState: "inactive" | "active" | "disambiguation"

MSCredentialType

MSCredentialType: "FIDO_2_0"

MSTransportType

MSTransportType: "Embedded" | "USB" | "NFC" | "BT"

MSWebViewPermissionState

MSWebViewPermissionState: "unknown" | "defer" | "allow" | "deny"

MSWebViewPermissionType

MSWebViewPermissionType: "geolocation" | "unlimitedIndexedDBQuota" | "media" | "pointerlock" | "webnotifications"

MediaDeviceKind

MediaDeviceKind: "audioinput" | "audiooutput" | "videoinput"

MediaKeyMessageType

MediaKeyMessageType: "license-request" | "license-renewal" | "license-release" | "individualization-request"

MediaKeySessionType

MediaKeySessionType: "temporary" | "persistent-license"

MediaKeyStatus

MediaKeyStatus: "usable" | "expired" | "released" | "output-restricted" | "output-downscaled" | "status-pending" | "internal-error"

MediaKeysRequirement

MediaKeysRequirement: "required" | "optional" | "not-allowed"

MediaStreamTrackState

MediaStreamTrackState: "live" | "ended"

MessageEventSource

MessageEventSource: WindowProxy | MessagePort | ServiceWorker

MethodDecorator

MethodDecorator: <T>(target: Object, propertyKey: string | symbol, descriptor: TypedPropertyDescriptor<T>) => TypedPropertyDescriptor<T> | void

Type declaration

MouseWheelEvent

MouseWheelEvent: WheelEvent
deprecated

MutationRecordType

MutationRecordType: "attributes" | "characterData" | "childList"

NamedCurve

NamedCurve: string

NavigationReason

NavigationReason: "up" | "down" | "left" | "right"

NavigationType

NavigationType: "navigate" | "reload" | "back_forward" | "prerender"

NonNullable

NonNullable<T>: T extends null | undefined ? never : T

Exclude null and undefined from T

Type parameters

  • T

NotificationDirection

NotificationDirection: "auto" | "ltr" | "rtl"

NotificationPermission

NotificationPermission: "default" | "denied" | "granted"

OffscreenRenderingContext

OffscreenRenderingContextId

OffscreenRenderingContextId: "2d" | "bitmaprenderer" | "webgl" | "webgl2"

Omit

Omit<T, K>: Pick<T, Exclude<keyof T, K>>

Construct a type with the properties of T except for those in type K.

Type parameters

  • T

  • K: keyof any

OmitThisParameter

OmitThisParameter<T>: unknown extends ThisParameterType<T> ? T : T extends (...args: infer A) => infer R ? (...args: A) => R : T

Removes the 'this' parameter from a function type.

Type parameters

  • T

OnBeforeUnloadEventHandler

OnBeforeUnloadEventHandler: OnBeforeUnloadEventHandlerNonNull | null

OnErrorEventHandler

OnErrorEventHandler: OnErrorEventHandlerNonNull | null

OrientationLockType

OrientationLockType: "any" | "natural" | "landscape" | "portrait" | "portrait-primary" | "portrait-secondary" | "landscape-primary" | "landscape-secondary"

OrientationType

OrientationType: "portrait-primary" | "portrait-secondary" | "landscape-primary" | "landscape-secondary"

OscillatorType

OscillatorType: "sine" | "square" | "sawtooth" | "triangle" | "custom"

OverSampleType

OverSampleType: "none" | "2x" | "4x"

PanningModelType

PanningModelType: "equalpower" | "HRTF"

ParameterDecorator

ParameterDecorator: (target: Object, propertyKey: string | symbol, parameterIndex: number) => void

Type declaration

    • (target: Object, propertyKey: string | symbol, parameterIndex: number): void
    • Parameters

      • target: Object
      • propertyKey: string | symbol
      • parameterIndex: number

      Returns void

Parameters

Parameters<T>: T extends (...args: infer P) => any ? P : never

Obtain the parameters of a function type in a tuple

Type parameters

  • T: (...args: any) => any

Partial

Partial<T>: {}

Make all properties in T optional

Type parameters

  • T

Type declaration

PaymentComplete

PaymentComplete: "success" | "fail" | "unknown"

PaymentShippingType

PaymentShippingType: "shipping" | "delivery" | "pickup"

PerformanceEntryList

PerformanceEntryList: PerformanceEntry[]

PermissionName

PermissionName: "geolocation" | "notifications" | "push" | "midi" | "camera" | "microphone" | "speaker" | "device-info" | "background-sync" | "bluetooth" | "persistent-storage" | "ambient-light-sensor" | "accelerometer" | "gyroscope" | "magnetometer" | "clipboard"

PermissionState

PermissionState: "granted" | "denied" | "prompt"

Pick

Pick<T, K>: {}

From T, pick a set of properties whose keys are in the union K

Type parameters

  • T

  • K: keyof T

Type declaration

PlaybackDirection

PlaybackDirection: "normal" | "reverse" | "alternate" | "alternate-reverse"

PositionAlignSetting

PositionAlignSetting: "line-left" | "center" | "line-right" | "auto"

PromiseConstructorLike

PromiseConstructorLike: {}

Type declaration

PropertyDecorator

PropertyDecorator: (target: Object, propertyKey: string | symbol) => void

Type declaration

    • (target: Object, propertyKey: string | symbol): void
    • Parameters

      • target: Object
      • propertyKey: string | symbol

      Returns void

PropertyKey

PropertyKey: string | number | symbol

PublicKeyCredentialType

PublicKeyCredentialType: "public-key"

PushEncryptionKeyName

PushEncryptionKeyName: "p256dh" | "auth"

PushPermissionState

PushPermissionState: "denied" | "granted" | "prompt"

PutKeyValueResponse

PutKeyValueResponse: KeyValue & PutKeyValueHeaders & { _response: coreHttp.HttpResponse & { bodyAsText: string; parsedBody: KeyValue; parsedHeaders: PutKeyValueHeaders } }

Contains response data for the putKeyValue operation.

PutLockResponse

PutLockResponse: KeyValue & PutLockHeaders & { _response: coreHttp.HttpResponse & { bodyAsText: string; parsedBody: KeyValue; parsedHeaders: PutLockHeaders } }

Contains response data for the putLock operation.

RTCBundlePolicy

RTCBundlePolicy: "balanced" | "max-compat" | "max-bundle"

RTCDataChannelState

RTCDataChannelState: "connecting" | "open" | "closing" | "closed"

RTCDegradationPreference

RTCDegradationPreference: "maintain-framerate" | "maintain-resolution" | "balanced"

RTCDtlsRole

RTCDtlsRole: "auto" | "client" | "server"

RTCDtlsTransportState

RTCDtlsTransportState: "new" | "connecting" | "connected" | "closed" | "failed"

RTCDtxStatus

RTCDtxStatus: "disabled" | "enabled"

RTCErrorDetailType

RTCErrorDetailType: "data-channel-failure" | "dtls-failure" | "fingerprint-failure" | "idp-bad-script-failure" | "idp-execution-failure" | "idp-load-failure" | "idp-need-login" | "idp-timeout" | "idp-tls-failure" | "idp-token-expired" | "idp-token-invalid" | "sctp-failure" | "sdp-syntax-error" | "hardware-encoder-not-available" | "hardware-encoder-error"

RTCIceCandidateType

RTCIceCandidateType: "host" | "srflx" | "prflx" | "relay"

RTCIceComponent

RTCIceComponent: "rtp" | "rtcp"

RTCIceConnectionState

RTCIceConnectionState: "new" | "checking" | "connected" | "completed" | "disconnected" | "failed" | "closed"

RTCIceCredentialType

RTCIceCredentialType: "password" | "oauth"

RTCIceGatherCandidate

RTCIceGatherPolicy

RTCIceGatherPolicy: "all" | "nohost" | "relay"

RTCIceGathererState

RTCIceGathererState: "new" | "gathering" | "complete"

RTCIceGatheringState

RTCIceGatheringState: "new" | "gathering" | "complete"

RTCIceProtocol

RTCIceProtocol: "udp" | "tcp"

RTCIceRole

RTCIceRole: "controlling" | "controlled"

RTCIceTcpCandidateType

RTCIceTcpCandidateType: "active" | "passive" | "so"

RTCIceTransportPolicy

RTCIceTransportPolicy: "relay" | "all"

RTCIceTransportState

RTCIceTransportState: "new" | "checking" | "connected" | "completed" | "disconnected" | "failed" | "closed"

RTCPeerConnectionState

RTCPeerConnectionState: "new" | "connecting" | "connected" | "disconnected" | "failed" | "closed"

RTCPriorityType

RTCPriorityType: "very-low" | "low" | "medium" | "high"

RTCRtcpMuxPolicy

RTCRtcpMuxPolicy: "negotiate" | "require"

RTCRtpTransceiverDirection

RTCRtpTransceiverDirection: "sendrecv" | "sendonly" | "recvonly" | "inactive"

RTCSctpTransportState

RTCSctpTransportState: "connecting" | "connected" | "closed"

RTCSdpType

RTCSdpType: "offer" | "pranswer" | "answer" | "rollback"

RTCSignalingState

RTCSignalingState: "stable" | "have-local-offer" | "have-remote-offer" | "have-local-pranswer" | "have-remote-pranswer" | "closed"

RTCStatsIceCandidatePairState

RTCStatsIceCandidatePairState: "frozen" | "waiting" | "inprogress" | "failed" | "succeeded" | "cancelled"

RTCStatsIceCandidateType

RTCStatsIceCandidateType: "host" | "serverreflexive" | "peerreflexive" | "relayed"

RTCStatsType

RTCStatsType: "inboundrtp" | "outboundrtp" | "session" | "datachannel" | "track" | "transport" | "candidatepair" | "localcandidate" | "remotecandidate"

RTCTransport

Readonly

Readonly<T>: {}

Make all properties in T readonly

Type parameters

  • T

Type declaration

ReadyState

ReadyState: "closed" | "open" | "ended"

Record

Record<K, T>: {}

Construct a type with a set of properties K of type T

Type parameters

  • K: keyof any

  • T

Type declaration

ReferrerPolicy

ReferrerPolicy: "" | "no-referrer" | "no-referrer-when-downgrade" | "same-origin" | "origin" | "strict-origin" | "origin-when-cross-origin" | "strict-origin-when-cross-origin" | "unsafe-url"

RenderingContext

RequestCache

RequestCache: "default" | "no-store" | "reload" | "no-cache" | "force-cache" | "only-if-cached"

RequestCredentials

RequestCredentials: "omit" | "same-origin" | "include"

RequestDestination

RequestDestination: "" | "audio" | "audioworklet" | "document" | "embed" | "font" | "image" | "manifest" | "object" | "paintworklet" | "report" | "script" | "sharedworker" | "style" | "track" | "video" | "worker" | "xslt"

RequestInfo

RequestInfo: Request | string

RequestMode

RequestMode: "navigate" | "same-origin" | "no-cors" | "cors"

RequestRedirect

RequestRedirect: "follow" | "error" | "manual"

Required

Required<T>: {}

Make all properties in T required

Type parameters

  • T

Type declaration

ResponseType

ResponseType: "basic" | "cors" | "default" | "error" | "opaque" | "opaqueredirect"

RestErrorWithHeaders

RestErrorWithHeaders: Pick<RestError, Exclude<keyof RestError, "response">> & { response: HttpOperationResponse }

ReturnType

ReturnType<T>: T extends (...args: any) => infer R ? R : any

Obtain the return type of a function type

Type parameters

  • T: (...args: any) => any

SVGMatrix

SVGMatrix: DOMMatrix

SVGPoint

SVGPoint: DOMPoint

SVGRect

SVGRect: DOMRect

ScopedCredentialType

ScopedCredentialType: "ScopedCred"

ScrollBehavior

ScrollBehavior: "auto" | "smooth"

ScrollLogicalPosition

ScrollLogicalPosition: "start" | "center" | "end" | "nearest"

ScrollRestoration

ScrollRestoration: "auto" | "manual"

ScrollSetting

ScrollSetting: "" | "up"

SelectionMode

SelectionMode: "select" | "start" | "end" | "preserve"

ServiceWorkerState

ServiceWorkerState: "installing" | "installed" | "activating" | "activated" | "redundant"

ServiceWorkerUpdateViaCache

ServiceWorkerUpdateViaCache: "imports" | "all" | "none"

ShadowRootMode

ShadowRootMode: "open" | "closed"

SpeechRecognitionErrorCode

SpeechRecognitionErrorCode: "no-speech" | "aborted" | "audio-capture" | "network" | "not-allowed" | "service-not-allowed" | "bad-grammar" | "language-not-supported"

SpeechSynthesisErrorCode

SpeechSynthesisErrorCode: "canceled" | "interrupted" | "audio-busy" | "audio-hardware" | "network" | "synthesis-unavailable" | "synthesis-failed" | "language-unavailable" | "voice-unavailable" | "text-too-long" | "invalid-argument"

SupportedType

SupportedType: "text/html" | "text/xml" | "application/xml" | "application/xhtml+xml" | "image/svg+xml"

TexImageSource

TextTrackKind

TextTrackKind: "subtitles" | "captions" | "descriptions" | "chapters" | "metadata"

TextTrackMode

TextTrackMode: "disabled" | "hidden" | "showing"

ThisParameterType

ThisParameterType<T>: T extends (this: unknown, ...args: any[]) => any ? unknown : T extends (this: infer U, ...args: any[]) => any ? U : unknown

Extracts the type of the 'this' parameter of a function type, or 'unknown' if the function type has no 'this' parameter.

Type parameters

  • T

TimerHandler

TimerHandler: string | Function

TouchType

TouchType: "direct" | "stylus"

Transferable

Transport

Transport: "usb" | "nfc" | "ble"

Uint32List

Uint32List: Uint32Array | GLuint[]

UserVerificationRequirement

UserVerificationRequirement: "required" | "preferred" | "discouraged"

UvmEntries

UvmEntries: UvmEntry[]

UvmEntry

UvmEntry: number[]

VRDisplayEventReason

VRDisplayEventReason: "mounted" | "navigation" | "requested" | "unmounted"

VibratePattern

VibratePattern: number | number[]

VideoFacingModeEnum

VideoFacingModeEnum: "user" | "environment" | "left" | "right"

VisibilityState

VisibilityState: "hidden" | "visible"

WebGLPowerPreference

WebGLPowerPreference: "default" | "low-power" | "high-performance"

WebKitCSSMatrix

WebKitCSSMatrix: DOMMatrix

WindowProxy

WindowProxy: Window

WorkerType

WorkerType: "classic" | "module"

XMLHttpRequestResponseType

XMLHttpRequestResponseType: "" | "arraybuffer" | "blob" | "document" | "json" | "text"

XPathNSResolver

XPathNSResolver: ((prefix: string | null) => string | null) | { lookupNamespaceURI: any }

webkitURL

webkitURL: URL

Variables

AbortController

AbortController: { constructor: any; prototype: AbortController }

Type declaration

AbortSignal

AbortSignal: { constructor: any; prototype: AbortSignal }

Type declaration

  • constructor: function
    • Returns AbortSignal

  • prototype: AbortSignal

AbstractRange

AbstractRange: { constructor: any; prototype: AbstractRange }

Type declaration

  • constructor: function
    • Returns AbstractRange

  • prototype: AbstractRange

ActiveXObject

ActiveXObject: ActiveXObject

AnalyserNode

AnalyserNode: { constructor: any; prototype: AnalyserNode }

Type declaration

Animation

Animation: { constructor: any; prototype: Animation }

Type declaration

AnimationEffect

AnimationEffect: { constructor: any; prototype: AnimationEffect }

Type declaration

AnimationEvent

AnimationEvent: { constructor: any; prototype: AnimationEvent }

Type declaration

AnimationPlaybackEvent

AnimationPlaybackEvent: { constructor: any; prototype: AnimationPlaybackEvent }

Type declaration

AnimationTimeline

AnimationTimeline: { constructor: any; prototype: AnimationTimeline }

Type declaration

ApplicationCache

ApplicationCache: { constructor: any; CHECKING: number; DOWNLOADING: number; IDLE: number; OBSOLETE: number; UNCACHED: number; UPDATEREADY: number; prototype: ApplicationCache }

Type declaration

  • constructor: function
    • Returns ApplicationCache

  • CHECKING: number
  • DOWNLOADING: number
  • IDLE: number
  • OBSOLETE: number
  • UNCACHED: number
  • UPDATEREADY: number
  • prototype: ApplicationCache

Array

ArrayBuffer

Attr

Attr: { constructor: any; prototype: Attr }

Type declaration

  • constructor: function
    • new __type(): Attr
    • Returns Attr

  • prototype: Attr

Audio

Audio: { constructor: any }

Type declaration

  • constructor: function
    • Parameters

      • Optional src: undefined | string

      Returns HTMLAudioElement

AudioBuffer

AudioBuffer: { constructor: any; prototype: AudioBuffer }

Type declaration

AudioBufferSourceNode

AudioBufferSourceNode: { constructor: any; prototype: AudioBufferSourceNode }

Type declaration

AudioContext

AudioContext: { constructor: any; prototype: AudioContext }

Type declaration

AudioDestinationNode

AudioDestinationNode: { constructor: any; prototype: AudioDestinationNode }

Type declaration

AudioListener

AudioListener: { constructor: any; prototype: AudioListener }

Type declaration

  • constructor: function
    • Returns AudioListener

  • prototype: AudioListener

AudioNode

AudioNode: { constructor: any; prototype: AudioNode }

Type declaration

  • constructor: function
    • Returns AudioNode

  • prototype: AudioNode

AudioParam

AudioParam: { constructor: any; prototype: AudioParam }

Type declaration

  • constructor: function
    • Returns AudioParam

  • prototype: AudioParam

AudioParamMap

AudioParamMap: { constructor: any; prototype: AudioParamMap }

Type declaration

  • constructor: function
    • Returns AudioParamMap

  • prototype: AudioParamMap

AudioProcessingEvent

AudioProcessingEvent: { constructor: any; prototype: AudioProcessingEvent }

Type declaration

AudioScheduledSourceNode

AudioScheduledSourceNode: { constructor: any; prototype: AudioScheduledSourceNode }

Type declaration

AudioTrack

AudioTrack: { constructor: any; prototype: AudioTrack }

Type declaration

  • constructor: function
    • Returns AudioTrack

  • prototype: AudioTrack

AudioTrackList

AudioTrackList: { constructor: any; prototype: AudioTrackList }

Type declaration

  • constructor: function
    • Returns AudioTrackList

  • prototype: AudioTrackList

AudioWorklet

AudioWorklet: { constructor: any; prototype: AudioWorklet }

Type declaration

  • constructor: function
    • Returns AudioWorklet

  • prototype: AudioWorklet

AudioWorkletNode

AudioWorkletNode: { constructor: any; prototype: AudioWorkletNode }

Type declaration

AuthenticatorAssertionResponse

AuthenticatorAssertionResponse: { constructor: any; prototype: AuthenticatorAssertionResponse }

Type declaration

AuthenticatorAttestationResponse

AuthenticatorAttestationResponse: { constructor: any; prototype: AuthenticatorAttestationResponse }

Type declaration

AuthenticatorResponse

AuthenticatorResponse: { constructor: any; prototype: AuthenticatorResponse }

Type declaration

BarProp

BarProp: { constructor: any; prototype: BarProp }

Type declaration

  • constructor: function
    • Returns BarProp

  • prototype: BarProp

BaseAudioContext

BaseAudioContext: { constructor: any; prototype: BaseAudioContext }

Type declaration

BeforeUnloadEvent

BeforeUnloadEvent: { constructor: any; prototype: BeforeUnloadEvent }

Type declaration

BhxBrowser

BhxBrowser: { constructor: any; prototype: BhxBrowser }

Type declaration

  • constructor: function
    • Returns BhxBrowser

  • prototype: BhxBrowser

BiquadFilterNode

BiquadFilterNode: { constructor: any; prototype: BiquadFilterNode }

Type declaration

Blob

Blob: { constructor: any; prototype: Blob }

Type declaration

  • constructor: function
    • Parameters

      Returns Blob

  • prototype: Blob

Boolean

BroadcastChannel

BroadcastChannel: { constructor: any; prototype: BroadcastChannel }

Type declaration

  • constructor: function
    • Parameters

      • name: string

      Returns BroadcastChannel

  • prototype: BroadcastChannel

ByteLengthQueuingStrategy

ByteLengthQueuingStrategy: { constructor: any; prototype: ByteLengthQueuingStrategy }

Type declaration

CDATASection

CDATASection: { constructor: any; prototype: CDATASection }

Type declaration

  • constructor: function
    • Returns CDATASection

  • prototype: CDATASection

CSS

CSS: CSS

CSSConditionRule

CSSConditionRule: { constructor: any; prototype: CSSConditionRule }

Type declaration

CSSFontFaceRule

CSSFontFaceRule: { constructor: any; prototype: CSSFontFaceRule }

Type declaration

CSSGroupingRule

CSSGroupingRule: { constructor: any; prototype: CSSGroupingRule }

Type declaration

CSSImportRule

CSSImportRule: { constructor: any; prototype: CSSImportRule }

Type declaration

  • constructor: function
    • Returns CSSImportRule

  • prototype: CSSImportRule

CSSKeyframeRule

CSSKeyframeRule: { constructor: any; prototype: CSSKeyframeRule }

Type declaration

CSSKeyframesRule

CSSKeyframesRule: { constructor: any; prototype: CSSKeyframesRule }

Type declaration

CSSMediaRule

CSSMediaRule: { constructor: any; prototype: CSSMediaRule }

Type declaration

  • constructor: function
    • Returns CSSMediaRule

  • prototype: CSSMediaRule

CSSNamespaceRule

CSSNamespaceRule: { constructor: any; prototype: CSSNamespaceRule }

Type declaration

CSSPageRule

CSSPageRule: { constructor: any; prototype: CSSPageRule }

Type declaration

  • constructor: function
    • Returns CSSPageRule

  • prototype: CSSPageRule

CSSRule

CSSRule: { constructor: any; CHARSET_RULE: number; FONT_FACE_RULE: number; IMPORT_RULE: number; KEYFRAMES_RULE: number; KEYFRAME_RULE: number; MEDIA_RULE: number; NAMESPACE_RULE: number; PAGE_RULE: number; STYLE_RULE: number; SUPPORTS_RULE: number; UNKNOWN_RULE: number; VIEWPORT_RULE: number; prototype: CSSRule }

Type declaration

  • constructor: function
    • Returns CSSRule

  • CHARSET_RULE: number
  • FONT_FACE_RULE: number
  • IMPORT_RULE: number
  • KEYFRAMES_RULE: number
  • KEYFRAME_RULE: number
  • MEDIA_RULE: number
  • NAMESPACE_RULE: number
  • PAGE_RULE: number
  • STYLE_RULE: number
  • SUPPORTS_RULE: number
  • UNKNOWN_RULE: number
  • VIEWPORT_RULE: number
  • prototype: CSSRule

CSSRuleList

CSSRuleList: { constructor: any; prototype: CSSRuleList }

Type declaration

  • constructor: function
    • Returns CSSRuleList

  • prototype: CSSRuleList

CSSStyleDeclaration

CSSStyleDeclaration: { constructor: any; prototype: CSSStyleDeclaration }

Type declaration

CSSStyleRule

CSSStyleRule: { constructor: any; prototype: CSSStyleRule }

Type declaration

  • constructor: function
    • Returns CSSStyleRule

  • prototype: CSSStyleRule

CSSStyleSheet

CSSStyleSheet: { constructor: any; prototype: CSSStyleSheet }

Type declaration

  • constructor: function
    • Returns CSSStyleSheet

  • prototype: CSSStyleSheet

CSSSupportsRule

CSSSupportsRule: { constructor: any; prototype: CSSSupportsRule }

Type declaration

Cache

Cache: { constructor: any; prototype: Cache }

Type declaration

  • constructor: function
    • Returns Cache

  • prototype: Cache

CacheStorage

CacheStorage: { constructor: any; prototype: CacheStorage }

Type declaration

  • constructor: function
    • Returns CacheStorage

  • prototype: CacheStorage

CanvasGradient

CanvasGradient: { constructor: any; prototype: CanvasGradient }

Type declaration

  • constructor: function
    • Returns CanvasGradient

  • prototype: CanvasGradient

CanvasPattern

CanvasPattern: { constructor: any; prototype: CanvasPattern }

Type declaration

  • constructor: function
    • Returns CanvasPattern

  • prototype: CanvasPattern

CanvasRenderingContext2D

CanvasRenderingContext2D: { constructor: any; prototype: CanvasRenderingContext2D }

Type declaration

CaretPosition

CaretPosition: { constructor: any; prototype: CaretPosition }

Type declaration

  • constructor: function
    • Returns CaretPosition

  • prototype: CaretPosition

ChannelMergerNode

ChannelMergerNode: { constructor: any; prototype: ChannelMergerNode }

Type declaration

ChannelSplitterNode

ChannelSplitterNode: { constructor: any; prototype: ChannelSplitterNode }

Type declaration

CharacterData

CharacterData: { constructor: any; prototype: CharacterData }

Type declaration

  • constructor: function
    • Returns CharacterData

  • prototype: CharacterData

ClientRect

ClientRect: { constructor: any; prototype: ClientRect }

Type declaration

  • constructor: function
    • Returns ClientRect

  • prototype: ClientRect

ClientRectList

ClientRectList: { constructor: any; prototype: ClientRectList }

Type declaration

  • constructor: function
    • Returns ClientRectList

  • prototype: ClientRectList

Clipboard

Clipboard: { constructor: any; prototype: Clipboard }

Type declaration

  • constructor: function
    • Returns Clipboard

  • prototype: Clipboard

ClipboardEvent

ClipboardEvent: { constructor: any; prototype: ClipboardEvent }

Type declaration

CloseEvent

CloseEvent: { constructor: any; prototype: CloseEvent }

Type declaration

  • constructor: function
    • Parameters

      Returns CloseEvent

  • prototype: CloseEvent

Comment

Comment: { constructor: any; prototype: Comment }

Type declaration

  • constructor: function
    • new __type(data?: undefined | string): Comment
    • Parameters

      • Optional data: undefined | string

      Returns Comment

  • prototype: Comment

CompositionEvent

CompositionEvent: { constructor: any; prototype: CompositionEvent }

Type declaration

Const ConnectionStringRegex

ConnectionStringRegex: RegExp = /Endpoint=(.*);Id=(.*);Secret=(.*)/

Console

Console: { constructor: any; prototype: Console }

Type declaration

  • constructor: function
    • Returns Console

  • prototype: Console

ConstantSourceNode

ConstantSourceNode: { constructor: any; prototype: ConstantSourceNode }

Type declaration

ConvolverNode

ConvolverNode: { constructor: any; prototype: ConvolverNode }

Type declaration

CountQueuingStrategy

CountQueuingStrategy: { constructor: any; prototype: CountQueuingStrategy }

Type declaration

  • constructor: function
    • Parameters

      • options: { highWaterMark: number }
        • highWaterMark: number

      Returns CountQueuingStrategy

  • prototype: CountQueuingStrategy

Credential

Credential: { constructor: any; prototype: Credential }

Type declaration

  • constructor: function
    • Returns Credential

  • prototype: Credential

CredentialsContainer

CredentialsContainer: { constructor: any; prototype: CredentialsContainer }

Type declaration

Crypto

Crypto: { constructor: any; prototype: Crypto }

Type declaration

  • constructor: function
    • Returns Crypto

  • prototype: Crypto

CryptoKey

CryptoKey: { constructor: any; prototype: CryptoKey }

Type declaration

  • constructor: function
    • Returns CryptoKey

  • prototype: CryptoKey

CryptoKeyPair

CryptoKeyPair: { constructor: any; prototype: CryptoKeyPair }

Type declaration

  • constructor: function
    • Returns CryptoKeyPair

  • prototype: CryptoKeyPair

CustomElementRegistry

CustomElementRegistry: { constructor: any; prototype: CustomElementRegistry }

Type declaration

CustomEvent

CustomEvent: { constructor: any; prototype: CustomEvent }

Type declaration

  • constructor: function
    • Type parameters

      • T

      Parameters

      Returns CustomEvent<T>

  • prototype: CustomEvent

DOMError

DOMError: { constructor: any; prototype: DOMError }

Type declaration

  • constructor: function
    • Returns DOMError

  • prototype: DOMError

DOMException

DOMException: { constructor: any; ABORT_ERR: number; DATA_CLONE_ERR: number; DOMSTRING_SIZE_ERR: number; HIERARCHY_REQUEST_ERR: number; INDEX_SIZE_ERR: number; INUSE_ATTRIBUTE_ERR: number; INVALID_ACCESS_ERR: number; INVALID_CHARACTER_ERR: number; INVALID_MODIFICATION_ERR: number; INVALID_NODE_TYPE_ERR: number; INVALID_STATE_ERR: number; NAMESPACE_ERR: number; NETWORK_ERR: number; NOT_FOUND_ERR: number; NOT_SUPPORTED_ERR: number; NO_DATA_ALLOWED_ERR: number; NO_MODIFICATION_ALLOWED_ERR: number; QUOTA_EXCEEDED_ERR: number; SECURITY_ERR: number; SYNTAX_ERR: number; TIMEOUT_ERR: number; TYPE_MISMATCH_ERR: number; URL_MISMATCH_ERR: number; VALIDATION_ERR: number; WRONG_DOCUMENT_ERR: number; prototype: DOMException }

Type declaration

  • constructor: function
    • new __type(message?: undefined | string, name?: undefined | string): DOMException
    • Parameters

      • Optional message: undefined | string
      • Optional name: undefined | string

      Returns DOMException

  • ABORT_ERR: number
  • DATA_CLONE_ERR: number
  • DOMSTRING_SIZE_ERR: number
  • HIERARCHY_REQUEST_ERR: number
  • INDEX_SIZE_ERR: number
  • INUSE_ATTRIBUTE_ERR: number
  • INVALID_ACCESS_ERR: number
  • INVALID_CHARACTER_ERR: number
  • INVALID_MODIFICATION_ERR: number
  • INVALID_NODE_TYPE_ERR: number
  • INVALID_STATE_ERR: number
  • NAMESPACE_ERR: number
  • NETWORK_ERR: number
  • NOT_FOUND_ERR: number
  • NOT_SUPPORTED_ERR: number
  • NO_DATA_ALLOWED_ERR: number
  • NO_MODIFICATION_ALLOWED_ERR: number
  • QUOTA_EXCEEDED_ERR: number
  • SECURITY_ERR: number
  • SYNTAX_ERR: number
  • TIMEOUT_ERR: number
  • TYPE_MISMATCH_ERR: number
  • URL_MISMATCH_ERR: number
  • VALIDATION_ERR: number
  • WRONG_DOCUMENT_ERR: number
  • prototype: DOMException

DOMImplementation

DOMImplementation: { constructor: any; prototype: DOMImplementation }

Type declaration

DOMMatrix

DOMMatrix: { constructor: any; prototype: DOMMatrix; fromFloat32Array: any; fromFloat64Array: any; fromMatrix: any }

Type declaration

  • constructor: function
    • new __type(init?: string | number[]): DOMMatrix
    • Parameters

      • Optional init: string | number[]

      Returns DOMMatrix

  • prototype: DOMMatrix
  • fromFloat32Array: function
    • Parameters

      Returns DOMMatrix

  • fromFloat64Array: function
    • Parameters

      Returns DOMMatrix

  • fromMatrix: function
    • Parameters

      Returns DOMMatrix

DOMMatrixReadOnly

DOMMatrixReadOnly: { constructor: any; prototype: DOMMatrixReadOnly; fromFloat32Array: any; fromFloat64Array: any; fromMatrix: any }

Type declaration

DOMParser

DOMParser: { constructor: any; prototype: DOMParser }

Type declaration

  • constructor: function
    • Returns DOMParser

  • prototype: DOMParser

DOMPoint

DOMPoint: { constructor: any; prototype: DOMPoint; fromPoint: any }

Type declaration

  • constructor: function
    • new __type(x?: undefined | number, y?: undefined | number, z?: undefined | number, w?: undefined | number): DOMPoint
    • Parameters

      • Optional x: undefined | number
      • Optional y: undefined | number
      • Optional z: undefined | number
      • Optional w: undefined | number

      Returns DOMPoint

  • prototype: DOMPoint
  • fromPoint: function
    • Parameters

      Returns DOMPoint

DOMPointReadOnly

DOMPointReadOnly: { constructor: any; prototype: DOMPointReadOnly; fromPoint: any }

Type declaration

  • constructor: function
    • new __type(x?: undefined | number, y?: undefined | number, z?: undefined | number, w?: undefined | number): DOMPointReadOnly
    • Parameters

      • Optional x: undefined | number
      • Optional y: undefined | number
      • Optional z: undefined | number
      • Optional w: undefined | number

      Returns DOMPointReadOnly

  • prototype: DOMPointReadOnly
  • fromPoint: function
    • Parameters

      Returns DOMPointReadOnly

DOMQuad

DOMQuad: { constructor: any; prototype: DOMQuad; fromQuad: any; fromRect: any }

Type declaration

DOMRect

DOMRect: { constructor: any; prototype: DOMRect; fromRect: any }

Type declaration

  • constructor: function
    • new __type(x?: undefined | number, y?: undefined | number, width?: undefined | number, height?: undefined | number): DOMRect
    • Parameters

      • Optional x: undefined | number
      • Optional y: undefined | number
      • Optional width: undefined | number
      • Optional height: undefined | number

      Returns DOMRect

  • prototype: DOMRect
  • fromRect: function
    • Parameters

      Returns DOMRect

DOMRectList

DOMRectList: { constructor: any; prototype: DOMRectList }

Type declaration

  • constructor: function
    • Returns DOMRectList

  • prototype: DOMRectList

DOMRectReadOnly

DOMRectReadOnly: { constructor: any; prototype: DOMRectReadOnly; fromRect: any }

Type declaration

  • constructor: function
    • new __type(x?: undefined | number, y?: undefined | number, width?: undefined | number, height?: undefined | number): DOMRectReadOnly
    • Parameters

      • Optional x: undefined | number
      • Optional y: undefined | number
      • Optional width: undefined | number
      • Optional height: undefined | number

      Returns DOMRectReadOnly

  • prototype: DOMRectReadOnly
  • fromRect: function
    • Parameters

      Returns DOMRectReadOnly

DOMSettableTokenList

DOMSettableTokenList: { constructor: any; prototype: DOMSettableTokenList }

Type declaration

DOMStringList

DOMStringList: { constructor: any; prototype: DOMStringList }

Type declaration

  • constructor: function
    • Returns DOMStringList

  • prototype: DOMStringList

DOMStringMap

DOMStringMap: { constructor: any; prototype: DOMStringMap }

Type declaration

  • constructor: function
    • Returns DOMStringMap

  • prototype: DOMStringMap

DOMTokenList

DOMTokenList: { constructor: any; prototype: DOMTokenList }

Type declaration

  • constructor: function
    • Returns DOMTokenList

  • prototype: DOMTokenList

DataCue

DataCue: { constructor: any; prototype: DataCue }

Type declaration

  • constructor: function
    • Returns DataCue

  • prototype: DataCue

DataTransfer

DataTransfer: { constructor: any; prototype: DataTransfer }

Type declaration

  • constructor: function
    • Returns DataTransfer

  • prototype: DataTransfer

DataTransferItem

DataTransferItem: { constructor: any; prototype: DataTransferItem }

Type declaration

DataTransferItemList

DataTransferItemList: { constructor: any; prototype: DataTransferItemList }

Type declaration

DataView

Date

DeferredPermissionRequest

DeferredPermissionRequest: { constructor: any; prototype: DeferredPermissionRequest }

Type declaration

DelayNode

DelayNode: { constructor: any; prototype: DelayNode }

Type declaration

DeviceAcceleration

DeviceAcceleration: { constructor: any; prototype: DeviceAcceleration }

Type declaration

DeviceLightEvent

DeviceLightEvent: { constructor: any; prototype: DeviceLightEvent }

Type declaration

DeviceMotionEvent

DeviceMotionEvent: { constructor: any; prototype: DeviceMotionEvent }

Type declaration

DeviceOrientationEvent

DeviceOrientationEvent: { constructor: any; prototype: DeviceOrientationEvent }

Type declaration

DeviceRotationRate

DeviceRotationRate: { constructor: any; prototype: DeviceRotationRate }

Type declaration

Document

Document: { constructor: any; prototype: Document }

Type declaration

  • constructor: function
    • Returns Document

  • prototype: Document

DocumentFragment

DocumentFragment: { constructor: any; prototype: DocumentFragment }

Type declaration

DocumentTimeline

DocumentTimeline: { constructor: any; prototype: DocumentTimeline }

Type declaration

DocumentType

DocumentType: { constructor: any; prototype: DocumentType }

Type declaration

  • constructor: function
    • Returns DocumentType

  • prototype: DocumentType

DragEvent

DragEvent: { constructor: any; prototype: DragEvent }

Type declaration

  • constructor: function
    • Parameters

      Returns DragEvent

  • prototype: DragEvent

DynamicsCompressorNode

DynamicsCompressorNode: { constructor: any; prototype: DynamicsCompressorNode }

Type declaration

Element

Element: { constructor: any; prototype: Element }

Type declaration

  • constructor: function
    • Returns Element

  • prototype: Element

Enumerator

Error

ErrorEvent

ErrorEvent: { constructor: any; prototype: ErrorEvent }

Type declaration

  • constructor: function
    • Parameters

      Returns ErrorEvent

  • prototype: ErrorEvent

EvalError

Event

Event: { constructor: any; AT_TARGET: number; BUBBLING_PHASE: number; CAPTURING_PHASE: number; NONE: number; prototype: Event }

Type declaration

  • constructor: function
    • Parameters

      • type: string
      • Optional eventInitDict: EventInit

      Returns Event

  • AT_TARGET: number
  • BUBBLING_PHASE: number
  • CAPTURING_PHASE: number
  • NONE: number
  • prototype: Event

EventSource

EventSource: { constructor: any; CLOSED: number; CONNECTING: number; OPEN: number; prototype: EventSource }

Type declaration

  • constructor: function
    • Parameters

      Returns EventSource

  • CLOSED: number
  • CONNECTING: number
  • OPEN: number
  • prototype: EventSource

EventTarget

EventTarget: { constructor: any; prototype: EventTarget }

Type declaration

  • constructor: function
    • Returns EventTarget

  • prototype: EventTarget

ExtensionScriptApis

ExtensionScriptApis: { constructor: any; prototype: ExtensionScriptApis }

Type declaration

External

External: { constructor: any; prototype: External }

Type declaration

  • constructor: function
    • Returns External

  • prototype: External

File

File: { constructor: any; prototype: File }

Type declaration

  • constructor: function
    • Parameters

      Returns File

  • prototype: File

FileList

FileList: { constructor: any; prototype: FileList }

Type declaration

  • constructor: function
    • Returns FileList

  • prototype: FileList

FileReader

FileReader: { constructor: any; DONE: number; EMPTY: number; LOADING: number; prototype: FileReader }

Type declaration

  • constructor: function
    • Returns FileReader

  • DONE: number
  • EMPTY: number
  • LOADING: number
  • prototype: FileReader

Float32Array

Float64Array

FocusEvent

FocusEvent: { constructor: any; prototype: FocusEvent }

Type declaration

  • constructor: function
    • Parameters

      Returns FocusEvent

  • prototype: FocusEvent

FocusNavigationEvent

FocusNavigationEvent: { constructor: any; prototype: FocusNavigationEvent }

Type declaration

FormData

FormData: { constructor: any; prototype: FormData }

Type declaration

Function

GainNode

GainNode: { constructor: any; prototype: GainNode }

Type declaration

Gamepad

Gamepad: { constructor: any; prototype: Gamepad }

Type declaration

  • constructor: function
    • Returns Gamepad

  • prototype: Gamepad

GamepadButton

GamepadButton: { constructor: any; prototype: GamepadButton }

Type declaration

  • constructor: function
    • Returns GamepadButton

  • prototype: GamepadButton

GamepadEvent

GamepadEvent: { constructor: any; prototype: GamepadEvent }

Type declaration

GamepadHapticActuator

GamepadHapticActuator: { constructor: any; prototype: GamepadHapticActuator }

Type declaration

GamepadPose

GamepadPose: { constructor: any; prototype: GamepadPose }

Type declaration

  • constructor: function
    • Returns GamepadPose

  • prototype: GamepadPose

HTMLAllCollection

HTMLAllCollection: { constructor: any; prototype: HTMLAllCollection }

Type declaration

HTMLAnchorElement

HTMLAnchorElement: { constructor: any; prototype: HTMLAnchorElement }

Type declaration

HTMLAppletElement

HTMLAppletElement: { constructor: any; prototype: HTMLAppletElement }

Type declaration

HTMLAreaElement

HTMLAreaElement: { constructor: any; prototype: HTMLAreaElement }

Type declaration

HTMLAudioElement

HTMLAudioElement: { constructor: any; prototype: HTMLAudioElement }

Type declaration

HTMLBRElement

HTMLBRElement: { constructor: any; prototype: HTMLBRElement }

Type declaration

  • constructor: function
    • Returns HTMLBRElement

  • prototype: HTMLBRElement

HTMLBaseElement

HTMLBaseElement: { constructor: any; prototype: HTMLBaseElement }

Type declaration

HTMLBaseFontElement

HTMLBaseFontElement: { constructor: any; prototype: HTMLBaseFontElement }

Type declaration

HTMLBodyElement

HTMLBodyElement: { constructor: any; prototype: HTMLBodyElement }

Type declaration

HTMLButtonElement

HTMLButtonElement: { constructor: any; prototype: HTMLButtonElement }

Type declaration

HTMLCanvasElement

HTMLCanvasElement: { constructor: any; prototype: HTMLCanvasElement }

Type declaration

HTMLCollection

HTMLCollection: { constructor: any; prototype: HTMLCollection }

Type declaration

  • constructor: function
    • Returns HTMLCollection

  • prototype: HTMLCollection

HTMLDListElement

HTMLDListElement: { constructor: any; prototype: HTMLDListElement }

Type declaration

HTMLDataElement

HTMLDataElement: { constructor: any; prototype: HTMLDataElement }

Type declaration

HTMLDataListElement

HTMLDataListElement: { constructor: any; prototype: HTMLDataListElement }

Type declaration

HTMLDetailsElement

HTMLDetailsElement: { constructor: any; prototype: HTMLDetailsElement }

Type declaration

HTMLDialogElement

HTMLDialogElement: { constructor: any; prototype: HTMLDialogElement }

Type declaration

HTMLDirectoryElement

HTMLDirectoryElement: { constructor: any; prototype: HTMLDirectoryElement }

Type declaration

HTMLDivElement

HTMLDivElement: { constructor: any; prototype: HTMLDivElement }

Type declaration

  • constructor: function
    • Returns HTMLDivElement

  • prototype: HTMLDivElement

HTMLDocument

HTMLDocument: { constructor: any; prototype: HTMLDocument }

Type declaration

  • constructor: function
    • Returns HTMLDocument

  • prototype: HTMLDocument

HTMLElement

HTMLElement: { constructor: any; prototype: HTMLElement }

Type declaration

  • constructor: function
    • Returns HTMLElement

  • prototype: HTMLElement

HTMLEmbedElement

HTMLEmbedElement: { constructor: any; prototype: HTMLEmbedElement }

Type declaration

HTMLFieldSetElement

HTMLFieldSetElement: { constructor: any; prototype: HTMLFieldSetElement }

Type declaration

HTMLFontElement

HTMLFontElement: { constructor: any; prototype: HTMLFontElement }

Type declaration

HTMLFormControlsCollection

HTMLFormControlsCollection: { constructor: any; prototype: HTMLFormControlsCollection }

Type declaration

HTMLFormElement

HTMLFormElement: { constructor: any; prototype: HTMLFormElement }

Type declaration

HTMLFrameElement

HTMLFrameElement: { constructor: any; prototype: HTMLFrameElement }

Type declaration

HTMLFrameSetElement

HTMLFrameSetElement: { constructor: any; prototype: HTMLFrameSetElement }

Type declaration

HTMLHRElement

HTMLHRElement: { constructor: any; prototype: HTMLHRElement }

Type declaration

  • constructor: function
    • Returns HTMLHRElement

  • prototype: HTMLHRElement

HTMLHeadElement

HTMLHeadElement: { constructor: any; prototype: HTMLHeadElement }

Type declaration

HTMLHeadingElement

HTMLHeadingElement: { constructor: any; prototype: HTMLHeadingElement }

Type declaration

HTMLHtmlElement

HTMLHtmlElement: { constructor: any; prototype: HTMLHtmlElement }

Type declaration

HTMLIFrameElement

HTMLIFrameElement: { constructor: any; prototype: HTMLIFrameElement }

Type declaration

HTMLImageElement

HTMLImageElement: { constructor: any; prototype: HTMLImageElement }

Type declaration

HTMLInputElement

HTMLInputElement: { constructor: any; prototype: HTMLInputElement }

Type declaration

HTMLLIElement

HTMLLIElement: { constructor: any; prototype: HTMLLIElement }

Type declaration

  • constructor: function
    • Returns HTMLLIElement

  • prototype: HTMLLIElement

HTMLLabelElement

HTMLLabelElement: { constructor: any; prototype: HTMLLabelElement }

Type declaration

HTMLLegendElement

HTMLLegendElement: { constructor: any; prototype: HTMLLegendElement }

Type declaration

HTMLLinkElement

HTMLLinkElement: { constructor: any; prototype: HTMLLinkElement }

Type declaration

HTMLMapElement

HTMLMapElement: { constructor: any; prototype: HTMLMapElement }

Type declaration

  • constructor: function
    • Returns HTMLMapElement

  • prototype: HTMLMapElement

HTMLMarqueeElement

HTMLMarqueeElement: { constructor: any; prototype: HTMLMarqueeElement }

Type declaration

HTMLMediaElement

HTMLMediaElement: { constructor: any; HAVE_CURRENT_DATA: number; HAVE_ENOUGH_DATA: number; HAVE_FUTURE_DATA: number; HAVE_METADATA: number; HAVE_NOTHING: number; NETWORK_EMPTY: number; NETWORK_IDLE: number; NETWORK_LOADING: number; NETWORK_NO_SOURCE: number; prototype: HTMLMediaElement }

Type declaration

  • constructor: function
    • Returns HTMLMediaElement

  • HAVE_CURRENT_DATA: number
  • HAVE_ENOUGH_DATA: number
  • HAVE_FUTURE_DATA: number
  • HAVE_METADATA: number
  • HAVE_NOTHING: number
  • NETWORK_EMPTY: number
  • NETWORK_IDLE: number
  • NETWORK_LOADING: number
  • NETWORK_NO_SOURCE: number
  • prototype: HTMLMediaElement

HTMLMenuElement

HTMLMenuElement: { constructor: any; prototype: HTMLMenuElement }

Type declaration

HTMLMetaElement

HTMLMetaElement: { constructor: any; prototype: HTMLMetaElement }

Type declaration

HTMLMeterElement

HTMLMeterElement: { constructor: any; prototype: HTMLMeterElement }

Type declaration

HTMLModElement

HTMLModElement: { constructor: any; prototype: HTMLModElement }

Type declaration

  • constructor: function
    • Returns HTMLModElement

  • prototype: HTMLModElement

HTMLOListElement

HTMLOListElement: { constructor: any; prototype: HTMLOListElement }

Type declaration

HTMLObjectElement

HTMLObjectElement: { constructor: any; prototype: HTMLObjectElement }

Type declaration

HTMLOptGroupElement

HTMLOptGroupElement: { constructor: any; prototype: HTMLOptGroupElement }

Type declaration

HTMLOptionElement

HTMLOptionElement: { constructor: any; prototype: HTMLOptionElement }

Type declaration

HTMLOptionsCollection

HTMLOptionsCollection: { constructor: any; prototype: HTMLOptionsCollection }

Type declaration

HTMLOutputElement

HTMLOutputElement: { constructor: any; prototype: HTMLOutputElement }

Type declaration

HTMLParagraphElement

HTMLParagraphElement: { constructor: any; prototype: HTMLParagraphElement }

Type declaration

HTMLParamElement

HTMLParamElement: { constructor: any; prototype: HTMLParamElement }

Type declaration

HTMLPictureElement

HTMLPictureElement: { constructor: any; prototype: HTMLPictureElement }

Type declaration

HTMLPreElement

HTMLPreElement: { constructor: any; prototype: HTMLPreElement }

Type declaration

  • constructor: function
    • Returns HTMLPreElement

  • prototype: HTMLPreElement

HTMLProgressElement

HTMLProgressElement: { constructor: any; prototype: HTMLProgressElement }

Type declaration

HTMLQuoteElement

HTMLQuoteElement: { constructor: any; prototype: HTMLQuoteElement }

Type declaration

HTMLScriptElement

HTMLScriptElement: { constructor: any; prototype: HTMLScriptElement }

Type declaration

HTMLSelectElement

HTMLSelectElement: { constructor: any; prototype: HTMLSelectElement }

Type declaration

HTMLSlotElement

HTMLSlotElement: { constructor: any; prototype: HTMLSlotElement }

Type declaration

HTMLSourceElement

HTMLSourceElement: { constructor: any; prototype: HTMLSourceElement }

Type declaration

HTMLSpanElement

HTMLSpanElement: { constructor: any; prototype: HTMLSpanElement }

Type declaration

HTMLStyleElement

HTMLStyleElement: { constructor: any; prototype: HTMLStyleElement }

Type declaration

HTMLTableCaptionElement

HTMLTableCaptionElement: { constructor: any; prototype: HTMLTableCaptionElement }

Type declaration

HTMLTableCellElement

HTMLTableCellElement: { constructor: any; prototype: HTMLTableCellElement }

Type declaration

HTMLTableColElement

HTMLTableColElement: { constructor: any; prototype: HTMLTableColElement }

Type declaration

HTMLTableDataCellElement

HTMLTableDataCellElement: { constructor: any; prototype: HTMLTableDataCellElement }

Type declaration

HTMLTableElement

HTMLTableElement: { constructor: any; prototype: HTMLTableElement }

Type declaration

HTMLTableHeaderCellElement

HTMLTableHeaderCellElement: { constructor: any; prototype: HTMLTableHeaderCellElement }

Type declaration

HTMLTableRowElement

HTMLTableRowElement: { constructor: any; prototype: HTMLTableRowElement }

Type declaration

HTMLTableSectionElement

HTMLTableSectionElement: { constructor: any; prototype: HTMLTableSectionElement }

Type declaration

HTMLTemplateElement

HTMLTemplateElement: { constructor: any; prototype: HTMLTemplateElement }

Type declaration

HTMLTextAreaElement

HTMLTextAreaElement: { constructor: any; prototype: HTMLTextAreaElement }

Type declaration

HTMLTimeElement

HTMLTimeElement: { constructor: any; prototype: HTMLTimeElement }

Type declaration

HTMLTitleElement

HTMLTitleElement: { constructor: any; prototype: HTMLTitleElement }

Type declaration

HTMLTrackElement

HTMLTrackElement: { constructor: any; ERROR: number; LOADED: number; LOADING: number; NONE: number; prototype: HTMLTrackElement }

Type declaration

  • constructor: function
    • Returns HTMLTrackElement

  • ERROR: number
  • LOADED: number
  • LOADING: number
  • NONE: number
  • prototype: HTMLTrackElement

HTMLUListElement

HTMLUListElement: { constructor: any; prototype: HTMLUListElement }

Type declaration

HTMLUnknownElement

HTMLUnknownElement: { constructor: any; prototype: HTMLUnknownElement }

Type declaration

HTMLVideoElement

HTMLVideoElement: { constructor: any; prototype: HTMLVideoElement }

Type declaration

HashChangeEvent

HashChangeEvent: { constructor: any; prototype: HashChangeEvent }

Type declaration

Headers

Headers: { constructor: any; prototype: Headers }

Type declaration

  • constructor: function
    • Parameters

      Returns Headers

  • prototype: Headers

History

History: { constructor: any; prototype: History }

Type declaration

  • constructor: function
    • Returns History

  • prototype: History

IDBCursor

IDBCursor: { constructor: any; prototype: IDBCursor }

Type declaration

  • constructor: function
    • Returns IDBCursor

  • prototype: IDBCursor

IDBCursorWithValue

IDBCursorWithValue: { constructor: any; prototype: IDBCursorWithValue }

Type declaration

IDBDatabase

IDBDatabase: { constructor: any; prototype: IDBDatabase }

Type declaration

  • constructor: function
    • Returns IDBDatabase

  • prototype: IDBDatabase

IDBFactory

IDBFactory: { constructor: any; prototype: IDBFactory }

Type declaration

  • constructor: function
    • Returns IDBFactory

  • prototype: IDBFactory

IDBIndex

IDBIndex: { constructor: any; prototype: IDBIndex }

Type declaration

  • constructor: function
    • Returns IDBIndex

  • prototype: IDBIndex

IDBKeyRange

IDBKeyRange: { constructor: any; prototype: IDBKeyRange; bound: any; lowerBound: any; only: any; upperBound: any }

Type declaration

  • constructor: function
    • Returns IDBKeyRange

  • prototype: IDBKeyRange
  • bound: function
    • bound(lower: any, upper: any, lowerOpen?: undefined | false | true, upperOpen?: undefined | false | true): IDBKeyRange
    • Returns a new IDBKeyRange spanning from lower to upper. If lowerOpen is true, lower is not included in the range. If upperOpen is true, upper is not included in the range.

      Parameters

      • lower: any
      • upper: any
      • Optional lowerOpen: undefined | false | true
      • Optional upperOpen: undefined | false | true

      Returns IDBKeyRange

  • lowerBound: function
    • lowerBound(lower: any, open?: undefined | false | true): IDBKeyRange
    • Returns a new IDBKeyRange starting at key with no upper bound. If open is true, key is not included in the range.

      Parameters

      • lower: any
      • Optional open: undefined | false | true

      Returns IDBKeyRange

  • only: function
    • Returns a new IDBKeyRange spanning only key.

      Parameters

      • value: any

      Returns IDBKeyRange

  • upperBound: function
    • upperBound(upper: any, open?: undefined | false | true): IDBKeyRange
    • Returns a new IDBKeyRange with no lower bound and ending at key. If open is true, key is not included in the range.

      Parameters

      • upper: any
      • Optional open: undefined | false | true

      Returns IDBKeyRange

IDBObjectStore

IDBObjectStore: { constructor: any; prototype: IDBObjectStore }

Type declaration

  • constructor: function
    • Returns IDBObjectStore

  • prototype: IDBObjectStore

IDBOpenDBRequest

IDBOpenDBRequest: { constructor: any; prototype: IDBOpenDBRequest }

Type declaration

IDBRequest

IDBRequest: { constructor: any; prototype: IDBRequest }

Type declaration

  • constructor: function
    • Returns IDBRequest

  • prototype: IDBRequest

IDBTransaction

IDBTransaction: { constructor: any; prototype: IDBTransaction }

Type declaration

  • constructor: function
    • Returns IDBTransaction

  • prototype: IDBTransaction

IDBVersionChangeEvent

IDBVersionChangeEvent: { constructor: any; prototype: IDBVersionChangeEvent }

Type declaration

IIRFilterNode

IIRFilterNode: { constructor: any; prototype: IIRFilterNode }

Type declaration

Image

Image: { constructor: any }

Type declaration

  • constructor: function
    • new __type(width?: undefined | number, height?: undefined | number): HTMLImageElement
    • Parameters

      • Optional width: undefined | number
      • Optional height: undefined | number

      Returns HTMLImageElement

ImageBitmap

ImageBitmap: { constructor: any; prototype: ImageBitmap }

Type declaration

  • constructor: function
    • Returns ImageBitmap

  • prototype: ImageBitmap

ImageBitmapRenderingContext

ImageBitmapRenderingContext: { constructor: any; prototype: ImageBitmapRenderingContext }

Type declaration

ImageData

ImageData: { constructor: any; prototype: ImageData }

Type declaration

  • constructor: function
    • Parameters

      • width: number
      • height: number

      Returns ImageData

    • Parameters

      Returns ImageData

  • prototype: ImageData

Infinity

Infinity: number

InputDeviceInfo

InputDeviceInfo: { constructor: any; prototype: InputDeviceInfo }

Type declaration

InputEvent

InputEvent: { constructor: any; prototype: InputEvent }

Type declaration

  • constructor: function
    • Parameters

      Returns InputEvent

  • prototype: InputEvent

Int16Array

Int32Array

Int8Array

IntersectionObserver

IntersectionObserver: { constructor: any; prototype: IntersectionObserver }

Type declaration

IntersectionObserverEntry

IntersectionObserverEntry: { constructor: any; prototype: IntersectionObserverEntry }

Type declaration

JSON

JSON: JSON

An intrinsic object that provides functions to convert JavaScript values to and from the JavaScript Object Notation (JSON) format.

KeyboardEvent

KeyboardEvent: { constructor: any; DOM_KEY_LOCATION_LEFT: number; DOM_KEY_LOCATION_NUMPAD: number; DOM_KEY_LOCATION_RIGHT: number; DOM_KEY_LOCATION_STANDARD: number; prototype: KeyboardEvent }

Type declaration

  • constructor: function
    • Parameters

      Returns KeyboardEvent

  • DOM_KEY_LOCATION_LEFT: number
  • DOM_KEY_LOCATION_NUMPAD: number
  • DOM_KEY_LOCATION_RIGHT: number
  • DOM_KEY_LOCATION_STANDARD: number
  • prototype: KeyboardEvent

KeyframeEffect

KeyframeEffect: { constructor: any; prototype: KeyframeEffect }

Type declaration

ListeningStateChangedEvent

ListeningStateChangedEvent: { constructor: any; prototype: ListeningStateChangedEvent }

Type declaration

Location

Location: { constructor: any; prototype: Location }

Type declaration

  • constructor: function
    • Returns Location

  • prototype: Location

MSAssertion

MSAssertion: { constructor: any; prototype: MSAssertion }

Type declaration

  • constructor: function
    • Returns MSAssertion

  • prototype: MSAssertion

MSBlobBuilder

MSBlobBuilder: { constructor: any; prototype: MSBlobBuilder }

Type declaration

  • constructor: function
    • Returns MSBlobBuilder

  • prototype: MSBlobBuilder

MSFIDOCredentialAssertion

MSFIDOCredentialAssertion: { constructor: any; prototype: MSFIDOCredentialAssertion }

Type declaration

MSFIDOSignature

MSFIDOSignature: { constructor: any; prototype: MSFIDOSignature }

Type declaration

MSFIDOSignatureAssertion

MSFIDOSignatureAssertion: { constructor: any; prototype: MSFIDOSignatureAssertion }

Type declaration

MSGesture

MSGesture: { constructor: any; prototype: MSGesture }

Type declaration

  • constructor: function
    • Returns MSGesture

  • prototype: MSGesture

MSGestureEvent

MSGestureEvent: { constructor: any; MSGESTURE_FLAG_BEGIN: number; MSGESTURE_FLAG_CANCEL: number; MSGESTURE_FLAG_END: number; MSGESTURE_FLAG_INERTIA: number; MSGESTURE_FLAG_NONE: number; prototype: MSGestureEvent }

Type declaration

  • constructor: function
    • Returns MSGestureEvent

  • MSGESTURE_FLAG_BEGIN: number
  • MSGESTURE_FLAG_CANCEL: number
  • MSGESTURE_FLAG_END: number
  • MSGESTURE_FLAG_INERTIA: number
  • MSGESTURE_FLAG_NONE: number
  • prototype: MSGestureEvent

MSGraphicsTrust

MSGraphicsTrust: { constructor: any; prototype: MSGraphicsTrust }

Type declaration

MSInputMethodContext

MSInputMethodContext: { constructor: any; prototype: MSInputMethodContext }

Type declaration

MSMediaKeyError

MSMediaKeyError: { constructor: any; MS_MEDIA_KEYERR_CLIENT: number; MS_MEDIA_KEYERR_DOMAIN: number; MS_MEDIA_KEYERR_HARDWARECHANGE: number; MS_MEDIA_KEYERR_OUTPUT: number; MS_MEDIA_KEYERR_SERVICE: number; MS_MEDIA_KEYERR_UNKNOWN: number; prototype: MSMediaKeyError }

Type declaration

  • constructor: function
    • Returns MSMediaKeyError

  • MS_MEDIA_KEYERR_CLIENT: number
  • MS_MEDIA_KEYERR_DOMAIN: number
  • MS_MEDIA_KEYERR_HARDWARECHANGE: number
  • MS_MEDIA_KEYERR_OUTPUT: number
  • MS_MEDIA_KEYERR_SERVICE: number
  • MS_MEDIA_KEYERR_UNKNOWN: number
  • prototype: MSMediaKeyError

MSMediaKeyMessageEvent

MSMediaKeyMessageEvent: { constructor: any; prototype: MSMediaKeyMessageEvent }

Type declaration

MSMediaKeyNeededEvent

MSMediaKeyNeededEvent: { constructor: any; prototype: MSMediaKeyNeededEvent }

Type declaration

MSMediaKeySession

MSMediaKeySession: { constructor: any; prototype: MSMediaKeySession }

Type declaration

MSMediaKeys

MSMediaKeys: { constructor: any; prototype: MSMediaKeys; isTypeSupported: any; isTypeSupportedWithFeatures: any }

Type declaration

  • constructor: function
    • Parameters

      • keySystem: string

      Returns MSMediaKeys

  • prototype: MSMediaKeys
  • isTypeSupported: function
    • isTypeSupported(keySystem: string, type?: string | null): boolean
    • Parameters

      • keySystem: string
      • Optional type: string | null

      Returns boolean

  • isTypeSupportedWithFeatures: function
    • isTypeSupportedWithFeatures(keySystem: string, type?: string | null): string
    • Parameters

      • keySystem: string
      • Optional type: string | null

      Returns string

MSPointerEvent

MSPointerEvent: { constructor: any; prototype: MSPointerEvent }

Type declaration

MSStream

MSStream: { constructor: any; prototype: MSStream }

Type declaration

  • constructor: function
    • Returns MSStream

  • prototype: MSStream

Map

Math

Math: Math

An intrinsic object that provides basic mathematics functionality and constants.

MediaDeviceInfo

MediaDeviceInfo: { constructor: any; prototype: MediaDeviceInfo }

Type declaration

MediaDevices

MediaDevices: { constructor: any; prototype: MediaDevices }

Type declaration

  • constructor: function
    • Returns MediaDevices

  • prototype: MediaDevices

MediaElementAudioSourceNode

MediaElementAudioSourceNode: { constructor: any; prototype: MediaElementAudioSourceNode }

Type declaration

MediaEncryptedEvent

MediaEncryptedEvent: { constructor: any; prototype: MediaEncryptedEvent }

Type declaration

MediaError

MediaError: { constructor: any; MEDIA_ERR_ABORTED: number; MEDIA_ERR_DECODE: number; MEDIA_ERR_NETWORK: number; MEDIA_ERR_SRC_NOT_SUPPORTED: number; MS_MEDIA_ERR_ENCRYPTED: number; prototype: MediaError }

Type declaration

  • constructor: function
    • Returns MediaError

  • MEDIA_ERR_ABORTED: number
  • MEDIA_ERR_DECODE: number
  • MEDIA_ERR_NETWORK: number
  • MEDIA_ERR_SRC_NOT_SUPPORTED: number
  • MS_MEDIA_ERR_ENCRYPTED: number
  • prototype: MediaError

MediaKeyMessageEvent

MediaKeyMessageEvent: { constructor: any; prototype: MediaKeyMessageEvent }

Type declaration

MediaKeySession

MediaKeySession: { constructor: any; prototype: MediaKeySession }

Type declaration

MediaKeyStatusMap

MediaKeyStatusMap: { constructor: any; prototype: MediaKeyStatusMap }

Type declaration

MediaKeySystemAccess

MediaKeySystemAccess: { constructor: any; prototype: MediaKeySystemAccess }

Type declaration

MediaKeys

MediaKeys: { constructor: any; prototype: MediaKeys }

Type declaration

  • constructor: function
    • Returns MediaKeys

  • prototype: MediaKeys

MediaList

MediaList: { constructor: any; prototype: MediaList }

Type declaration

  • constructor: function
    • Returns MediaList

  • prototype: MediaList

MediaQueryList

MediaQueryList: { constructor: any; prototype: MediaQueryList }

Type declaration

  • constructor: function
    • Returns MediaQueryList

  • prototype: MediaQueryList

MediaQueryListEvent

MediaQueryListEvent: { constructor: any; prototype: MediaQueryListEvent }

Type declaration

MediaSource

MediaSource: { constructor: any; prototype: MediaSource; isTypeSupported: any }

Type declaration

  • constructor: function
    • Returns MediaSource

  • prototype: MediaSource
  • isTypeSupported: function
    • isTypeSupported(type: string): boolean
    • Parameters

      • type: string

      Returns boolean

MediaStream

MediaStream: { constructor: any; prototype: MediaStream }

Type declaration

  • constructor: function
    • Returns MediaStream

    • Parameters

      Returns MediaStream

    • Parameters

      Returns MediaStream

  • prototype: MediaStream

MediaStreamAudioDestinationNode

MediaStreamAudioDestinationNode: { constructor: any; prototype: MediaStreamAudioDestinationNode }

Type declaration

MediaStreamAudioSourceNode

MediaStreamAudioSourceNode: { constructor: any; prototype: MediaStreamAudioSourceNode }

Type declaration

MediaStreamError

MediaStreamError: { constructor: any; prototype: MediaStreamError }

Type declaration

MediaStreamErrorEvent

MediaStreamErrorEvent: { constructor: any; prototype: MediaStreamErrorEvent }

Type declaration

MediaStreamEvent

MediaStreamEvent: { constructor: any; prototype: MediaStreamEvent }

Type declaration

MediaStreamTrack

MediaStreamTrack: { constructor: any; prototype: MediaStreamTrack }

Type declaration

MediaStreamTrackAudioSourceNode

MediaStreamTrackAudioSourceNode: { constructor: any; prototype: MediaStreamTrackAudioSourceNode }

Type declaration

MediaStreamTrackEvent

MediaStreamTrackEvent: { constructor: any; prototype: MediaStreamTrackEvent }

Type declaration

MessageChannel

MessageChannel: { constructor: any; prototype: MessageChannel }

Type declaration

  • constructor: function
    • Returns MessageChannel

  • prototype: MessageChannel

MessageEvent

MessageEvent: { constructor: any; prototype: MessageEvent }

Type declaration

MessagePort

MessagePort: { constructor: any; prototype: MessagePort }

Type declaration

  • constructor: function
    • Returns MessagePort

  • prototype: MessagePort

MimeType

MimeType: { constructor: any; prototype: MimeType }

Type declaration

  • constructor: function
    • Returns MimeType

  • prototype: MimeType

MimeTypeArray

MimeTypeArray: { constructor: any; prototype: MimeTypeArray }

Type declaration

  • constructor: function
    • Returns MimeTypeArray

  • prototype: MimeTypeArray

MouseEvent

MouseEvent: { constructor: any; prototype: MouseEvent }

Type declaration

  • constructor: function
    • Parameters

      Returns MouseEvent

  • prototype: MouseEvent

MutationEvent

MutationEvent: { constructor: any; ADDITION: number; MODIFICATION: number; REMOVAL: number; prototype: MutationEvent }

Type declaration

  • constructor: function
    • Returns MutationEvent

  • ADDITION: number
  • MODIFICATION: number
  • REMOVAL: number
  • prototype: MutationEvent

MutationObserver

MutationObserver: { constructor: any; prototype: MutationObserver }

Type declaration

MutationRecord

MutationRecord: { constructor: any; prototype: MutationRecord }

Type declaration

  • constructor: function
    • Returns MutationRecord

  • prototype: MutationRecord

NaN

NaN: number

NamedNodeMap

NamedNodeMap: { constructor: any; prototype: NamedNodeMap }

Type declaration

  • constructor: function
    • Returns NamedNodeMap

  • prototype: NamedNodeMap

NavigationPreloadManager

NavigationPreloadManager: { constructor: any; prototype: NavigationPreloadManager }

Type declaration

Navigator

Navigator: { constructor: any; prototype: Navigator }

Type declaration

  • constructor: function
    • Returns Navigator

  • prototype: Navigator

Node

Node: { constructor: any; ATTRIBUTE_NODE: number; CDATA_SECTION_NODE: number; COMMENT_NODE: number; DOCUMENT_FRAGMENT_NODE: number; DOCUMENT_NODE: number; DOCUMENT_POSITION_CONTAINED_BY: number; DOCUMENT_POSITION_CONTAINS: number; DOCUMENT_POSITION_DISCONNECTED: number; DOCUMENT_POSITION_FOLLOWING: number; DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number; DOCUMENT_POSITION_PRECEDING: number; DOCUMENT_TYPE_NODE: number; ELEMENT_NODE: number; ENTITY_NODE: number; ENTITY_REFERENCE_NODE: number; NOTATION_NODE: number; PROCESSING_INSTRUCTION_NODE: number; TEXT_NODE: number; prototype: Node }

Type declaration

  • constructor: function
    • new __type(): Node
    • Returns Node

  • ATTRIBUTE_NODE: number
  • CDATA_SECTION_NODE: number

    node is a CDATASection node.

  • COMMENT_NODE: number

    node is a Comment node.

  • DOCUMENT_FRAGMENT_NODE: number

    node is a DocumentFragment node.

  • DOCUMENT_NODE: number

    node is a document.

  • DOCUMENT_POSITION_CONTAINED_BY: number

    Set when other is a descendant of node.

  • DOCUMENT_POSITION_CONTAINS: number

    Set when other is an ancestor of node.

  • DOCUMENT_POSITION_DISCONNECTED: number

    Set when node and other are not in the same tree.

  • DOCUMENT_POSITION_FOLLOWING: number

    Set when other is following node.

  • DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number
  • DOCUMENT_POSITION_PRECEDING: number

    Set when other is preceding node.

  • DOCUMENT_TYPE_NODE: number

    node is a doctype.

  • ELEMENT_NODE: number

    node is an element.

  • ENTITY_NODE: number
  • ENTITY_REFERENCE_NODE: number
  • NOTATION_NODE: number
  • PROCESSING_INSTRUCTION_NODE: number

    node is a ProcessingInstruction node.

  • TEXT_NODE: number

    node is a Text node.

  • prototype: Node

NodeFilter

NodeFilter: { FILTER_ACCEPT: number; FILTER_REJECT: number; FILTER_SKIP: number; SHOW_ALL: number; SHOW_ATTRIBUTE: number; SHOW_CDATA_SECTION: number; SHOW_COMMENT: number; SHOW_DOCUMENT: number; SHOW_DOCUMENT_FRAGMENT: number; SHOW_DOCUMENT_TYPE: number; SHOW_ELEMENT: number; SHOW_ENTITY: number; SHOW_ENTITY_REFERENCE: number; SHOW_NOTATION: number; SHOW_PROCESSING_INSTRUCTION: number; SHOW_TEXT: number }

Type declaration

  • FILTER_ACCEPT: number
  • FILTER_REJECT: number
  • FILTER_SKIP: number
  • SHOW_ALL: number
  • SHOW_ATTRIBUTE: number
  • SHOW_CDATA_SECTION: number
  • SHOW_COMMENT: number
  • SHOW_DOCUMENT: number
  • SHOW_DOCUMENT_FRAGMENT: number
  • SHOW_DOCUMENT_TYPE: number
  • SHOW_ELEMENT: number
  • SHOW_ENTITY: number
  • SHOW_ENTITY_REFERENCE: number
  • SHOW_NOTATION: number
  • SHOW_PROCESSING_INSTRUCTION: number
  • SHOW_TEXT: number

NodeIterator

NodeIterator: { constructor: any; prototype: NodeIterator }

Type declaration

  • constructor: function
    • Returns NodeIterator

  • prototype: NodeIterator

NodeList

NodeList: { constructor: any; prototype: NodeList }

Type declaration

  • constructor: function
    • Returns NodeList

  • prototype: NodeList

Notification

Notification: { constructor: any; maxActions: number; permission: NotificationPermission; prototype: Notification; requestPermission: any }

Type declaration

Number

An object that represents a number of any kind. All JavaScript numbers are 64-bit floating-point numbers.

Object

Provides functionality common to all JavaScript objects.

OfflineAudioCompletionEvent

OfflineAudioCompletionEvent: { constructor: any; prototype: OfflineAudioCompletionEvent }

Type declaration

OfflineAudioContext

OfflineAudioContext: { constructor: any; prototype: OfflineAudioContext }

Type declaration

OffscreenCanvas

OffscreenCanvas: { constructor: any; prototype: OffscreenCanvas }

Type declaration

  • constructor: function
    • Parameters

      • width: number
      • height: number

      Returns OffscreenCanvas

  • prototype: OffscreenCanvas

OffscreenCanvasRenderingContext2D

OffscreenCanvasRenderingContext2D: { constructor: any; prototype: OffscreenCanvasRenderingContext2D }

Type declaration

Option

Option: { constructor: any }

Type declaration

  • constructor: function
    • new __type(text?: undefined | string, value?: undefined | string, defaultSelected?: undefined | false | true, selected?: undefined | false | true): HTMLOptionElement
    • Parameters

      • Optional text: undefined | string
      • Optional value: undefined | string
      • Optional defaultSelected: undefined | false | true
      • Optional selected: undefined | false | true

      Returns HTMLOptionElement

OscillatorNode

OscillatorNode: { constructor: any; prototype: OscillatorNode }

Type declaration

OverconstrainedError

OverconstrainedError: { constructor: any; prototype: OverconstrainedError }

Type declaration

OverflowEvent

OverflowEvent: { constructor: any; BOTH: number; HORIZONTAL: number; VERTICAL: number; prototype: OverflowEvent }

Type declaration

  • constructor: function
    • Returns OverflowEvent

  • BOTH: number
  • HORIZONTAL: number
  • VERTICAL: number
  • prototype: OverflowEvent

PageTransitionEvent

PageTransitionEvent: { constructor: any; prototype: PageTransitionEvent }

Type declaration

PannerNode

PannerNode: { constructor: any; prototype: PannerNode }

Type declaration

Path2D

Path2D: { constructor: any; prototype: Path2D }

Type declaration

  • constructor: function
    • Parameters

      • Optional path: Path2D | string

      Returns Path2D

  • prototype: Path2D

PaymentAddress

PaymentAddress: { constructor: any; prototype: PaymentAddress }

Type declaration

  • constructor: function
    • Returns PaymentAddress

  • prototype: PaymentAddress

PaymentRequest

PaymentRequest: { constructor: any; prototype: PaymentRequest }

Type declaration

PaymentRequestUpdateEvent

PaymentRequestUpdateEvent: { constructor: any; prototype: PaymentRequestUpdateEvent }

Type declaration

PaymentResponse

PaymentResponse: { constructor: any; prototype: PaymentResponse }

Type declaration

PerfWidgetExternal

PerfWidgetExternal: { constructor: any; prototype: PerfWidgetExternal }

Type declaration

Performance

Performance: { constructor: any; prototype: Performance }

Type declaration

  • constructor: function
    • Returns Performance

  • prototype: Performance

PerformanceEntry

PerformanceEntry: { constructor: any; prototype: PerformanceEntry }

Type declaration

PerformanceMark

PerformanceMark: { constructor: any; prototype: PerformanceMark }

Type declaration

PerformanceMeasure

PerformanceMeasure: { constructor: any; prototype: PerformanceMeasure }

Type declaration

PerformanceNavigation

PerformanceNavigation: { constructor: any; TYPE_BACK_FORWARD: number; TYPE_NAVIGATE: number; TYPE_RELOAD: number; TYPE_RESERVED: number; prototype: PerformanceNavigation }

Type declaration

  • constructor: function
    • Returns PerformanceNavigation

  • TYPE_BACK_FORWARD: number
  • TYPE_NAVIGATE: number
  • TYPE_RELOAD: number
  • TYPE_RESERVED: number
  • prototype: PerformanceNavigation

PerformanceNavigationTiming

PerformanceNavigationTiming: { constructor: any; prototype: PerformanceNavigationTiming }

Type declaration

PerformanceObserver

PerformanceObserver: { constructor: any; prototype: PerformanceObserver; supportedEntryTypes: ReadonlyArray<string> }

Type declaration

PerformanceObserverEntryList

PerformanceObserverEntryList: { constructor: any; prototype: PerformanceObserverEntryList }

Type declaration

PerformanceResourceTiming

PerformanceResourceTiming: { constructor: any; prototype: PerformanceResourceTiming }

Type declaration

PerformanceTiming

PerformanceTiming: { constructor: any; prototype: PerformanceTiming }

Type declaration

PeriodicWave

PeriodicWave: { constructor: any; prototype: PeriodicWave }

Type declaration

PermissionRequest

PermissionRequest: { constructor: any; prototype: PermissionRequest }

Type declaration

PermissionRequestedEvent

PermissionRequestedEvent: { constructor: any; prototype: PermissionRequestedEvent }

Type declaration

PermissionStatus

PermissionStatus: { constructor: any; prototype: PermissionStatus }

Type declaration

Permissions

Permissions: { constructor: any; prototype: Permissions }

Type declaration

  • constructor: function
    • Returns Permissions

  • prototype: Permissions

Plugin

Plugin: { constructor: any; prototype: Plugin }

Type declaration

  • constructor: function
    • Returns Plugin

  • prototype: Plugin

PluginArray

PluginArray: { constructor: any; prototype: PluginArray }

Type declaration

  • constructor: function
    • Returns PluginArray

  • prototype: PluginArray

PointerEvent

PointerEvent: { constructor: any; prototype: PointerEvent }

Type declaration

PopStateEvent

PopStateEvent: { constructor: any; prototype: PopStateEvent }

Type declaration

ProcessingInstruction

ProcessingInstruction: { constructor: any; prototype: ProcessingInstruction }

Type declaration

ProgressEvent

ProgressEvent: { constructor: any; prototype: ProgressEvent }

Type declaration

Promise

PromiseRejectionEvent

PromiseRejectionEvent: { constructor: any; prototype: PromiseRejectionEvent }

Type declaration

Proxy

PublicKeyCredential

PublicKeyCredential: { constructor: any; prototype: PublicKeyCredential; isUserVerifyingPlatformAuthenticatorAvailable: any }

Type declaration

  • constructor: function
    • Returns PublicKeyCredential

  • prototype: PublicKeyCredential
  • isUserVerifyingPlatformAuthenticatorAvailable: function
    • isUserVerifyingPlatformAuthenticatorAvailable(): Promise<boolean>
    • Returns Promise<boolean>

PushManager

PushManager: { constructor: any; prototype: PushManager; supportedContentEncodings: ReadonlyArray<string> }

Type declaration

  • constructor: function
    • Returns PushManager

  • prototype: PushManager
  • supportedContentEncodings: ReadonlyArray<string>

PushSubscription

PushSubscription: { constructor: any; prototype: PushSubscription }

Type declaration

PushSubscriptionOptions

PushSubscriptionOptions: { constructor: any; prototype: PushSubscriptionOptions }

Type declaration

RTCCertificate

RTCCertificate: { constructor: any; prototype: RTCCertificate; getSupportedAlgorithms: any }

Type declaration

  • constructor: function
    • Returns RTCCertificate

  • prototype: RTCCertificate
  • getSupportedAlgorithms: function
    • Returns AlgorithmIdentifier[]

RTCDTMFSender

RTCDTMFSender: { constructor: any; prototype: RTCDTMFSender }

Type declaration

  • constructor: function
    • Returns RTCDTMFSender

  • prototype: RTCDTMFSender

RTCDTMFToneChangeEvent

RTCDTMFToneChangeEvent: { constructor: any; prototype: RTCDTMFToneChangeEvent }

Type declaration

RTCDataChannel

RTCDataChannel: { constructor: any; prototype: RTCDataChannel }

Type declaration

  • constructor: function
    • Returns RTCDataChannel

  • prototype: RTCDataChannel

RTCDataChannelEvent

RTCDataChannelEvent: { constructor: any; prototype: RTCDataChannelEvent }

Type declaration

RTCDtlsTransport

RTCDtlsTransport: { constructor: any; prototype: RTCDtlsTransport }

Type declaration

RTCDtlsTransportStateChangedEvent

RTCDtlsTransportStateChangedEvent: { constructor: any; prototype: RTCDtlsTransportStateChangedEvent }

Type declaration

RTCDtmfSender

RTCDtmfSender: { constructor: any; prototype: RTCDtmfSender }

Type declaration

RTCError

RTCError: { constructor: any; prototype: RTCError }

Type declaration

  • constructor: function
    • new __type(errorDetail?: undefined | string, message?: undefined | string): RTCError
    • Parameters

      • Optional errorDetail: undefined | string
      • Optional message: undefined | string

      Returns RTCError

  • prototype: RTCError

RTCErrorEvent

RTCErrorEvent: { constructor: any; prototype: RTCErrorEvent }

Type declaration

RTCIceCandidate

RTCIceCandidate: { constructor: any; prototype: RTCIceCandidate }

Type declaration

RTCIceCandidatePairChangedEvent

RTCIceCandidatePairChangedEvent: { constructor: any; prototype: RTCIceCandidatePairChangedEvent }

Type declaration

RTCIceGatherer

RTCIceGatherer: { constructor: any; prototype: RTCIceGatherer }

Type declaration

RTCIceGathererEvent

RTCIceGathererEvent: { constructor: any; prototype: RTCIceGathererEvent }

Type declaration

RTCIceTransport

RTCIceTransport: { constructor: any; prototype: RTCIceTransport }

Type declaration

RTCIceTransportStateChangedEvent

RTCIceTransportStateChangedEvent: { constructor: any; prototype: RTCIceTransportStateChangedEvent }

Type declaration

RTCIdentityAssertion

RTCIdentityAssertion: { constructor: any; prototype: RTCIdentityAssertion }

Type declaration

  • constructor: function
    • Parameters

      • idp: string
      • name: string

      Returns RTCIdentityAssertion

  • prototype: RTCIdentityAssertion

RTCPeerConnection

RTCPeerConnection: { constructor: any; prototype: RTCPeerConnection; generateCertificate: any; getDefaultIceServers: any }

Type declaration

RTCPeerConnectionIceErrorEvent

RTCPeerConnectionIceErrorEvent: { constructor: any; prototype: RTCPeerConnectionIceErrorEvent }

Type declaration

RTCPeerConnectionIceEvent

RTCPeerConnectionIceEvent: { constructor: any; prototype: RTCPeerConnectionIceEvent }

Type declaration

RTCRtpReceiver

RTCRtpReceiver: { constructor: any; prototype: RTCRtpReceiver; getCapabilities: any }

Type declaration

  • constructor: function
    • Returns RTCRtpReceiver

  • prototype: RTCRtpReceiver
  • getCapabilities: function
    • Parameters

      • kind: string

      Returns RTCRtpCapabilities | null

RTCRtpSender

RTCRtpSender: { constructor: any; prototype: RTCRtpSender; getCapabilities: any }

Type declaration

  • constructor: function
    • Returns RTCRtpSender

  • prototype: RTCRtpSender
  • getCapabilities: function
    • Parameters

      • kind: string

      Returns RTCRtpCapabilities | null

RTCRtpTransceiver

RTCRtpTransceiver: { constructor: any; prototype: RTCRtpTransceiver }

Type declaration

RTCSctpTransport

RTCSctpTransport: { constructor: any; prototype: RTCSctpTransport }

Type declaration

RTCSessionDescription

RTCSessionDescription: { constructor: any; prototype: RTCSessionDescription }

Type declaration

RTCSrtpSdesTransport

RTCSrtpSdesTransport: { constructor: any; prototype: RTCSrtpSdesTransport; getLocalParameters: any }

Type declaration

RTCSsrcConflictEvent

RTCSsrcConflictEvent: { constructor: any; prototype: RTCSsrcConflictEvent }

Type declaration

RTCStatsEvent

RTCStatsEvent: { constructor: any; prototype: RTCStatsEvent }

Type declaration

RTCStatsProvider

RTCStatsProvider: { constructor: any; prototype: RTCStatsProvider }

Type declaration

RTCStatsReport

RTCStatsReport: { constructor: any; prototype: RTCStatsReport }

Type declaration

  • constructor: function
    • Returns RTCStatsReport

  • prototype: RTCStatsReport

RTCTrackEvent

RTCTrackEvent: { constructor: any; prototype: RTCTrackEvent }

Type declaration

RadioNodeList

RadioNodeList: { constructor: any; prototype: RadioNodeList }

Type declaration

  • constructor: function
    • Returns RadioNodeList

  • prototype: RadioNodeList

RandomSource

RandomSource: { constructor: any; prototype: RandomSource }

Type declaration

  • constructor: function
    • Returns RandomSource

  • prototype: RandomSource

Range

Range: { constructor: any; END_TO_END: number; END_TO_START: number; START_TO_END: number; START_TO_START: number; prototype: Range }

Type declaration

  • constructor: function
    • Returns Range

  • END_TO_END: number
  • END_TO_START: number
  • START_TO_END: number
  • START_TO_START: number
  • prototype: Range

RangeError

ReadableStream

ReadableStream: { constructor: any; prototype: ReadableStream }

Type declaration

ReadableStreamReader

ReadableStreamReader: { constructor: any; prototype: ReadableStreamReader }

Type declaration

ReferenceError

RegExp

Request

Request: { constructor: any; prototype: Request }

Type declaration

Response

Response: { constructor: any; prototype: Response; error: any; redirect: any }

Type declaration

  • constructor: function
    • Parameters

      Returns Response

  • prototype: Response
  • error: function
    • Returns Response

  • redirect: function
    • redirect(url: string, status?: undefined | number): Response
    • Parameters

      • url: string
      • Optional status: undefined | number

      Returns Response

Const RetryAfterMillisecondsHeaders

RetryAfterMillisecondsHeaders: string[] = ["retry-after-ms","x-ms-retry-after-ms"]

The headers that come back from Azure services representing the amount of time (minimum) to wait to retry (in milliseconds).

SVGAElement

SVGAElement: { constructor: any; prototype: SVGAElement }

Type declaration

  • constructor: function
    • Returns SVGAElement

  • prototype: SVGAElement

SVGAngle

SVGAngle: { constructor: any; SVG_ANGLETYPE_DEG: number; SVG_ANGLETYPE_GRAD: number; SVG_ANGLETYPE_RAD: number; SVG_ANGLETYPE_UNKNOWN: number; SVG_ANGLETYPE_UNSPECIFIED: number; prototype: SVGAngle }

Type declaration

  • constructor: function
    • Returns SVGAngle

  • SVG_ANGLETYPE_DEG: number
  • SVG_ANGLETYPE_GRAD: number
  • SVG_ANGLETYPE_RAD: number
  • SVG_ANGLETYPE_UNKNOWN: number
  • SVG_ANGLETYPE_UNSPECIFIED: number
  • prototype: SVGAngle

SVGAnimateElement

SVGAnimateElement: { constructor: any; prototype: SVGAnimateElement }

Type declaration

SVGAnimateMotionElement

SVGAnimateMotionElement: { constructor: any; prototype: SVGAnimateMotionElement }

Type declaration

SVGAnimateTransformElement

SVGAnimateTransformElement: { constructor: any; prototype: SVGAnimateTransformElement }

Type declaration

SVGAnimatedAngle

SVGAnimatedAngle: { constructor: any; prototype: SVGAnimatedAngle }

Type declaration

SVGAnimatedBoolean

SVGAnimatedBoolean: { constructor: any; prototype: SVGAnimatedBoolean }

Type declaration

SVGAnimatedEnumeration

SVGAnimatedEnumeration: { constructor: any; prototype: SVGAnimatedEnumeration }

Type declaration

SVGAnimatedInteger

SVGAnimatedInteger: { constructor: any; prototype: SVGAnimatedInteger }

Type declaration

SVGAnimatedLength

SVGAnimatedLength: { constructor: any; prototype: SVGAnimatedLength }

Type declaration

SVGAnimatedLengthList

SVGAnimatedLengthList: { constructor: any; prototype: SVGAnimatedLengthList }

Type declaration

SVGAnimatedNumber

SVGAnimatedNumber: { constructor: any; prototype: SVGAnimatedNumber }

Type declaration

SVGAnimatedNumberList

SVGAnimatedNumberList: { constructor: any; prototype: SVGAnimatedNumberList }

Type declaration

SVGAnimatedPreserveAspectRatio

SVGAnimatedPreserveAspectRatio: { constructor: any; prototype: SVGAnimatedPreserveAspectRatio }

Type declaration

SVGAnimatedRect

SVGAnimatedRect: { constructor: any; prototype: SVGAnimatedRect }

Type declaration

SVGAnimatedString

SVGAnimatedString: { constructor: any; prototype: SVGAnimatedString }

Type declaration

SVGAnimatedTransformList

SVGAnimatedTransformList: { constructor: any; prototype: SVGAnimatedTransformList }

Type declaration

SVGAnimationElement

SVGAnimationElement: { constructor: any; prototype: SVGAnimationElement }

Type declaration

SVGCircleElement

SVGCircleElement: { constructor: any; prototype: SVGCircleElement }

Type declaration

SVGClipPathElement

SVGClipPathElement: { constructor: any; prototype: SVGClipPathElement }

Type declaration

SVGComponentTransferFunctionElement

SVGComponentTransferFunctionElement: { constructor: any; SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE: number; SVG_FECOMPONENTTRANSFER_TYPE_GAMMA: number; SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY: number; SVG_FECOMPONENTTRANSFER_TYPE_LINEAR: number; SVG_FECOMPONENTTRANSFER_TYPE_TABLE: number; SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN: number; prototype: SVGComponentTransferFunctionElement }

Type declaration

  • constructor: function
  • SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE: number
  • SVG_FECOMPONENTTRANSFER_TYPE_GAMMA: number
  • SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY: number
  • SVG_FECOMPONENTTRANSFER_TYPE_LINEAR: number
  • SVG_FECOMPONENTTRANSFER_TYPE_TABLE: number
  • SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN: number
  • prototype: SVGComponentTransferFunctionElement

SVGCursorElement

SVGCursorElement: { constructor: any; prototype: SVGCursorElement }

Type declaration

SVGDefsElement

SVGDefsElement: { constructor: any; prototype: SVGDefsElement }

Type declaration

  • constructor: function
    • Returns SVGDefsElement

  • prototype: SVGDefsElement

SVGDescElement

SVGDescElement: { constructor: any; prototype: SVGDescElement }

Type declaration

  • constructor: function
    • Returns SVGDescElement

  • prototype: SVGDescElement

SVGElement

SVGElement: { constructor: any; prototype: SVGElement }

Type declaration

  • constructor: function
    • Returns SVGElement

  • prototype: SVGElement

SVGElementInstance

SVGElementInstance: { constructor: any; prototype: SVGElementInstance }

Type declaration

SVGElementInstanceList

SVGElementInstanceList: { constructor: any; prototype: SVGElementInstanceList }

Type declaration

SVGEllipseElement

SVGEllipseElement: { constructor: any; prototype: SVGEllipseElement }

Type declaration

SVGFEBlendElement

SVGFEBlendElement: { constructor: any; SVG_FEBLEND_MODE_COLOR: number; SVG_FEBLEND_MODE_COLOR_BURN: number; SVG_FEBLEND_MODE_COLOR_DODGE: number; SVG_FEBLEND_MODE_DARKEN: number; SVG_FEBLEND_MODE_DIFFERENCE: number; SVG_FEBLEND_MODE_EXCLUSION: number; SVG_FEBLEND_MODE_HARD_LIGHT: number; SVG_FEBLEND_MODE_HUE: number; SVG_FEBLEND_MODE_LIGHTEN: number; SVG_FEBLEND_MODE_LUMINOSITY: number; SVG_FEBLEND_MODE_MULTIPLY: number; SVG_FEBLEND_MODE_NORMAL: number; SVG_FEBLEND_MODE_OVERLAY: number; SVG_FEBLEND_MODE_SATURATION: number; SVG_FEBLEND_MODE_SCREEN: number; SVG_FEBLEND_MODE_SOFT_LIGHT: number; SVG_FEBLEND_MODE_UNKNOWN: number; prototype: SVGFEBlendElement }

Type declaration

  • constructor: function
    • Returns SVGFEBlendElement

  • SVG_FEBLEND_MODE_COLOR: number
  • SVG_FEBLEND_MODE_COLOR_BURN: number
  • SVG_FEBLEND_MODE_COLOR_DODGE: number
  • SVG_FEBLEND_MODE_DARKEN: number
  • SVG_FEBLEND_MODE_DIFFERENCE: number
  • SVG_FEBLEND_MODE_EXCLUSION: number
  • SVG_FEBLEND_MODE_HARD_LIGHT: number
  • SVG_FEBLEND_MODE_HUE: number
  • SVG_FEBLEND_MODE_LIGHTEN: number
  • SVG_FEBLEND_MODE_LUMINOSITY: number
  • SVG_FEBLEND_MODE_MULTIPLY: number
  • SVG_FEBLEND_MODE_NORMAL: number
  • SVG_FEBLEND_MODE_OVERLAY: number
  • SVG_FEBLEND_MODE_SATURATION: number
  • SVG_FEBLEND_MODE_SCREEN: number
  • SVG_FEBLEND_MODE_SOFT_LIGHT: number
  • SVG_FEBLEND_MODE_UNKNOWN: number
  • prototype: SVGFEBlendElement

SVGFEColorMatrixElement

SVGFEColorMatrixElement: { constructor: any; SVG_FECOLORMATRIX_TYPE_HUEROTATE: number; SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA: number; SVG_FECOLORMATRIX_TYPE_MATRIX: number; SVG_FECOLORMATRIX_TYPE_SATURATE: number; SVG_FECOLORMATRIX_TYPE_UNKNOWN: number; prototype: SVGFEColorMatrixElement }

Type declaration

  • constructor: function
    • Returns SVGFEColorMatrixElement

  • SVG_FECOLORMATRIX_TYPE_HUEROTATE: number
  • SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA: number
  • SVG_FECOLORMATRIX_TYPE_MATRIX: number
  • SVG_FECOLORMATRIX_TYPE_SATURATE: number
  • SVG_FECOLORMATRIX_TYPE_UNKNOWN: number
  • prototype: SVGFEColorMatrixElement

SVGFEComponentTransferElement

SVGFEComponentTransferElement: { constructor: any; prototype: SVGFEComponentTransferElement }

Type declaration

SVGFECompositeElement

SVGFECompositeElement: { constructor: any; SVG_FECOMPOSITE_OPERATOR_ARITHMETIC: number; SVG_FECOMPOSITE_OPERATOR_ATOP: number; SVG_FECOMPOSITE_OPERATOR_IN: number; SVG_FECOMPOSITE_OPERATOR_OUT: number; SVG_FECOMPOSITE_OPERATOR_OVER: number; SVG_FECOMPOSITE_OPERATOR_UNKNOWN: number; SVG_FECOMPOSITE_OPERATOR_XOR: number; prototype: SVGFECompositeElement }

Type declaration

  • constructor: function
    • Returns SVGFECompositeElement

  • SVG_FECOMPOSITE_OPERATOR_ARITHMETIC: number
  • SVG_FECOMPOSITE_OPERATOR_ATOP: number
  • SVG_FECOMPOSITE_OPERATOR_IN: number
  • SVG_FECOMPOSITE_OPERATOR_OUT: number
  • SVG_FECOMPOSITE_OPERATOR_OVER: number
  • SVG_FECOMPOSITE_OPERATOR_UNKNOWN: number
  • SVG_FECOMPOSITE_OPERATOR_XOR: number
  • prototype: SVGFECompositeElement

SVGFEConvolveMatrixElement

SVGFEConvolveMatrixElement: { constructor: any; SVG_EDGEMODE_DUPLICATE: number; SVG_EDGEMODE_NONE: number; SVG_EDGEMODE_UNKNOWN: number; SVG_EDGEMODE_WRAP: number; prototype: SVGFEConvolveMatrixElement }

Type declaration

SVGFEDiffuseLightingElement

SVGFEDiffuseLightingElement: { constructor: any; prototype: SVGFEDiffuseLightingElement }

Type declaration

SVGFEDisplacementMapElement

SVGFEDisplacementMapElement: { constructor: any; SVG_CHANNEL_A: number; SVG_CHANNEL_B: number; SVG_CHANNEL_G: number; SVG_CHANNEL_R: number; SVG_CHANNEL_UNKNOWN: number; prototype: SVGFEDisplacementMapElement }

Type declaration

SVGFEDistantLightElement

SVGFEDistantLightElement: { constructor: any; prototype: SVGFEDistantLightElement }

Type declaration

SVGFEDropShadowElement

SVGFEDropShadowElement: { constructor: any; prototype: SVGFEDropShadowElement }

Type declaration

SVGFEFloodElement

SVGFEFloodElement: { constructor: any; prototype: SVGFEFloodElement }

Type declaration

SVGFEFuncAElement

SVGFEFuncAElement: { constructor: any; prototype: SVGFEFuncAElement }

Type declaration

SVGFEFuncBElement

SVGFEFuncBElement: { constructor: any; prototype: SVGFEFuncBElement }

Type declaration

SVGFEFuncGElement

SVGFEFuncGElement: { constructor: any; prototype: SVGFEFuncGElement }

Type declaration

SVGFEFuncRElement

SVGFEFuncRElement: { constructor: any; prototype: SVGFEFuncRElement }

Type declaration

SVGFEGaussianBlurElement

SVGFEGaussianBlurElement: { constructor: any; prototype: SVGFEGaussianBlurElement }

Type declaration

SVGFEImageElement

SVGFEImageElement: { constructor: any; prototype: SVGFEImageElement }

Type declaration

SVGFEMergeElement

SVGFEMergeElement: { constructor: any; prototype: SVGFEMergeElement }

Type declaration

SVGFEMergeNodeElement

SVGFEMergeNodeElement: { constructor: any; prototype: SVGFEMergeNodeElement }

Type declaration

SVGFEMorphologyElement

SVGFEMorphologyElement: { constructor: any; SVG_MORPHOLOGY_OPERATOR_DILATE: number; SVG_MORPHOLOGY_OPERATOR_ERODE: number; SVG_MORPHOLOGY_OPERATOR_UNKNOWN: number; prototype: SVGFEMorphologyElement }

Type declaration

  • constructor: function
    • Returns SVGFEMorphologyElement

  • SVG_MORPHOLOGY_OPERATOR_DILATE: number
  • SVG_MORPHOLOGY_OPERATOR_ERODE: number
  • SVG_MORPHOLOGY_OPERATOR_UNKNOWN: number
  • prototype: SVGFEMorphologyElement

SVGFEOffsetElement

SVGFEOffsetElement: { constructor: any; prototype: SVGFEOffsetElement }

Type declaration

SVGFEPointLightElement

SVGFEPointLightElement: { constructor: any; prototype: SVGFEPointLightElement }

Type declaration

SVGFESpecularLightingElement

SVGFESpecularLightingElement: { constructor: any; prototype: SVGFESpecularLightingElement }

Type declaration

SVGFESpotLightElement

SVGFESpotLightElement: { constructor: any; prototype: SVGFESpotLightElement }

Type declaration

SVGFETileElement

SVGFETileElement: { constructor: any; prototype: SVGFETileElement }

Type declaration

SVGFETurbulenceElement

SVGFETurbulenceElement: { constructor: any; SVG_STITCHTYPE_NOSTITCH: number; SVG_STITCHTYPE_STITCH: number; SVG_STITCHTYPE_UNKNOWN: number; SVG_TURBULENCE_TYPE_FRACTALNOISE: number; SVG_TURBULENCE_TYPE_TURBULENCE: number; SVG_TURBULENCE_TYPE_UNKNOWN: number; prototype: SVGFETurbulenceElement }

Type declaration

  • constructor: function
    • Returns SVGFETurbulenceElement

  • SVG_STITCHTYPE_NOSTITCH: number
  • SVG_STITCHTYPE_STITCH: number
  • SVG_STITCHTYPE_UNKNOWN: number
  • SVG_TURBULENCE_TYPE_FRACTALNOISE: number
  • SVG_TURBULENCE_TYPE_TURBULENCE: number
  • SVG_TURBULENCE_TYPE_UNKNOWN: number
  • prototype: SVGFETurbulenceElement

SVGFilterElement

SVGFilterElement: { constructor: any; prototype: SVGFilterElement }

Type declaration

SVGForeignObjectElement

SVGForeignObjectElement: { constructor: any; prototype: SVGForeignObjectElement }

Type declaration

SVGGElement

SVGGElement: { constructor: any; prototype: SVGGElement }

Type declaration

  • constructor: function
    • Returns SVGGElement

  • prototype: SVGGElement

SVGGeometryElement

SVGGeometryElement: { constructor: any; prototype: SVGGeometryElement }

Type declaration

SVGGradientElement

SVGGradientElement: { constructor: any; SVG_SPREADMETHOD_PAD: number; SVG_SPREADMETHOD_REFLECT: number; SVG_SPREADMETHOD_REPEAT: number; SVG_SPREADMETHOD_UNKNOWN: number; prototype: SVGGradientElement }

Type declaration

  • constructor: function
    • Returns SVGGradientElement

  • SVG_SPREADMETHOD_PAD: number
  • SVG_SPREADMETHOD_REFLECT: number
  • SVG_SPREADMETHOD_REPEAT: number
  • SVG_SPREADMETHOD_UNKNOWN: number
  • prototype: SVGGradientElement

SVGGraphicsElement

SVGGraphicsElement: { constructor: any; prototype: SVGGraphicsElement }

Type declaration

SVGImageElement

SVGImageElement: { constructor: any; prototype: SVGImageElement }

Type declaration

SVGLength

SVGLength: { constructor: any; SVG_LENGTHTYPE_CM: number; SVG_LENGTHTYPE_EMS: number; SVG_LENGTHTYPE_EXS: number; SVG_LENGTHTYPE_IN: number; SVG_LENGTHTYPE_MM: number; SVG_LENGTHTYPE_NUMBER: number; SVG_LENGTHTYPE_PC: number; SVG_LENGTHTYPE_PERCENTAGE: number; SVG_LENGTHTYPE_PT: number; SVG_LENGTHTYPE_PX: number; SVG_LENGTHTYPE_UNKNOWN: number; prototype: SVGLength }

Type declaration

  • constructor: function
    • Returns SVGLength

  • SVG_LENGTHTYPE_CM: number
  • SVG_LENGTHTYPE_EMS: number
  • SVG_LENGTHTYPE_EXS: number
  • SVG_LENGTHTYPE_IN: number
  • SVG_LENGTHTYPE_MM: number
  • SVG_LENGTHTYPE_NUMBER: number
  • SVG_LENGTHTYPE_PC: number
  • SVG_LENGTHTYPE_PERCENTAGE: number
  • SVG_LENGTHTYPE_PT: number
  • SVG_LENGTHTYPE_PX: number
  • SVG_LENGTHTYPE_UNKNOWN: number
  • prototype: SVGLength

SVGLengthList

SVGLengthList: { constructor: any; prototype: SVGLengthList }

Type declaration

  • constructor: function
    • Returns SVGLengthList

  • prototype: SVGLengthList

SVGLineElement

SVGLineElement: { constructor: any; prototype: SVGLineElement }

Type declaration

  • constructor: function
    • Returns SVGLineElement

  • prototype: SVGLineElement

SVGLinearGradientElement

SVGLinearGradientElement: { constructor: any; prototype: SVGLinearGradientElement }

Type declaration

SVGMarkerElement

SVGMarkerElement: { constructor: any; SVG_MARKERUNITS_STROKEWIDTH: number; SVG_MARKERUNITS_UNKNOWN: number; SVG_MARKERUNITS_USERSPACEONUSE: number; SVG_MARKER_ORIENT_ANGLE: number; SVG_MARKER_ORIENT_AUTO: number; SVG_MARKER_ORIENT_UNKNOWN: number; prototype: SVGMarkerElement }

Type declaration

  • constructor: function
    • Returns SVGMarkerElement

  • SVG_MARKERUNITS_STROKEWIDTH: number
  • SVG_MARKERUNITS_UNKNOWN: number
  • SVG_MARKERUNITS_USERSPACEONUSE: number
  • SVG_MARKER_ORIENT_ANGLE: number
  • SVG_MARKER_ORIENT_AUTO: number
  • SVG_MARKER_ORIENT_UNKNOWN: number
  • prototype: SVGMarkerElement

SVGMaskElement

SVGMaskElement: { constructor: any; prototype: SVGMaskElement }

Type declaration

  • constructor: function
    • Returns SVGMaskElement

  • prototype: SVGMaskElement

SVGMatrix

SVGMatrix: typeof DOMMatrix

SVGMetadataElement

SVGMetadataElement: { constructor: any; prototype: SVGMetadataElement }

Type declaration

SVGNumber

SVGNumber: { constructor: any; prototype: SVGNumber }

Type declaration

  • constructor: function
    • Returns SVGNumber

  • prototype: SVGNumber

SVGNumberList

SVGNumberList: { constructor: any; prototype: SVGNumberList }

Type declaration

  • constructor: function
    • Returns SVGNumberList

  • prototype: SVGNumberList

SVGPathElement

SVGPathElement: { constructor: any; prototype: SVGPathElement }

Type declaration

  • constructor: function
    • Returns SVGPathElement

  • prototype: SVGPathElement

SVGPathSeg

SVGPathSeg: { constructor: any; PATHSEG_ARC_ABS: number; PATHSEG_ARC_REL: number; PATHSEG_CLOSEPATH: number; PATHSEG_CURVETO_CUBIC_ABS: number; PATHSEG_CURVETO_CUBIC_REL: number; PATHSEG_CURVETO_CUBIC_SMOOTH_ABS: number; PATHSEG_CURVETO_CUBIC_SMOOTH_REL: number; PATHSEG_CURVETO_QUADRATIC_ABS: number; PATHSEG_CURVETO_QUADRATIC_REL: number; PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS: number; PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL: number; PATHSEG_LINETO_ABS: number; PATHSEG_LINETO_HORIZONTAL_ABS: number; PATHSEG_LINETO_HORIZONTAL_REL: number; PATHSEG_LINETO_REL: number; PATHSEG_LINETO_VERTICAL_ABS: number; PATHSEG_LINETO_VERTICAL_REL: number; PATHSEG_MOVETO_ABS: number; PATHSEG_MOVETO_REL: number; PATHSEG_UNKNOWN: number; prototype: SVGPathSeg }

Type declaration

  • constructor: function
    • Returns SVGPathSeg

  • PATHSEG_ARC_ABS: number
  • PATHSEG_ARC_REL: number
  • PATHSEG_CLOSEPATH: number
  • PATHSEG_CURVETO_CUBIC_ABS: number
  • PATHSEG_CURVETO_CUBIC_REL: number
  • PATHSEG_CURVETO_CUBIC_SMOOTH_ABS: number
  • PATHSEG_CURVETO_CUBIC_SMOOTH_REL: number
  • PATHSEG_CURVETO_QUADRATIC_ABS: number
  • PATHSEG_CURVETO_QUADRATIC_REL: number
  • PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS: number
  • PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL: number
  • PATHSEG_LINETO_ABS: number
  • PATHSEG_LINETO_HORIZONTAL_ABS: number
  • PATHSEG_LINETO_HORIZONTAL_REL: number
  • PATHSEG_LINETO_REL: number
  • PATHSEG_LINETO_VERTICAL_ABS: number
  • PATHSEG_LINETO_VERTICAL_REL: number
  • PATHSEG_MOVETO_ABS: number
  • PATHSEG_MOVETO_REL: number
  • PATHSEG_UNKNOWN: number
  • prototype: SVGPathSeg

SVGPathSegArcAbs

SVGPathSegArcAbs: { constructor: any; prototype: SVGPathSegArcAbs }

Type declaration

SVGPathSegArcRel

SVGPathSegArcRel: { constructor: any; prototype: SVGPathSegArcRel }

Type declaration

SVGPathSegClosePath

SVGPathSegClosePath: { constructor: any; prototype: SVGPathSegClosePath }

Type declaration

SVGPathSegCurvetoCubicAbs

SVGPathSegCurvetoCubicAbs: { constructor: any; prototype: SVGPathSegCurvetoCubicAbs }

Type declaration

SVGPathSegCurvetoCubicRel

SVGPathSegCurvetoCubicRel: { constructor: any; prototype: SVGPathSegCurvetoCubicRel }

Type declaration

SVGPathSegCurvetoCubicSmoothAbs

SVGPathSegCurvetoCubicSmoothAbs: { constructor: any; prototype: SVGPathSegCurvetoCubicSmoothAbs }

Type declaration

SVGPathSegCurvetoCubicSmoothRel

SVGPathSegCurvetoCubicSmoothRel: { constructor: any; prototype: SVGPathSegCurvetoCubicSmoothRel }

Type declaration

SVGPathSegCurvetoQuadraticAbs

SVGPathSegCurvetoQuadraticAbs: { constructor: any; prototype: SVGPathSegCurvetoQuadraticAbs }

Type declaration

SVGPathSegCurvetoQuadraticRel

SVGPathSegCurvetoQuadraticRel: { constructor: any; prototype: SVGPathSegCurvetoQuadraticRel }

Type declaration

SVGPathSegCurvetoQuadraticSmoothAbs

SVGPathSegCurvetoQuadraticSmoothAbs: { constructor: any; prototype: SVGPathSegCurvetoQuadraticSmoothAbs }

Type declaration

SVGPathSegCurvetoQuadraticSmoothRel

SVGPathSegCurvetoQuadraticSmoothRel: { constructor: any; prototype: SVGPathSegCurvetoQuadraticSmoothRel }

Type declaration

SVGPathSegLinetoAbs

SVGPathSegLinetoAbs: { constructor: any; prototype: SVGPathSegLinetoAbs }

Type declaration

SVGPathSegLinetoHorizontalAbs

SVGPathSegLinetoHorizontalAbs: { constructor: any; prototype: SVGPathSegLinetoHorizontalAbs }

Type declaration

SVGPathSegLinetoHorizontalRel

SVGPathSegLinetoHorizontalRel: { constructor: any; prototype: SVGPathSegLinetoHorizontalRel }

Type declaration

SVGPathSegLinetoRel

SVGPathSegLinetoRel: { constructor: any; prototype: SVGPathSegLinetoRel }

Type declaration

SVGPathSegLinetoVerticalAbs

SVGPathSegLinetoVerticalAbs: { constructor: any; prototype: SVGPathSegLinetoVerticalAbs }

Type declaration

SVGPathSegLinetoVerticalRel

SVGPathSegLinetoVerticalRel: { constructor: any; prototype: SVGPathSegLinetoVerticalRel }

Type declaration

SVGPathSegList

SVGPathSegList: { constructor: any; prototype: SVGPathSegList }

Type declaration

  • constructor: function
    • Returns SVGPathSegList

  • prototype: SVGPathSegList

SVGPathSegMovetoAbs

SVGPathSegMovetoAbs: { constructor: any; prototype: SVGPathSegMovetoAbs }

Type declaration

SVGPathSegMovetoRel

SVGPathSegMovetoRel: { constructor: any; prototype: SVGPathSegMovetoRel }

Type declaration

SVGPatternElement

SVGPatternElement: { constructor: any; prototype: SVGPatternElement }

Type declaration

SVGPoint

SVGPoint: typeof DOMPoint

SVGPointList

SVGPointList: { constructor: any; prototype: SVGPointList }

Type declaration

  • constructor: function
    • Returns SVGPointList

  • prototype: SVGPointList

SVGPolygonElement

SVGPolygonElement: { constructor: any; prototype: SVGPolygonElement }

Type declaration

SVGPolylineElement

SVGPolylineElement: { constructor: any; prototype: SVGPolylineElement }

Type declaration

SVGPreserveAspectRatio

SVGPreserveAspectRatio: { constructor: any; SVG_MEETORSLICE_MEET: number; SVG_MEETORSLICE_SLICE: number; SVG_MEETORSLICE_UNKNOWN: number; SVG_PRESERVEASPECTRATIO_NONE: number; SVG_PRESERVEASPECTRATIO_UNKNOWN: number; SVG_PRESERVEASPECTRATIO_XMAXYMAX: number; SVG_PRESERVEASPECTRATIO_XMAXYMID: number; SVG_PRESERVEASPECTRATIO_XMAXYMIN: number; SVG_PRESERVEASPECTRATIO_XMIDYMAX: number; SVG_PRESERVEASPECTRATIO_XMIDYMID: number; SVG_PRESERVEASPECTRATIO_XMIDYMIN: number; SVG_PRESERVEASPECTRATIO_XMINYMAX: number; SVG_PRESERVEASPECTRATIO_XMINYMID: number; SVG_PRESERVEASPECTRATIO_XMINYMIN: number; prototype: SVGPreserveAspectRatio }

Type declaration

  • constructor: function
    • Returns SVGPreserveAspectRatio

  • SVG_MEETORSLICE_MEET: number
  • SVG_MEETORSLICE_SLICE: number
  • SVG_MEETORSLICE_UNKNOWN: number
  • SVG_PRESERVEASPECTRATIO_NONE: number
  • SVG_PRESERVEASPECTRATIO_UNKNOWN: number
  • SVG_PRESERVEASPECTRATIO_XMAXYMAX: number
  • SVG_PRESERVEASPECTRATIO_XMAXYMID: number
  • SVG_PRESERVEASPECTRATIO_XMAXYMIN: number
  • SVG_PRESERVEASPECTRATIO_XMIDYMAX: number
  • SVG_PRESERVEASPECTRATIO_XMIDYMID: number
  • SVG_PRESERVEASPECTRATIO_XMIDYMIN: number
  • SVG_PRESERVEASPECTRATIO_XMINYMAX: number
  • SVG_PRESERVEASPECTRATIO_XMINYMID: number
  • SVG_PRESERVEASPECTRATIO_XMINYMIN: number
  • prototype: SVGPreserveAspectRatio

SVGRadialGradientElement

SVGRadialGradientElement: { constructor: any; prototype: SVGRadialGradientElement }

Type declaration

SVGRect

SVGRect: typeof DOMRect

SVGRectElement

SVGRectElement: { constructor: any; prototype: SVGRectElement }

Type declaration

  • constructor: function
    • Returns SVGRectElement

  • prototype: SVGRectElement

SVGSVGElement

SVGSVGElement: { constructor: any; SVG_ZOOMANDPAN_DISABLE: number; SVG_ZOOMANDPAN_MAGNIFY: number; SVG_ZOOMANDPAN_UNKNOWN: number; prototype: SVGSVGElement }

Type declaration

  • constructor: function
    • Returns SVGSVGElement

  • SVG_ZOOMANDPAN_DISABLE: number
  • SVG_ZOOMANDPAN_MAGNIFY: number
  • SVG_ZOOMANDPAN_UNKNOWN: number
  • prototype: SVGSVGElement

SVGScriptElement

SVGScriptElement: { constructor: any; prototype: SVGScriptElement }

Type declaration

SVGStopElement

SVGStopElement: { constructor: any; prototype: SVGStopElement }

Type declaration

  • constructor: function
    • Returns SVGStopElement

  • prototype: SVGStopElement

SVGStringList

SVGStringList: { constructor: any; prototype: SVGStringList }

Type declaration

  • constructor: function
    • Returns SVGStringList

  • prototype: SVGStringList

SVGStyleElement

SVGStyleElement: { constructor: any; prototype: SVGStyleElement }

Type declaration

SVGSwitchElement

SVGSwitchElement: { constructor: any; prototype: SVGSwitchElement }

Type declaration

SVGSymbolElement

SVGSymbolElement: { constructor: any; prototype: SVGSymbolElement }

Type declaration

SVGTSpanElement

SVGTSpanElement: { constructor: any; prototype: SVGTSpanElement }

Type declaration

SVGTextContentElement

SVGTextContentElement: { constructor: any; LENGTHADJUST_SPACING: number; LENGTHADJUST_SPACINGANDGLYPHS: number; LENGTHADJUST_UNKNOWN: number; prototype: SVGTextContentElement }

Type declaration

  • constructor: function
    • Returns SVGTextContentElement

  • LENGTHADJUST_SPACING: number
  • LENGTHADJUST_SPACINGANDGLYPHS: number
  • LENGTHADJUST_UNKNOWN: number
  • prototype: SVGTextContentElement

SVGTextElement

SVGTextElement: { constructor: any; prototype: SVGTextElement }

Type declaration

  • constructor: function
    • Returns SVGTextElement

  • prototype: SVGTextElement

SVGTextPathElement

SVGTextPathElement: { constructor: any; TEXTPATH_METHODTYPE_ALIGN: number; TEXTPATH_METHODTYPE_STRETCH: number; TEXTPATH_METHODTYPE_UNKNOWN: number; TEXTPATH_SPACINGTYPE_AUTO: number; TEXTPATH_SPACINGTYPE_EXACT: number; TEXTPATH_SPACINGTYPE_UNKNOWN: number; prototype: SVGTextPathElement }

Type declaration

  • constructor: function
    • Returns SVGTextPathElement

  • TEXTPATH_METHODTYPE_ALIGN: number
  • TEXTPATH_METHODTYPE_STRETCH: number
  • TEXTPATH_METHODTYPE_UNKNOWN: number
  • TEXTPATH_SPACINGTYPE_AUTO: number
  • TEXTPATH_SPACINGTYPE_EXACT: number
  • TEXTPATH_SPACINGTYPE_UNKNOWN: number
  • prototype: SVGTextPathElement

SVGTextPositioningElement

SVGTextPositioningElement: { constructor: any; prototype: SVGTextPositioningElement }

Type declaration

SVGTitleElement

SVGTitleElement: { constructor: any; prototype: SVGTitleElement }

Type declaration

SVGTransform

SVGTransform: { constructor: any; SVG_TRANSFORM_MATRIX: number; SVG_TRANSFORM_ROTATE: number; SVG_TRANSFORM_SCALE: number; SVG_TRANSFORM_SKEWX: number; SVG_TRANSFORM_SKEWY: number; SVG_TRANSFORM_TRANSLATE: number; SVG_TRANSFORM_UNKNOWN: number; prototype: SVGTransform }

Type declaration

  • constructor: function
    • Returns SVGTransform

  • SVG_TRANSFORM_MATRIX: number
  • SVG_TRANSFORM_ROTATE: number
  • SVG_TRANSFORM_SCALE: number
  • SVG_TRANSFORM_SKEWX: number
  • SVG_TRANSFORM_SKEWY: number
  • SVG_TRANSFORM_TRANSLATE: number
  • SVG_TRANSFORM_UNKNOWN: number
  • prototype: SVGTransform

SVGTransformList

SVGTransformList: { constructor: any; prototype: SVGTransformList }

Type declaration

SVGUnitTypes

SVGUnitTypes: { constructor: any; SVG_UNIT_TYPE_OBJECTBOUNDINGBOX: number; SVG_UNIT_TYPE_UNKNOWN: number; SVG_UNIT_TYPE_USERSPACEONUSE: number; prototype: SVGUnitTypes }

Type declaration

  • constructor: function
    • Returns SVGUnitTypes

  • SVG_UNIT_TYPE_OBJECTBOUNDINGBOX: number
  • SVG_UNIT_TYPE_UNKNOWN: number
  • SVG_UNIT_TYPE_USERSPACEONUSE: number
  • prototype: SVGUnitTypes

SVGUseElement

SVGUseElement: { constructor: any; prototype: SVGUseElement }

Type declaration

  • constructor: function
    • Returns SVGUseElement

  • prototype: SVGUseElement

SVGViewElement

SVGViewElement: { constructor: any; SVG_ZOOMANDPAN_DISABLE: number; SVG_ZOOMANDPAN_MAGNIFY: number; SVG_ZOOMANDPAN_UNKNOWN: number; prototype: SVGViewElement }

Type declaration

  • constructor: function
    • Returns SVGViewElement

  • SVG_ZOOMANDPAN_DISABLE: number
  • SVG_ZOOMANDPAN_MAGNIFY: number
  • SVG_ZOOMANDPAN_UNKNOWN: number
  • prototype: SVGViewElement

SVGZoomAndPan

SVGZoomAndPan: { SVG_ZOOMANDPAN_DISABLE: number; SVG_ZOOMANDPAN_MAGNIFY: number; SVG_ZOOMANDPAN_UNKNOWN: number }

Type declaration

  • SVG_ZOOMANDPAN_DISABLE: number
  • SVG_ZOOMANDPAN_MAGNIFY: number
  • SVG_ZOOMANDPAN_UNKNOWN: number

SVGZoomEvent

SVGZoomEvent: { constructor: any; prototype: SVGZoomEvent }

Type declaration

  • constructor: function
    • Returns SVGZoomEvent

  • prototype: SVGZoomEvent

ScopedCredential

ScopedCredential: { constructor: any; prototype: ScopedCredential }

Type declaration

ScopedCredentialInfo

ScopedCredentialInfo: { constructor: any; prototype: ScopedCredentialInfo }

Type declaration

Screen

Screen: { constructor: any; prototype: Screen }

Type declaration

  • constructor: function
    • Returns Screen

  • prototype: Screen

ScreenOrientation

ScreenOrientation: { constructor: any; prototype: ScreenOrientation }

Type declaration

ScriptProcessorNode

ScriptProcessorNode: { constructor: any; prototype: ScriptProcessorNode }

Type declaration

SecurityPolicyViolationEvent

SecurityPolicyViolationEvent: { constructor: any; prototype: SecurityPolicyViolationEvent }

Type declaration

Selection

Selection: { constructor: any; prototype: Selection }

Type declaration

  • constructor: function
    • Returns Selection

  • prototype: Selection

ServiceUIFrameContext

ServiceUIFrameContext: ServiceUIFrameContext

ServiceWorker

ServiceWorker: { constructor: any; prototype: ServiceWorker }

Type declaration

  • constructor: function
    • Returns ServiceWorker

  • prototype: ServiceWorker

ServiceWorkerContainer

ServiceWorkerContainer: { constructor: any; prototype: ServiceWorkerContainer }

Type declaration

ServiceWorkerMessageEvent

ServiceWorkerMessageEvent: { constructor: any; prototype: ServiceWorkerMessageEvent }

Type declaration

ServiceWorkerRegistration

ServiceWorkerRegistration: { constructor: any; prototype: ServiceWorkerRegistration }

Type declaration

Set

ShadowRoot

ShadowRoot: { constructor: any; prototype: ShadowRoot }

Type declaration

  • constructor: function
    • Returns ShadowRoot

  • prototype: ShadowRoot

SourceBuffer

SourceBuffer: { constructor: any; prototype: SourceBuffer }

Type declaration

  • constructor: function
    • Returns SourceBuffer

  • prototype: SourceBuffer

SourceBufferList

SourceBufferList: { constructor: any; prototype: SourceBufferList }

Type declaration

SpeechGrammar

SpeechGrammar: { constructor: any; prototype: SpeechGrammar }

Type declaration

  • constructor: function
    • Returns SpeechGrammar

  • prototype: SpeechGrammar

SpeechGrammarList

SpeechGrammarList: { constructor: any; prototype: SpeechGrammarList }

Type declaration

SpeechRecognition

SpeechRecognition: { constructor: any; prototype: SpeechRecognition }

Type declaration

SpeechRecognitionAlternative

SpeechRecognitionAlternative: { constructor: any; prototype: SpeechRecognitionAlternative }

Type declaration

SpeechRecognitionError

SpeechRecognitionError: { constructor: any; prototype: SpeechRecognitionError }

Type declaration

SpeechRecognitionEvent

SpeechRecognitionEvent: { constructor: any; prototype: SpeechRecognitionEvent }

Type declaration

SpeechRecognitionResult

SpeechRecognitionResult: { constructor: any; prototype: SpeechRecognitionResult }

Type declaration

SpeechRecognitionResultList

SpeechRecognitionResultList: { constructor: any; prototype: SpeechRecognitionResultList }

Type declaration

SpeechSynthesis

SpeechSynthesis: { constructor: any; prototype: SpeechSynthesis }

Type declaration

SpeechSynthesisErrorEvent

SpeechSynthesisErrorEvent: { constructor: any; prototype: SpeechSynthesisErrorEvent }

Type declaration

SpeechSynthesisEvent

SpeechSynthesisEvent: { constructor: any; prototype: SpeechSynthesisEvent }

Type declaration

SpeechSynthesisUtterance

SpeechSynthesisUtterance: { constructor: any; prototype: SpeechSynthesisUtterance }

Type declaration

SpeechSynthesisVoice

SpeechSynthesisVoice: { constructor: any; prototype: SpeechSynthesisVoice }

Type declaration

StaticRange

StaticRange: { constructor: any; prototype: StaticRange }

Type declaration

  • constructor: function
    • Returns StaticRange

  • prototype: StaticRange

StereoPannerNode

StereoPannerNode: { constructor: any; prototype: StereoPannerNode }

Type declaration

Storage

Storage: { constructor: any; prototype: Storage }

Type declaration

  • constructor: function
    • Returns Storage

  • prototype: Storage

StorageEvent

StorageEvent: { constructor: any; prototype: StorageEvent }

Type declaration

StorageManager

StorageManager: { constructor: any; prototype: StorageManager }

Type declaration

  • constructor: function
    • Returns StorageManager

  • prototype: StorageManager

String

Allows manipulation and formatting of text strings and determination and location of substrings within strings.

StyleMedia

StyleMedia: { constructor: any; prototype: StyleMedia }

Type declaration

  • constructor: function
    • Returns StyleMedia

  • prototype: StyleMedia

StyleSheet

StyleSheet: { constructor: any; prototype: StyleSheet }

Type declaration

  • constructor: function
    • Returns StyleSheet

  • prototype: StyleSheet

StyleSheetList

StyleSheetList: { constructor: any; prototype: StyleSheetList }

Type declaration

  • constructor: function
    • Returns StyleSheetList

  • prototype: StyleSheetList

SubtleCrypto

SubtleCrypto: { constructor: any; prototype: SubtleCrypto }

Type declaration

  • constructor: function
    • Returns SubtleCrypto

  • prototype: SubtleCrypto

Symbol

SyncManager

SyncManager: { constructor: any; prototype: SyncManager }

Type declaration

  • constructor: function
    • Returns SyncManager

  • prototype: SyncManager

SyntaxError

Text

Text: { constructor: any; prototype: Text }

Type declaration

  • constructor: function
    • new __type(data?: undefined | string): Text
    • Parameters

      • Optional data: undefined | string

      Returns Text

  • prototype: Text

TextDecoder

TextDecoder: { constructor: any; prototype: TextDecoder }

Type declaration

  • constructor: function
    • Parameters

      Returns TextDecoder

  • prototype: TextDecoder

TextDecoderStream

TextDecoderStream: { constructor: any; prototype: TextDecoderStream }

Type declaration

TextEncoder

TextEncoder: { constructor: any; prototype: TextEncoder }

Type declaration

  • constructor: function
    • Returns TextEncoder

  • prototype: TextEncoder

TextEncoderStream

TextEncoderStream: { constructor: any; prototype: TextEncoderStream }

Type declaration

TextEvent

TextEvent: { constructor: any; DOM_INPUT_METHOD_DROP: number; DOM_INPUT_METHOD_HANDWRITING: number; DOM_INPUT_METHOD_IME: number; DOM_INPUT_METHOD_KEYBOARD: number; DOM_INPUT_METHOD_MULTIMODAL: number; DOM_INPUT_METHOD_OPTION: number; DOM_INPUT_METHOD_PASTE: number; DOM_INPUT_METHOD_SCRIPT: number; DOM_INPUT_METHOD_UNKNOWN: number; DOM_INPUT_METHOD_VOICE: number; prototype: TextEvent }

Type declaration

  • constructor: function
    • Returns TextEvent

  • DOM_INPUT_METHOD_DROP: number
  • DOM_INPUT_METHOD_HANDWRITING: number
  • DOM_INPUT_METHOD_IME: number
  • DOM_INPUT_METHOD_KEYBOARD: number
  • DOM_INPUT_METHOD_MULTIMODAL: number
  • DOM_INPUT_METHOD_OPTION: number
  • DOM_INPUT_METHOD_PASTE: number
  • DOM_INPUT_METHOD_SCRIPT: number
  • DOM_INPUT_METHOD_UNKNOWN: number
  • DOM_INPUT_METHOD_VOICE: number
  • prototype: TextEvent

TextMetrics

TextMetrics: { constructor: any; prototype: TextMetrics }

Type declaration

  • constructor: function
    • Returns TextMetrics

  • prototype: TextMetrics

TextTrack

TextTrack: { constructor: any; DISABLED: number; ERROR: number; HIDDEN: number; LOADED: number; LOADING: number; NONE: number; SHOWING: number; prototype: TextTrack }

Type declaration

  • constructor: function
    • Returns TextTrack

  • DISABLED: number
  • ERROR: number
  • HIDDEN: number
  • LOADED: number
  • LOADING: number
  • NONE: number
  • SHOWING: number
  • prototype: TextTrack

TextTrackCue

TextTrackCue: { constructor: any; prototype: TextTrackCue }

Type declaration

  • constructor: function
    • new __type(startTime: number, endTime: number, text: string): TextTrackCue
    • Parameters

      • startTime: number
      • endTime: number
      • text: string

      Returns TextTrackCue

  • prototype: TextTrackCue

TextTrackCueList

TextTrackCueList: { constructor: any; prototype: TextTrackCueList }

Type declaration

TextTrackList

TextTrackList: { constructor: any; prototype: TextTrackList }

Type declaration

  • constructor: function
    • Returns TextTrackList

  • prototype: TextTrackList

TimeRanges

TimeRanges: { constructor: any; prototype: TimeRanges }

Type declaration

  • constructor: function
    • Returns TimeRanges

  • prototype: TimeRanges

Touch

Touch: { constructor: any; prototype: Touch }

Type declaration

  • constructor: function
    • Parameters

      Returns Touch

  • prototype: Touch

TouchEvent

TouchEvent: { constructor: any; prototype: TouchEvent }

Type declaration

  • constructor: function
    • Parameters

      Returns TouchEvent

  • prototype: TouchEvent

TouchList

TouchList: { constructor: any; prototype: TouchList }

Type declaration

  • constructor: function
    • Returns TouchList

  • prototype: TouchList

TrackEvent

TrackEvent: { constructor: any; prototype: TrackEvent }

Type declaration

  • constructor: function
    • Parameters

      Returns TrackEvent

  • prototype: TrackEvent

TransformStream

TransformStream: { constructor: any; prototype: TransformStream }

Type declaration

TransitionEvent

TransitionEvent: { constructor: any; prototype: TransitionEvent }

Type declaration

TreeWalker

TreeWalker: { constructor: any; prototype: TreeWalker }

Type declaration

  • constructor: function
    • Returns TreeWalker

  • prototype: TreeWalker

TypeError

UIEvent

UIEvent: { constructor: any; prototype: UIEvent }

Type declaration

  • constructor: function
    • Parameters

      Returns UIEvent

  • prototype: UIEvent

URIError

URL

URL: { constructor: any; prototype: URL; createObjectURL: any; revokeObjectURL: any }

Type declaration

  • constructor: function
    • new __type(url: string, base?: string | URL): URL
    • Parameters

      • url: string
      • Optional base: string | URL

      Returns URL

  • prototype: URL
  • createObjectURL: function
    • createObjectURL(object: any): string
    • Parameters

      • object: any

      Returns string

  • revokeObjectURL: function
    • revokeObjectURL(url: string): void
    • Parameters

      • url: string

      Returns void

URLSearchParams

URLSearchParams: { constructor: any; prototype: URLSearchParams }

Type declaration

Uint16Array

Uint32Array

Uint8Array

Uint8ClampedArray

Uint8ClampedArray: Uint8ClampedArrayConstructor

VBArray

VRDisplay

VRDisplay: { constructor: any; prototype: VRDisplay }

Type declaration

  • constructor: function
    • Returns VRDisplay

  • prototype: VRDisplay

VRDisplayCapabilities

VRDisplayCapabilities: { constructor: any; prototype: VRDisplayCapabilities }

Type declaration

VRDisplayEvent

VRDisplayEvent: { constructor: any; prototype: VRDisplayEvent }

Type declaration

VREyeParameters

VREyeParameters: { constructor: any; prototype: VREyeParameters }

Type declaration

VRFieldOfView

VRFieldOfView: { constructor: any; prototype: VRFieldOfView }

Type declaration

  • constructor: function
    • Returns VRFieldOfView

  • prototype: VRFieldOfView

VRFrameData

VRFrameData: { constructor: any; prototype: VRFrameData }

Type declaration

  • constructor: function
    • Returns VRFrameData

  • prototype: VRFrameData

VRPose

VRPose: { constructor: any; prototype: VRPose }

Type declaration

  • constructor: function
    • Returns VRPose

  • prototype: VRPose

VTTCue

VTTCue: { constructor: any; prototype: VTTCue }

Type declaration

  • constructor: function
    • new __type(startTime: number, endTime: number, text: string): VTTCue
    • Parameters

      • startTime: number
      • endTime: number
      • text: string

      Returns VTTCue

  • prototype: VTTCue

VTTRegion

VTTRegion: { constructor: any; prototype: VTTRegion }

Type declaration

  • constructor: function
    • Returns VTTRegion

  • prototype: VTTRegion

ValidityState

ValidityState: { constructor: any; prototype: ValidityState }

Type declaration

  • constructor: function
    • Returns ValidityState

  • prototype: ValidityState

VideoPlaybackQuality

VideoPlaybackQuality: { constructor: any; prototype: VideoPlaybackQuality }

Type declaration

VideoTrack

VideoTrack: { constructor: any; prototype: VideoTrack }

Type declaration

  • constructor: function
    • Returns VideoTrack

  • prototype: VideoTrack

VideoTrackList

VideoTrackList: { constructor: any; prototype: VideoTrackList }

Type declaration

  • constructor: function
    • Returns VideoTrackList

  • prototype: VideoTrackList

WSH

WSH: typeof WScript

WSH is an alias for WScript under Windows Script Host

WScript

WScript: { Arguments: { length: number; Item: any }; BuildVersion: number; FullName: string; Interactive: boolean; Name: string; Path: string; ScriptFullName: string; ScriptName: string; StdErr: TextStreamWriter; StdIn: TextStreamReader; StdOut: TextStreamWriter; Version: string; ConnectObject: any; CreateObject: any; DisconnectObject: any; Echo: any; GetObject: any; Quit: any; Sleep: any }

Type declaration

  • Arguments: { length: number; Item: any }
    • length: number
    • Item: function
      • Item(n: number): string
      • Parameters

        • n: number

        Returns string

  • BuildVersion: number

    The Windows Script Host build version number.

  • FullName: string

    Fully qualified path of the host executable.

  • Interactive: boolean

    Gets/sets the script mode - interactive(true) or batch(false).

  • Name: string

    The name of the host executable (WScript.exe or CScript.exe).

  • Path: string

    Path of the directory containing the host executable.

  • ScriptFullName: string

    The full path of the currently running script.

  • ScriptName: string

    The filename of the currently running script.

  • StdErr: TextStreamWriter

    Exposes the write-only error output stream for the current script. Can be accessed only while using CScript.exe.

  • StdIn: TextStreamReader

    Exposes the read-only input stream for the current script. Can be accessed only while using CScript.exe.

  • StdOut: TextStreamWriter

    Exposes the write-only output stream for the current script. Can be accessed only while using CScript.exe.

  • Version: string

    Windows Script Host version

  • ConnectObject: function
    • ConnectObject(objEventSource: any, strPrefix: string): void
    • Connects a COM object's event sources to functions named with a given prefix, in the form prefix_event.

      Parameters

      • objEventSource: any
      • strPrefix: string

      Returns void

  • CreateObject: function
    • CreateObject(strProgID: string, strPrefix?: undefined | string): any
    • Creates a COM object.

      Parameters

      • strProgID: string
      • Optional strPrefix: undefined | string

        Function names in the form prefix_event will be bound to this object's COM events.

      Returns any

  • DisconnectObject: function
    • DisconnectObject(obj: any): void
    • Disconnects a COM object from its event sources.

      Parameters

      • obj: any

      Returns void

  • Echo: function
    • Echo(s: any): void
    • Outputs text to either a message box (under WScript.exe) or the command console window followed by a newline (under CScript.exe).

      Parameters

      • s: any

      Returns void

  • GetObject: function
    • GetObject(strPathname: string, strProgID?: undefined | string, strPrefix?: undefined | string): any
    • Retrieves an existing object with the specified ProgID from memory, or creates a new one from a file.

      Parameters

      • strPathname: string

        Fully qualified path to the file containing the object persisted to disk. For objects in memory, pass a zero-length string.

      • Optional strProgID: undefined | string
      • Optional strPrefix: undefined | string

        Function names in the form prefix_event will be bound to this object's COM events.

      Returns any

  • Quit: function
    • Quit(exitCode?: undefined | number): number
    • Forces the script to stop immediately, with an optional exit code.

      Parameters

      • Optional exitCode: undefined | number

      Returns number

  • Sleep: function
    • Sleep(intTime: number): void
    • Suspends script execution for a specified length of time, then continues execution.

      Parameters

      • intTime: number

        Interval (in milliseconds) to suspend script execution.

      Returns void

WaveShaperNode

WaveShaperNode: { constructor: any; prototype: WaveShaperNode }

Type declaration

WeakMap

WeakSet

WebAuthentication

WebAuthentication: { constructor: any; prototype: WebAuthentication }

Type declaration

WebAuthnAssertion

WebAuthnAssertion: { constructor: any; prototype: WebAuthnAssertion }

Type declaration

WebGL2RenderingContext

WebGL2RenderingContext: { constructor: any; ACTIVE_ATTRIBUTES: GLenum; ACTIVE_TEXTURE: GLenum; ACTIVE_UNIFORMS: GLenum; ACTIVE_UNIFORM_BLOCKS: GLenum; ALIASED_LINE_WIDTH_RANGE: GLenum; ALIASED_POINT_SIZE_RANGE: GLenum; ALPHA: GLenum; ALPHA_BITS: GLenum; ALREADY_SIGNALED: GLenum; ALWAYS: GLenum; ANY_SAMPLES_PASSED: GLenum; ANY_SAMPLES_PASSED_CONSERVATIVE: GLenum; ARRAY_BUFFER: GLenum; ARRAY_BUFFER_BINDING: GLenum; ATTACHED_SHADERS: GLenum; BACK: GLenum; BLEND: GLenum; BLEND_COLOR: GLenum; BLEND_DST_ALPHA: GLenum; BLEND_DST_RGB: GLenum; BLEND_EQUATION: GLenum; BLEND_EQUATION_ALPHA: GLenum; BLEND_EQUATION_RGB: GLenum; BLEND_SRC_ALPHA: GLenum; BLEND_SRC_RGB: GLenum; BLUE_BITS: GLenum; BOOL: GLenum; BOOL_VEC2: GLenum; BOOL_VEC3: GLenum; BOOL_VEC4: GLenum; BROWSER_DEFAULT_WEBGL: GLenum; BUFFER_SIZE: GLenum; BUFFER_USAGE: GLenum; BYTE: GLenum; CCW: GLenum; CLAMP_TO_EDGE: GLenum; COLOR: GLenum; COLOR_ATTACHMENT0: GLenum; COLOR_ATTACHMENT1: GLenum; COLOR_ATTACHMENT10: GLenum; COLOR_ATTACHMENT11: GLenum; COLOR_ATTACHMENT12: GLenum; COLOR_ATTACHMENT13: GLenum; COLOR_ATTACHMENT14: GLenum; COLOR_ATTACHMENT15: GLenum; COLOR_ATTACHMENT2: GLenum; COLOR_ATTACHMENT3: GLenum; COLOR_ATTACHMENT4: GLenum; COLOR_ATTACHMENT5: GLenum; COLOR_ATTACHMENT6: GLenum; COLOR_ATTACHMENT7: GLenum; COLOR_ATTACHMENT8: GLenum; COLOR_ATTACHMENT9: GLenum; COLOR_BUFFER_BIT: GLenum; COLOR_CLEAR_VALUE: GLenum; COLOR_WRITEMASK: GLenum; COMPARE_REF_TO_TEXTURE: GLenum; COMPILE_STATUS: GLenum; COMPRESSED_TEXTURE_FORMATS: GLenum; CONDITION_SATISFIED: GLenum; CONSTANT_ALPHA: GLenum; CONSTANT_COLOR: GLenum; CONTEXT_LOST_WEBGL: GLenum; COPY_READ_BUFFER: GLenum; COPY_READ_BUFFER_BINDING: GLenum; COPY_WRITE_BUFFER: GLenum; COPY_WRITE_BUFFER_BINDING: GLenum; CULL_FACE: GLenum; CULL_FACE_MODE: GLenum; CURRENT_PROGRAM: GLenum; CURRENT_QUERY: GLenum; CURRENT_VERTEX_ATTRIB: GLenum; CW: GLenum; DECR: GLenum; DECR_WRAP: GLenum; DELETE_STATUS: GLenum; DEPTH: GLenum; DEPTH24_STENCIL8: GLenum; DEPTH32F_STENCIL8: GLenum; DEPTH_ATTACHMENT: GLenum; DEPTH_BITS: GLenum; DEPTH_BUFFER_BIT: GLenum; DEPTH_CLEAR_VALUE: GLenum; DEPTH_COMPONENT: GLenum; DEPTH_COMPONENT16: GLenum; DEPTH_COMPONENT24: GLenum; DEPTH_COMPONENT32F: GLenum; DEPTH_FUNC: GLenum; DEPTH_RANGE: GLenum; DEPTH_STENCIL: GLenum; DEPTH_STENCIL_ATTACHMENT: GLenum; DEPTH_TEST: GLenum; DEPTH_WRITEMASK: GLenum; DITHER: GLenum; DONT_CARE: GLenum; DRAW_BUFFER0: GLenum; DRAW_BUFFER1: GLenum; DRAW_BUFFER10: GLenum; DRAW_BUFFER11: GLenum; DRAW_BUFFER12: GLenum; DRAW_BUFFER13: GLenum; DRAW_BUFFER14: GLenum; DRAW_BUFFER15: GLenum; DRAW_BUFFER2: GLenum; DRAW_BUFFER3: GLenum; DRAW_BUFFER4: GLenum; DRAW_BUFFER5: GLenum; DRAW_BUFFER6: GLenum; DRAW_BUFFER7: GLenum; DRAW_BUFFER8: GLenum; DRAW_BUFFER9: GLenum; DRAW_FRAMEBUFFER: GLenum; DRAW_FRAMEBUFFER_BINDING: GLenum; DST_ALPHA: GLenum; DST_COLOR: GLenum; DYNAMIC_COPY: GLenum; DYNAMIC_DRAW: GLenum; DYNAMIC_READ: GLenum; ELEMENT_ARRAY_BUFFER: GLenum; ELEMENT_ARRAY_BUFFER_BINDING: GLenum; EQUAL: GLenum; FASTEST: GLenum; FLOAT: GLenum; FLOAT_32_UNSIGNED_INT_24_8_REV: GLenum; FLOAT_MAT2: GLenum; FLOAT_MAT2x3: GLenum; FLOAT_MAT2x4: GLenum; FLOAT_MAT3: GLenum; FLOAT_MAT3x2: GLenum; FLOAT_MAT3x4: GLenum; FLOAT_MAT4: GLenum; FLOAT_MAT4x2: GLenum; FLOAT_MAT4x3: GLenum; FLOAT_VEC2: GLenum; FLOAT_VEC3: GLenum; FLOAT_VEC4: GLenum; FRAGMENT_SHADER: GLenum; FRAGMENT_SHADER_DERIVATIVE_HINT: GLenum; FRAMEBUFFER: GLenum; FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE: GLenum; FRAMEBUFFER_ATTACHMENT_BLUE_SIZE: GLenum; FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING: GLenum; FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE: GLenum; FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE: GLenum; FRAMEBUFFER_ATTACHMENT_GREEN_SIZE: GLenum; FRAMEBUFFER_ATTACHMENT_OBJECT_NAME: GLenum; FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE: GLenum; FRAMEBUFFER_ATTACHMENT_RED_SIZE: GLenum; FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE: GLenum; FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE: GLenum; FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER: GLenum; FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL: GLenum; FRAMEBUFFER_BINDING: GLenum; FRAMEBUFFER_COMPLETE: GLenum; FRAMEBUFFER_DEFAULT: GLenum; FRAMEBUFFER_INCOMPLETE_ATTACHMENT: GLenum; FRAMEBUFFER_INCOMPLETE_DIMENSIONS: GLenum; FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT: GLenum; FRAMEBUFFER_INCOMPLETE_MULTISAMPLE: GLenum; FRAMEBUFFER_UNSUPPORTED: GLenum; FRONT: GLenum; FRONT_AND_BACK: GLenum; FRONT_FACE: GLenum; FUNC_ADD: GLenum; FUNC_REVERSE_SUBTRACT: GLenum; FUNC_SUBTRACT: GLenum; GENERATE_MIPMAP_HINT: GLenum; GEQUAL: GLenum; GREATER: GLenum; GREEN_BITS: GLenum; HALF_FLOAT: GLenum; HIGH_FLOAT: GLenum; HIGH_INT: GLenum; IMPLEMENTATION_COLOR_READ_FORMAT: GLenum; IMPLEMENTATION_COLOR_READ_TYPE: GLenum; INCR: GLenum; INCR_WRAP: GLenum; INT: GLenum; INTERLEAVED_ATTRIBS: GLenum; INT_2_10_10_10_REV: GLenum; INT_SAMPLER_2D: GLenum; INT_SAMPLER_2D_ARRAY: GLenum; INT_SAMPLER_3D: GLenum; INT_SAMPLER_CUBE: GLenum; INT_VEC2: GLenum; INT_VEC3: GLenum; INT_VEC4: GLenum; INVALID_ENUM: GLenum; INVALID_FRAMEBUFFER_OPERATION: GLenum; INVALID_INDEX: GLenum; INVALID_OPERATION: GLenum; INVALID_VALUE: GLenum; INVERT: GLenum; KEEP: GLenum; LEQUAL: GLenum; LESS: GLenum; LINEAR: GLenum; LINEAR_MIPMAP_LINEAR: GLenum; LINEAR_MIPMAP_NEAREST: GLenum; LINES: GLenum; LINE_LOOP: GLenum; LINE_STRIP: GLenum; LINE_WIDTH: GLenum; LINK_STATUS: GLenum; LOW_FLOAT: GLenum; LOW_INT: GLenum; LUMINANCE: GLenum; LUMINANCE_ALPHA: GLenum; MAX: GLenum; MAX_3D_TEXTURE_SIZE: GLenum; MAX_ARRAY_TEXTURE_LAYERS: GLenum; MAX_CLIENT_WAIT_TIMEOUT_WEBGL: GLenum; MAX_COLOR_ATTACHMENTS: GLenum; MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS: GLenum; MAX_COMBINED_TEXTURE_IMAGE_UNITS: GLenum; MAX_COMBINED_UNIFORM_BLOCKS: GLenum; MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS: GLenum; MAX_CUBE_MAP_TEXTURE_SIZE: GLenum; MAX_DRAW_BUFFERS: GLenum; MAX_ELEMENTS_INDICES: GLenum; MAX_ELEMENTS_VERTICES: GLenum; MAX_ELEMENT_INDEX: GLenum; MAX_FRAGMENT_INPUT_COMPONENTS: GLenum; MAX_FRAGMENT_UNIFORM_BLOCKS: GLenum; MAX_FRAGMENT_UNIFORM_COMPONENTS: GLenum; MAX_FRAGMENT_UNIFORM_VECTORS: GLenum; MAX_PROGRAM_TEXEL_OFFSET: GLenum; MAX_RENDERBUFFER_SIZE: GLenum; MAX_SAMPLES: GLenum; MAX_SERVER_WAIT_TIMEOUT: GLenum; MAX_TEXTURE_IMAGE_UNITS: GLenum; MAX_TEXTURE_LOD_BIAS: GLenum; MAX_TEXTURE_SIZE: GLenum; MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS: GLenum; MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS: GLenum; MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS: GLenum; MAX_UNIFORM_BLOCK_SIZE: GLenum; MAX_UNIFORM_BUFFER_BINDINGS: GLenum; MAX_VARYING_COMPONENTS: GLenum; MAX_VARYING_VECTORS: GLenum; MAX_VERTEX_ATTRIBS: GLenum; MAX_VERTEX_OUTPUT_COMPONENTS: GLenum; MAX_VERTEX_TEXTURE_IMAGE_UNITS: GLenum; MAX_VERTEX_UNIFORM_BLOCKS: GLenum; MAX_VERTEX_UNIFORM_COMPONENTS: GLenum; MAX_VERTEX_UNIFORM_VECTORS: GLenum; MAX_VIEWPORT_DIMS: GLenum; MEDIUM_FLOAT: GLenum; MEDIUM_INT: GLenum; MIN: GLenum; MIN_PROGRAM_TEXEL_OFFSET: GLenum; MIRRORED_REPEAT: GLenum; NEAREST: GLenum; NEAREST_MIPMAP_LINEAR: GLenum; NEAREST_MIPMAP_NEAREST: GLenum; NEVER: GLenum; NICEST: GLenum; NONE: GLenum; NOTEQUAL: GLenum; NO_ERROR: GLenum; OBJECT_TYPE: GLenum; ONE: GLenum; ONE_MINUS_CONSTANT_ALPHA: GLenum; ONE_MINUS_CONSTANT_COLOR: GLenum; ONE_MINUS_DST_ALPHA: GLenum; ONE_MINUS_DST_COLOR: GLenum; ONE_MINUS_SRC_ALPHA: GLenum; ONE_MINUS_SRC_COLOR: GLenum; OUT_OF_MEMORY: GLenum; PACK_ALIGNMENT: GLenum; PACK_ROW_LENGTH: GLenum; PACK_SKIP_PIXELS: GLenum; PACK_SKIP_ROWS: GLenum; PIXEL_PACK_BUFFER: GLenum; PIXEL_PACK_BUFFER_BINDING: GLenum; PIXEL_UNPACK_BUFFER: GLenum; PIXEL_UNPACK_BUFFER_BINDING: GLenum; POINTS: GLenum; POLYGON_OFFSET_FACTOR: GLenum; POLYGON_OFFSET_FILL: GLenum; POLYGON_OFFSET_UNITS: GLenum; QUERY_RESULT: GLenum; QUERY_RESULT_AVAILABLE: GLenum; R11F_G11F_B10F: GLenum; R16F: GLenum; R16I: GLenum; R16UI: GLenum; R32F: GLenum; R32I: GLenum; R32UI: GLenum; R8: GLenum; R8I: GLenum; R8UI: GLenum; R8_SNORM: GLenum; RASTERIZER_DISCARD: GLenum; READ_BUFFER: GLenum; READ_FRAMEBUFFER: GLenum; READ_FRAMEBUFFER_BINDING: GLenum; RED: GLenum; RED_BITS: GLenum; RED_INTEGER: GLenum; RENDERBUFFER: GLenum; RENDERBUFFER_ALPHA_SIZE: GLenum; RENDERBUFFER_BINDING: GLenum; RENDERBUFFER_BLUE_SIZE: GLenum; RENDERBUFFER_DEPTH_SIZE: GLenum; RENDERBUFFER_GREEN_SIZE: GLenum; RENDERBUFFER_HEIGHT: GLenum; RENDERBUFFER_INTERNAL_FORMAT: GLenum; RENDERBUFFER_RED_SIZE: GLenum; RENDERBUFFER_SAMPLES: GLenum; RENDERBUFFER_STENCIL_SIZE: GLenum; RENDERBUFFER_WIDTH: GLenum; RENDERER: GLenum; REPEAT: GLenum; REPLACE: GLenum; RG: GLenum; RG16F: GLenum; RG16I: GLenum; RG16UI: GLenum; RG32F: GLenum; RG32I: GLenum; RG32UI: GLenum; RG8: GLenum; RG8I: GLenum; RG8UI: GLenum; RG8_SNORM: GLenum; RGB: GLenum; RGB10_A2: GLenum; RGB10_A2UI: GLenum; RGB16F: GLenum; RGB16I: GLenum; RGB16UI: GLenum; RGB32F: GLenum; RGB32I: GLenum; RGB32UI: GLenum; RGB565: GLenum; RGB5_A1: GLenum; RGB8: GLenum; RGB8I: GLenum; RGB8UI: GLenum; RGB8_SNORM: GLenum; RGB9_E5: GLenum; RGBA: GLenum; RGBA16F: GLenum; RGBA16I: GLenum; RGBA16UI: GLenum; RGBA32F: GLenum; RGBA32I: GLenum; RGBA32UI: GLenum; RGBA4: GLenum; RGBA8: GLenum; RGBA8I: GLenum; RGBA8UI: GLenum; RGBA8_SNORM: GLenum; RGBA_INTEGER: GLenum; RGB_INTEGER: GLenum; RG_INTEGER: GLenum; SAMPLER_2D: GLenum; SAMPLER_2D_ARRAY: GLenum; SAMPLER_2D_ARRAY_SHADOW: GLenum; SAMPLER_2D_SHADOW: GLenum; SAMPLER_3D: GLenum; SAMPLER_BINDING: GLenum; SAMPLER_CUBE: GLenum; SAMPLER_CUBE_SHADOW: GLenum; SAMPLES: GLenum; SAMPLE_ALPHA_TO_COVERAGE: GLenum; SAMPLE_BUFFERS: GLenum; SAMPLE_COVERAGE: GLenum; SAMPLE_COVERAGE_INVERT: GLenum; SAMPLE_COVERAGE_VALUE: GLenum; SCISSOR_BOX: GLenum; SCISSOR_TEST: GLenum; SEPARATE_ATTRIBS: GLenum; SHADER_TYPE: GLenum; SHADING_LANGUAGE_VERSION: GLenum; SHORT: GLenum; SIGNALED: GLenum; SIGNED_NORMALIZED: GLenum; SRC_ALPHA: GLenum; SRC_ALPHA_SATURATE: GLenum; SRC_COLOR: GLenum; SRGB: GLenum; SRGB8: GLenum; SRGB8_ALPHA8: GLenum; STATIC_COPY: GLenum; STATIC_DRAW: GLenum; STATIC_READ: GLenum; STENCIL: GLenum; STENCIL_ATTACHMENT: GLenum; STENCIL_BACK_FAIL: GLenum; STENCIL_BACK_FUNC: GLenum; STENCIL_BACK_PASS_DEPTH_FAIL: GLenum; STENCIL_BACK_PASS_DEPTH_PASS: GLenum; STENCIL_BACK_REF: GLenum; STENCIL_BACK_VALUE_MASK: GLenum; STENCIL_BACK_WRITEMASK: GLenum; STENCIL_BITS: GLenum; STENCIL_BUFFER_BIT: GLenum; STENCIL_CLEAR_VALUE: GLenum; STENCIL_FAIL: GLenum; STENCIL_FUNC: GLenum; STENCIL_INDEX8: GLenum; STENCIL_PASS_DEPTH_FAIL: GLenum; STENCIL_PASS_DEPTH_PASS: GLenum; STENCIL_REF: GLenum; STENCIL_TEST: GLenum; STENCIL_VALUE_MASK: GLenum; STENCIL_WRITEMASK: GLenum; STREAM_COPY: GLenum; STREAM_DRAW: GLenum; STREAM_READ: GLenum; SUBPIXEL_BITS: GLenum; SYNC_CONDITION: GLenum; SYNC_FENCE: GLenum; SYNC_FLAGS: GLenum; SYNC_FLUSH_COMMANDS_BIT: GLenum; SYNC_GPU_COMMANDS_COMPLETE: GLenum; SYNC_STATUS: GLenum; TEXTURE: GLenum; TEXTURE0: GLenum; TEXTURE1: GLenum; TEXTURE10: GLenum; TEXTURE11: GLenum; TEXTURE12: GLenum; TEXTURE13: GLenum; TEXTURE14: GLenum; TEXTURE15: GLenum; TEXTURE16: GLenum; TEXTURE17: GLenum; TEXTURE18: GLenum; TEXTURE19: GLenum; TEXTURE2: GLenum; TEXTURE20: GLenum; TEXTURE21: GLenum; TEXTURE22: GLenum; TEXTURE23: GLenum; TEXTURE24: GLenum; TEXTURE25: GLenum; TEXTURE26: GLenum; TEXTURE27: GLenum; TEXTURE28: GLenum; TEXTURE29: GLenum; TEXTURE3: GLenum; TEXTURE30: GLenum; TEXTURE31: GLenum; TEXTURE4: GLenum; TEXTURE5: GLenum; TEXTURE6: GLenum; TEXTURE7: GLenum; TEXTURE8: GLenum; TEXTURE9: GLenum; TEXTURE_2D: GLenum; TEXTURE_2D_ARRAY: GLenum; TEXTURE_3D: GLenum; TEXTURE_BASE_LEVEL: GLenum; TEXTURE_BINDING_2D: GLenum; TEXTURE_BINDING_2D_ARRAY: GLenum; TEXTURE_BINDING_3D: GLenum; TEXTURE_BINDING_CUBE_MAP: GLenum; TEXTURE_COMPARE_FUNC: GLenum; TEXTURE_COMPARE_MODE: GLenum; TEXTURE_CUBE_MAP: GLenum; TEXTURE_CUBE_MAP_NEGATIVE_X: GLenum; TEXTURE_CUBE_MAP_NEGATIVE_Y: GLenum; TEXTURE_CUBE_MAP_NEGATIVE_Z: GLenum; TEXTURE_CUBE_MAP_POSITIVE_X: GLenum; TEXTURE_CUBE_MAP_POSITIVE_Y: GLenum; TEXTURE_CUBE_MAP_POSITIVE_Z: GLenum; TEXTURE_IMMUTABLE_FORMAT: GLenum; TEXTURE_IMMUTABLE_LEVELS: GLenum; TEXTURE_MAG_FILTER: GLenum; TEXTURE_MAX_LEVEL: GLenum; TEXTURE_MAX_LOD: GLenum; TEXTURE_MIN_FILTER: GLenum; TEXTURE_MIN_LOD: GLenum; TEXTURE_WRAP_R: GLenum; TEXTURE_WRAP_S: GLenum; TEXTURE_WRAP_T: GLenum; TIMEOUT_EXPIRED: GLenum; TIMEOUT_IGNORED: GLint64; TRANSFORM_FEEDBACK: GLenum; TRANSFORM_FEEDBACK_ACTIVE: GLenum; TRANSFORM_FEEDBACK_BINDING: GLenum; TRANSFORM_FEEDBACK_BUFFER: GLenum; TRANSFORM_FEEDBACK_BUFFER_BINDING: GLenum; TRANSFORM_FEEDBACK_BUFFER_MODE: GLenum; TRANSFORM_FEEDBACK_BUFFER_SIZE: GLenum; TRANSFORM_FEEDBACK_BUFFER_START: GLenum; TRANSFORM_FEEDBACK_PAUSED: GLenum; TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN: GLenum; TRANSFORM_FEEDBACK_VARYINGS: GLenum; TRIANGLES: GLenum; TRIANGLE_FAN: GLenum; TRIANGLE_STRIP: GLenum; UNIFORM_ARRAY_STRIDE: GLenum; UNIFORM_BLOCK_ACTIVE_UNIFORMS: GLenum; UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES: GLenum; UNIFORM_BLOCK_BINDING: GLenum; UNIFORM_BLOCK_DATA_SIZE: GLenum; UNIFORM_BLOCK_INDEX: GLenum; UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER: GLenum; UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER: GLenum; UNIFORM_BUFFER: GLenum; UNIFORM_BUFFER_BINDING: GLenum; UNIFORM_BUFFER_OFFSET_ALIGNMENT: GLenum; UNIFORM_BUFFER_SIZE: GLenum; UNIFORM_BUFFER_START: GLenum; UNIFORM_IS_ROW_MAJOR: GLenum; UNIFORM_MATRIX_STRIDE: GLenum; UNIFORM_OFFSET: GLenum; UNIFORM_SIZE: GLenum; UNIFORM_TYPE: GLenum; UNPACK_ALIGNMENT: GLenum; UNPACK_COLORSPACE_CONVERSION_WEBGL: GLenum; UNPACK_FLIP_Y_WEBGL: GLenum; UNPACK_IMAGE_HEIGHT: GLenum; UNPACK_PREMULTIPLY_ALPHA_WEBGL: GLenum; UNPACK_ROW_LENGTH: GLenum; UNPACK_SKIP_IMAGES: GLenum; UNPACK_SKIP_PIXELS: GLenum; UNPACK_SKIP_ROWS: GLenum; UNSIGNALED: GLenum; UNSIGNED_BYTE: GLenum; UNSIGNED_INT: GLenum; UNSIGNED_INT_10F_11F_11F_REV: GLenum; UNSIGNED_INT_24_8: GLenum; UNSIGNED_INT_2_10_10_10_REV: GLenum; UNSIGNED_INT_5_9_9_9_REV: GLenum; UNSIGNED_INT_SAMPLER_2D: GLenum; UNSIGNED_INT_SAMPLER_2D_ARRAY: GLenum; UNSIGNED_INT_SAMPLER_3D: GLenum; UNSIGNED_INT_SAMPLER_CUBE: GLenum; UNSIGNED_INT_VEC2: GLenum; UNSIGNED_INT_VEC3: GLenum; UNSIGNED_INT_VEC4: GLenum; UNSIGNED_NORMALIZED: GLenum; UNSIGNED_SHORT: GLenum; UNSIGNED_SHORT_4_4_4_4: GLenum; UNSIGNED_SHORT_5_5_5_1: GLenum; UNSIGNED_SHORT_5_6_5: GLenum; VALIDATE_STATUS: GLenum; VENDOR: GLenum; VERSION: GLenum; VERTEX_ARRAY_BINDING: GLenum; VERTEX_ATTRIB_ARRAY_BUFFER_BINDING: GLenum; VERTEX_ATTRIB_ARRAY_DIVISOR: GLenum; VERTEX_ATTRIB_ARRAY_ENABLED: GLenum; VERTEX_ATTRIB_ARRAY_INTEGER: GLenum; VERTEX_ATTRIB_ARRAY_NORMALIZED: GLenum; VERTEX_ATTRIB_ARRAY_POINTER: GLenum; VERTEX_ATTRIB_ARRAY_SIZE: GLenum; VERTEX_ATTRIB_ARRAY_STRIDE: GLenum; VERTEX_ATTRIB_ARRAY_TYPE: GLenum; VERTEX_SHADER: GLenum; VIEWPORT: GLenum; WAIT_FAILED: GLenum; ZERO: GLenum; prototype: WebGL2RenderingContext }

Type declaration

WebGLActiveInfo

WebGLActiveInfo: { constructor: any; prototype: WebGLActiveInfo }

Type declaration

WebGLBuffer

WebGLBuffer: { constructor: any; prototype: WebGLBuffer }

Type declaration

  • constructor: function
    • Returns WebGLBuffer

  • prototype: WebGLBuffer

WebGLContextEvent

WebGLContextEvent: { constructor: any; prototype: WebGLContextEvent }

Type declaration

WebGLFramebuffer

WebGLFramebuffer: { constructor: any; prototype: WebGLFramebuffer }

Type declaration

WebGLObject

WebGLObject: { constructor: any; prototype: WebGLObject }

Type declaration

  • constructor: function
    • Returns WebGLObject

  • prototype: WebGLObject

WebGLProgram

WebGLProgram: { constructor: any; prototype: WebGLProgram }

Type declaration

  • constructor: function
    • Returns WebGLProgram

  • prototype: WebGLProgram

WebGLQuery

WebGLQuery: { constructor: any; prototype: WebGLQuery }

Type declaration

  • constructor: function
    • Returns WebGLQuery

  • prototype: WebGLQuery

WebGLRenderbuffer

WebGLRenderbuffer: { constructor: any; prototype: WebGLRenderbuffer }

Type declaration

WebGLRenderingContext

WebGLRenderingContext: { constructor: any; ACTIVE_ATTRIBUTES: GLenum; ACTIVE_TEXTURE: GLenum; ACTIVE_UNIFORMS: GLenum; ALIASED_LINE_WIDTH_RANGE: GLenum; ALIASED_POINT_SIZE_RANGE: GLenum; ALPHA: GLenum; ALPHA_BITS: GLenum; ALWAYS: GLenum; ARRAY_BUFFER: GLenum; ARRAY_BUFFER_BINDING: GLenum; ATTACHED_SHADERS: GLenum; BACK: GLenum; BLEND: GLenum; BLEND_COLOR: GLenum; BLEND_DST_ALPHA: GLenum; BLEND_DST_RGB: GLenum; BLEND_EQUATION: GLenum; BLEND_EQUATION_ALPHA: GLenum; BLEND_EQUATION_RGB: GLenum; BLEND_SRC_ALPHA: GLenum; BLEND_SRC_RGB: GLenum; BLUE_BITS: GLenum; BOOL: GLenum; BOOL_VEC2: GLenum; BOOL_VEC3: GLenum; BOOL_VEC4: GLenum; BROWSER_DEFAULT_WEBGL: GLenum; BUFFER_SIZE: GLenum; BUFFER_USAGE: GLenum; BYTE: GLenum; CCW: GLenum; CLAMP_TO_EDGE: GLenum; COLOR_ATTACHMENT0: GLenum; COLOR_BUFFER_BIT: GLenum; COLOR_CLEAR_VALUE: GLenum; COLOR_WRITEMASK: GLenum; COMPILE_STATUS: GLenum; COMPRESSED_TEXTURE_FORMATS: GLenum; CONSTANT_ALPHA: GLenum; CONSTANT_COLOR: GLenum; CONTEXT_LOST_WEBGL: GLenum; CULL_FACE: GLenum; CULL_FACE_MODE: GLenum; CURRENT_PROGRAM: GLenum; CURRENT_VERTEX_ATTRIB: GLenum; CW: GLenum; DECR: GLenum; DECR_WRAP: GLenum; DELETE_STATUS: GLenum; DEPTH_ATTACHMENT: GLenum; DEPTH_BITS: GLenum; DEPTH_BUFFER_BIT: GLenum; DEPTH_CLEAR_VALUE: GLenum; DEPTH_COMPONENT: GLenum; DEPTH_COMPONENT16: GLenum; DEPTH_FUNC: GLenum; DEPTH_RANGE: GLenum; DEPTH_STENCIL: GLenum; DEPTH_STENCIL_ATTACHMENT: GLenum; DEPTH_TEST: GLenum; DEPTH_WRITEMASK: GLenum; DITHER: GLenum; DONT_CARE: GLenum; DST_ALPHA: GLenum; DST_COLOR: GLenum; DYNAMIC_DRAW: GLenum; ELEMENT_ARRAY_BUFFER: GLenum; ELEMENT_ARRAY_BUFFER_BINDING: GLenum; EQUAL: GLenum; FASTEST: GLenum; FLOAT: GLenum; FLOAT_MAT2: GLenum; FLOAT_MAT3: GLenum; FLOAT_MAT4: GLenum; FLOAT_VEC2: GLenum; FLOAT_VEC3: GLenum; FLOAT_VEC4: GLenum; FRAGMENT_SHADER: GLenum; FRAMEBUFFER: GLenum; FRAMEBUFFER_ATTACHMENT_OBJECT_NAME: GLenum; FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE: GLenum; FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE: GLenum; FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL: GLenum; FRAMEBUFFER_BINDING: GLenum; FRAMEBUFFER_COMPLETE: GLenum; FRAMEBUFFER_INCOMPLETE_ATTACHMENT: GLenum; FRAMEBUFFER_INCOMPLETE_DIMENSIONS: GLenum; FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT: GLenum; FRAMEBUFFER_UNSUPPORTED: GLenum; FRONT: GLenum; FRONT_AND_BACK: GLenum; FRONT_FACE: GLenum; FUNC_ADD: GLenum; FUNC_REVERSE_SUBTRACT: GLenum; FUNC_SUBTRACT: GLenum; GENERATE_MIPMAP_HINT: GLenum; GEQUAL: GLenum; GREATER: GLenum; GREEN_BITS: GLenum; HIGH_FLOAT: GLenum; HIGH_INT: GLenum; IMPLEMENTATION_COLOR_READ_FORMAT: GLenum; IMPLEMENTATION_COLOR_READ_TYPE: GLenum; INCR: GLenum; INCR_WRAP: GLenum; INT: GLenum; INT_VEC2: GLenum; INT_VEC3: GLenum; INT_VEC4: GLenum; INVALID_ENUM: GLenum; INVALID_FRAMEBUFFER_OPERATION: GLenum; INVALID_OPERATION: GLenum; INVALID_VALUE: GLenum; INVERT: GLenum; KEEP: GLenum; LEQUAL: GLenum; LESS: GLenum; LINEAR: GLenum; LINEAR_MIPMAP_LINEAR: GLenum; LINEAR_MIPMAP_NEAREST: GLenum; LINES: GLenum; LINE_LOOP: GLenum; LINE_STRIP: GLenum; LINE_WIDTH: GLenum; LINK_STATUS: GLenum; LOW_FLOAT: GLenum; LOW_INT: GLenum; LUMINANCE: GLenum; LUMINANCE_ALPHA: GLenum; MAX_COMBINED_TEXTURE_IMAGE_UNITS: GLenum; MAX_CUBE_MAP_TEXTURE_SIZE: GLenum; MAX_FRAGMENT_UNIFORM_VECTORS: GLenum; MAX_RENDERBUFFER_SIZE: GLenum; MAX_TEXTURE_IMAGE_UNITS: GLenum; MAX_TEXTURE_SIZE: GLenum; MAX_VARYING_VECTORS: GLenum; MAX_VERTEX_ATTRIBS: GLenum; MAX_VERTEX_TEXTURE_IMAGE_UNITS: GLenum; MAX_VERTEX_UNIFORM_VECTORS: GLenum; MAX_VIEWPORT_DIMS: GLenum; MEDIUM_FLOAT: GLenum; MEDIUM_INT: GLenum; MIRRORED_REPEAT: GLenum; NEAREST: GLenum; NEAREST_MIPMAP_LINEAR: GLenum; NEAREST_MIPMAP_NEAREST: GLenum; NEVER: GLenum; NICEST: GLenum; NONE: GLenum; NOTEQUAL: GLenum; NO_ERROR: GLenum; ONE: GLenum; ONE_MINUS_CONSTANT_ALPHA: GLenum; ONE_MINUS_CONSTANT_COLOR: GLenum; ONE_MINUS_DST_ALPHA: GLenum; ONE_MINUS_DST_COLOR: GLenum; ONE_MINUS_SRC_ALPHA: GLenum; ONE_MINUS_SRC_COLOR: GLenum; OUT_OF_MEMORY: GLenum; PACK_ALIGNMENT: GLenum; POINTS: GLenum; POLYGON_OFFSET_FACTOR: GLenum; POLYGON_OFFSET_FILL: GLenum; POLYGON_OFFSET_UNITS: GLenum; RED_BITS: GLenum; RENDERBUFFER: GLenum; RENDERBUFFER_ALPHA_SIZE: GLenum; RENDERBUFFER_BINDING: GLenum; RENDERBUFFER_BLUE_SIZE: GLenum; RENDERBUFFER_DEPTH_SIZE: GLenum; RENDERBUFFER_GREEN_SIZE: GLenum; RENDERBUFFER_HEIGHT: GLenum; RENDERBUFFER_INTERNAL_FORMAT: GLenum; RENDERBUFFER_RED_SIZE: GLenum; RENDERBUFFER_STENCIL_SIZE: GLenum; RENDERBUFFER_WIDTH: GLenum; RENDERER: GLenum; REPEAT: GLenum; REPLACE: GLenum; RGB: GLenum; RGB565: GLenum; RGB5_A1: GLenum; RGBA: GLenum; RGBA4: GLenum; SAMPLER_2D: GLenum; SAMPLER_CUBE: GLenum; SAMPLES: GLenum; SAMPLE_ALPHA_TO_COVERAGE: GLenum; SAMPLE_BUFFERS: GLenum; SAMPLE_COVERAGE: GLenum; SAMPLE_COVERAGE_INVERT: GLenum; SAMPLE_COVERAGE_VALUE: GLenum; SCISSOR_BOX: GLenum; SCISSOR_TEST: GLenum; SHADER_TYPE: GLenum; SHADING_LANGUAGE_VERSION: GLenum; SHORT: GLenum; SRC_ALPHA: GLenum; SRC_ALPHA_SATURATE: GLenum; SRC_COLOR: GLenum; STATIC_DRAW: GLenum; STENCIL_ATTACHMENT: GLenum; STENCIL_BACK_FAIL: GLenum; STENCIL_BACK_FUNC: GLenum; STENCIL_BACK_PASS_DEPTH_FAIL: GLenum; STENCIL_BACK_PASS_DEPTH_PASS: GLenum; STENCIL_BACK_REF: GLenum; STENCIL_BACK_VALUE_MASK: GLenum; STENCIL_BACK_WRITEMASK: GLenum; STENCIL_BITS: GLenum; STENCIL_BUFFER_BIT: GLenum; STENCIL_CLEAR_VALUE: GLenum; STENCIL_FAIL: GLenum; STENCIL_FUNC: GLenum; STENCIL_INDEX8: GLenum; STENCIL_PASS_DEPTH_FAIL: GLenum; STENCIL_PASS_DEPTH_PASS: GLenum; STENCIL_REF: GLenum; STENCIL_TEST: GLenum; STENCIL_VALUE_MASK: GLenum; STENCIL_WRITEMASK: GLenum; STREAM_DRAW: GLenum; SUBPIXEL_BITS: GLenum; TEXTURE: GLenum; TEXTURE0: GLenum; TEXTURE1: GLenum; TEXTURE10: GLenum; TEXTURE11: GLenum; TEXTURE12: GLenum; TEXTURE13: GLenum; TEXTURE14: GLenum; TEXTURE15: GLenum; TEXTURE16: GLenum; TEXTURE17: GLenum; TEXTURE18: GLenum; TEXTURE19: GLenum; TEXTURE2: GLenum; TEXTURE20: GLenum; TEXTURE21: GLenum; TEXTURE22: GLenum; TEXTURE23: GLenum; TEXTURE24: GLenum; TEXTURE25: GLenum; TEXTURE26: GLenum; TEXTURE27: GLenum; TEXTURE28: GLenum; TEXTURE29: GLenum; TEXTURE3: GLenum; TEXTURE30: GLenum; TEXTURE31: GLenum; TEXTURE4: GLenum; TEXTURE5: GLenum; TEXTURE6: GLenum; TEXTURE7: GLenum; TEXTURE8: GLenum; TEXTURE9: GLenum; TEXTURE_2D: GLenum; TEXTURE_BINDING_2D: GLenum; TEXTURE_BINDING_CUBE_MAP: GLenum; TEXTURE_CUBE_MAP: GLenum; TEXTURE_CUBE_MAP_NEGATIVE_X: GLenum; TEXTURE_CUBE_MAP_NEGATIVE_Y: GLenum; TEXTURE_CUBE_MAP_NEGATIVE_Z: GLenum; TEXTURE_CUBE_MAP_POSITIVE_X: GLenum; TEXTURE_CUBE_MAP_POSITIVE_Y: GLenum; TEXTURE_CUBE_MAP_POSITIVE_Z: GLenum; TEXTURE_MAG_FILTER: GLenum; TEXTURE_MIN_FILTER: GLenum; TEXTURE_WRAP_S: GLenum; TEXTURE_WRAP_T: GLenum; TRIANGLES: GLenum; TRIANGLE_FAN: GLenum; TRIANGLE_STRIP: GLenum; UNPACK_ALIGNMENT: GLenum; UNPACK_COLORSPACE_CONVERSION_WEBGL: GLenum; UNPACK_FLIP_Y_WEBGL: GLenum; UNPACK_PREMULTIPLY_ALPHA_WEBGL: GLenum; UNSIGNED_BYTE: GLenum; UNSIGNED_INT: GLenum; UNSIGNED_SHORT: GLenum; UNSIGNED_SHORT_4_4_4_4: GLenum; UNSIGNED_SHORT_5_5_5_1: GLenum; UNSIGNED_SHORT_5_6_5: GLenum; VALIDATE_STATUS: GLenum; VENDOR: GLenum; VERSION: GLenum; VERTEX_ATTRIB_ARRAY_BUFFER_BINDING: GLenum; VERTEX_ATTRIB_ARRAY_ENABLED: GLenum; VERTEX_ATTRIB_ARRAY_NORMALIZED: GLenum; VERTEX_ATTRIB_ARRAY_POINTER: GLenum; VERTEX_ATTRIB_ARRAY_SIZE: GLenum; VERTEX_ATTRIB_ARRAY_STRIDE: GLenum; VERTEX_ATTRIB_ARRAY_TYPE: GLenum; VERTEX_SHADER: GLenum; VIEWPORT: GLenum; ZERO: GLenum; prototype: WebGLRenderingContext }

Type declaration

WebGLSampler

WebGLSampler: { constructor: any; prototype: WebGLSampler }

Type declaration

  • constructor: function
    • Returns WebGLSampler

  • prototype: WebGLSampler

WebGLShader

WebGLShader: { constructor: any; prototype: WebGLShader }

Type declaration

  • constructor: function
    • Returns WebGLShader

  • prototype: WebGLShader

WebGLShaderPrecisionFormat

WebGLShaderPrecisionFormat: { constructor: any; prototype: WebGLShaderPrecisionFormat }

Type declaration

WebGLSync

WebGLSync: { constructor: any; prototype: WebGLSync }

Type declaration

  • constructor: function
    • Returns WebGLSync

  • prototype: WebGLSync

WebGLTexture

WebGLTexture: { constructor: any; prototype: WebGLTexture }

Type declaration

  • constructor: function
    • Returns WebGLTexture

  • prototype: WebGLTexture

WebGLTransformFeedback

WebGLTransformFeedback: { constructor: any; prototype: WebGLTransformFeedback }

Type declaration

WebGLUniformLocation

WebGLUniformLocation: { constructor: any; prototype: WebGLUniformLocation }

Type declaration

WebGLVertexArrayObject

WebGLVertexArrayObject: { constructor: any; prototype: WebGLVertexArrayObject }

Type declaration

WebKitCSSMatrix

WebKitCSSMatrix: typeof DOMMatrix

WebKitPoint

WebKitPoint: { constructor: any; prototype: WebKitPoint }

Type declaration

  • constructor: function
    • new __type(x?: undefined | number, y?: undefined | number): WebKitPoint
    • Parameters

      • Optional x: undefined | number
      • Optional y: undefined | number

      Returns WebKitPoint

  • prototype: WebKitPoint

WebSocket

WebSocket: { constructor: any; CLOSED: number; CLOSING: number; CONNECTING: number; OPEN: number; prototype: WebSocket }

Type declaration

  • constructor: function
    • new __type(url: string, protocols?: string | string[]): WebSocket
    • Parameters

      • url: string
      • Optional protocols: string | string[]

      Returns WebSocket

  • CLOSED: number
  • CLOSING: number
  • CONNECTING: number
  • OPEN: number
  • prototype: WebSocket

WheelEvent

WheelEvent: { constructor: any; DOM_DELTA_LINE: number; DOM_DELTA_PAGE: number; DOM_DELTA_PIXEL: number; prototype: WheelEvent }

Type declaration

  • constructor: function
    • Parameters

      Returns WheelEvent

  • DOM_DELTA_LINE: number
  • DOM_DELTA_PAGE: number
  • DOM_DELTA_PIXEL: number
  • prototype: WheelEvent

Window

Window: { constructor: any; prototype: Window }

Type declaration

  • constructor: function
    • Returns Window

  • prototype: Window

Worker

Worker: { constructor: any; prototype: Worker }

Type declaration

  • constructor: function
    • Parameters

      Returns Worker

  • prototype: Worker

Worklet

Worklet: { constructor: any; prototype: Worklet }

Type declaration

  • constructor: function
    • Returns Worklet

  • prototype: Worklet

WritableStream

WritableStream: { constructor: any; prototype: WritableStream }

Type declaration

XMLDocument

XMLDocument: { constructor: any; prototype: XMLDocument }

Type declaration

  • constructor: function
    • Returns XMLDocument

  • prototype: XMLDocument

XMLHttpRequest

XMLHttpRequest: { constructor: any; DONE: number; HEADERS_RECEIVED: number; LOADING: number; OPENED: number; UNSENT: number; prototype: XMLHttpRequest }

Type declaration

  • constructor: function
    • Returns XMLHttpRequest

  • DONE: number
  • HEADERS_RECEIVED: number
  • LOADING: number
  • OPENED: number
  • UNSENT: number
  • prototype: XMLHttpRequest

XMLHttpRequestEventTarget

XMLHttpRequestEventTarget: { constructor: any; prototype: XMLHttpRequestEventTarget }

Type declaration

XMLHttpRequestUpload

XMLHttpRequestUpload: { constructor: any; prototype: XMLHttpRequestUpload }

Type declaration

XMLSerializer

XMLSerializer: { constructor: any; prototype: XMLSerializer }

Type declaration

  • constructor: function
    • Returns XMLSerializer

  • prototype: XMLSerializer

XPathEvaluator

XPathEvaluator: { constructor: any; prototype: XPathEvaluator }

Type declaration

  • constructor: function
    • Returns XPathEvaluator

  • prototype: XPathEvaluator

XPathExpression

XPathExpression: { constructor: any; prototype: XPathExpression }

Type declaration

XPathResult

XPathResult: { constructor: any; ANY_TYPE: number; ANY_UNORDERED_NODE_TYPE: number; BOOLEAN_TYPE: number; FIRST_ORDERED_NODE_TYPE: number; NUMBER_TYPE: number; ORDERED_NODE_ITERATOR_TYPE: number; ORDERED_NODE_SNAPSHOT_TYPE: number; STRING_TYPE: number; UNORDERED_NODE_ITERATOR_TYPE: number; UNORDERED_NODE_SNAPSHOT_TYPE: number; prototype: XPathResult }

Type declaration

  • constructor: function
    • Returns XPathResult

  • ANY_TYPE: number
  • ANY_UNORDERED_NODE_TYPE: number
  • BOOLEAN_TYPE: number
  • FIRST_ORDERED_NODE_TYPE: number
  • NUMBER_TYPE: number
  • ORDERED_NODE_ITERATOR_TYPE: number
  • ORDERED_NODE_SNAPSHOT_TYPE: number
  • STRING_TYPE: number
  • UNORDERED_NODE_ITERATOR_TYPE: number
  • UNORDERED_NODE_SNAPSHOT_TYPE: number
  • prototype: XPathResult

XSLTProcessor

XSLTProcessor: { constructor: any; prototype: XSLTProcessor }

Type declaration

  • constructor: function
    • Returns XSLTProcessor

  • prototype: XSLTProcessor

applicationCache

applicationCache: ApplicationCache

caches

caches: CacheStorage

clientInformation

clientInformation: Navigator

closed

closed: boolean

console

console: Console

crypto

crypto: Crypto

customElements

customElements: CustomElementRegistry

defaultStatus

defaultStatus: string

devicePixelRatio

devicePixelRatio: number

doNotTrack

doNotTrack: string

document

document: Document

event

event: Event | undefined
deprecated

external

external: External
deprecated

frameElement

frameElement: Element

frames

frames: Window

history

history: History

indexedDB

indexedDB: IDBFactory

innerHeight

innerHeight: number

innerWidth

innerWidth: number

isSecureContext

isSecureContext: boolean

length

length: number

localStorage

localStorage: Storage

location

location: Location

locationbar

locationbar: BarProp

menubar

menubar: BarProp

msContentScript

msContentScript: ExtensionScriptApis

navigator

navigator: Navigator

offscreenBuffering

offscreenBuffering: string | boolean

onabort

onabort: ((this: Window, ev: UIEvent) => any) | null

Fires when the user aborts the download.

param

The event.

onafterprint

onafterprint: ((this: Window, ev: Event) => any) | null

onanimationcancel

onanimationcancel: ((this: Window, ev: AnimationEvent) => any) | null

onanimationend

onanimationend: ((this: Window, ev: AnimationEvent) => any) | null

onanimationiteration

onanimationiteration: ((this: Window, ev: AnimationEvent) => any) | null

onanimationstart

onanimationstart: ((this: Window, ev: AnimationEvent) => any) | null

onauxclick

onauxclick: ((this: Window, ev: MouseEvent) => any) | null

onbeforeprint

onbeforeprint: ((this: Window, ev: Event) => any) | null

onbeforeunload

onbeforeunload: ((this: Window, ev: BeforeUnloadEvent) => any) | null

onblur

onblur: ((this: Window, ev: FocusEvent) => any) | null

Fires when the object loses the input focus.

param

The focus event.

oncancel

oncancel: ((this: Window, ev: Event) => any) | null

oncanplay

oncanplay: ((this: Window, ev: Event) => any) | null

Occurs when playback is possible, but would require further buffering.

param

The event.

oncanplaythrough

oncanplaythrough: ((this: Window, ev: Event) => any) | null

onchange

onchange: ((this: Window, ev: Event) => any) | null

Fires when the contents of the object or selection have changed.

param

The event.

onclick

onclick: ((this: Window, ev: MouseEvent) => any) | null

Fires when the user clicks the left mouse button on the object

param

The mouse event.

onclose

onclose: ((this: Window, ev: Event) => any) | null

oncompassneedscalibration

oncompassneedscalibration: ((this: Window, ev: Event) => any) | null

oncontextmenu

oncontextmenu: ((this: Window, ev: MouseEvent) => any) | null

Fires when the user clicks the right mouse button in the client area, opening the context menu.

param

The mouse event.

oncuechange

oncuechange: ((this: Window, ev: Event) => any) | null

ondblclick

ondblclick: ((this: Window, ev: MouseEvent) => any) | null

Fires when the user double-clicks the object.

param

The mouse event.

ondevicelight

ondevicelight: ((this: Window, ev: DeviceLightEvent) => any) | null

ondevicemotion

ondevicemotion: ((this: Window, ev: DeviceMotionEvent) => any) | null

ondeviceorientation

ondeviceorientation: ((this: Window, ev: DeviceOrientationEvent) => any) | null

ondeviceorientationabsolute

ondeviceorientationabsolute: ((this: Window, ev: DeviceOrientationEvent) => any) | null

ondrag

ondrag: ((this: Window, ev: DragEvent) => any) | null

Fires on the source object continuously during a drag operation.

param

The event.

ondragend

ondragend: ((this: Window, ev: DragEvent) => any) | null

Fires on the source object when the user releases the mouse at the close of a drag operation.

param

The event.

ondragenter

ondragenter: ((this: Window, ev: DragEvent) => any) | null

Fires on the target element when the user drags the object to a valid drop target.

param

The drag event.

ondragexit

ondragexit: ((this: Window, ev: Event) => any) | null

ondragleave

ondragleave: ((this: Window, ev: DragEvent) => any) | null

Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation.

param

The drag event.

ondragover

ondragover: ((this: Window, ev: DragEvent) => any) | null

Fires on the target element continuously while the user drags the object over a valid drop target.

param

The event.

ondragstart

ondragstart: ((this: Window, ev: DragEvent) => any) | null

Fires on the source object when the user starts to drag a text selection or selected object.

param

The event.

ondrop

ondrop: ((this: Window, ev: DragEvent) => any) | null

ondurationchange

ondurationchange: ((this: Window, ev: Event) => any) | null

Occurs when the duration attribute is updated.

param

The event.

onemptied

onemptied: ((this: Window, ev: Event) => any) | null

Occurs when the media element is reset to its initial state.

param

The event.

onended

onended: ((this: Window, ev: Event) => any) | null

Occurs when the end of playback is reached.

param

The event

onerror

Fires when an error occurs during object loading.

param

The event.

onfocus

onfocus: ((this: Window, ev: FocusEvent) => any) | null

Fires when the object receives focus.

param

The event.

ongotpointercapture

ongotpointercapture: ((this: Window, ev: PointerEvent) => any) | null

onhashchange

onhashchange: ((this: Window, ev: HashChangeEvent) => any) | null

oninput

oninput: ((this: Window, ev: Event) => any) | null

oninvalid

oninvalid: ((this: Window, ev: Event) => any) | null

onkeydown

onkeydown: ((this: Window, ev: KeyboardEvent) => any) | null

Fires when the user presses a key.

param

The keyboard event

onkeypress

onkeypress: ((this: Window, ev: KeyboardEvent) => any) | null

Fires when the user presses an alphanumeric key.

param

The event.

onkeyup

onkeyup: ((this: Window, ev: KeyboardEvent) => any) | null

Fires when the user releases a key.

param

The keyboard event

onlanguagechange

onlanguagechange: ((this: Window, ev: Event) => any) | null

onload

onload: ((this: Window, ev: Event) => any) | null

Fires immediately after the browser loads the object.

param

The event.

onloadeddata

onloadeddata: ((this: Window, ev: Event) => any) | null

Occurs when media data is loaded at the current playback position.

param

The event.

onloadedmetadata

onloadedmetadata: ((this: Window, ev: Event) => any) | null

Occurs when the duration and dimensions of the media have been determined.

param

The event.

onloadend

onloadend: ((this: Window, ev: ProgressEvent) => any) | null

onloadstart

onloadstart: ((this: Window, ev: Event) => any) | null

Occurs when Internet Explorer begins looking for media data.

param

The event.

onlostpointercapture

onlostpointercapture: ((this: Window, ev: PointerEvent) => any) | null

onmessage

onmessage: ((this: Window, ev: MessageEvent) => any) | null

onmessageerror

onmessageerror: ((this: Window, ev: MessageEvent) => any) | null

onmousedown

onmousedown: ((this: Window, ev: MouseEvent) => any) | null

Fires when the user clicks the object with either mouse button.

param

The mouse event.

onmouseenter

onmouseenter: ((this: Window, ev: MouseEvent) => any) | null

onmouseleave

onmouseleave: ((this: Window, ev: MouseEvent) => any) | null

onmousemove

onmousemove: ((this: Window, ev: MouseEvent) => any) | null

Fires when the user moves the mouse over the object.

param

The mouse event.

onmouseout

onmouseout: ((this: Window, ev: MouseEvent) => any) | null

Fires when the user moves the mouse pointer outside the boundaries of the object.

param

The mouse event.

onmouseover

onmouseover: ((this: Window, ev: MouseEvent) => any) | null

Fires when the user moves the mouse pointer into the object.

param

The mouse event.

onmouseup

onmouseup: ((this: Window, ev: MouseEvent) => any) | null

Fires when the user releases a mouse button while the mouse is over the object.

param

The mouse event.

onmousewheel

onmousewheel: ((this: Window, ev: Event) => any) | null

onmsgesturechange

onmsgesturechange: ((this: Window, ev: Event) => any) | null

onmsgesturedoubletap

onmsgesturedoubletap: ((this: Window, ev: Event) => any) | null

onmsgestureend

onmsgestureend: ((this: Window, ev: Event) => any) | null

onmsgesturehold

onmsgesturehold: ((this: Window, ev: Event) => any) | null

onmsgesturestart

onmsgesturestart: ((this: Window, ev: Event) => any) | null

onmsgesturetap

onmsgesturetap: ((this: Window, ev: Event) => any) | null

onmsinertiastart

onmsinertiastart: ((this: Window, ev: Event) => any) | null

onmspointercancel

onmspointercancel: ((this: Window, ev: Event) => any) | null

onmspointerdown

onmspointerdown: ((this: Window, ev: Event) => any) | null

onmspointerenter

onmspointerenter: ((this: Window, ev: Event) => any) | null

onmspointerleave

onmspointerleave: ((this: Window, ev: Event) => any) | null

onmspointermove

onmspointermove: ((this: Window, ev: Event) => any) | null

onmspointerout

onmspointerout: ((this: Window, ev: Event) => any) | null

onmspointerover

onmspointerover: ((this: Window, ev: Event) => any) | null

onmspointerup

onmspointerup: ((this: Window, ev: Event) => any) | null

onoffline

onoffline: ((this: Window, ev: Event) => any) | null

ononline

ononline: ((this: Window, ev: Event) => any) | null

onorientationchange

onorientationchange: ((this: Window, ev: Event) => any) | null
deprecated

onpagehide

onpagehide: ((this: Window, ev: PageTransitionEvent) => any) | null

onpageshow

onpageshow: ((this: Window, ev: PageTransitionEvent) => any) | null

onpause

onpause: ((this: Window, ev: Event) => any) | null

Occurs when playback is paused.

param

The event.

onplay

onplay: ((this: Window, ev: Event) => any) | null

Occurs when the play method is requested.

param

The event.

onplaying

onplaying: ((this: Window, ev: Event) => any) | null

Occurs when the audio or video has started playing.

param

The event.

onpointercancel

onpointercancel: ((this: Window, ev: PointerEvent) => any) | null

onpointerdown

onpointerdown: ((this: Window, ev: PointerEvent) => any) | null

onpointerenter

onpointerenter: ((this: Window, ev: PointerEvent) => any) | null

onpointerleave

onpointerleave: ((this: Window, ev: PointerEvent) => any) | null

onpointermove

onpointermove: ((this: Window, ev: PointerEvent) => any) | null

onpointerout

onpointerout: ((this: Window, ev: PointerEvent) => any) | null

onpointerover

onpointerover: ((this: Window, ev: PointerEvent) => any) | null

onpointerup

onpointerup: ((this: Window, ev: PointerEvent) => any) | null

onpopstate

onpopstate: ((this: Window, ev: PopStateEvent) => any) | null

onprogress

onprogress: ((this: Window, ev: ProgressEvent) => any) | null

Occurs to indicate progress while downloading media data.

param

The event.

onratechange

onratechange: ((this: Window, ev: Event) => any) | null

Occurs when the playback rate is increased or decreased.

param

The event.

onreadystatechange

onreadystatechange: ((this: Window, ev: ProgressEvent<Window>) => any) | null

onrejectionhandled

onrejectionhandled: ((this: Window, ev: Event) => any) | null

onreset

onreset: ((this: Window, ev: Event) => any) | null

Fires when the user resets a form.

param

The event.

onresize

onresize: ((this: Window, ev: UIEvent) => any) | null

onscroll

onscroll: ((this: Window, ev: Event) => any) | null

Fires when the user repositions the scroll box in the scroll bar on the object.

param

The event.

onsecuritypolicyviolation

onsecuritypolicyviolation: ((this: Window, ev: SecurityPolicyViolationEvent) => any) | null

onseeked

onseeked: ((this: Window, ev: Event) => any) | null

Occurs when the seek operation ends.

param

The event.

onseeking

onseeking: ((this: Window, ev: Event) => any) | null

Occurs when the current playback position is moved.

param

The event.

onselect

onselect: ((this: Window, ev: Event) => any) | null

Fires when the current selection changes.

param

The event.

onselectionchange

onselectionchange: ((this: Window, ev: Event) => any) | null

onselectstart

onselectstart: ((this: Window, ev: Event) => any) | null

onstalled

onstalled: ((this: Window, ev: Event) => any) | null

Occurs when the download has stopped.

param

The event.

onstorage

onstorage: ((this: Window, ev: StorageEvent) => any) | null

onsubmit

onsubmit: ((this: Window, ev: Event) => any) | null

onsuspend

onsuspend: ((this: Window, ev: Event) => any) | null

Occurs if the load operation has been intentionally halted.

param

The event.

ontimeupdate

ontimeupdate: ((this: Window, ev: Event) => any) | null

Occurs to indicate the current playback position.

param

The event.

ontoggle

ontoggle: ((this: Window, ev: Event) => any) | null

ontouchcancel

ontouchcancel: ((this: Window, ev: TouchEvent) => any) | null

ontouchend

ontouchend: ((this: Window, ev: TouchEvent) => any) | null

ontouchmove

ontouchmove: ((this: Window, ev: TouchEvent) => any) | null

ontouchstart

ontouchstart: ((this: Window, ev: TouchEvent) => any) | null

ontransitioncancel

ontransitioncancel: ((this: Window, ev: TransitionEvent) => any) | null

ontransitionend

ontransitionend: ((this: Window, ev: TransitionEvent) => any) | null

ontransitionrun

ontransitionrun: ((this: Window, ev: TransitionEvent) => any) | null

ontransitionstart

ontransitionstart: ((this: Window, ev: TransitionEvent) => any) | null

onunhandledrejection

onunhandledrejection: ((this: Window, ev: PromiseRejectionEvent) => any) | null

onunload

onunload: ((this: Window, ev: Event) => any) | null

onvolumechange

onvolumechange: ((this: Window, ev: Event) => any) | null

Occurs when the volume is changed, or playback is muted or unmuted.

param

The event.

onvrdisplayactivate

onvrdisplayactivate: ((this: Window, ev: Event) => any) | null

onvrdisplayblur

onvrdisplayblur: ((this: Window, ev: Event) => any) | null

onvrdisplayconnect

onvrdisplayconnect: ((this: Window, ev: Event) => any) | null

onvrdisplaydeactivate

onvrdisplaydeactivate: ((this: Window, ev: Event) => any) | null

onvrdisplaydisconnect

onvrdisplaydisconnect: ((this: Window, ev: Event) => any) | null

onvrdisplayfocus

onvrdisplayfocus: ((this: Window, ev: Event) => any) | null

onvrdisplaypointerrestricted

onvrdisplaypointerrestricted: ((this: Window, ev: Event) => any) | null

onvrdisplaypointerunrestricted

onvrdisplaypointerunrestricted: ((this: Window, ev: Event) => any) | null

onvrdisplaypresentchange

onvrdisplaypresentchange: ((this: Window, ev: Event) => any) | null

onwaiting

onwaiting: ((this: Window, ev: Event) => any) | null

Occurs when playback stops because the next frame of a video resource is not available.

param

The event.

onwheel

onwheel: ((this: Window, ev: WheelEvent) => any) | null

opener

opener: any

orientation

orientation: string | number
deprecated

origin

origin: string

outerHeight

outerHeight: number

outerWidth

outerWidth: number

Const packageName

packageName: "azsdk-js-app-configuration" = "azsdk-js-app-configuration"

pageXOffset

pageXOffset: number

pageYOffset

pageYOffset: number

parent

parent: Window

performance

performance: Performance

personalbar

personalbar: BarProp

screen

screen: Screen

screenLeft

screenLeft: number

screenTop

screenTop: number

screenX

screenX: number

screenY

screenY: number

scrollX

scrollX: number

scrollY

scrollY: number

scrollbars

scrollbars: BarProp

self

self: Window & typeof globalThis

Const serializer

serializer: any = new coreHttp.Serializer(Mappers)

sessionStorage

sessionStorage: Storage

speechSynthesis

speechSynthesis: SpeechSynthesis

status

status: string

statusbar

statusbar: BarProp

styleMedia

styleMedia: StyleMedia

Const syncTokenRegex

syncTokenRegex: RegExp = /^([^=]+)=([^;]+);sn=(\d+)$/

toolbar

toolbar: BarProp

top

top: Window

webkitRTCPeerConnection

webkitRTCPeerConnection: { constructor: any; prototype: webkitRTCPeerConnection }

Type declaration

webkitURL

webkitURL: typeof URL

window

window: Window & typeof globalThis

Functions

addEventListener

  • Type parameters

    Parameters

    • type: K
    • listener: (this: Window, ev: WindowEventMap[K]) => any
        • (this: Window, ev: WindowEventMap[K]): any
        • Parameters

          • this: Window
          • ev: WindowEventMap[K]

          Returns any

    • Optional options: boolean | AddEventListenerOptions

    Returns void

  • Parameters

    Returns void

alert

  • alert(message?: any): void
  • Parameters

    • Optional message: any

    Returns void

atob

  • atob(encodedString: string): string
  • atob(data: string): string
  • Parameters

    • encodedString: string

    Returns string

  • Parameters

    • data: string

    Returns string

blur

  • blur(): void
  • Returns void

btoa

  • btoa(rawString: string): string
  • btoa(data: string): string
  • Parameters

    • rawString: string

    Returns string

  • Parameters

    • data: string

    Returns string

cancelAnimationFrame

  • cancelAnimationFrame(handle: number): void
  • Parameters

    • handle: number

    Returns void

captureEvents

  • captureEvents(): void
  • deprecated

    Returns void

clearInterval

  • clearInterval(handle?: undefined | number): void
  • Parameters

    • Optional handle: undefined | number

    Returns void

clearTimeout

  • clearTimeout(handle?: undefined | number): void
  • Parameters

    • Optional handle: undefined | number

    Returns void

close

  • close(): void
  • Returns void

confirm

  • confirm(message?: undefined | string): boolean
  • Parameters

    • Optional message: undefined | string

    Returns boolean

createImageBitmap

  • Parameters

    Returns Promise<ImageBitmap>

  • Parameters

    Returns Promise<ImageBitmap>

decodeURI

  • decodeURI(encodedURI: string): string
  • Gets the unencoded version of an encoded Uniform Resource Identifier (URI).

    Parameters

    • encodedURI: string

      A value representing an encoded URI.

    Returns string

decodeURIComponent

  • decodeURIComponent(encodedURIComponent: string): string
  • Gets the unencoded version of an encoded component of a Uniform Resource Identifier (URI).

    Parameters

    • encodedURIComponent: string

      A value representing an encoded URI component.

    Returns string

departFocus

  • Parameters

    Returns void

dispatchEvent

  • dispatchEvent(event: 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

    Returns boolean

encodeURI

  • encodeURI(uri: string): string
  • Encodes a text string as a valid Uniform Resource Identifier (URI)

    Parameters

    • uri: string

      A value representing an encoded URI.

    Returns string

encodeURIComponent

  • encodeURIComponent(uriComponent: string | number | boolean): string
  • Encodes a text string as a valid component of a Uniform Resource Identifier (URI).

    Parameters

    • uriComponent: string | number | boolean

      A value representing an encoded URI component.

    Returns string

escape

  • escape(string: string): string
  • Computes a new string in which certain characters have been replaced by a hexadecimal escape sequence.

    Parameters

    • string: string

      A string value

    Returns string

eval

  • eval(x: string): any
  • Evaluates JavaScript code and executes it.

    Parameters

    • x: string

      A String value that contains valid JavaScript code.

    Returns any

fetch

  • Parameters

    Returns Promise<Response>

focus

  • focus(): void
  • Returns void

getComputedStyle

  • Parameters

    • elt: Element
    • Optional pseudoElt: string | null

    Returns CSSStyleDeclaration

getMatchedCSSRules

  • Parameters

    • elt: Element
    • Optional pseudoElt: string | null

    Returns CSSRuleList

getSelection

  • Returns Selection | null

importScripts

  • importScripts(...urls: string[]): void
  • Parameters

    • Rest ...urls: string[]

    Returns void

isFinite

  • isFinite(number: number): boolean
  • Determines whether a supplied number is finite.

    Parameters

    • number: number

      Any numeric value.

    Returns boolean

isNaN

  • isNaN(number: number): boolean
  • Returns a Boolean value that indicates whether a value is the reserved value NaN (not a number).

    Parameters

    • number: number

      A numeric value.

    Returns boolean

isRestErrorWithHeaders

  • isRestErrorWithHeaders(err: any): err is RestErrorWithHeaders

makeConfigurationSettingEmpty

matchMedia

  • Parameters

    • query: string

    Returns MediaQueryList

moveBy

  • moveBy(x: number, y: number): void
  • Parameters

    • x: number
    • y: number

    Returns void

moveTo

  • moveTo(x: number, y: number): void
  • Parameters

    • x: number
    • y: number

    Returns void

msWriteProfilerMark

  • msWriteProfilerMark(profilerMarkName: string): void
  • Parameters

    • profilerMarkName: string

    Returns void

normalizeResponse

open

  • open(url?: undefined | string, target?: undefined | string, features?: undefined | string, replace?: undefined | false | true): Window | null
  • Parameters

    • Optional url: undefined | string
    • Optional target: undefined | string
    • Optional features: undefined | string
    • Optional replace: undefined | false | true

    Returns Window | null

parseFloat

  • parseFloat(string: string): number
  • Converts a string to a floating-point number.

    Parameters

    • string: string

      A string that contains a floating-point number.

    Returns number

parseInt

  • parseInt(s: string, radix?: undefined | number): number
  • Converts a string to an integer.

    Parameters

    • s: string

      A string to convert into a number.

    • Optional radix: undefined | number

      A value between 2 and 36 that specifies the base of the number in numString. If this argument is not supplied, strings with a prefix of '0x' are considered hexadecimal. All other strings are considered decimal.

    Returns number

postMessage

  • postMessage(message: any, targetOrigin: string, transfer?: Transferable[]): void
  • Parameters

    • message: any
    • targetOrigin: string
    • Optional transfer: Transferable[]

    Returns void

print

  • print(): void
  • Returns void

prompt

  • prompt(message?: undefined | string, _default?: undefined | string): string | null
  • Parameters

    • Optional message: undefined | string
    • Optional _default: undefined | string

    Returns string | null

queueMicrotask

  • queueMicrotask(callback: Function): void
  • Parameters

    Returns void

releaseEvents

  • releaseEvents(): void
  • deprecated

    Returns void

removeEventListener

  • Type parameters

    Parameters

    • type: K
    • listener: (this: Window, ev: WindowEventMap[K]) => any
        • (this: Window, ev: WindowEventMap[K]): any
        • Parameters

          • this: Window
          • ev: WindowEventMap[K]

          Returns any

    • Optional options: boolean | EventListenerOptions

    Returns void

  • Parameters

    Returns void

requestAnimationFrame

  • Parameters

    Returns number

resizeBy

  • resizeBy(x: number, y: number): void
  • Parameters

    • x: number
    • y: number

    Returns void

resizeTo

  • resizeTo(x: number, y: number): void
  • Parameters

    • x: number
    • y: number

    Returns void

scroll

  • scroll(options?: ScrollToOptions): void
  • scroll(x: number, y: number): void
  • Parameters

    Returns void

  • Parameters

    • x: number
    • y: number

    Returns void

scrollBy

  • scrollBy(options?: ScrollToOptions): void
  • scrollBy(x: number, y: number): void
  • Parameters

    Returns void

  • Parameters

    • x: number
    • y: number

    Returns void

scrollTo

  • scrollTo(options?: ScrollToOptions): void
  • scrollTo(x: number, y: number): void
  • Parameters

    Returns void

  • Parameters

    • x: number
    • y: number

    Returns void

setInterval

  • setInterval(handler: TimerHandler, timeout?: undefined | number, ...arguments: any[]): number
  • Parameters

    • handler: TimerHandler
    • Optional timeout: undefined | number
    • Rest ...arguments: any[]

    Returns number

setTimeout

  • setTimeout(handler: TimerHandler, timeout?: undefined | number, ...arguments: any[]): number
  • Parameters

    • handler: TimerHandler
    • Optional timeout: undefined | number
    • Rest ...arguments: any[]

    Returns number

stop

  • stop(): void
  • Returns void

toString

  • toString(): string
  • Returns string

unescape

  • unescape(string: string): string
  • Computes a new string in which hexadecimal escape sequences are replaced with the character that it represents.

    Parameters

    • string: string

      A string value

    Returns string

webkitCancelAnimationFrame

  • webkitCancelAnimationFrame(handle: number): void
  • Parameters

    • handle: number

    Returns void

webkitConvertPointFromNodeToPage

  • Parameters

    Returns WebKitPoint

webkitConvertPointFromPageToNode

  • Parameters

    Returns WebKitPoint

webkitRequestAnimationFrame

  • Parameters

    Returns number

Object literals

Const CheckKeyValueHeaders

CheckKeyValueHeaders: object

serializedName

serializedName: string = "checkkeyvalue-headers"

type

type: object

className

className: string = "CheckKeyValueHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "String"

syncToken

syncToken: object

serializedName

serializedName: string = "sync-token"

type

type: object

name

name: string = "String"

Const CheckKeyValuesHeaders

CheckKeyValuesHeaders: object

serializedName

serializedName: string = "checkkeyvalues-headers"

type

type: object

className

className: string = "CheckKeyValuesHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

syncToken

syncToken: object

serializedName

serializedName: string = "sync-token"

type

type: object

name

name: string = "String"

Const CheckKeysHeaders

CheckKeysHeaders: object

serializedName

serializedName: string = "checkkeys-headers"

type

type: object

className

className: string = "CheckKeysHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

syncToken

syncToken: object

serializedName

serializedName: string = "sync-token"

type

type: object

name

name: string = "String"

Const CheckLabelsHeaders

CheckLabelsHeaders: object

serializedName

serializedName: string = "checklabels-headers"

type

type: object

className

className: string = "CheckLabelsHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

syncToken

syncToken: object

serializedName

serializedName: string = "sync-token"

type

type: object

name

name: string = "String"

Const CheckRevisionsHeaders

CheckRevisionsHeaders: object

serializedName

serializedName: string = "checkrevisions-headers"

type

type: object

className

className: string = "CheckRevisionsHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

syncToken

syncToken: object

serializedName

serializedName: string = "sync-token"

type

type: object

name

name: string = "String"

Const DeleteKeyValueHeaders

DeleteKeyValueHeaders: object

serializedName

serializedName: string = "deletekeyvalue-headers"

type

type: object

className

className: string = "DeleteKeyValueHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

syncToken

syncToken: object

serializedName

serializedName: string = "sync-token"

type

type: object

name

name: string = "String"

Const DeleteLockHeaders

DeleteLockHeaders: object

serializedName

serializedName: string = "deletelock-headers"

type

type: object

className

className: string = "DeleteLockHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

syncToken

syncToken: object

serializedName

serializedName: string = "sync-token"

type

type: object

name

name: string = "String"

Const ErrorModel

ErrorModel: object

serializedName

serializedName: string = "Error"

type

type: object

className

className: string = "ErrorModel"

name

name: string = "Composite"

modelProperties

modelProperties: object

detail

detail: object

serializedName

serializedName: string = "detail"

type

type: object

name

name: string = "String"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

status

status: object

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "Number"

title

title: object

serializedName

serializedName: string = "title"

type

type: object

name

name: string = "String"

type

type: object

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const GetKeyValueHeaders

GetKeyValueHeaders: object

serializedName

serializedName: string = "getkeyvalue-headers"

type

type: object

className

className: string = "GetKeyValueHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

lastModifiedHeader

lastModifiedHeader: object

serializedName

serializedName: string = "last-modified"

type

type: object

name

name: string = "String"

syncToken

syncToken: object

serializedName

serializedName: string = "sync-token"

type

type: object

name

name: string = "String"

Const GetKeyValuesHeaders

GetKeyValuesHeaders: object

serializedName

serializedName: string = "getkeyvalues-headers"

type

type: object

className

className: string = "GetKeyValuesHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

syncToken

syncToken: object

serializedName

serializedName: string = "sync-token"

type

type: object

name

name: string = "String"

Const GetKeysHeaders

GetKeysHeaders: object

serializedName

serializedName: string = "getkeys-headers"

type

type: object

className

className: string = "GetKeysHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

syncToken

syncToken: object

serializedName

serializedName: string = "sync-token"

type

type: object

name

name: string = "String"

Const GetLabelsHeaders

GetLabelsHeaders: object

serializedName

serializedName: string = "getlabels-headers"

type

type: object

className

className: string = "GetLabelsHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

syncToken

syncToken: object

serializedName

serializedName: string = "sync-token"

type

type: object

name

name: string = "String"

Const GetRevisionsHeaders

GetRevisionsHeaders: object

serializedName

serializedName: string = "getrevisions-headers"

type

type: object

className

className: string = "GetRevisionsHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

syncToken

syncToken: object

serializedName

serializedName: string = "sync-token"

type

type: object

name

name: string = "String"

Const Key

Key: object

serializedName

serializedName: string = "Key"

type

type: object

className

className: string = "Key"

name

name: string = "Composite"

modelProperties

modelProperties: object

name

name: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

Const KeyListResult

KeyListResult: object

serializedName

serializedName: string = "KeyListResult"

type

type: object

className

className: string = "KeyListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

items

items: object

serializedName

serializedName: string = "items"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "Key"

name

name: string = "Composite"

nextLink

nextLink: object

serializedName

serializedName: string = "@nextLink"

type

type: object

name

name: string = "String"

Const KeyValue

KeyValue: object

serializedName

serializedName: string = "KeyValue"

type

type: object

className

className: string = "KeyValue"

name

name: string = "Composite"

modelProperties

modelProperties: object

contentType

contentType: object

serializedName

serializedName: string = "content_type"

type

type: object

name

name: string = "String"

etag

etag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

key

key: object

required

required: boolean = true

serializedName

serializedName: string = "key"

type

type: object

name

name: string = "String"

label

label: object

serializedName

serializedName: string = "label"

type

type: object

name

name: string = "String"

lastModified

lastModified: object

serializedName

serializedName: string = "last_modified"

type

type: object

name

name: string = "DateTime"

locked

locked: object

serializedName

serializedName: string = "locked"

type

type: object

name

name: string = "Boolean"

tags

tags: object

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "String"

Const KeyValueListResult

KeyValueListResult: object

serializedName

serializedName: string = "KeyValueListResult"

type

type: object

className

className: string = "KeyValueListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

items

items: object

serializedName

serializedName: string = "items"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "KeyValue"

name

name: string = "Composite"

nextLink

nextLink: object

serializedName

serializedName: string = "@nextLink"

type

type: object

name

name: string = "String"

Const Label

Label: object

serializedName

serializedName: string = "Label"

type

type: object

className

className: string = "Label"

name

name: string = "Composite"

modelProperties

modelProperties: object

name

name: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

Const LabelListResult

LabelListResult: object

serializedName

serializedName: string = "LabelListResult"

type

type: object

className

className: string = "LabelListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

items

items: object

serializedName

serializedName: string = "items"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "Label"

name

name: string = "Composite"

nextLink

nextLink: object

serializedName

serializedName: string = "@nextLink"

type

type: object

name

name: string = "String"

Const PutKeyValueHeaders

PutKeyValueHeaders: object

serializedName

serializedName: string = "putkeyvalue-headers"

type

type: object

className

className: string = "PutKeyValueHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

syncToken

syncToken: object

serializedName

serializedName: string = "sync-token"

type

type: object

name

name: string = "String"

Const PutLockHeaders

PutLockHeaders: object

serializedName

serializedName: string = "putlock-headers"

type

type: object

className

className: string = "PutLockHeaders"

name

name: string = "Composite"

modelProperties

modelProperties: object

eTag

eTag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

syncToken

syncToken: object

serializedName

serializedName: string = "sync-token"

type

type: object

name

name: string = "String"

Const acceptDatetime

acceptDatetime: object

parameterPath

parameterPath: string[] = ["options","acceptDatetime"]

mapper

mapper: object

serializedName

serializedName: string = "Accept-Datetime"

type

type: object

name

name: string = "String"

Const after

after: object

parameterPath

parameterPath: string[] = ["options","after"]

mapper

mapper: object

serializedName

serializedName: string = "After"

type

type: object

name

name: string = "String"

Const apiVersion

apiVersion: object = "1.0"

parameterPath

parameterPath: string = "apiVersion"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "api-version"

type

type: object

name

name: string = "String"

Const checkKeyValueOperationSpec

checkKeyValueOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.syncToken,Parameters.acceptDatetime,Parameters.ifMatch,Parameters.ifNoneMatch]

httpMethod

httpMethod: string = "HEAD"

path

path: string = "kv/{key}"

queryParameters

queryParameters: any[] = [Parameters.label,Parameters.apiVersion,Parameters.select]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.key1]

responses

responses: object

default

default: {}

Type declaration

200

200: object

headersMapper

headersMapper: any = Mappers.CheckKeyValueHeaders

304

304: object

headersMapper

headersMapper: any = Mappers.CheckKeyValueHeaders

Const checkKeyValuesOperationSpec

checkKeyValuesOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.syncToken,Parameters.acceptDatetime]

httpMethod

httpMethod: string = "HEAD"

path

path: string = "kv"

queryParameters

queryParameters: any[] = [Parameters.key0,Parameters.label,Parameters.apiVersion,Parameters.after,Parameters.select]

serializer

serializer: any

responses

responses: object

default

default: {}

Type declaration

200

200: object

headersMapper

headersMapper: any = Mappers.CheckKeyValuesHeaders

Const checkKeysOperationSpec

checkKeysOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.syncToken,Parameters.acceptDatetime]

httpMethod

httpMethod: string = "HEAD"

path

path: string = "keys"

queryParameters

queryParameters: any[] = [Parameters.name,Parameters.apiVersion,Parameters.after]

serializer

serializer: any

responses

responses: object

default

default: {}

Type declaration

200

200: object

headersMapper

headersMapper: any = Mappers.CheckKeysHeaders

Const checkLabelsOperationSpec

checkLabelsOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.syncToken,Parameters.acceptDatetime]

httpMethod

httpMethod: string = "HEAD"

path

path: string = "labels"

queryParameters

queryParameters: any[] = [Parameters.name,Parameters.apiVersion,Parameters.after,Parameters.select]

serializer

serializer: any

responses

responses: object

default

default: {}

Type declaration

200

200: object

headersMapper

headersMapper: any = Mappers.CheckLabelsHeaders

Const checkRevisionsOperationSpec

checkRevisionsOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.syncToken,Parameters.acceptDatetime]

httpMethod

httpMethod: string = "HEAD"

path

path: string = "revisions"

queryParameters

queryParameters: any[] = [Parameters.key0,Parameters.label,Parameters.apiVersion,Parameters.after,Parameters.select]

serializer

serializer: any

responses

responses: object

default

default: {}

Type declaration

200

200: object

headersMapper

headersMapper: any = Mappers.CheckRevisionsHeaders

Const deleteKeyValueOperationSpec

deleteKeyValueOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.syncToken,Parameters.ifMatch]

httpMethod

httpMethod: string = "DELETE"

path

path: string = "kv/{key}"

queryParameters

queryParameters: any[] = [Parameters.label,Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.key1]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.KeyValue

headersMapper

headersMapper: any = Mappers.DeleteKeyValueHeaders

204

204: object

headersMapper

headersMapper: any = Mappers.DeleteKeyValueHeaders

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorModel

Const deleteLockOperationSpec

deleteLockOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.syncToken,Parameters.ifMatch,Parameters.ifNoneMatch]

httpMethod

httpMethod: string = "DELETE"

path

path: string = "locks/{key}"

queryParameters

queryParameters: any[] = [Parameters.label,Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.key1]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.KeyValue

headersMapper

headersMapper: any = Mappers.DeleteLockHeaders

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorModel

Const deserializationContentTypes

deserializationContentTypes: object

json

json: string[] = ["application/vnd.microsoft.appconfig.kvset+json","application/vnd.microsoft.appconfig.kv+json","application/vnd.microsoft.appconfig.kvs+json","application/vnd.microsoft.appconfig.keyset+json","application/vnd.microsoft.appconfig.revs+json"]

Const getKeyValueOperationSpec

getKeyValueOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.syncToken,Parameters.acceptDatetime,Parameters.ifMatch,Parameters.ifNoneMatch]

httpMethod

httpMethod: string = "GET"

path

path: string = "kv/{key}"

queryParameters

queryParameters: any[] = [Parameters.label,Parameters.apiVersion,Parameters.select]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.key1]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.KeyValue

headersMapper

headersMapper: any = Mappers.GetKeyValueHeaders

304

304: object

headersMapper

headersMapper: any = Mappers.GetKeyValueHeaders

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorModel

Const getKeyValuesOperationSpec

getKeyValuesOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.syncToken,Parameters.acceptDatetime]

httpMethod

httpMethod: string = "GET"

path

path: string = "kv"

queryParameters

queryParameters: any[] = [Parameters.key0,Parameters.label,Parameters.apiVersion,Parameters.after,Parameters.select]

serializer

serializer: any

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.KeyValueListResult

headersMapper

headersMapper: any = Mappers.GetKeyValuesHeaders

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorModel

Const getKeysOperationSpec

getKeysOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.syncToken,Parameters.acceptDatetime]

httpMethod

httpMethod: string = "GET"

path

path: string = "keys"

queryParameters

queryParameters: any[] = [Parameters.name,Parameters.apiVersion,Parameters.after]

serializer

serializer: any

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.KeyListResult

headersMapper

headersMapper: any = Mappers.GetKeysHeaders

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorModel

Const getLabelsOperationSpec

getLabelsOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.syncToken,Parameters.acceptDatetime]

httpMethod

httpMethod: string = "GET"

path

path: string = "labels"

queryParameters

queryParameters: any[] = [Parameters.name,Parameters.apiVersion,Parameters.after,Parameters.select]

serializer

serializer: any

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.LabelListResult

headersMapper

headersMapper: any = Mappers.GetLabelsHeaders

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorModel

Const getRevisionsOperationSpec

getRevisionsOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.syncToken,Parameters.acceptDatetime]

httpMethod

httpMethod: string = "GET"

path

path: string = "revisions"

queryParameters

queryParameters: any[] = [Parameters.key0,Parameters.label,Parameters.apiVersion,Parameters.after,Parameters.select]

serializer

serializer: any

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.KeyValueListResult

headersMapper

headersMapper: any = Mappers.GetRevisionsHeaders

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorModel

Const ifMatch

ifMatch: object

parameterPath

parameterPath: string[] = ["options","ifMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-Match"

type

type: object

name

name: string = "String"

Const ifNoneMatch

ifNoneMatch: object

parameterPath

parameterPath: string[] = ["options","ifNoneMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-None-Match"

type

type: object

name

name: string = "String"

Const key0

key0: object

parameterPath

parameterPath: string[] = ["options","key"]

mapper

mapper: object

serializedName

serializedName: string = "key"

type

type: object

name

name: string = "String"

Const key1

key1: object

parameterPath

parameterPath: string = "key"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "key"

type

type: object

name

name: string = "String"

Const label

label: object

parameterPath

parameterPath: string[] = ["options","label"]

mapper

mapper: object

serializedName

serializedName: string = "label"

type

type: object

name

name: string = "String"

Const name

name: object

parameterPath

parameterPath: string[] = ["options","name"]

mapper

mapper: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

Const putKeyValueOperationSpec

putKeyValueOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.syncToken,Parameters.ifMatch,Parameters.ifNoneMatch]

httpMethod

httpMethod: string = "PUT"

path

path: string = "kv/{key}"

queryParameters

queryParameters: any[] = [Parameters.label,Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.key1]

requestBody

requestBody: object

mapper

mapper: any = Mappers.KeyValue

parameterPath

parameterPath: string[] = ["options","entity"]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.KeyValue

headersMapper

headersMapper: any = Mappers.PutKeyValueHeaders

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorModel

Const putLockOperationSpec

putLockOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.syncToken,Parameters.ifMatch,Parameters.ifNoneMatch]

httpMethod

httpMethod: string = "PUT"

path

path: string = "locks/{key}"

queryParameters

queryParameters: any[] = [Parameters.label,Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.key1]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.KeyValue

headersMapper

headersMapper: any = Mappers.PutLockHeaders

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorModel

Const select

select: object

collectionFormat

collectionFormat: any = coreHttp.QueryCollectionFormat.Csv

parameterPath

parameterPath: string[] = ["options","select"]

mapper

mapper: object

serializedName

serializedName: string = "$Select"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

Const syncToken

syncToken: object

parameterPath

parameterPath: string = "syncToken"

mapper

mapper: object

serializedName

serializedName: string = "Sync-Token"

type

type: object

name

name: string = "String"

Generated using TypeDoc