diff --git a/src/directory/apiReferences/amplify-js.json b/src/directory/apiReferences/amplify-js.json index 89dc8bff7a9..6e7c909d02d 100644 --- a/src/directory/apiReferences/amplify-js.json +++ b/src/directory/apiReferences/amplify-js.json @@ -1,304 +1,627 @@ { - "49840": { - "id": 49840, - "name": "AuthStandardAttributeKey", + "3018": { + "id": 3018, + "name": "analytics", "variant": "declaration", - "kind": 2097152, + "kind": 2, "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "address" - }, - { - "type": "literal", - "value": "birthdate" - }, - { - "type": "literal", - "value": "email_verified" - }, - { - "type": "literal", - "value": "family_name" - }, - { - "type": "literal", - "value": "gender" - }, - { - "type": "literal", - "value": "given_name" - }, - { - "type": "literal", - "value": "locale" - }, - { - "type": "literal", - "value": "middle_name" - }, - { - "type": "literal", - "value": "name" - }, - { - "type": "literal", - "value": "nickname" - }, - { - "type": "literal", - "value": "phone_number_verified" - }, - { - "type": "literal", - "value": "picture" - }, - { - "type": "literal", - "value": "preferred_username" - }, - { - "type": "literal", - "value": "profile" - }, - { - "type": "literal", - "value": "sub" - }, - { - "type": "literal", - "value": "updated_at" - }, - { - "type": "literal", - "value": "website" - }, - { - "type": "literal", - "value": "zoneinfo" - }, - { - "type": "reference", - "target": 49841, - "name": "AuthVerifiableAttributeKey", - "package": "@aws-amplify/core" - } - ] - } + "children": [], + "groups": [ + { + "title": "Type Aliases", + "children": [ + 3019, + 3020, + 3021 + ] + }, + { + "title": "Variables", + "children": [ + 3022, + 3026, + 3029, + 3032, + 3035, + 3039 + ] + } + ] }, - "49841": { - "id": 49841, - "name": "AuthVerifiableAttributeKey", + "3075": { + "id": 3075, + "name": "api", "variant": "declaration", - "kind": 2097152, + "kind": 2, "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "email" - }, - { - "type": "literal", - "value": "phone_number" - } - ] - } + "children": [ + { + "id": 3190, + "name": "generateClient", + "variant": "declaration", + "kind": 64, + "flags": {}, + "signatures": [ + 3191 + ] + } + ], + "groups": [ + { + "title": "Namespaces", + "children": [ + 3076 + ] + }, + { + "title": "Enumerations", + "children": [ + 3088, + 3097 + ] + }, + { + "title": "Classes", + "children": [ + 3103 + ] + }, + { + "title": "Interfaces", + "children": [ + 3125, + 3136, + 3140 + ] + }, + { + "title": "Type Aliases", + "children": [ + 3145, + 3147, + 3151, + 3153, + 3157 + ] + }, + { + "title": "Variables", + "children": [ + 3161, + 3162, + 3166, + 3170, + 3174, + 3178, + 3182, + 3186 + ] + }, + { + "title": "Functions", + "children": [ + 3190 + ] + } + ] }, - "49851": { - "id": 49851, - "name": "NonNullable", + "3190": { + "id": 3190, + "name": "generateClient", "variant": "declaration", - "kind": 2097152, - "flags": { - "isExternal": true - }, + "kind": 64, + "flags": {}, + "signatures": [ + 3191 + ] + }, + "3191": { + "id": 3191, + "name": "generateClient", + "variant": "signature", + "kind": 4096, + "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "Exclude null and undefined from T" + "text": "Generates an API client that can work with models or raw GraphQL" + } + ], + "blockTags": [ + { + "tag": "@returns", + "content": [ + { + "kind": "inline-tag", + "tag": "@link", + "text": "V6Client" + } + ] + }, + { + "tag": "@throws", + "content": [ + { + "kind": "inline-tag", + "tag": "@link", + "text": "Error" + }, + { + "kind": "text", + "text": " - Throws error when client cannot be generated due to configuration issues." + } + ] } ] }, "typeParameters": [ - 49852 + 3192, + 3193 + ], + "parameters": [ + 3194 ], "type": { - "type": "intersection", - "types": [ + "type": "reference", + "target": { + "packageName": "@aws-amplify/api-graphql", + "packagePath": "dist/esm/types/index.d.ts", + "qualifiedName": "V6Client" + }, + "typeArguments": [ { "type": "reference", - "target": 49852, + "target": 3192, "name": "T", - "package": "typescript", + "package": "@aws-amplify/api", "refersToTypeParameter": true }, { - "type": "reflection", - "declaration": { - "id": 49853, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - } - } + "type": "reference", + "target": 3193, + "name": "Options", + "package": "@aws-amplify/api", + "refersToTypeParameter": true } - ] + ], + "name": "V6Client", + "package": "@aws-amplify/api-graphql" } }, - "49852": { - "id": 49852, + "3192": { + "id": 3192, "name": "T", "variant": "typeParam", "kind": 131072, - "flags": { - "isExternal": true - } - }, - "49860": { - "id": 49860, - "name": "StorageAccessLevel", - "variant": "declaration", - "kind": 2097152, "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This may be removed in the next major version." - } - ] - } - ] - }, "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "guest" - }, + "type": "reference", + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Record" + }, + "typeArguments": [ { - "type": "literal", - "value": "protected" + "type": "intrinsic", + "name": "any" }, { - "type": "literal", - "value": "private" + "type": "intrinsic", + "name": "any" } - ] + ], + "name": "Record", + "package": "typescript" + }, + "default": { + "type": "intrinsic", + "name": "never" } }, - "49970": { - "id": 49970, - "name": "analytics", + "3193": { + "id": 3193, + "name": "Options", + "variant": "typeParam", + "kind": 131072, + "flags": {}, + "type": { + "type": "reference", + "target": { + "packageName": "@aws-amplify/api-graphql", + "packagePath": "dist/esm/internals/types.d.ts", + "qualifiedName": "CommonPublicClientOptions" + }, + "name": "CommonPublicClientOptions", + "package": "@aws-amplify/api-graphql" + }, + "default": { + "type": "reference", + "target": { + "packageName": "@aws-amplify/api-graphql", + "packagePath": "dist/esm/internals/types.d.ts", + "qualifiedName": "DefaultCommonClientOptions" + }, + "name": "DefaultCommonClientOptions", + "package": "@aws-amplify/api-graphql" + } + }, + "3194": { + "id": 3194, + "name": "options", + "variant": "param", + "kind": 32768, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 3193, + "name": "Options", + "package": "@aws-amplify/api", + "refersToTypeParameter": true + } + }, + "3234": { + "id": 3234, + "name": "auth", "variant": "declaration", "kind": 2, "flags": {}, "children": [ { - "id": 50039, - "name": "configureAutoTrack", + "id": 3370, + "name": "associateWebAuthnCredential", + "variant": "declaration", + "kind": 64, + "flags": {}, + "signatures": [ + 3371 + ] + }, + { + "id": 3372, + "name": "confirmResetPassword", + "variant": "declaration", + "kind": 64, + "flags": {}, + "signatures": [ + 3373 + ] + }, + { + "id": 3375, + "name": "confirmSignIn", + "variant": "declaration", + "kind": 64, + "flags": {}, + "signatures": [ + 3376 + ] + }, + { + "id": 3378, + "name": "confirmSignUp", + "variant": "declaration", + "kind": 64, + "flags": {}, + "signatures": [ + 3379 + ] + }, + { + "id": 3381, + "name": "confirmUserAttribute", + "variant": "declaration", + "kind": 64, + "flags": {}, + "signatures": [ + 3382 + ] + }, + { + "id": 3384, + "name": "decodeJWT", + "variant": "declaration", + "kind": 64, + "flags": {}, + "signatures": [ + 3385 + ] + }, + { + "id": 3387, + "name": "deleteUser", + "variant": "declaration", + "kind": 64, + "flags": {}, + "signatures": [ + 3388 + ] + }, + { + "id": 3389, + "name": "deleteUserAttributes", + "variant": "declaration", + "kind": 64, + "flags": {}, + "signatures": [ + 3390 + ] + }, + { + "id": 3392, + "name": "deleteWebAuthnCredential", + "variant": "declaration", + "kind": 64, + "flags": {}, + "signatures": [ + 3393 + ] + }, + { + "id": 3395, + "name": "fetchDevices", + "variant": "declaration", + "kind": 64, + "flags": {}, + "signatures": [ + 3396 + ] + }, + { + "id": 3397, + "name": "fetchMFAPreference", + "variant": "declaration", + "kind": 64, + "flags": {}, + "signatures": [ + 3398 + ] + }, + { + "id": 3399, + "name": "forgetDevice", + "variant": "declaration", + "kind": 64, + "flags": {}, + "signatures": [ + 3400 + ] + }, + { + "id": 3402, + "name": "listWebAuthnCredentials", + "variant": "declaration", + "kind": 64, + "flags": {}, + "signatures": [ + 3403 + ] + }, + { + "id": 3405, + "name": "rememberDevice", + "variant": "declaration", + "kind": 64, + "flags": {}, + "signatures": [ + 3406 + ] + }, + { + "id": 3407, + "name": "resendSignUpCode", + "variant": "declaration", + "kind": 64, + "flags": {}, + "signatures": [ + 3408 + ] + }, + { + "id": 3410, + "name": "resetPassword", + "variant": "declaration", + "kind": 64, + "flags": {}, + "signatures": [ + 3411 + ] + }, + { + "id": 3413, + "name": "setUpTOTP", + "variant": "declaration", + "kind": 64, + "flags": {}, + "signatures": [ + 3414 + ] + }, + { + "id": 3415, + "name": "signIn", + "variant": "declaration", + "kind": 64, + "flags": {}, + "signatures": [ + 3416 + ] + }, + { + "id": 3418, + "name": "signInWithRedirect", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ - 50040 + 3419 ] }, { - "id": 50042, - "name": "disable", + "id": 3421, + "name": "signOut", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ - 50043 + 3422 ] }, { - "id": 50044, - "name": "enable", + "id": 3424, + "name": "signUp", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ - 50045 + 3425 ] }, { - "id": 50046, - "name": "flushEvents", + "id": 3427, + "name": "updateMFAPreference", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ - 50047 + 3428 ] }, { - "id": 50048, - "name": "identifyUser", + "id": 3430, + "name": "updatePassword", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ - 50049 + 3431 ] }, { - "id": 50051, - "name": "record", + "id": 3433, + "name": "verifyTOTPSetup", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ - 50052 + 3434 ] } ], "groups": [ { - "title": "Modules", + "title": "Classes", + "children": [ + 3235 + ] + }, + { + "title": "Interfaces", "children": [ - 49971 + 3255, + 3260, + 3264, + 3268, + 3275, + 3278, + 3284, + 3286, + 3289, + 3292, + 3296, + 3299, + 3302, + 3308 ] }, { "title": "Type Aliases", "children": [ - 50036, - 50037, - 50038 + 3312, + 3314, + 3315, + 3316, + 3317, + 3318, + 3319, + 3320, + 3321, + 3322, + 3323, + 3324, + 3325, + 3326, + 3327, + 3328, + 3329, + 3330, + 3331, + 3332, + 3333, + 3334, + 3335, + 3336, + 3337, + 3338, + 3339, + 3340, + 3341, + 3342, + 3343, + 3344, + 3345, + 3346 ] }, { - "title": "Functions", + "title": "Variables", "children": [ - 50039, - 50042, - 50044, - 50046, - 50048, - 50051 + 3347, + 3348, + 3352, + 3355, + 3358, + 3362, + 3366 ] - } - ] - }, - "49972": { - "id": 49972, - "name": "AnalyticsIdentifyUserInput", + }, + { + "title": "Functions", + "children": [ + 3370, + 3372, + 3375, + 3378, + 3381, + 3384, + 3387, + 3389, + 3392, + 3395, + 3397, + 3399, + 3402, + 3405, + 3407, + 3410, + 3413, + 3415, + 3418, + 3421, + 3424, + 3427, + 3430, + 3433 + ] + } + ] + }, + "3268": { + "id": 3268, + "name": "AuthWebAuthnCredential", "variant": "declaration", "kind": 256, "flags": {}, @@ -306,161 +629,206 @@ "summary": [ { "kind": "text", - "text": "Input type for " - }, - { - "kind": "code", - "text": "`identifyUser`" - }, - { - "kind": "text", - "text": "." + "text": "Shape of a WebAuthn credential" } ] }, "children": [ - 49973, - 49974, - 49975 + 3269, + 3270, + 3271, + 3272, + 3273, + 3274 ], "groups": [ { "title": "Properties", "children": [ - 49973, - 49974, - 49975 + 3269, + 3270, + 3271, + 3272, + 3273, + 3274 ] } - ], - "typeParameters": [ - 49976 ] }, - "49973": { - "id": 49973, - "name": "options", + "3269": { + "id": 3269, + "name": "authenticatorAttachment", "variant": "declaration", "kind": 1024, "flags": { "isOptional": true }, - "comment": { - "summary": [ + "type": { + "type": "intrinsic", + "name": "string" + } + }, + "3270": { + "id": 3270, + "name": "authenticatorTransports", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "union", + "types": [ { - "kind": "text", - "text": "Options to be passed to the API." + "type": "array", + "elementType": { + "type": "intrinsic", + "name": "string" + } + }, + { + "type": "intrinsic", + "name": "undefined" } ] - }, - "type": { - "type": "reference", - "target": 49976, - "name": "ServiceOptions", - "package": "@aws-amplify/analytics", - "qualifiedName": "AnalyticsIdentifyUserInput.ServiceOptions", - "refersToTypeParameter": true } }, - "49974": { - "id": 49974, - "name": "userId", + "3271": { + "id": 3271, + "name": "createdAt", "variant": "declaration", "kind": 1024, "flags": {}, - "comment": { - "summary": [ + "type": { + "type": "union", + "types": [ { - "kind": "text", - "text": "A User ID associated to the current device." + "type": "reference", + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Date" + }, + "name": "Date", + "package": "typescript" + }, + { + "type": "intrinsic", + "name": "undefined" } ] - }, - "type": { - "type": "intrinsic", - "name": "string" } }, - "49975": { - "id": 49975, - "name": "userProfile", + "3272": { + "id": 3272, + "name": "credentialId", "variant": "declaration", "kind": 1024, "flags": {}, - "comment": { - "summary": [ + "type": { + "type": "union", + "types": [ { - "kind": "text", - "text": "Additional information about the user and their device." + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "undefined" } ] - }, + } + }, + "3273": { + "id": 3273, + "name": "friendlyCredentialName", + "variant": "declaration", + "kind": 1024, + "flags": {}, "type": { - "type": "reference", - "target": 49997, - "name": "UserProfile", - "package": "@aws-amplify/core" + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "undefined" + } + ] } }, - "49976": { - "id": 49976, - "name": "ServiceOptions", - "variant": "typeParam", - "kind": 131072, + "3274": { + "id": 3274, + "name": "relyingPartyId", + "variant": "declaration", + "kind": 1024, "flags": {}, "type": { - "type": "reference", - "target": 50033, - "name": "AnalyticsServiceOptions", - "package": "@aws-amplify/analytics" - }, - "default": { - "type": "reference", - "target": 50033, - "name": "AnalyticsServiceOptions", - "package": "@aws-amplify/analytics" + "type": "union", + "types": [ + { + "type": "intrinsic", + "name": "string" + }, + { + "type": "intrinsic", + "name": "undefined" + } + ] } }, - "49977": { - "id": 49977, - "name": "EventTrackingOptions", + "3284": { + "id": 3284, + "name": "DeleteWebAuthnCredentialInput", "variant": "declaration", "kind": 256, "flags": {}, "children": [ - 49978, - 49979, - 49980 + 3285 ], "groups": [ { "title": "Properties", "children": [ - 49978, - 49979, - 49980 + 3285 ] } ] }, - "49978": { - "id": 49978, - "name": "attributes", + "3285": { + "id": 3285, + "name": "credentialId", "variant": "declaration", "kind": 1024, - "flags": { - "isOptional": true - }, + "flags": {}, "type": { - "type": "reference", - "target": 50035, - "name": "TrackerAttributes", - "package": "@aws-amplify/analytics" + "type": "intrinsic", + "name": "string" } }, - "49979": { - "id": 49979, - "name": "events", + "3289": { + "id": 3289, + "name": "FetchMFAPreferenceOutput", + "variant": "declaration", + "kind": 256, + "flags": {}, + "children": [ + 3290, + 3291 + ], + "groups": [ + { + "title": "Properties", + "children": [ + 3290, + 3291 + ] + } + ] + }, + "3290": { + "id": 3290, + "name": "enabled", "variant": "declaration", "kind": 1024, "flags": { @@ -469,124 +837,91 @@ "type": { "type": "array", "elementType": { - "type": "typeOperator", - "operator": "keyof", + "type": "reference", "target": { - "type": "reference", - "target": 63330, - "name": "GlobalEventHandlersEventMap", - "package": "typescript" - } + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/types/models.d.ts", + "qualifiedName": "AuthMFAType" + }, + "name": "AuthMFAType", + "package": "@aws-amplify/auth" } } }, - "49980": { - "id": 49980, - "name": "selectorPrefix", + "3291": { + "id": 3291, + "name": "preferred", "variant": "declaration", "kind": 1024, "flags": { "isOptional": true }, "type": { - "type": "intrinsic", - "name": "string" + "type": "reference", + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/types/models.d.ts", + "qualifiedName": "AuthMFAType" + }, + "name": "AuthMFAType", + "package": "@aws-amplify/auth" } }, - "49981": { - "id": 49981, - "name": "PageViewTrackingOptions", + "3292": { + "id": 3292, + "name": "JWT", "variant": "declaration", "kind": 256, "flags": {}, "children": [ - 49982, - 49983, - 49984, - 49985 + 3293, + 3294 ], "groups": [ { "title": "Properties", "children": [ - 49982, - 49983, - 49984 + 3293 ] }, { "title": "Methods", "children": [ - 49985 + 3294 ] } ] }, - "49982": { - "id": 49982, - "name": "appType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "multiPage" - }, - { - "type": "literal", - "value": "singlePage" - } - ] - } - }, - "49983": { - "id": 49983, - "name": "attributes", + "3293": { + "id": 3293, + "name": "payload", "variant": "declaration", "kind": 1024, - "flags": { - "isOptional": true - }, + "flags": {}, "type": { "type": "reference", - "target": 50035, - "name": "TrackerAttributes", - "package": "@aws-amplify/analytics" - } - }, - "49984": { - "id": 49984, - "name": "eventName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" + "target": { + "packageName": "@aws-amplify/core", + "packagePath": "dist/esm/singleton/Auth/types.d.ts", + "qualifiedName": "JwtPayload" + }, + "name": "JwtPayload", + "package": "@aws-amplify/core" } }, - "49985": { - "id": 49985, - "name": "urlProvider", + "3294": { + "id": 3294, + "name": "toString", "variant": "declaration", "kind": 2048, - "flags": { - "isOptional": true - }, + "flags": {}, "signatures": [ - 49986 + 3295 ] }, - "49986": { - "id": 49986, - "name": "urlProvider", + "3295": { + "id": 3295, + "name": "toString", "variant": "signature", "kind": 4096, "flags": {}, @@ -595,195 +930,150 @@ "name": "string" } }, - "49987": { - "id": 49987, - "name": "PinpointAnalyticsEvent", + "3296": { + "id": 3296, + "name": "ListWebAuthnCredentialsInput", "variant": "declaration", "kind": 256, "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Input type for Cognito listWebAuthnCredentials API." + } + ] + }, "children": [ - 49988, - 49989, - 49990 + 3297, + 3298 ], "groups": [ { "title": "Properties", "children": [ - 49988, - 49989, - 49990 + 3297, + 3298 ] } ] }, - "49988": { - "id": 49988, - "name": "attributes", + "3297": { + "id": 3297, + "name": "nextToken", "variant": "declaration", "kind": 1024, "flags": { "isOptional": true }, "type": { - "type": "reference", - "target": 56708, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "Record", - "package": "typescript" + "type": "intrinsic", + "name": "string" } }, - "49989": { - "id": 49989, - "name": "metrics", + "3298": { + "id": 3298, + "name": "pageSize", "variant": "declaration", "kind": 1024, "flags": { "isOptional": true }, - "type": { - "type": "reference", - "target": 56708, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "number" - } - ], - "name": "Record", - "package": "typescript" - } - }, - "49990": { - "id": 49990, - "name": "name", - "variant": "declaration", - "kind": 1024, - "flags": {}, "type": { "type": "intrinsic", - "name": "string" + "name": "number" } }, - "49991": { - "id": 49991, - "name": "PinpointServiceOptions", + "3299": { + "id": 3299, + "name": "ListWebAuthnCredentialsOutput", "variant": "declaration", "kind": 256, "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Output type for Cognito listWebAuthnCredentials API." + } + ] + }, "children": [ - 49992, - 49993, - 49994 + 3300, + 3301 ], "groups": [ { "title": "Properties", "children": [ - 49992, - 49993, - 49994 + 3300, + 3301 ] } ] }, - "49992": { - "id": 49992, - "name": "address", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "49993": { - "id": 49993, - "name": "optOut", + "3300": { + "id": 3300, + "name": "credentials", "variant": "declaration", "kind": 1024, - "flags": { - "isOptional": true - }, + "flags": {}, "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "ALL" - }, - { - "type": "literal", - "value": "NONE" - } - ] + "type": "array", + "elementType": { + "type": "reference", + "target": 3268, + "name": "AuthWebAuthnCredential", + "package": "@aws-amplify/auth" + } } }, - "49994": { - "id": 49994, - "name": "userAttributes", + "3301": { + "id": 3301, + "name": "nextToken", "variant": "declaration", "kind": 1024, "flags": { "isOptional": true }, "type": { - "type": "reference", - "target": 56708, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - ], - "name": "Record", - "package": "typescript" + "type": "intrinsic", + "name": "string" } }, - "49995": { - "id": 49995, - "name": "SessionTrackingOptions", + "3308": { + "id": 3308, + "name": "UpdateMFAPreferenceInput", "variant": "declaration", "kind": 256, "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Input type for Cognito updateMFAPreference API." + } + ] + }, "children": [ - 49996 + 3309, + 3310, + 3311 ], "groups": [ { "title": "Properties", "children": [ - 49996 + 3309, + 3310, + 3311 ] } ] }, - "49996": { - "id": 49996, - "name": "attributes", + "3309": { + "id": 3309, + "name": "email", "variant": "declaration", "kind": 1024, "flags": { @@ -791,44 +1081,18 @@ }, "type": { "type": "reference", - "target": 50035, - "name": "TrackerAttributes", - "package": "@aws-amplify/analytics" + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/providers/cognito/types/models.d.ts", + "qualifiedName": "MFAPreference" + }, + "name": "MFAPreference", + "package": "@aws-amplify/auth" } }, - "49997": { - "id": 49997, - "name": "UserProfile", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 49998, - 49999, - 50009, - 50010, - 50018, - 50019, - 50020 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 49998, - 49999, - 50009, - 50010, - 50018, - 50019, - 50020 - ] - } - ] - }, - "49998": { - "id": 49998, - "name": "customProperties", + "3310": { + "id": 3310, + "name": "sms", "variant": "declaration", "kind": 1024, "flags": { @@ -836,357 +1100,345 @@ }, "type": { "type": "reference", - "target": 56708, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - ], - "name": "Record", - "package": "typescript" + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/providers/cognito/types/models.d.ts", + "qualifiedName": "MFAPreference" + }, + "name": "MFAPreference", + "package": "@aws-amplify/auth" } }, - "49999": { - "id": 49999, - "name": "demographic", + "3311": { + "id": 3311, + "name": "totp", "variant": "declaration", "kind": 1024, "flags": { "isOptional": true }, "type": { - "type": "reflection", - "declaration": { - "id": 50000, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - 50001, - 50002, - 50003, - 50004, - 50005, - 50006, - 50007, - 50008 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 50001, - 50002, - 50003, - 50004, - 50005, - 50006, - 50007, - 50008 - ] - } - ] - } + "type": "reference", + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/providers/cognito/types/models.d.ts", + "qualifiedName": "MFAPreference" + }, + "name": "MFAPreference", + "package": "@aws-amplify/auth" } }, - "50001": { - "id": 50001, - "name": "appVersion", + "3314": { + "id": 3314, + "name": "ConfirmResetPasswordInput", "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true + "kind": 2097152, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Input type for Cognito confirmResetPassword API." + } + ] }, "type": { - "type": "intrinsic", - "name": "string" + "type": "reference", + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/types/inputs.d.ts", + "qualifiedName": "AuthConfirmResetPasswordInput" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/providers/cognito/types/options.d.ts", + "qualifiedName": "ConfirmResetPasswordOptions" + }, + "name": "ConfirmResetPasswordOptions", + "package": "@aws-amplify/auth" + } + ], + "name": "AuthConfirmResetPasswordInput", + "package": "@aws-amplify/auth" } }, - "50002": { - "id": 50002, - "name": "locale", + "3315": { + "id": 3315, + "name": "ConfirmSignInInput", "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true + "kind": 2097152, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Input type for Cognito confirmSignIn API." + } + ] }, "type": { - "type": "intrinsic", - "name": "string" + "type": "reference", + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/types/inputs.d.ts", + "qualifiedName": "AuthConfirmSignInInput" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/providers/cognito/types/options.d.ts", + "qualifiedName": "ConfirmSignInOptions" + }, + "name": "ConfirmSignInOptions", + "package": "@aws-amplify/auth" + } + ], + "name": "AuthConfirmSignInInput", + "package": "@aws-amplify/auth" } }, - "50003": { - "id": 50003, - "name": "make", + "3316": { + "id": 3316, + "name": "ConfirmSignInOutput", "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true + "kind": 2097152, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Output type for Cognito confirmSignIn API." + } + ] }, "type": { - "type": "intrinsic", - "name": "string" + "type": "reference", + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/types/outputs.d.ts", + "qualifiedName": "AuthSignInOutput" + }, + "name": "AuthSignInOutput", + "package": "@aws-amplify/auth" } }, - "50004": { - "id": 50004, - "name": "model", + "3317": { + "id": 3317, + "name": "ConfirmSignUpInput", "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true + "kind": 2097152, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Input type for Cognito confirmSignUp API." + } + ] }, "type": { - "type": "intrinsic", - "name": "string" + "type": "reference", + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/types/inputs.d.ts", + "qualifiedName": "AuthConfirmSignUpInput" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/providers/cognito/types/options.d.ts", + "qualifiedName": "ConfirmSignUpOptions" + }, + "name": "ConfirmSignUpOptions", + "package": "@aws-amplify/auth" + } + ], + "name": "AuthConfirmSignUpInput", + "package": "@aws-amplify/auth" } }, - "50005": { - "id": 50005, - "name": "modelVersion", + "3318": { + "id": 3318, + "name": "ConfirmSignUpOutput", "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true + "kind": 2097152, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Output type for Cognito confirmSignUp API." + } + ] }, "type": { - "type": "intrinsic", - "name": "string" + "type": "reference", + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/types/outputs.d.ts", + "qualifiedName": "AuthSignUpOutput" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "packageName": "@aws-amplify/core", + "packagePath": "dist/esm/singleton/Auth/types.d.ts", + "qualifiedName": "AuthVerifiableAttributeKey" + }, + "name": "AuthVerifiableAttributeKey", + "package": "@aws-amplify/core" + } + ], + "name": "AuthSignUpOutput", + "package": "@aws-amplify/auth" } }, - "50006": { - "id": 50006, - "name": "platform", + "3319": { + "id": 3319, + "name": "ConfirmUserAttributeInput", "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true + "kind": 2097152, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Input type for Cognito confirmUserAttribute API." + } + ] }, "type": { - "type": "intrinsic", - "name": "string" + "type": "reference", + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/types/inputs.d.ts", + "qualifiedName": "AuthConfirmUserAttributeInput" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "packageName": "@aws-amplify/core", + "packagePath": "dist/esm/singleton/Auth/types.d.ts", + "qualifiedName": "AuthVerifiableAttributeKey" + }, + "name": "AuthVerifiableAttributeKey", + "package": "@aws-amplify/core" + } + ], + "name": "AuthConfirmUserAttributeInput", + "package": "@aws-amplify/auth" } }, - "50007": { - "id": 50007, - "name": "platformVersion", + "3320": { + "id": 3320, + "name": "DeleteUserAttributesInput", "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true + "kind": 2097152, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Input type for Cognito deleteUserAttributes API." + } + ] }, "type": { - "type": "intrinsic", - "name": "string" + "type": "reference", + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/types/inputs.d.ts", + "qualifiedName": "AuthDeleteUserAttributesInput" + }, + "typeArguments": [ + { + "type": "reference", + "target": 3344, + "name": "UserAttributeKey", + "package": "@aws-amplify/auth" + } + ], + "name": "AuthDeleteUserAttributesInput", + "package": "@aws-amplify/auth" } }, - "50008": { - "id": 50008, - "name": "timezone", + "3321": { + "id": 3321, + "name": "FetchDevicesOutput", "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true + "kind": 2097152, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Output type for Cognito fetchDevices API." + } + ] }, "type": { - "type": "intrinsic", - "name": "string" + "type": "array", + "elementType": { + "type": "reference", + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/providers/cognito/types/models.d.ts", + "qualifiedName": "AWSAuthDevice" + }, + "name": "AWSAuthDevice", + "package": "@aws-amplify/auth" + } } }, - "50009": { - "id": 50009, - "name": "email", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "50010": { - "id": 50010, - "name": "location", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 50011, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - 50012, - 50013, - 50014, - 50015, - 50016, - 50017 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 50012, - 50013, - 50014, - 50015, - 50016, - 50017 - ] - } - ] - } - } - }, - "50012": { - "id": 50012, - "name": "city", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "50013": { - "id": 50013, - "name": "country", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "50014": { - "id": 50014, - "name": "latitude", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "50015": { - "id": 50015, - "name": "longitude", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "50016": { - "id": 50016, - "name": "postalCode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "50017": { - "id": 50017, - "name": "region", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "50018": { - "id": 50018, - "name": "metrics", + "3326": { + "id": 3326, + "name": "ResendSignUpCodeInput", "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true + "kind": 2097152, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Input type for Cognito resendSignUpCode API." + } + ] }, "type": { "type": "reference", - "target": 56708, + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/types/inputs.d.ts", + "qualifiedName": "AuthResendSignUpCodeInput" + }, "typeArguments": [ { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "number" + "type": "reference", + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/providers/cognito/types/options.d.ts", + "qualifiedName": "ResendSignUpCodeOptions" + }, + "name": "ResendSignUpCodeOptions", + "package": "@aws-amplify/auth" } ], - "name": "Record", - "package": "typescript" - } - }, - "50019": { - "id": 50019, - "name": "name", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "50020": { - "id": 50020, - "name": "plan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" + "name": "AuthResendSignUpCodeInput", + "package": "@aws-amplify/auth" } }, - "50021": { - "id": 50021, - "name": "AnalyticsConfigureAutoTrackInput", + "3327": { + "id": 3327, + "name": "ResendSignUpCodeOutput", "variant": "declaration", "kind": 2097152, "flags": {}, @@ -1194,293 +1446,172 @@ "summary": [ { "kind": "text", - "text": "Input type for " - }, - { - "kind": "code", - "text": "`configureAutoTrack`" - }, - { - "kind": "text", - "text": "." + "text": "Output type for Cognito resendSignUpCode API." } ] }, "type": { - "type": "intersection", - "types": [ - { - "type": "reflection", - "declaration": { - "id": 50022, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 50023, - "name": "enable", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "boolean" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 50023 - ] - } - ] - } - }, + "type": "reference", + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/types/models.d.ts", + "qualifiedName": "AuthCodeDeliveryDetails" + }, + "typeArguments": [ { - "type": "union", - "types": [ - { - "type": "reflection", - "declaration": { - "id": 50024, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 50025, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 49995, - "name": "SessionTrackingOptions", - "package": "@aws-amplify/analytics" - } - }, - { - "id": 50026, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "literal", - "value": "session" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 50025, - 50026 - ] - } - ] - } - }, - { - "type": "reflection", - "declaration": { - "id": 50027, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 50028, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 49981, - "name": "PageViewTrackingOptions", - "package": "@aws-amplify/analytics" - } - }, - { - "id": 50029, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "literal", - "value": "pageView" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 50028, - 50029 - ] - } - ] - } - }, - { - "type": "reflection", - "declaration": { - "id": 50030, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 50031, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 49977, - "name": "EventTrackingOptions", - "package": "@aws-amplify/analytics" - } - }, - { - "id": 50032, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "literal", - "value": "event" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 50031, - 50032 - ] - } - ] - } - } - ] + "type": "reference", + "target": { + "packageName": "@aws-amplify/core", + "packagePath": "dist/esm/singleton/Auth/types.d.ts", + "qualifiedName": "AuthVerifiableAttributeKey" + }, + "name": "AuthVerifiableAttributeKey", + "package": "@aws-amplify/core" } - ] + ], + "name": "AuthCodeDeliveryDetails", + "package": "@aws-amplify/auth" } }, - "50023": { - "id": 50023, - "name": "enable", + "3328": { + "id": 3328, + "name": "ResetPasswordInput", "variant": "declaration", - "kind": 1024, + "kind": 2097152, "flags": {}, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "50025": { - "id": 50025, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true + "comment": { + "summary": [ + { + "kind": "text", + "text": "Input type for Cognito resetPassword API." + } + ] }, "type": { "type": "reference", - "target": 49995, - "name": "SessionTrackingOptions", - "package": "@aws-amplify/analytics" + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/types/inputs.d.ts", + "qualifiedName": "AuthResetPasswordInput" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/providers/cognito/types/options.d.ts", + "qualifiedName": "ResetPasswordOptions" + }, + "name": "ResetPasswordOptions", + "package": "@aws-amplify/auth" + } + ], + "name": "AuthResetPasswordInput", + "package": "@aws-amplify/auth" } }, - "50026": { - "id": 50026, - "name": "type", + "3329": { + "id": 3329, + "name": "ResetPasswordOutput", "variant": "declaration", - "kind": 1024, + "kind": 2097152, "flags": {}, - "type": { - "type": "literal", - "value": "session" - } - }, - "50028": { - "id": 50028, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true + "comment": { + "summary": [ + { + "kind": "text", + "text": "Output type for Cognito resetPassword API." + } + ] }, "type": { "type": "reference", - "target": 49981, - "name": "PageViewTrackingOptions", - "package": "@aws-amplify/analytics" + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/types/outputs.d.ts", + "qualifiedName": "AuthResetPasswordOutput" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "packageName": "@aws-amplify/core", + "packagePath": "dist/esm/singleton/Auth/types.d.ts", + "qualifiedName": "AuthVerifiableAttributeKey" + }, + "name": "AuthVerifiableAttributeKey", + "package": "@aws-amplify/core" + } + ], + "name": "AuthResetPasswordOutput", + "package": "@aws-amplify/auth" } }, - "50029": { - "id": 50029, - "name": "type", + "3333": { + "id": 3333, + "name": "SignInInput", "variant": "declaration", - "kind": 1024, + "kind": 2097152, "flags": {}, - "type": { - "type": "literal", - "value": "pageView" - } - }, - "50031": { - "id": 50031, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true + "comment": { + "summary": [ + { + "kind": "text", + "text": "Input type for Cognito signIn API." + } + ] }, "type": { "type": "reference", - "target": 49977, - "name": "EventTrackingOptions", - "package": "@aws-amplify/analytics" + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/types/inputs.d.ts", + "qualifiedName": "AuthSignInInput" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/providers/cognito/types/options.d.ts", + "qualifiedName": "SignInOptions" + }, + "name": "SignInOptions", + "package": "@aws-amplify/auth" + } + ], + "name": "AuthSignInInput", + "package": "@aws-amplify/auth" } }, - "50032": { - "id": 50032, - "name": "type", + "3334": { + "id": 3334, + "name": "SignInOutput", "variant": "declaration", - "kind": 1024, + "kind": 2097152, "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Output type for Cognito signIn API." + } + ] + }, "type": { - "type": "literal", - "value": "event" + "type": "reference", + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/types/outputs.d.ts", + "qualifiedName": "AuthSignInOutput" + }, + "name": "AuthSignInOutput", + "package": "@aws-amplify/auth" } }, - "50033": { - "id": 50033, - "name": "AnalyticsServiceOptions", + "3337": { + "id": 3337, + "name": "SignUpInput", "variant": "declaration", "kind": 2097152, "flags": {}, @@ -1488,30 +1619,44 @@ "summary": [ { "kind": "text", - "text": "Base type for service options." + "text": "Input type for Cognito signUp API." } ] }, "type": { "type": "reference", - "target": 56708, + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/types/inputs.d.ts", + "qualifiedName": "AuthSignUpInput" + }, "typeArguments": [ { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "unknown" + "type": "reference", + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/providers/cognito/types/options.d.ts", + "qualifiedName": "SignUpOptions" + }, + "typeArguments": [ + { + "type": "reference", + "target": 3344, + "name": "UserAttributeKey", + "package": "@aws-amplify/auth" + } + ], + "name": "SignUpOptions", + "package": "@aws-amplify/auth" } ], - "name": "Record", - "package": "typescript" + "name": "AuthSignUpInput", + "package": "@aws-amplify/auth" } }, - "50034": { - "id": 50034, - "name": "IdentifyUserOptions", + "3338": { + "id": 3338, + "name": "SignUpOutput", "variant": "declaration", "kind": 2097152, "flags": {}, @@ -1519,55 +1664,76 @@ "summary": [ { "kind": "text", - "text": "Options specific to Pinpoint identityUser." + "text": "Output type for Cognito signUp API." } ] }, "type": { "type": "reference", - "target": 56704, + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/types/outputs.d.ts", + "qualifiedName": "AuthSignUpOutput" + }, "typeArguments": [ { "type": "reference", - "target": 49991, - "name": "PinpointServiceOptions", + "target": { + "packageName": "@aws-amplify/core", + "packagePath": "dist/esm/singleton/Auth/types.d.ts", + "qualifiedName": "AuthVerifiableAttributeKey" + }, + "name": "AuthVerifiableAttributeKey", "package": "@aws-amplify/core" - }, - { - "type": "literal", - "value": "userAttributes" } ], - "name": "Pick", - "package": "typescript" + "name": "AuthSignUpOutput", + "package": "@aws-amplify/auth" } }, - "50035": { - "id": 50035, - "name": "TrackerAttributes", + "3344": { + "id": 3344, + "name": "UserAttributeKey", "variant": "declaration", "kind": 2097152, "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The user attribute types available for Cognito." + } + ] + }, "type": { - "type": "reference", - "target": 56708, - "typeArguments": [ + "type": "union", + "types": [ { - "type": "intrinsic", - "name": "string" + "type": "reference", + "target": { + "packageName": "@aws-amplify/core", + "packagePath": "dist/esm/singleton/Auth/types.d.ts", + "qualifiedName": "AuthStandardAttributeKey" + }, + "name": "AuthStandardAttributeKey", + "package": "@aws-amplify/core" }, { - "type": "intrinsic", - "name": "string" + "type": "reference", + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/providers/cognito/types/models.d.ts", + "qualifiedName": "CustomAttribute" + }, + "name": "CustomAttribute", + "package": "@aws-amplify/auth" } - ], - "name": "Record", - "package": "typescript" + ] } }, - "50037": { - "id": 50037, - "name": "IdentifyUserInput", + "3346": { + "id": 3346, + "name": "VerifyTOTPSetupInput", "variant": "declaration", "kind": 2097152, "flags": {}, @@ -1575,38 +1741,46 @@ "summary": [ { "kind": "text", - "text": "Input type for Pinpoint identifyUser API." + "text": "Input type for Cognito verifyTOTPSetup API." } ] }, "type": { "type": "reference", - "target": 49972, + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/types/inputs.d.ts", + "qualifiedName": "AuthVerifyTOTPSetupInput" + }, "typeArguments": [ { "type": "reference", - "target": 50034, - "name": "IdentifyUserOptions", - "package": "@aws-amplify/analytics" + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/providers/cognito/types/options.d.ts", + "qualifiedName": "VerifyTOTPSetupOptions" + }, + "name": "VerifyTOTPSetupOptions", + "package": "@aws-amplify/auth" } ], - "name": "AnalyticsIdentifyUserInput", - "package": "@aws-amplify/analytics" + "name": "AuthVerifyTOTPSetupInput", + "package": "@aws-amplify/auth" } }, - "50039": { - "id": 50039, - "name": "configureAutoTrack", + "3370": { + "id": 3370, + "name": "associateWebAuthnCredential", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ - 50040 + 3371 ] }, - "50040": { - "id": 50040, - "name": "configureAutoTrack", + "3371": { + "id": 3371, + "name": "associateWebAuthnCredential", "variant": "signature", "kind": 4096, "flags": {}, @@ -1614,49 +1788,34 @@ "summary": [ { "kind": "text", - "text": "Configures automatic event tracking for Pinpoint. This API will automatically transmit an analytic event when\nconfigured events are detected within your application. This can include: DOM element events (via the " - }, - { - "kind": "code", - "text": "`event`" - }, - { - "kind": "text", - "text": "\ntracker), session events (via the " - }, - { - "kind": "code", - "text": "`session`" - }, - { - "kind": "text", - "text": " tracker), and page view events (via the " - }, - { - "kind": "code", - "text": "`pageView`" - }, - { - "kind": "text", - "text": " tracker)." + "text": "Registers a new passkey for an authenticated user" } ], "blockTags": [ { - "tag": "@deprecated", + "tag": "@returns", "content": [ { "kind": "text", - "text": "AWS will end support for Amazon Pinpoint on October 30, 2026." + "text": "Promise" } ] }, { - "tag": "@remark", + "tag": "@throws", "content": [ { "kind": "text", - "text": "Only session tracking is currently supported on React Native." + "text": "- " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "PasskeyError" + }, + { + "kind": "text", + "text": ":\n- Thrown when intermediate state is invalid" } ] }, @@ -1665,16 +1824,17 @@ "content": [ { "kind": "text", - "text": "service: " + "text": "- " }, { "kind": "inline-tag", "tag": "@link", - "text": "UpdateEndpointException" + "text": "AuthError", + "target": 3235 }, { "kind": "text", - "text": " - Thrown when the underlying Pinpoint service returns an error." + "text": ":\n- Thrown when user is unauthenticated" } ] }, @@ -1683,103 +1843,69 @@ "content": [ { "kind": "text", - "text": "validation: " + "text": "- " }, { "kind": "inline-tag", "tag": "@link", - "text": "AnalyticsValidationErrorCode" + "text": "StartWebAuthnRegistrationException" }, { "kind": "text", - "text": " - Thrown when the provided parameters or library\n configuration is incorrect." + "text": "\n- Thrown due to a service error retrieving WebAuthn registration options" } ] - } - ] - }, - "parameters": [ - 50041 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "50041": { - "id": 50041, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reference", - "target": 50021, - "name": "AnalyticsConfigureAutoTrackInput", - "package": "@aws-amplify/analytics" - } - }, - "50042": { - "id": 50042, - "name": "disable", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 50043 - ] - }, - "50043": { - "id": 50043, - "name": "disable", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Disables the Analytics category." - } - ], - "blockTags": [ + }, { - "tag": "@note", + "tag": "@throws", "content": [ { "kind": "text", - "text": "When Analytics is disabled events will not be buffered or transmitted to your selected service. Any auto-tracking\nbehavior that you have configured via " + "text": "- " }, { - "kind": "code", - "text": "`configureAutoTrack`" + "kind": "inline-tag", + "tag": "@link", + "text": "CompleteWebAuthnRegistrationException" }, { "kind": "text", - "text": " will not have any effect while Analytics is disabled." + "text": "\n- Thrown due to a service error when verifying WebAuthn registration result" } ] } ] }, "type": { - "type": "intrinsic", - "name": "void" + "type": "reference", + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" } }, - "50044": { - "id": 50044, - "name": "enable", + "3372": { + "id": 3372, + "name": "confirmResetPassword", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ - 50045 + 3373 ] }, - "50045": { - "id": 50045, - "name": "enable", + "3373": { + "id": 3373, + "name": "confirmResetPassword", "variant": "signature", "kind": 4096, "flags": {}, @@ -1787,88 +1913,111 @@ "summary": [ { "kind": "text", - "text": "Enables the Analytics category to permit the transmission of events." + "text": "Confirms the new password and verification code to reset the password." } ], "blockTags": [ { - "tag": "@note", + "tag": "@throws", "content": [ { "kind": "text", - "text": "Analytics is enabled by default. You do not need to call this API unless you have disabled Analytics." + "text": "-" + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "ConfirmForgotPasswordException" + }, + { + "kind": "text", + "text": "\nThrown due to an invalid confirmation code or password." } ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "50046": { - "id": 50046, - "name": "flushEvents", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 50047 - ] - }, - "50047": { - "id": 50047, - "name": "flushEvents", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Flushes all buffered Pinpoint events to the service." - } - ], - "blockTags": [ + }, { - "tag": "@deprecated", + "tag": "@throws", "content": [ { "kind": "text", - "text": "AWS will end support for Amazon Pinpoint on October 30, 2026." + "text": "-" + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "AuthValidationErrorCode" + }, + { + "kind": "text", + "text": "\nThrown due to an empty confirmation code, password or username." } ] }, { - "tag": "@note", + "tag": "@throws", "content": [ { "kind": "text", - "text": "This API will make a best-effort attempt to flush events from the buffer. Events recorded immediately after invoking\nthis API may not be included in the flush." + "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." } ] } ] }, + "parameters": [ + 3374 + ], "type": { - "type": "intrinsic", - "name": "void" + "type": "reference", + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" + } + }, + "3374": { + "id": 3374, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The ConfirmResetPasswordInput object." + } + ] + }, + "type": { + "type": "reference", + "target": 3314, + "name": "ConfirmResetPasswordInput", + "package": "@aws-amplify/auth" } }, - "50048": { - "id": 50048, - "name": "identifyUser", + "3375": { + "id": 3375, + "name": "confirmSignIn", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ - 50049 + 3376 ] }, - "50049": { - "id": 50049, - "name": "identifyUser", + "3376": { + "id": 3376, + "name": "confirmSignIn", "variant": "signature", "kind": 4096, "flags": {}, @@ -1876,11 +2025,11 @@ "summary": [ { "kind": "text", - "text": "Sends information about a user to Pinpoint. Sending user information allows you to associate a user to their user\nprofile and activities or actions in your application. Activity can be tracked across devices & platforms by using\nthe same " + "text": "Continues or completes the sign in process when required by the initial call to " }, { "kind": "code", - "text": "`userId`" + "text": "`signIn`" }, { "kind": "text", @@ -1889,11 +2038,11 @@ ], "blockTags": [ { - "tag": "@deprecated", + "tag": "@returns", "content": [ { "kind": "text", - "text": "AWS will end support for Amazon Pinpoint on October 30, 2026." + "text": "ConfirmSignInOutput" } ] }, @@ -1902,16 +2051,16 @@ "content": [ { "kind": "text", - "text": "service: " + "text": "-" }, { "kind": "inline-tag", "tag": "@link", - "text": "UpdateEndpointException" + "text": "VerifySoftwareTokenException" }, { "kind": "text", - "text": " - Thrown when the underlying Pinpoint service returns an error." + "text": ":\nThrown due to an invalid MFA token." } ] }, @@ -1920,70 +2069,99 @@ "content": [ { "kind": "text", - "text": "validation: " + "text": "-" }, { "kind": "inline-tag", "tag": "@link", - "text": "AnalyticsValidationErrorCode" + "text": "RespondToAuthChallengeException" }, { "kind": "text", - "text": " - Thrown when the provided parameters or library\n configuration is incorrect." + "text": ":\nThrown due to an invalid auth challenge response." } ] }, { - "tag": "@returns", + "tag": "@throws", "content": [ { "kind": "text", - "text": "A promise that will resolve when the operation is complete." + "text": "-" + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "AssociateSoftwareTokenException" + }, + { + "kind": "text", + "text": ":\nThrown due to a service error during the MFA setup process." } ] }, { - "tag": "@example", + "tag": "@throws", "content": [ + { + "kind": "text", + "text": "-" + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "AuthValidationErrorCode" + }, + { + "kind": "text", + "text": ":\nThrown when " + }, { "kind": "code", - "text": "```ts\n// Identify a user with Pinpoint\nawait identifyUser({\n userId,\n userProfile: {\n email: 'userEmail@example.com'\n customProperties: {\n phoneNumber: ['555-555-5555'],\n },\n }\n});\n```" + "text": "`challengeResponse`" + }, + { + "kind": "text", + "text": " is not defined." } ] }, { - "tag": "@example", + "tag": "@throws", "content": [ { - "kind": "code", - "text": "```ts\n// Identify a user with Pinpoint with some additional demographics\nawait identifyUser({\n userId,\n userProfile: {\n email: 'userEmail@example.com'\n customProperties: {\n phoneNumber: ['555-555-5555'],\n },\n demographic: {\n platform: 'ios',\n timezone: 'America/Los_Angeles'\n }\n }\n});" + "kind": "text", + "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." } ] } ] }, "parameters": [ - 50050 + 3377 ], "type": { "type": "reference", "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", "qualifiedName": "Promise" }, "typeArguments": [ { - "type": "intrinsic", - "name": "void" + "type": "reference", + "target": 3316, + "name": "ConfirmSignInOutput", + "package": "@aws-amplify/auth" } ], "name": "Promise", "package": "typescript" } }, - "50050": { - "id": 50050, - "name": "params", + "3377": { + "id": 3377, + "name": "input", "variant": "param", "kind": 32768, "flags": {}, @@ -1991,30 +2169,30 @@ "summary": [ { "kind": "text", - "text": "The input object used to construct requests sent to Pinpoint's UpdateEndpoint\n API." + "text": "The ConfirmSignInInput object" } ] }, "type": { "type": "reference", - "target": 50037, - "name": "IdentifyUserInput", - "package": "@aws-amplify/analytics" + "target": 3315, + "name": "ConfirmSignInInput", + "package": "@aws-amplify/auth" } }, - "50051": { - "id": 50051, - "name": "record", + "3378": { + "id": 3378, + "name": "confirmSignUp", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ - 50052 + 3379 ] }, - "50052": { - "id": 50052, - "name": "record", + "3379": { + "id": 3379, + "name": "confirmSignUp", "variant": "signature", "kind": 4096, "flags": {}, @@ -2022,16 +2200,16 @@ "summary": [ { "kind": "text", - "text": "Records an Analytic event to Pinpoint. Events will be buffered and periodically sent to Pinpoint." + "text": "Confirms a new user account." } ], "blockTags": [ { - "tag": "@deprecated", + "tag": "@returns", "content": [ { "kind": "text", - "text": "AWS will end support for Amazon Pinpoint on October 30, 2026." + "text": "ConfirmSignUpOutput" } ] }, @@ -2040,2137 +2218,1140 @@ "content": [ { "kind": "text", - "text": "validation: " + "text": "-" }, { "kind": "inline-tag", "tag": "@link", - "text": "AnalyticsValidationErrorCode" + "text": "ConfirmSignUpException" }, { "kind": "text", - "text": " - Thrown when the provided parameters or library\n configuration is incorrect." + "text": "\nThrown due to an invalid confirmation code." } ] }, { - "tag": "@example", + "tag": "@throws", "content": [ { - "kind": "code", - "text": "```ts\n// Send an event to Pinpoint\nrecord({ name: eventName })\n```" + "kind": "text", + "text": "-" + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "AuthValidationErrorCode" + }, + { + "kind": "text", + "text": "\nThrown due to an empty confirmation code" } ] }, { - "tag": "@example", + "tag": "@throws", "content": [ { - "kind": "code", - "text": "```ts\n// Send an event to Pinpoint with metrics & custom attributes\nrecord({\n name: eventName,\n attributes: {\n 'my-attribute': attributeValue\n },\n metrics: {\n 'my-metric': metricValue\n }\n})\n```" + "kind": "text", + "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." } ] } ] }, "parameters": [ - 50053 + 3380 ], "type": { - "type": "intrinsic", - "name": "void" + "type": "reference", + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "reference", + "target": 3318, + "name": "ConfirmSignUpOutput", + "package": "@aws-amplify/auth" + } + ], + "name": "Promise", + "package": "typescript" } }, - "50053": { - "id": 50053, + "3380": { + "id": 3380, "name": "input", "variant": "param", "kind": 32768, "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The ConfirmSignUpInput object." + } + ] + }, "type": { "type": "reference", - "target": 49987, - "name": "PinpointAnalyticsEvent", - "package": "@aws-amplify/core" + "target": 3317, + "name": "ConfirmSignUpInput", + "package": "@aws-amplify/auth" } }, - "50096": { - "id": 50096, - "name": "api", + "3381": { + "id": 3381, + "name": "confirmUserAttribute", "variant": "declaration", - "kind": 2, + "kind": 64, "flags": {}, - "children": [ - { - "id": 53752, - "name": "del", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 53753 - ] - }, - { - "id": 53755, - "name": "generateClient", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 53756 - ] - }, - { - "id": 53760, - "name": "get", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 53761 - ] - }, - { - "id": 53763, - "name": "head", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 53764 - ] - }, - { - "id": 53766, - "name": "isCancelError", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 53767 - ] - }, - { - "id": 53769, - "name": "patch", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 53770 - ] - }, - { - "id": 53772, - "name": "post", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 53773 - ] - }, - { - "id": 53775, - "name": "put", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 53776 - ] - } - ], - "groups": [ - { - "title": "Modules", - "children": [ - 50097 - ] - }, - { - "title": "Namespaces", - "children": [ - 53666 - ] - }, - { - "title": "Enumerations", - "children": [ - 53678, - 53687 - ] - }, - { - "title": "Classes", - "children": [ - 53693 - ] - }, - { - "title": "Interfaces", - "children": [ - 53715, - 53726, - 53730 - ] - }, - { - "title": "Type Aliases", - "children": [ - 53735, - 53737, - 53741, - 53743, - 53747 - ] - }, - { - "title": "Variables", - "children": [ - 53751 - ] - }, - { - "title": "Functions", - "children": [ - 53752, - 53755, - 53760, - 53763, - 53766, - 53769, - 53772, - 53775 - ] - } + "signatures": [ + 3382 ] }, - "50942": { - "id": 50942, - "name": "DefaultCommonClientOptions", - "variant": "declaration", - "kind": 256, + "3382": { + "id": 3382, + "name": "confirmUserAttribute", + "variant": "signature", + "kind": 4096, "flags": {}, - "children": [ - 50943, - 50944, - 50945, - 50946, - 50947 + "comment": { + "summary": [ + { + "kind": "text", + "text": "Confirms a user attribute with the confirmation code." + } + ], + "blockTags": [ + { + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "-" + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "AuthValidationErrorCode" + }, + { + "kind": "text", + "text": " -\nThrown when " + }, + { + "kind": "code", + "text": "`confirmationCode`" + }, + { + "kind": "text", + "text": " is not defined." + } + ] + }, + { + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "-" + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "VerifyUserAttributeException" + }, + { + "kind": "text", + "text": " - Thrown due to an invalid confirmation code or attribute." + } + ] + }, + { + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." + } + ] + } + ] + }, + "parameters": [ + 3383 ], - "groups": [ - { - "title": "Properties", - "children": [ - 50943, - 50944, - 50945, - 50946, - 50947 - ] - } - ] + "type": { + "type": "reference", + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" + } }, - "50943": { - "id": 50943, - "name": "apiKey", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true + "3383": { + "id": 3383, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The ConfirmUserAttributeInput object" + } + ] }, "type": { - "type": "intrinsic", - "name": "string" + "type": "reference", + "target": 3319, + "name": "ConfirmUserAttributeInput", + "package": "@aws-amplify/auth" } }, - "50944": { - "id": 50944, - "name": "authMode", + "3384": { + "id": 3384, + "name": "decodeJWT", "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true + "kind": 64, + "flags": {}, + "signatures": [ + 3385 + ] + }, + "3385": { + "id": 3385, + "name": "decodeJWT", + "variant": "signature", + "kind": 4096, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Decodes payload of JWT token" + } + ], + "blockTags": [ + { + "tag": "@throws", + "content": [ + { + "kind": "inline-tag", + "tag": "@link", + "text": "Error" + }, + { + "kind": "text", + "text": " - Throws error when token is invalid or payload malformed." + } + ] + } + ] }, + "parameters": [ + 3386 + ], "type": { "type": "reference", - "target": 56698, - "name": "GraphQLAuthMode", + "target": 3292, + "name": "JWT", "package": "@aws-amplify/core" } }, - "50945": { - "id": 50945, - "name": "authToken", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true + "3386": { + "id": 3386, + "name": "token", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "A string representing a token to be decoded" + } + ] }, "type": { "type": "intrinsic", "name": "string" } }, - "50946": { - "id": 50946, - "name": "endpoint", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "undefined" - } - }, - "50947": { - "id": 50947, - "name": "headers", + "3387": { + "id": 3387, + "name": "deleteUser", "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 52010, - "name": "CustomHeaders", - "package": "@aws-amplify/data-schema" - } + "kind": 64, + "flags": {}, + "signatures": [ + 3388 + ] }, - "51908": { - "id": 51908, - "name": "ClientExtensions", - "variant": "declaration", - "kind": 2097152, - "flags": { - "isExternal": true - }, - "typeParameters": [ - 51909 - ], - "type": { - "type": "reflection", - "declaration": { - "id": 51910, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true + "3388": { + "id": 3388, + "name": "deleteUser", + "variant": "signature", + "kind": 4096, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Deletes a user from the user pool while authenticated." + } + ], + "blockTags": [ + { + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "- " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "DeleteUserException" + } + ] }, - "children": [ - 51911, - 51912, - 51913, - 51914, - 51915, - 51916, - 51917 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 51911, - 51912, - 51913, - 51914, - 51915, - 51916, - 51917 - ] - } - ] - } - } - }, - "51909": { - "id": 51909, - "name": "T", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true + { + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." + } + ] + } + ] }, "type": { "type": "reference", - "target": 56708, + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, "typeArguments": [ { "type": "intrinsic", - "name": "any" - }, - { - "type": "intrinsic", - "name": "any" + "name": "void" } ], - "name": "Record", + "name": "Promise", "package": "typescript" - }, - "default": { - "type": "intrinsic", - "name": "never" } }, - "51911": { - "id": 51911, - "name": "conversations", + "3389": { + "id": 3389, + "name": "deleteUserAttributes", "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 51988, - "typeArguments": [ + "kind": 64, + "flags": {}, + "signatures": [ + 3390 + ] + }, + "3390": { + "id": 3390, + "name": "deleteUserAttributes", + "variant": "signature", + "kind": 4096, + "flags": {}, + "comment": { + "summary": [ { - "type": "reference", - "target": 51909, - "name": "T", - "package": "@aws-amplify/data-schema", - "refersToTypeParameter": true + "kind": "text", + "text": "Deletes user attributes." } ], - "name": "ConversationRoutes", - "package": "@aws-amplify/data-schema" - } - }, - "51912": { - "id": 51912, - "name": "enums", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true + "blockTags": [ + { + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "-" + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "DeleteUserAttributesException" + }, + { + "kind": "text", + "text": " - Thrown due to invalid attribute." + } + ] + }, + { + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." + } + ] + } + ] }, + "parameters": [ + 3391 + ], "type": { "type": "reference", - "target": 52172, + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, "typeArguments": [ { - "type": "reference", - "target": 51909, - "name": "T", - "package": "@aws-amplify/data-schema", - "refersToTypeParameter": true + "type": "intrinsic", + "name": "void" } ], - "name": "EnumTypes", - "package": "@aws-amplify/data-schema" + "name": "Promise", + "package": "typescript" } }, - "51913": { - "id": 51913, - "name": "generations", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true + "3391": { + "id": 3391, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The DeleteUserAttributesInput object" + } + ] }, "type": { "type": "reference", - "target": 52245, - "typeArguments": [ - { - "type": "reference", - "target": 51909, - "name": "T", - "package": "@aws-amplify/data-schema", - "refersToTypeParameter": true - } - ], - "name": "Generations", - "package": "@aws-amplify/data-schema" + "target": 3320, + "name": "DeleteUserAttributesInput", + "package": "@aws-amplify/auth" } }, - "51914": { - "id": 51914, - "name": "models", + "3392": { + "id": 3392, + "name": "deleteWebAuthnCredential", "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 52825, - "typeArguments": [ - { - "type": "reference", - "target": 51909, - "name": "T", - "package": "@aws-amplify/data-schema", - "refersToTypeParameter": true - }, + "kind": 64, + "flags": {}, + "signatures": [ + 3393 + ] + }, + "3393": { + "id": 3393, + "name": "deleteWebAuthnCredential", + "variant": "signature", + "kind": 4096, + "flags": {}, + "comment": { + "summary": [ { - "type": "literal", - "value": "CLIENT" + "kind": "text", + "text": "Delete a registered credential for an authenticated user by credentialId" } ], - "name": "ModelTypes", - "package": "@aws-amplify/data-schema" - } - }, - "51915": { - "id": 51915, - "name": "mutations", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 52014, - "typeArguments": [ + "blockTags": [ { - "type": "reference", - "target": 51909, - "name": "T", - "package": "@aws-amplify/data-schema", - "refersToTypeParameter": true + "tag": "@returns", + "content": [ + { + "kind": "text", + "text": "Promise" + } + ] }, { - "type": "literal", - "value": "CLIENT" + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "- " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "AuthError", + "target": 3235 + }, + { + "kind": "text", + "text": ":\n- Thrown when user is unauthenticated" + } + ] + }, + { + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "- " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "DeleteWebAuthnCredentialException" + }, + { + "kind": "text", + "text": "\n- Thrown due to a service error when deleting a WebAuthn credential" + } + ] } - ], - "name": "CustomMutations", - "package": "@aws-amplify/data-schema" - } - }, - "51916": { - "id": 51916, - "name": "queries", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true + ] }, + "parameters": [ + 3394 + ], "type": { "type": "reference", - "target": 52110, + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, "typeArguments": [ { - "type": "reference", - "target": 51909, - "name": "T", - "package": "@aws-amplify/data-schema", - "refersToTypeParameter": true - }, - { - "type": "literal", - "value": "CLIENT" + "type": "intrinsic", + "name": "void" } ], - "name": "CustomQueries", - "package": "@aws-amplify/data-schema" + "name": "Promise", + "package": "typescript" } }, - "51917": { - "id": 51917, - "name": "subscriptions", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true + "3394": { + "id": 3394, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The delete input parameters including the credentialId" + } + ] }, "type": { "type": "reference", - "target": 52123, - "typeArguments": [ - { - "type": "reference", - "target": 51909, - "name": "T", - "package": "@aws-amplify/data-schema", - "refersToTypeParameter": true - }, - { - "type": "literal", - "value": "CLIENT" - } - ], - "name": "CustomSubscriptions", - "package": "@aws-amplify/data-schema" + "target": 3284, + "name": "DeleteWebAuthnCredentialInput", + "package": "@aws-amplify/auth" } }, - "51960": { - "id": 51960, - "name": "CommonPublicClientOptions", + "3395": { + "id": 3395, + "name": "fetchDevices", "variant": "declaration", - "kind": 2097152, + "kind": 64, + "flags": {}, + "signatures": [ + 3396 + ] + }, + "3396": { + "id": 3396, + "name": "fetchDevices", + "variant": "signature", + "kind": 4096, "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "Common options that can be used on public " + "text": "Fetches devices that have been remembered using " }, { - "kind": "code", - "text": "`generateClient()`" + "kind": "inline-tag", + "tag": "@link", + "text": "rememberDevice", + "target": 3405 }, { "kind": "text", - "text": " interfaces." + "text": "\nfor the currently authenticated user." } - ] - }, - "type": { - "type": "union", - "types": [ + ], + "blockTags": [ { - "type": "reference", - "target": 50942, - "name": "DefaultCommonClientOptions", - "package": "@aws-amplify/api-graphql" + "tag": "@returns", + "content": [ + { + "kind": "text", + "text": "FetchDevicesOutput" + } + ] }, { - "type": "reflection", - "declaration": { - "id": 51961, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 51962, - "name": "apiKey", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 51963, - "name": "authMode", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "literal", - "value": "apiKey" - } - }, - { - "id": 51964, - "name": "authToken", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 51965, - "name": "endpoint", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 51966, - "name": "headers", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 52010, - "name": "CustomHeaders", - "package": "@aws-amplify/data-schema" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 51962, - 51963, - 51964, - 51965, - 51966 - ] - } - ] - } + "tag": "@throws", + "content": [ + { + "kind": "inline-tag", + "tag": "@link", + "text": "ListDevicesException" + } + ] }, { - "type": "reflection", - "declaration": { - "id": 51967, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 51968, - "name": "apiKey", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 51969, - "name": "authMode", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 212522, - "typeArguments": [ - { - "type": "reference", - "target": 56698, - "name": "GraphQLAuthMode", - "package": "@aws-amplify/core" - }, - { - "type": "literal", - "value": "apiKey" - } - ], - "name": "Exclude", - "package": "typescript" - } - }, - { - "id": 51970, - "name": "authToken", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 51971, - "name": "endpoint", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 51972, - "name": "headers", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 52010, - "name": "CustomHeaders", - "package": "@aws-amplify/data-schema" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 51968, - 51969, - 51970, - 51971, - 51972 - ] - } - ] - } + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." + } + ] } ] - } - }, - "51962": { - "id": 51962, - "name": "apiKey", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "51963": { - "id": 51963, - "name": "authMode", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "literal", - "value": "apiKey" - } - }, - "51964": { - "id": 51964, - "name": "authToken", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "51965": { - "id": 51965, - "name": "endpoint", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "51966": { - "id": 51966, - "name": "headers", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 52010, - "name": "CustomHeaders", - "package": "@aws-amplify/data-schema" - } - }, - "51968": { - "id": 51968, - "name": "apiKey", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "51969": { - "id": 51969, - "name": "authMode", - "variant": "declaration", - "kind": 1024, - "flags": {}, "type": { "type": "reference", - "target": 212522, + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, "typeArguments": [ { "type": "reference", - "target": 56698, - "name": "GraphQLAuthMode", - "package": "@aws-amplify/core" - }, - { - "type": "literal", - "value": "apiKey" + "target": 3321, + "name": "FetchDevicesOutput", + "package": "@aws-amplify/auth" } ], - "name": "Exclude", + "name": "Promise", "package": "typescript" } }, - "51970": { - "id": 51970, - "name": "authToken", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "51971": { - "id": 51971, - "name": "endpoint", + "3397": { + "id": 3397, + "name": "fetchMFAPreference", "variant": "declaration", - "kind": 1024, + "kind": 64, "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "51972": { - "id": 51972, - "name": "headers", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 52010, - "name": "CustomHeaders", - "package": "@aws-amplify/data-schema" - } + "signatures": [ + 3398 + ] }, - "51976": { - "id": 51976, - "name": "ContextType", - "variant": "declaration", - "kind": 2097152, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ + "3398": { + "id": 3398, + "name": "fetchMFAPreference", + "variant": "signature", + "kind": 4096, + "flags": {}, + "comment": { + "summary": [ { - "type": "literal", - "value": "CLIENT" + "kind": "text", + "text": "Fetches the preferred MFA setting and enabled MFA settings for the user." + } + ], + "blockTags": [ + { + "tag": "@returns", + "content": [ + { + "kind": "text", + "text": "FetchMFAPreferenceOutput" + } + ] }, { - "type": "literal", - "value": "COOKIES" + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "-" + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "GetUserException" + }, + { + "kind": "text", + "text": " : error thrown when the service fails to fetch MFA preference\nand settings." + } + ] }, { - "type": "literal", - "value": "REQUEST" + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." + } + ] } ] - } - }, - "51988": { - "id": 51988, - "name": "ConversationRoutes", - "variant": "declaration", - "kind": 2097152, - "flags": { - "isExternal": true }, - "typeParameters": [ - 51989, - 51990 - ], "type": { - "type": "mapped", - "parameter": "ConversationName", - "parameterType": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "indexedAccess", - "indexType": { - "type": "literal", - "value": "conversations" - }, - "objectType": { - "type": "reference", - "target": 51990, - "name": "Schema", - "package": "@aws-amplify/data-schema", - "refersToTypeParameter": true - } - } + "type": "reference", + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Promise" }, - "templateType": { - "type": "reference", - "target": 50816, - "name": "ConversationRoute", - "package": "@aws-amplify/data-schema" - } + "typeArguments": [ + { + "type": "reference", + "target": 3289, + "name": "FetchMFAPreferenceOutput", + "package": "@aws-amplify/auth" + } + ], + "name": "Promise", + "package": "typescript" } }, - "52010": { - "id": 52010, - "name": "CustomHeaders", + "3399": { + "id": 3399, + "name": "forgetDevice", "variant": "declaration", - "kind": 2097152, - "flags": { - "isExternal": true - }, + "kind": 64, + "flags": {}, + "signatures": [ + 3400 + ] + }, + "3400": { + "id": 3400, + "name": "forgetDevice", + "variant": "signature", + "kind": 4096, + "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "Custom headers that can be passed either to the client or to individual\nmodel operations, either as a static object or a function that returns a\npromise." + "text": "Forget a remembered device while authenticated." } - ] - }, - "type": { - "type": "union", - "types": [ + ], + "blockTags": [ { - "type": "reference", - "target": 56708, - "typeArguments": [ + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "- " + }, { - "type": "intrinsic", - "name": "string" + "kind": "inline-tag", + "tag": "@link", + "text": "ForgetDeviceException" }, { - "type": "intrinsic", - "name": "string" + "kind": "text", + "text": " - Cognito service errors thrown when\nforgetting device with invalid device key" } - ], - "name": "Record", - "package": "typescript" + ] }, { - "type": "reflection", - "declaration": { - "id": 52011, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 52012, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 52013, - "name": "requestOptions", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 53245, - "name": "RequestOptions", - "package": "@aws-amplify/data-schema" - } - } - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 56708, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "Record", - "package": "typescript" - } - ], - "name": "Promise", - "package": "typescript" - } - } - ] - } + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." + } + ] } ] - } - }, - "52014": { - "id": 52014, - "name": "CustomMutations", - "variant": "declaration", - "kind": 2097152, - "flags": { - "isExternal": true }, - "typeParameters": [ - 52015, - 52016, - 52017 + "parameters": [ + 3401 ], "type": { "type": "reference", - "target": 52092, + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, "typeArguments": [ { - "type": "indexedAccess", - "indexType": { - "type": "literal", - "value": "mutations" - }, - "objectType": { - "type": "reference", - "target": 52017, - "name": "Schema", - "package": "@aws-amplify/data-schema", - "refersToTypeParameter": true - } - }, - { - "type": "reference", - "target": 52016, - "name": "Context", - "package": "@aws-amplify/data-schema", - "refersToTypeParameter": true + "type": "intrinsic", + "name": "void" } ], - "name": "CustomOperations", - "package": "@aws-amplify/data-schema" + "name": "Promise", + "package": "typescript" } }, - "52016": { - "id": 52016, - "name": "Context", - "variant": "typeParam", - "kind": 131072, + "3401": { + "id": 3401, + "name": "input", + "variant": "param", + "kind": 32768, "flags": { - "isExternal": true + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The ForgetDeviceInput object." + } + ] }, "type": { "type": "reference", - "target": 51976, - "name": "ContextType", - "package": "@aws-amplify/data-schema" - }, - "default": { - "type": "literal", - "value": "CLIENT" + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/types/inputs.d.ts", + "qualifiedName": "AuthForgetDeviceInput" + }, + "name": "AuthForgetDeviceInput", + "package": "@aws-amplify/auth" } }, - "52092": { - "id": 52092, - "name": "CustomOperations", + "3402": { + "id": 3402, + "name": "listWebAuthnCredentials", "variant": "declaration", - "kind": 2097152, - "flags": { - "isExternal": true - }, - "typeParameters": [ - 52093, - 52094 - ], - "type": { - "type": "mapped", - "parameter": "OpName", - "parameterType": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 52093, - "name": "OperationDefs", - "package": "@aws-amplify/data-schema", - "refersToTypeParameter": true + "kind": 64, + "flags": {}, + "signatures": [ + 3403 + ] + }, + "3403": { + "id": 3403, + "name": "listWebAuthnCredentials", + "variant": "signature", + "kind": 4096, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Lists registered credentials for an authenticated user" } - }, - "templateType": { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 52094, - "name": "Context", - "package": "@aws-amplify/data-schema", - "refersToTypeParameter": true + ], + "blockTags": [ + { + "tag": "@returns", + "content": [ + { + "kind": "text", + "text": "Promise" + } + ] }, - "objectType": { - "type": "reflection", - "declaration": { - "id": 52095, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true + { + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "- " }, - "children": [ - 52096, - 52100, - 52104 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 52096, - 52100, - 52104 - ] - } - ] - } + { + "kind": "inline-tag", + "tag": "@link", + "text": "AuthError", + "target": 3235 + }, + { + "kind": "text", + "text": ":\n- Thrown when user is unauthenticated" + } + ] + }, + { + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "- " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "ListWebAuthnCredentialsException" + }, + { + "kind": "text", + "text": "\n- Thrown due to a service error when listing WebAuthn credentials" + } + ] } - } - } - }, - "52110": { - "id": 52110, - "name": "CustomQueries", - "variant": "declaration", - "kind": 2097152, - "flags": { - "isExternal": true + ] }, - "typeParameters": [ - 52111, - 52112, - 52113 + "parameters": [ + 3404 ], "type": { "type": "reference", - "target": 52092, + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "literal", - "value": "queries" - }, - "objectType": { - "type": "reference", - "target": 52113, - "name": "Schema", - "package": "@aws-amplify/data-schema", - "refersToTypeParameter": true - } - }, { "type": "reference", - "target": 52112, - "name": "Context", - "package": "@aws-amplify/data-schema", - "refersToTypeParameter": true + "target": 3299, + "name": "ListWebAuthnCredentialsOutput", + "package": "@aws-amplify/auth" } ], - "name": "CustomOperations", - "package": "@aws-amplify/data-schema" - } - }, - "52112": { - "id": 52112, - "name": "Context", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 51976, - "name": "ContextType", - "package": "@aws-amplify/data-schema" - }, - "default": { - "type": "literal", - "value": "CLIENT" + "name": "Promise", + "package": "typescript" } }, - "52123": { - "id": 52123, - "name": "CustomSubscriptions", - "variant": "declaration", - "kind": 2097152, + "3404": { + "id": 3404, + "name": "input", + "variant": "param", + "kind": 32768, "flags": { - "isExternal": true + "isOptional": true }, - "typeParameters": [ - 52124, - 52125, - 52126 - ], - "type": { - "type": "reference", - "target": 52092, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "literal", - "value": "subscriptions" - }, - "objectType": { - "type": "reference", - "target": 52126, - "name": "Schema", - "package": "@aws-amplify/data-schema", - "refersToTypeParameter": true - } - }, + "comment": { + "summary": [ { - "type": "reference", - "target": 52125, - "name": "Context", - "package": "@aws-amplify/data-schema", - "refersToTypeParameter": true + "kind": "text", + "text": "The list input parameters including page size and next token." } - ], - "name": "CustomOperations", - "package": "@aws-amplify/data-schema" - } - }, - "52125": { - "id": 52125, - "name": "Context", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true + ] }, "type": { "type": "reference", - "target": 51976, - "name": "ContextType", - "package": "@aws-amplify/data-schema" - }, - "default": { - "type": "literal", - "value": "CLIENT" + "target": 3296, + "name": "ListWebAuthnCredentialsInput", + "package": "@aws-amplify/auth" } }, - "52172": { - "id": 52172, - "name": "EnumTypes", + "3405": { + "id": 3405, + "name": "rememberDevice", "variant": "declaration", - "kind": 2097152, - "flags": { - "isExternal": true - }, + "kind": 64, + "flags": {}, + "signatures": [ + 3406 + ] + }, + "3406": { + "id": 3406, + "name": "rememberDevice", + "variant": "signature", + "kind": 4096, + "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "The utility type that is used to infer the type (interface) of the generated\n" - }, - { - "kind": "code", - "text": "`client.enums`" - }, - { - "kind": "text", - "text": " property." + "text": "Marks device as remembered while authenticated." } ], "blockTags": [ { - "tag": "@example", + "tag": "@throws", "content": [ { - "kind": "code", - "text": "```ts\n// The schema:\n{\n TodoStatus: a.enum(['Planned' | 'InProgress' | 'Completed']),\n}\n\n// The inferred interface of the `client.enums`:\n{\n TodoStatus: {\n values: () => Array<'Planned' | 'InProgress' | 'Completed'>;\n }\n}\n```" - } - ] - } - ] - }, - "typeParameters": [ - 52173 - ], - "type": { - "type": "mapped", - "parameter": "EnumName", - "parameterType": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 51819, - "typeArguments": [ + "kind": "text", + "text": "- " + }, { - "type": "reference", - "target": 52173, - "name": "T", - "package": "@aws-amplify/data-schema", - "refersToTypeParameter": true + "kind": "inline-tag", + "tag": "@link", + "text": "UpdateDeviceStatusException" + }, + { + "kind": "text", + "text": " - Cognito service errors thrown when\nsetting device status to remembered using an invalid device key." } - ], - "name": "AllEnumTypesRecursively", - "package": "@aws-amplify/data-schema" - } - }, - "templateType": { - "type": "reflection", - "declaration": { - "id": 52174, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "children": [ - 52175 - ], - "groups": [ + ] + }, + { + "tag": "@throws", + "content": [ { - "title": "Properties", - "children": [ - 52175 - ] + "kind": "text", + "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." } ] } - } - } - }, - "52245": { - "id": 52245, - "name": "Generations", - "variant": "declaration", - "kind": 2097152, - "flags": { - "isExternal": true + ] }, - "typeParameters": [ - 52246, - 52247 - ], "type": { "type": "reference", - "target": 52092, + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, "typeArguments": [ { - "type": "indexedAccess", - "indexType": { - "type": "literal", - "value": "generations" - }, - "objectType": { - "type": "reference", - "target": 52247, - "name": "Schema", - "package": "@aws-amplify/data-schema", - "refersToTypeParameter": true - } + "type": "intrinsic", + "name": "void" } ], - "name": "CustomOperations", - "package": "@aws-amplify/data-schema" + "name": "Promise", + "package": "typescript" } }, - "52250": { - "id": 52250, - "name": "GraphQLMethod", + "3407": { + "id": 3407, + "name": "resendSignUpCode", "variant": "declaration", - "kind": 2097152, + "kind": 64, "flags": {}, - "typeParameters": [ - 52251 - ], - "type": { - "type": "reflection", - "declaration": { - "id": 52252, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "signatures": [ - 52253 - ] - } - } + "signatures": [ + 3408 + ] }, - "52825": { - "id": 52825, - "name": "ModelTypes", - "variant": "declaration", - "kind": 2097152, - "flags": { - "isExternal": true - }, - "typeParameters": [ - 52826, - 52827, - 52828 - ], - "type": { - "type": "mapped", - "parameter": "ModelName", - "parameterType": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "indexedAccess", - "indexType": { - "type": "literal", - "value": "models" - }, - "objectType": { - "type": "reference", - "target": 52828, - "name": "Schema", - "package": "@aws-amplify/data-schema", - "refersToTypeParameter": true - } + "3408": { + "id": 3408, + "name": "resendSignUpCode", + "variant": "signature", + "kind": 4096, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Resend the confirmation code while signing up" } - }, - "templateType": { - "type": "conditional", - "checkType": { - "type": "reference", - "target": 52827, - "name": "Context", - "package": "@aws-amplify/data-schema", - "refersToTypeParameter": true - }, - "extendsType": { - "type": "literal", - "value": "CLIENT" - }, - "trueType": { - "type": "reference", - "target": 52829, - "typeArguments": [ + ], + "blockTags": [ + { + "tag": "@returns", + "content": [ { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/@aws-amplify/data-schema/dist/esm/runtime/client/index.d.ts", - "qualifiedName": "ModelName" - }, - "name": "ModelName", - "package": "@aws-amplify/data-schema", - "refersToTypeParameter": true - }, - "objectType": { - "type": "indexedAccess", - "indexType": { - "type": "literal", - "value": "models" - }, - "objectType": { - "type": "reference", - "target": 52828, - "name": "Schema", - "package": "@aws-amplify/data-schema", - "refersToTypeParameter": true - } - } + "kind": "text", + "text": "ResendSignUpCodeOutput" } - ], - "name": "ModelTypesClient", - "package": "@aws-amplify/data-schema" + ] }, - "falseType": { - "type": "conditional", - "checkType": { - "type": "reference", - "target": 52827, - "name": "Context", - "package": "@aws-amplify/data-schema", - "refersToTypeParameter": true - }, - "extendsType": { - "type": "literal", - "value": "COOKIES" - }, - "trueType": { - "type": "reference", - "target": 52924, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/@aws-amplify/data-schema/dist/esm/runtime/client/index.d.ts", - "qualifiedName": "ModelName" - }, - "name": "ModelName", - "package": "@aws-amplify/data-schema", - "refersToTypeParameter": true - }, - "objectType": { - "type": "indexedAccess", - "indexType": { - "type": "literal", - "value": "models" - }, - "objectType": { - "type": "reference", - "target": 52828, - "name": "Schema", - "package": "@aws-amplify/data-schema", - "refersToTypeParameter": true - } - } - } - ], - "name": "ModelTypesSSRCookies", - "package": "@aws-amplify/data-schema" - }, - "falseType": { - "type": "conditional", - "checkType": { - "type": "reference", - "target": 52827, - "name": "Context", - "package": "@aws-amplify/data-schema", - "refersToTypeParameter": true - }, - "extendsType": { - "type": "literal", - "value": "REQUEST" + { + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "service: " }, - "trueType": { - "type": "reference", - "target": 52981, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/@aws-amplify/data-schema/dist/esm/runtime/client/index.d.ts", - "qualifiedName": "ModelName" - }, - "name": "ModelName", - "package": "@aws-amplify/data-schema", - "refersToTypeParameter": true - }, - "objectType": { - "type": "indexedAccess", - "indexType": { - "type": "literal", - "value": "models" - }, - "objectType": { - "type": "reference", - "target": 52828, - "name": "Schema", - "package": "@aws-amplify/data-schema", - "refersToTypeParameter": true - } - } - } - ], - "name": "ModelTypesSSRRequest", - "package": "@aws-amplify/data-schema" + { + "kind": "inline-tag", + "tag": "@link", + "text": "ResendConfirmationException" }, - "falseType": { - "type": "intrinsic", - "name": "never" + { + "kind": "text", + "text": " - Cognito service errors thrown when resending the code." } - } - } - } - } - }, - "53465": { - "id": 53465, - "name": "V6Client", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "typeParameters": [ - 53466, - 53467 - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reflection", - "declaration": { - "id": 53468, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 53469, - "name": "graphql", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 52250, - "typeArguments": [ - { - "type": "reference", - "target": 53467, - "name": "Options", - "package": "@aws-amplify/api-graphql", - "refersToTypeParameter": true - } - ], - "name": "GraphQLMethod", - "package": "@aws-amplify/api-graphql" - } - }, - { - "id": 53470, - "name": "cancel", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 53471, - "name": "cancel", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 53472, - "name": "promise", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "any" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - { - "id": 53473, - "name": "message", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - } - ] - }, - { - "id": 53474, - "name": "isCancelError", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 53475, - "name": "isCancelError", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 53476, - "name": "error", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "any" - } - } - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - } - ] - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 53469 - ] - }, - { - "title": "Methods", - "children": [ - 53470, - 53474 - ] - } - ] - } + ] }, { - "type": "reference", - "target": 51908, - "typeArguments": [ + "tag": "@throws", + "content": [ { - "type": "reference", - "target": 53466, - "name": "T", - "package": "@aws-amplify/api-graphql", - "refersToTypeParameter": true + "kind": "text", + "text": "validation: " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "AuthValidationErrorCode" + }, + { + "kind": "text", + "text": " - Validation errors thrown either username are not defined." } - ], - "name": "ClientExtensions", - "package": "@aws-amplify/data-schema" - } - ] - } - }, - "53466": { - "id": 53466, - "name": "T", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 56708, - "typeArguments": [ - { - "type": "intrinsic", - "name": "any" + ] }, { - "type": "intrinsic", - "name": "any" - } - ], - "name": "Record", - "package": "typescript" - }, - "default": { - "type": "intrinsic", - "name": "never" - } - }, - "53467": { - "id": 53467, - "name": "Options", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 51960, - "name": "CommonPublicClientOptions", - "package": "@aws-amplify/api-graphql" - }, - "default": { - "type": "intrinsic", - "name": "object" - } - }, - "53469": { - "id": 53469, - "name": "graphql", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 52250, - "typeArguments": [ - { - "type": "reference", - "target": 53467, - "name": "Options", - "package": "@aws-amplify/api-graphql", - "refersToTypeParameter": true - } - ], - "name": "GraphQLMethod", - "package": "@aws-amplify/api-graphql" - } - }, - "53470": { - "id": 53470, - "name": "cancel", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 53471, - "name": "cancel", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 53472, - "name": "promise", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "any" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - { - "id": 53473, - "name": "message", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - } - ] - }, - "53471": { - "id": 53471, - "name": "cancel", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 53472, - "name": "promise", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ + "tag": "@throws", + "content": [ { - "type": "intrinsic", - "name": "any" + "kind": "text", + "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." } - ], - "name": "Promise", - "package": "typescript" - } - }, - { - "id": 53473, - "name": "message", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" + ] } - } + ] + }, + "parameters": [ + 3409 ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "53472": { - "id": 53472, - "name": "promise", - "variant": "param", - "kind": 32768, - "flags": {}, "type": { "type": "reference", "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", "qualifiedName": "Promise" }, "typeArguments": [ { - "type": "intrinsic", - "name": "any" + "type": "reference", + "target": 3327, + "name": "ResendSignUpCodeOutput", + "package": "@aws-amplify/auth" } ], "name": "Promise", "package": "typescript" } }, - "53473": { - "id": 53473, - "name": "message", + "3409": { + "id": 3409, + "name": "input", "variant": "param", "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "53474": { - "id": 53474, - "name": "isCancelError", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 53475, - "name": "isCancelError", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 53476, - "name": "error", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "any" - } - } - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - } - ] - }, - "53475": { - "id": 53475, - "name": "isCancelError", - "variant": "signature", - "kind": 4096, "flags": {}, - "parameters": [ - { - "id": 53476, - "name": "error", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "any" + "comment": { + "summary": [ + { + "kind": "text", + "text": "The ResendSignUpCodeInput object" } - } - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "53476": { - "id": 53476, - "name": "error", - "variant": "param", - "kind": 32768, - "flags": {}, + ] + }, "type": { - "type": "intrinsic", - "name": "any" + "type": "reference", + "target": 3326, + "name": "ResendSignUpCodeInput", + "package": "@aws-amplify/auth" } }, - "53752": { - "id": 53752, - "name": "del", + "3410": { + "id": 3410, + "name": "resetPassword", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ - 53753 + 3411 ] }, - "53753": { - "id": 53753, - "name": "del", + "3411": { + "id": 3411, + "name": "resetPassword", "variant": "signature", "kind": 4096, "flags": {}, @@ -4178,7 +3359,7 @@ "summary": [ { "kind": "text", - "text": "DELETE HTTP request" + "text": "Resets a user's password." } ], "blockTags": [ @@ -4187,7 +3368,7 @@ "content": [ { "kind": "text", - "text": "Operation for DELETE request" + "text": "ResetPasswordOutput" } ] }, @@ -4196,42 +3377,72 @@ "content": [ { "kind": "text", - "text": "- " + "text": "-" }, { "kind": "inline-tag", "tag": "@link", - "text": "RestApiError" + "text": "ForgotPasswordException" + }, + { + "kind": "text", + "text": "\nThrown due to an invalid confirmation code or password." } ] }, { - "tag": "@example", + "tag": "@throws", "content": [ { "kind": "text", - "text": "Send a DELETE request\n" + "text": "-" }, { - "kind": "code", - "text": "```js\nimport { del } from '@aws-amplify/api';\n\nconst { statusCode } = await del({\n apiName,\n path,\n options: {\n headers, // Optional, A map of custom header key/values\n queryParams, // Optional, A map of query strings\n }\n}).response;\n```" + "kind": "inline-tag", + "tag": "@link", + "text": "AuthValidationErrorCode" + }, + { + "kind": "text", + "text": "\nThrown due to an empty username." + } + ] + }, + { + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." } ] } ] }, "parameters": [ - 53754 + 3412 ], "type": { "type": "reference", - "target": 53796, - "name": "DeleteOperation", - "package": "@aws-amplify/api-rest" + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "reference", + "target": 3329, + "name": "ResetPasswordOutput", + "package": "@aws-amplify/auth" + } + ], + "name": "Promise", + "package": "typescript" } }, - "53754": { - "id": 53754, + "3412": { + "id": 3412, "name": "input", "variant": "param", "kind": 32768, @@ -4240,30 +3451,30 @@ "summary": [ { "kind": "text", - "text": "Input for DELETE operation" + "text": "The ResetPasswordInput object." } ] }, "type": { "type": "reference", - "target": 53795, - "name": "DeleteInput", - "package": "@aws-amplify/api-rest" + "target": 3328, + "name": "ResetPasswordInput", + "package": "@aws-amplify/auth" } }, - "53755": { - "id": 53755, - "name": "generateClient", + "3413": { + "id": 3413, + "name": "setUpTOTP", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ - 53756 + 3414 ] }, - "53756": { - "id": 53756, - "name": "generateClient", + "3414": { + "id": 3414, + "name": "setUpTOTP", "variant": "signature", "kind": 4096, "flags": {}, @@ -4271,7 +3482,7 @@ "summary": [ { "kind": "text", - "text": "Generates an API client that can work with models or raw GraphQL" + "text": "Sets up TOTP for the user." } ], "blockTags": [ @@ -4279,133 +3490,76 @@ "tag": "@returns", "content": [ { - "kind": "inline-tag", - "tag": "@link", - "text": "V6Client" + "kind": "text", + "text": "SetUpTOTPOutput" } ] }, { "tag": "@throws", "content": [ + { + "kind": "text", + "text": "-" + }, { "kind": "inline-tag", "tag": "@link", - "text": "Error" + "text": "AssociateSoftwareTokenException" }, { "kind": "text", - "text": " - Throws error when client cannot be generated due to configuration issues." + "text": "\nThrown if a service occurs while setting up TOTP." + } + ] + }, + { + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." } ] } ] }, - "typeParameter": [ - 53757, - 53758 - ], - "parameters": [ - 53759 - ], "type": { "type": "reference", - "target": 53465, + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, "typeArguments": [ { "type": "reference", - "target": 53757, - "name": "T", - "package": "@aws-amplify/api", - "refersToTypeParameter": true - }, - { - "type": "reference", - "target": 53758, - "name": "Options", - "package": "@aws-amplify/api", - "refersToTypeParameter": true - } - ], - "name": "V6Client", - "package": "@aws-amplify/api-graphql" - } - }, - "53757": { - "id": 53757, - "name": "T", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 56708, - "typeArguments": [ - { - "type": "intrinsic", - "name": "any" - }, - { - "type": "intrinsic", - "name": "any" + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/types/models.d.ts", + "qualifiedName": "AuthTOTPSetupDetails" + }, + "name": "AuthTOTPSetupDetails", + "package": "@aws-amplify/auth" } ], - "name": "Record", + "name": "Promise", "package": "typescript" - }, - "default": { - "type": "intrinsic", - "name": "never" - } - }, - "53758": { - "id": 53758, - "name": "Options", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 51960, - "name": "CommonPublicClientOptions", - "package": "@aws-amplify/api-graphql" - }, - "default": { - "type": "reference", - "target": 50942, - "name": "DefaultCommonClientOptions", - "package": "@aws-amplify/api-graphql" - } - }, - "53759": { - "id": 53759, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 53758, - "name": "Options", - "package": "@aws-amplify/api", - "refersToTypeParameter": true } }, - "53760": { - "id": 53760, - "name": "get", + "3415": { + "id": 3415, + "name": "signIn", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ - 53761 + 3416 ] }, - "53761": { - "id": 53761, - "name": "get", + "3416": { + "id": 3416, + "name": "signIn", "variant": "signature", "kind": 4096, "flags": {}, @@ -4413,7 +3567,7 @@ "summary": [ { "kind": "text", - "text": "GET HTTP request" + "text": "Signs a user in" } ], "blockTags": [ @@ -4422,7 +3576,7 @@ "content": [ { "kind": "text", - "text": "Operation for GET request" + "text": "SignInOutput" } ] }, @@ -4431,55 +3585,81 @@ "content": [ { "kind": "text", - "text": "- " + "text": "service: " }, { "kind": "inline-tag", "tag": "@link", - "text": "RestApiError" + "text": "InitiateAuthException" + }, + { + "kind": "text", + "text": ", " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "RespondToAuthChallengeException" + }, + { + "kind": "text", + "text": "\n - Cognito service errors thrown during the sign-in process." } ] }, { - "tag": "@example", + "tag": "@throws", "content": [ { "kind": "text", - "text": "Send a GET request\n" + "text": "validation: " }, { - "kind": "code", - "text": "```js\nimport { get, isCancelError } from '@aws-amplify/api';\n\nconst { body } = await get({\n apiName,\n path,\n options: {\n headers, // Optional, A map of custom header key/values\n body, // Optional, JSON object or FormData\n queryParams, // Optional, A map of query strings\n }\n}).response;\nconst data = await body.json();\n```" + "kind": "inline-tag", + "tag": "@link", + "text": "AuthValidationErrorCode" + }, + { + "kind": "text", + "text": " - Validation errors thrown when either username or password\n are not defined." } ] }, { - "tag": "@example", + "tag": "@throws", "content": [ { "kind": "text", - "text": "Cancel a GET request\n\n" - }, - { - "kind": "code", - "text": "```js\nimport { get, isCancelError } from '@aws-amplify/api';\n\nconst { response, cancel } = get({apiName, path, options});\ncancel(message);\ntry {\n await response;\n} catch (e) {\n if (isCancelError(e)) {\n // handle request cancellation\n }\n //...\n}\n```" + "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." } ] } ] }, "parameters": [ - 53762 + 3417 ], "type": { "type": "reference", - "target": 53801, - "name": "GetOperation", - "package": "@aws-amplify/api-rest" + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "reference", + "target": 3334, + "name": "SignInOutput", + "package": "@aws-amplify/auth" + } + ], + "name": "Promise", + "package": "typescript" } }, - "53762": { - "id": 53762, + "3417": { + "id": 3417, "name": "input", "variant": "param", "kind": 32768, @@ -4488,30 +3668,30 @@ "summary": [ { "kind": "text", - "text": "Input for GET operation" + "text": "The SignInInput object" } ] }, "type": { "type": "reference", - "target": 53800, - "name": "GetInput", - "package": "@aws-amplify/api-rest" + "target": 3333, + "name": "SignInInput", + "package": "@aws-amplify/auth" } }, - "53763": { - "id": 53763, - "name": "head", + "3418": { + "id": 3418, + "name": "signInWithRedirect", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ - 53764 + 3419 ] }, - "53764": { - "id": 53764, - "name": "head", + "3419": { + "id": 3419, + "name": "signInWithRedirect", "variant": "signature", "kind": 4096, "flags": {}, @@ -4519,92 +3699,90 @@ "summary": [ { "kind": "text", - "text": "HEAD HTTP request" + "text": "Signs in a user with OAuth. Redirects the application to an Identity Provider." } ], "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "Operation for HEAD request" - } - ] - }, { "tag": "@throws", "content": [ { "kind": "text", - "text": "- " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "RestApiError" + "text": "AuthTokenConfigException - Thrown when the user pool config is invalid." } ] }, { - "tag": "@example", + "tag": "@throws", "content": [ { "kind": "text", - "text": "Send a HEAD request\n" - }, - { - "kind": "code", - "text": "```js\nimport { head, isCancelError } from '@aws-amplify/api';\n\nconst { headers, statusCode } = await head({\n apiName,\n path,\n options: {\n headers, // Optional, A map of custom header key/values\n queryParams, // Optional, A map of query strings\n }\n}),response;\n```" + "text": "OAuthNotConfigureException - Thrown when the oauth config is invalid." } ] } ] }, "parameters": [ - 53765 + 3420 ], "type": { "type": "reference", - "target": 53812, - "name": "HeadOperation", - "package": "@aws-amplify/api-rest" + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" } }, - "53765": { - "id": 53765, + "3420": { + "id": 3420, "name": "input", "variant": "param", "kind": 32768, - "flags": {}, + "flags": { + "isOptional": true + }, "comment": { "summary": [ { "kind": "text", - "text": "Input for HEAD operation" + "text": "The SignInWithRedirectInput object, if empty it will redirect to Cognito HostedUI" } ] }, "type": { "type": "reference", - "target": 53811, - "name": "HeadInput", - "package": "@aws-amplify/api-rest" + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/types/inputs.d.ts", + "qualifiedName": "AuthSignInWithRedirectInput" + }, + "name": "AuthSignInWithRedirectInput", + "package": "@aws-amplify/auth" } }, - "53766": { - "id": 53766, - "name": "isCancelError", + "3421": { + "id": 3421, + "name": "signOut", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ - 53767 + 3422 ] }, - "53767": { - "id": 53767, - "name": "isCancelError", + "3422": { + "id": 3422, + "name": "signOut", "variant": "signature", "kind": 4096, "flags": {}, @@ -4612,120 +3790,81 @@ "summary": [ { "kind": "text", - "text": "Check if an error is caused by user calling " - }, - { - "kind": "code", - "text": "`cancel()`" - }, - { - "kind": "text", - "text": " in REST API." + "text": "Signs a user out" } ], "blockTags": [ { - "tag": "@note", - "content": [ - { - "kind": "text", - "text": "This function works **ONLY** for errors thrown by REST API. For GraphQL APIs, use " - }, - { - "kind": "code", - "text": "`client.isCancelError(error)`" - }, - { - "kind": "text", - "text": "\n instead. " - }, - { - "kind": "code", - "text": "`client`" - }, - { - "kind": "text", - "text": " is generated from " - }, - { - "kind": "code", - "text": "`generateClient()`" - }, - { - "kind": "text", - "text": " API from " - }, - { - "kind": "code", - "text": "`aws-amplify/api`" - }, - { - "kind": "text", - "text": "." - } - ] - }, - { - "tag": "@returns", + "tag": "@throws", "content": [ { "kind": "text", - "text": "- A boolean indicating if the error was from an upload cancellation" + "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." } ] } ] }, "parameters": [ - 53768 + 3423 ], "type": { - "type": "predicate", - "name": "error", - "asserts": false, - "targetType": { - "type": "reference", - "target": { - "sourceFileName": "packages/api-rest/dist/esm/errors/CanceledError.d.ts", - "qualifiedName": "CanceledError" - }, - "name": "CanceledError", - "package": "@aws-amplify/api-rest" - } + "type": "reference", + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" } }, - "53768": { - "id": 53768, - "name": "error", + "3423": { + "id": 3423, + "name": "input", "variant": "param", "kind": 32768, - "flags": {}, + "flags": { + "isOptional": true + }, "comment": { "summary": [ { "kind": "text", - "text": "The unknown exception to be checked." + "text": "The SignOutInput object" } ] }, "type": { - "type": "intrinsic", - "name": "unknown" + "type": "reference", + "target": { + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/types/inputs.d.ts", + "qualifiedName": "AuthSignOutInput" + }, + "name": "AuthSignOutInput", + "package": "@aws-amplify/auth" } }, - "53769": { - "id": 53769, - "name": "patch", + "3424": { + "id": 3424, + "name": "signUp", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ - 53770 + 3425 ] }, - "53770": { - "id": 53770, - "name": "patch", + "3425": { + "id": 3425, + "name": "signUp", "variant": "signature", "kind": 4096, "flags": {}, @@ -4733,7 +3872,7 @@ "summary": [ { "kind": "text", - "text": "PATCH HTTP request" + "text": "Creates a user" } ], "blockTags": [ @@ -4742,7 +3881,7 @@ "content": [ { "kind": "text", - "text": "Operation for PATCH request" + "text": "SignUpOutput" } ] }, @@ -4751,55 +3890,72 @@ "content": [ { "kind": "text", - "text": "- " + "text": "service: " }, { "kind": "inline-tag", "tag": "@link", - "text": "RestApiError" + "text": "SignUpException" + }, + { + "kind": "text", + "text": " - Cognito service errors thrown during the sign-up process." } ] }, { - "tag": "@example", + "tag": "@throws", "content": [ { "kind": "text", - "text": "Send a PATCH request\n" + "text": "validation: " }, { - "kind": "code", - "text": "```js\nimport { patch } from '@aws-amplify/api';\n\nconst { body } = await patch({\n apiName,\n path,\n options: {\n headers, // Optional, A map of custom header key/values\n body, // Optional, JSON object or FormData\n queryParams, // Optional, A map of query strings\n }\n}).response;\nconst data = await body.json();\n```" + "kind": "inline-tag", + "tag": "@link", + "text": "AuthValidationErrorCode" + }, + { + "kind": "text", + "text": " - Validation errors thrown either username or password\n are not defined." } ] }, { - "tag": "@example", + "tag": "@throws", "content": [ { "kind": "text", - "text": "Cancel a PATCH request\n" - }, - { - "kind": "code", - "text": "```js\nimport { patch, isCancelError } from '@aws-amplify/api';\n\nconst { response, cancel } = patch({apiName, path, options});\ncancel(message);\ntry {\n await response;\n} catch (e) {\n if (isCancelError(e)) {\n // handle request cancellation\n }\n//...\n}\n```" + "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." } ] } ] }, "parameters": [ - 53771 + 3426 ], "type": { "type": "reference", - "target": 53815, - "name": "PatchOperation", - "package": "@aws-amplify/api-rest" + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "reference", + "target": 3338, + "name": "SignUpOutput", + "package": "@aws-amplify/auth" + } + ], + "name": "Promise", + "package": "typescript" } }, - "53771": { - "id": 53771, + "3426": { + "id": 3426, "name": "input", "variant": "param", "kind": 32768, @@ -4808,30 +3964,30 @@ "summary": [ { "kind": "text", - "text": "Input for PATCH operation" + "text": "The SignUpInput object" } ] }, "type": { "type": "reference", - "target": 53814, - "name": "PatchInput", - "package": "@aws-amplify/api-rest" + "target": 3337, + "name": "SignUpInput", + "package": "@aws-amplify/auth" } }, - "53772": { - "id": 53772, - "name": "post", + "3427": { + "id": 3427, + "name": "updateMFAPreference", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ - 53773 + 3428 ] }, - "53773": { - "id": 53773, - "name": "post", + "3428": { + "id": 3428, + "name": "updateMFAPreference", "variant": "signature", "kind": 4096, "flags": {}, @@ -4839,73 +3995,61 @@ "summary": [ { "kind": "text", - "text": "POST HTTP request" + "text": "Updates the MFA preference of the user." } ], "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "Operation for POST request" - } - ] - }, { "tag": "@throws", "content": [ { "kind": "text", - "text": "- " + "text": "-" }, { "kind": "inline-tag", "tag": "@link", - "text": "RestApiError" - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "text", - "text": "Send a POST request\n" + "text": "SetUserMFAPreferenceException" }, { - "kind": "code", - "text": "```js\nimport { post, isCancelError } from '@aws-amplify/api';\n\nconst { body } = await post({\n apiName,\n path,\n options: {\n headers, // Optional, A map of custom header key/values\n body, // Optional, JSON object or FormData\n queryParams, // Optional, A map of query strings\n }\n}).response;\nconst data = await body.json();\n```" + "kind": "text", + "text": " - Service error thrown when the MFA preference cannot be updated." } ] }, { - "tag": "@example", + "tag": "@throws", "content": [ { "kind": "text", - "text": "Cancel a POST request\n\n" - }, - { - "kind": "code", - "text": "```js\nimport { post, isCancelError } from '@aws-amplify/api';\n\nconst { response, cancel } = post({apiName, path, options});\ncancel(message);\ntry {\n await response;\n} catch (e) {\n if (isCancelError(e)) {\n // handle request cancellation\n }\n //...\n}\n```" + "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." } ] } ] }, "parameters": [ - 53774 + 3429 ], "type": { "type": "reference", - "target": 53817, - "name": "PostOperation", - "package": "@aws-amplify/api-rest" + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" } }, - "53774": { - "id": 53774, + "3429": { + "id": 3429, "name": "input", "variant": "param", "kind": 32768, @@ -4914,30 +4058,30 @@ "summary": [ { "kind": "text", - "text": "Input for POST operation" + "text": "The UpdateMFAPreferenceInput object." } ] }, "type": { "type": "reference", - "target": 53816, - "name": "PostInput", - "package": "@aws-amplify/api-rest" + "target": 3308, + "name": "UpdateMFAPreferenceInput", + "package": "@aws-amplify/auth" } }, - "53775": { - "id": 53775, - "name": "put", + "3430": { + "id": 3430, + "name": "updatePassword", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ - 53776 + 3431 ] }, - "53776": { - "id": 53776, - "name": "put", + "3431": { + "id": 3431, + "name": "updatePassword", "variant": "signature", "kind": 4096, "flags": {}, @@ -4945,19 +4089,10 @@ "summary": [ { "kind": "text", - "text": "PUT HTTP request" + "text": "Updates user's password while authenticated." } ], "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "Operation for PUT request" - } - ] - }, { "tag": "@throws", "content": [ @@ -4968,50 +4103,65 @@ { "kind": "inline-tag", "tag": "@link", - "text": "RestApiError" + "text": "ChangePasswordException" + }, + { + "kind": "text", + "text": " - Cognito service errors thrown when updating a password." } ] }, { - "tag": "@example", + "tag": "@throws", "content": [ { "kind": "text", - "text": "Send a PUT request\n" + "text": "- " }, { - "kind": "code", - "text": "```js\nimport { put, isCancelError } from '@aws-amplify/api';\n\nconst { body } = await put({\n apiName,\n path,\n options: {\n headers, // Optional, A map of custom header key/values\n body, // Optional, JSON object or FormData\n queryParams, // Optional, A map of query strings\n }\n}).response;\nconst data = await body.json();\n```" + "kind": "inline-tag", + "tag": "@link", + "text": "AuthValidationErrorCode" + }, + { + "kind": "text", + "text": " - Validation errors thrown when oldPassword or newPassword are empty." } ] }, { - "tag": "@example", + "tag": "@throws", "content": [ { "kind": "text", - "text": "Cancel a PUT request\n" - }, - { - "kind": "code", - "text": "```js\nimport { put, isCancelError } from '@aws-amplify/api';\n\nconst { response, cancel } = put({apiName, path, options});\ncancel(message);\ntry {\n await response;\n} catch (e) {\n if (isCancelError(e)) {\n // handle request cancellation\n }\n//...\n}\n```" + "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." } ] } ] }, "parameters": [ - 53777 + 3432 ], "type": { "type": "reference", - "target": 53819, - "name": "PutOperation", - "package": "@aws-amplify/api-rest" + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" } }, - "53777": { - "id": 53777, + "3432": { + "id": 3432, "name": "input", "variant": "param", "kind": 32768, @@ -5020,839 +4170,370 @@ "summary": [ { "kind": "text", - "text": "Input for PUT operation" + "text": "The UpdatePasswordInput object." } ] }, - "type": { - "type": "reference", - "target": 53818, - "name": "PutInput", - "package": "@aws-amplify/api-rest" - } - }, - "53795": { - "id": 53795, - "name": "DeleteInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "packages/api-rest/dist/esm/types/index.d.ts", - "qualifiedName": "ApiInput" - }, - "typeArguments": [ - { - "type": "reference", - "target": { - "sourceFileName": "packages/api-rest/dist/esm/types/index.d.ts", - "qualifiedName": "RestApiOptionsBase" - }, - "name": "RestApiOptionsBase", - "package": "@aws-amplify/api-rest" - } - ], - "name": "ApiInput", - "package": "@aws-amplify/api-rest" - } - }, - "53796": { - "id": 53796, - "name": "DeleteOperation", - "variant": "declaration", - "kind": 2097152, - "flags": {}, "type": { "type": "reference", "target": { - "sourceFileName": "packages/api-rest/dist/esm/types/index.d.ts", - "qualifiedName": "Operation" + "packageName": "@aws-amplify/auth", + "packagePath": "dist/esm/types/inputs.d.ts", + "qualifiedName": "AuthUpdatePasswordInput" }, - "typeArguments": [ - { - "type": "reference", - "target": { - "sourceFileName": "packages/api-rest/dist/esm/types/index.d.ts", - "qualifiedName": "RestApiResponse" - }, - "name": "RestApiResponse", - "package": "@aws-amplify/api-rest" - } - ], - "name": "Operation", - "package": "@aws-amplify/api-rest" + "name": "AuthUpdatePasswordInput", + "package": "@aws-amplify/auth" } }, - "53800": { - "id": 53800, - "name": "GetInput", + "3433": { + "id": 3433, + "name": "verifyTOTPSetup", "variant": "declaration", - "kind": 2097152, + "kind": 64, "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "packages/api-rest/dist/esm/types/index.d.ts", - "qualifiedName": "ApiInput" - }, - "typeArguments": [ - { - "type": "reference", - "target": { - "sourceFileName": "packages/api-rest/dist/esm/types/index.d.ts", - "qualifiedName": "RestApiOptionsBase" - }, - "name": "RestApiOptionsBase", - "package": "@aws-amplify/api-rest" - } - ], - "name": "ApiInput", - "package": "@aws-amplify/api-rest" - } + "signatures": [ + 3434 + ] }, - "53801": { - "id": 53801, - "name": "GetOperation", - "variant": "declaration", - "kind": 2097152, + "3434": { + "id": 3434, + "name": "verifyTOTPSetup", + "variant": "signature", + "kind": 4096, "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "packages/api-rest/dist/esm/types/index.d.ts", - "qualifiedName": "Operation" - }, - "typeArguments": [ + "comment": { + "summary": [ { - "type": "reference", - "target": { - "sourceFileName": "packages/api-rest/dist/esm/types/index.d.ts", - "qualifiedName": "RestApiResponse" - }, - "name": "RestApiResponse", - "package": "@aws-amplify/api-rest" + "kind": "text", + "text": "Verifies an OTP code retrieved from an associated authentication app." } ], - "name": "Operation", - "package": "@aws-amplify/api-rest" - } - }, - "53811": { - "id": 53811, - "name": "HeadInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "packages/api-rest/dist/esm/types/index.d.ts", - "qualifiedName": "ApiInput" - }, - "typeArguments": [ + "blockTags": [ { - "type": "reference", - "target": 212584, - "typeArguments": [ + "tag": "@throws", + "content": [ { - "type": "reference", - "target": { - "sourceFileName": "packages/api-rest/dist/esm/types/index.d.ts", - "qualifiedName": "RestApiOptionsBase" - }, - "name": "RestApiOptionsBase", - "package": "@aws-amplify/api-rest" + "kind": "text", + "text": "-" }, { - "type": "literal", - "value": "body" + "kind": "inline-tag", + "tag": "@link", + "text": "VerifySoftwareTokenException" + }, + { + "kind": "text", + "text": ":\nThrown due to an invalid MFA token." } - ], - "name": "Omit", - "package": "typescript" - } - ], - "name": "ApiInput", - "package": "@aws-amplify/api-rest" - } - }, - "53812": { - "id": 53812, - "name": "HeadOperation", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "packages/api-rest/dist/esm/types/index.d.ts", - "qualifiedName": "Operation" - }, - "typeArguments": [ + ] + }, { - "type": "reference", - "target": 212584, - "typeArguments": [ + "tag": "@throws", + "content": [ { - "type": "reference", - "target": { - "sourceFileName": "packages/api-rest/dist/esm/types/index.d.ts", - "qualifiedName": "RestApiResponse" - }, - "name": "RestApiResponse", - "package": "@aws-amplify/api-rest" + "kind": "text", + "text": "-" }, { - "type": "literal", - "value": "body" + "kind": "inline-tag", + "tag": "@link", + "text": "AuthValidationErrorCode" + }, + { + "kind": "text", + "text": ":\nThrown when " + }, + { + "kind": "code", + "text": "`code`" + }, + { + "kind": "text", + "text": " is not defined." } - ], - "name": "Omit", - "package": "typescript" + ] + }, + { + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." + } + ] } - ], - "name": "Operation", - "package": "@aws-amplify/api-rest" - } - }, - "53814": { - "id": 53814, - "name": "PatchInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, + ] + }, + "parameters": [ + 3435 + ], "type": { "type": "reference", "target": { - "sourceFileName": "packages/api-rest/dist/esm/types/index.d.ts", - "qualifiedName": "ApiInput" + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Promise" }, "typeArguments": [ { - "type": "reference", - "target": { - "sourceFileName": "packages/api-rest/dist/esm/types/index.d.ts", - "qualifiedName": "RestApiOptionsBase" - }, - "name": "RestApiOptionsBase", - "package": "@aws-amplify/api-rest" + "type": "intrinsic", + "name": "void" } ], - "name": "ApiInput", - "package": "@aws-amplify/api-rest" + "name": "Promise", + "package": "typescript" } }, - "53815": { - "id": 53815, - "name": "PatchOperation", - "variant": "declaration", - "kind": 2097152, + "3435": { + "id": 3435, + "name": "input", + "variant": "param", + "kind": 32768, "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "packages/api-rest/dist/esm/types/index.d.ts", - "qualifiedName": "Operation" - }, - "typeArguments": [ + "comment": { + "summary": [ { - "type": "reference", - "target": { - "sourceFileName": "packages/api-rest/dist/esm/types/index.d.ts", - "qualifiedName": "RestApiResponse" - }, - "name": "RestApiResponse", - "package": "@aws-amplify/api-rest" + "kind": "text", + "text": "The VerifyTOTPSetupInput" } - ], - "name": "Operation", - "package": "@aws-amplify/api-rest" - } - }, - "53816": { - "id": 53816, - "name": "PostInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, + ] + }, "type": { "type": "reference", - "target": { - "sourceFileName": "packages/api-rest/dist/esm/types/index.d.ts", - "qualifiedName": "ApiInput" - }, - "typeArguments": [ - { - "type": "reference", - "target": { - "sourceFileName": "packages/api-rest/dist/esm/types/index.d.ts", - "qualifiedName": "RestApiOptionsBase" - }, - "name": "RestApiOptionsBase", - "package": "@aws-amplify/api-rest" - } - ], - "name": "ApiInput", - "package": "@aws-amplify/api-rest" + "target": 3346, + "name": "VerifyTOTPSetupInput", + "package": "@aws-amplify/auth" } }, - "53817": { - "id": 53817, - "name": "PostOperation", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "packages/api-rest/dist/esm/types/index.d.ts", - "qualifiedName": "Operation" - }, - "typeArguments": [ - { - "type": "reference", - "target": { - "sourceFileName": "packages/api-rest/dist/esm/types/index.d.ts", - "qualifiedName": "RestApiResponse" - }, - "name": "RestApiResponse", - "package": "@aws-amplify/api-rest" - } - ], - "name": "Operation", - "package": "@aws-amplify/api-rest" - } - }, - "53818": { - "id": 53818, - "name": "PutInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "packages/api-rest/dist/esm/types/index.d.ts", - "qualifiedName": "ApiInput" - }, - "typeArguments": [ - { - "type": "reference", - "target": { - "sourceFileName": "packages/api-rest/dist/esm/types/index.d.ts", - "qualifiedName": "RestApiOptionsBase" - }, - "name": "RestApiOptionsBase", - "package": "@aws-amplify/api-rest" - } - ], - "name": "ApiInput", - "package": "@aws-amplify/api-rest" - } - }, - "53819": { - "id": 53819, - "name": "PutOperation", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "reference", - "target": { - "sourceFileName": "packages/api-rest/dist/esm/types/index.d.ts", - "qualifiedName": "Operation" - }, - "typeArguments": [ - { - "type": "reference", - "target": { - "sourceFileName": "packages/api-rest/dist/esm/types/index.d.ts", - "qualifiedName": "RestApiResponse" - }, - "name": "RestApiResponse", - "package": "@aws-amplify/api-rest" - } - ], - "name": "Operation", - "package": "@aws-amplify/api-rest" - } - }, - "53863": { - "id": 53863, - "name": "auth", + "4538": { + "id": 4538, + "name": "in-app-messaging", "variant": "declaration", "kind": 2, "flags": {}, "children": [ { - "id": 54280, - "name": "associateWebAuthnCredential", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54281 - ] - }, - { - "id": 54282, - "name": "autoSignIn", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54283 - ] - }, - { - "id": 54284, - "name": "confirmResetPassword", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54285 - ] - }, - { - "id": 54287, - "name": "confirmSignIn", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54288 - ] - }, - { - "id": 54290, - "name": "confirmSignUp", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54291 - ] - }, - { - "id": 54293, - "name": "confirmUserAttribute", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54294 - ] - }, - { - "id": 54296, - "name": "decodeJWT", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54297 - ] - }, - { - "id": 54299, - "name": "deleteUser", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54300 - ] - }, - { - "id": 54301, - "name": "deleteUserAttributes", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54302 - ] - }, - { - "id": 54304, - "name": "deleteWebAuthnCredential", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54305 - ] - }, - { - "id": 54307, - "name": "fetchAuthSession", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54308 - ] - }, - { - "id": 54310, - "name": "fetchDevices", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54311 - ] - }, - { - "id": 54312, - "name": "fetchMFAPreference", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54313 - ] - }, - { - "id": 54314, - "name": "fetchUserAttributes", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54315 - ] - }, - { - "id": 54316, - "name": "forgetDevice", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54317 - ] - }, - { - "id": 54319, - "name": "getCurrentUser", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54320 - ] - }, - { - "id": 54321, - "name": "listWebAuthnCredentials", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54322 - ] - }, - { - "id": 54324, - "name": "rememberDevice", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54325 - ] - }, - { - "id": 54326, - "name": "resendSignUpCode", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54327 - ] - }, - { - "id": 54329, - "name": "resetPassword", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54330 - ] - }, - { - "id": 54332, - "name": "sendUserAttributeVerificationCode", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54333 - ] - }, - { - "id": 54335, - "name": "setUpTOTP", + "id": 4584, + "name": "clearMessages", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ - 54336 + 4585 ] }, { - "id": 54337, - "name": "signIn", + "id": 4586, + "name": "dispatchEvent", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ - 54338 + 4587 ] }, { - "id": 54340, - "name": "signInWithRedirect", + "id": 4589, + "name": "initializeInAppMessaging", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ - 54341 + 4590 ] }, { - "id": 54343, - "name": "signOut", + "id": 4591, + "name": "notifyMessageInteraction", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ - 54344 + 4592 ] }, { - "id": 54346, - "name": "signUp", + "id": 4594, + "name": "onMessageActionTaken", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ - 54347 + 4595 ] }, { - "id": 54349, - "name": "updateMFAPreference", + "id": 4597, + "name": "onMessageDismissed", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ - 54350 + 4598 ] }, { - "id": 54352, - "name": "updatePassword", + "id": 4600, + "name": "onMessageDisplayed", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ - 54353 + 4601 ] }, { - "id": 54355, - "name": "updateUserAttribute", + "id": 4603, + "name": "onMessageReceived", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ - 54356 + 4604 ] }, { - "id": 54358, - "name": "updateUserAttributes", + "id": 4606, + "name": "setConflictHandler", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ - 54359 + 4607 ] }, { - "id": 54361, - "name": "verifyTOTPSetup", + "id": 4609, + "name": "syncMessages", "variant": "declaration", "kind": 64, "flags": {}, "signatures": [ - 54362 + 4610 ] } ], "groups": [ { - "title": "Modules", - "children": [ - 53864 - ] - }, - { - "title": "Classes", + "title": "Interfaces", "children": [ - 54168 + 4539, + 4544, + 4549, + 4556, + 4558, + 4563 ] }, { - "title": "Interfaces", + "title": "Type Aliases", "children": [ - 54188, - 54193, - 54197, - 54201, - 54208, - 54211, - 54217, - 54219, - 54222, - 54225, - 54229, - 54232, - 54235, - 54241 + 4566, + 4567, + 4568, + 4569, + 4570, + 4571, + 4572, + 4573, + 4574, + 4575, + 4576, + 4577, + 4578, + 4579 ] }, { - "title": "Type Aliases", + "title": "Variables", "children": [ - 54245, - 54247, - 54248, - 54249, - 54250, - 54251, - 54252, - 54253, - 54254, - 54255, - 54256, - 54257, - 54258, - 54259, - 54260, - 54261, - 54262, - 54263, - 54264, - 54265, - 54266, - 54267, - 54268, - 54269, - 54270, - 54271, - 54272, - 54273, - 54274, - 54275, - 54276, - 54277, - 54278, - 54279 + 4580 ] }, { "title": "Functions", "children": [ - 54280, - 54282, - 54284, - 54287, - 54290, - 54293, - 54296, - 54299, - 54301, - 54304, - 54307, - 54310, - 54312, - 54314, - 54316, - 54319, - 54321, - 54324, - 54326, - 54329, - 54332, - 54335, - 54337, - 54340, - 54343, - 54346, - 54349, - 54352, - 54355, - 54358, - 54361 + 4584, + 4586, + 4589, + 4591, + 4594, + 4597, + 4600, + 4603, + 4606, + 4609 ] } ] }, - "53865": { - "id": 53865, - "name": "AWSAuthSignInDetails", + "4539": { + "id": 4539, + "name": "InAppMessage", "variant": "declaration", "kind": 256, "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, "children": [ - 53866, - 53867 + 4540, + 4541, + 4542, + 4543 ], "groups": [ { "title": "Properties", "children": [ - 53866, - 53867 + 4540, + 4541, + 4542, + 4543 ] } ] }, - "53866": { - "id": 53866, - "name": "authFlowType", + "4540": { + "id": 4540, + "name": "content", "variant": "declaration", "kind": 1024, - "flags": { - "isOptional": true - }, + "flags": {}, + "type": { + "type": "array", + "elementType": { + "type": "reference", + "target": 4549, + "name": "InAppMessageContent", + "package": "@aws-amplify/notifications" + } + } + }, + "4541": { + "id": 4541, + "name": "id", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "intrinsic", + "name": "string" + } + }, + "4542": { + "id": 4542, + "name": "layout", + "variant": "declaration", + "kind": 1024, + "flags": {}, "type": { "type": "reference", - "target": 54095, - "name": "AuthFlowType", - "package": "@aws-amplify/core" + "target": 4569, + "name": "InAppMessageLayout", + "package": "@aws-amplify/notifications" } }, - "53867": { - "id": 53867, - "name": "loginId", + "4543": { + "id": 4543, + "name": "metadata", "variant": "declaration", "kind": 1024, "flags": { @@ -5860,47 +4541,49 @@ }, "type": { "type": "intrinsic", - "name": "string" + "name": "any" } }, - "53871": { - "id": 53871, - "name": "AWSCredentials", + "4544": { + "id": 4544, + "name": "InAppMessageButton", "variant": "declaration", "kind": 256, "flags": {}, "children": [ - 53872, - 53873, - 53874, - 53875 + 4545, + 4546, + 4547, + 4548 ], "groups": [ { "title": "Properties", "children": [ - 53872, - 53873, - 53874, - 53875 + 4545, + 4546, + 4547, + 4548 ] } ] }, - "53872": { - "id": 53872, - "name": "accessKeyId", + "4545": { + "id": 4545, + "name": "action", "variant": "declaration", "kind": 1024, "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "reference", + "target": 4568, + "name": "InAppMessageAction", + "package": "@aws-amplify/notifications" } }, - "53873": { - "id": 53873, - "name": "expiration", + "4546": { + "id": 4546, + "name": "style", "variant": "declaration", "kind": 1024, "flags": { @@ -5908,17 +4591,14 @@ }, "type": { "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" + "target": 4558, + "name": "InAppMessageStyle", + "package": "@aws-amplify/notifications" } }, - "53874": { - "id": 53874, - "name": "secretAccessKey", + "4547": { + "id": 4547, + "name": "title", "variant": "declaration", "kind": 1024, "flags": {}, @@ -5927,9 +4607,9 @@ "name": "string" } }, - "53875": { - "id": 53875, - "name": "sessionToken", + "4548": { + "id": 4548, + "name": "url", "variant": "declaration", "kind": 1024, "flags": { @@ -5940,42 +4620,37 @@ "name": "string" } }, - "53876": { - "id": 53876, - "name": "AuthCodeDeliveryDetails", + "4549": { + "id": 4549, + "name": "InAppMessageContent", "variant": "declaration", "kind": 256, "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Data describing the dispatch of a confirmation code." - } - ] - }, "children": [ - 53877, - 53878, - 53879 + 4550, + 4551, + 4552, + 4553, + 4554, + 4555 ], "groups": [ { "title": "Properties", "children": [ - 53877, - 53878, - 53879 + 4550, + 4551, + 4552, + 4553, + 4554, + 4555 ] } - ], - "typeParameters": [ - 53880 ] }, - "53877": { - "id": 53877, - "name": "attributeName", + "4550": { + "id": 4550, + "name": "body", "variant": "declaration", "kind": 1024, "flags": { @@ -5983,16 +4658,18 @@ }, "type": { "type": "reference", - "target": 53880, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthCodeDeliveryDetails.UserAttributeKey", - "refersToTypeParameter": true + "target": { + "packageName": "@aws-amplify/notifications", + "packagePath": "dist/esm/inAppMessaging/types/message.d.ts", + "qualifiedName": "InAppMessageBody" + }, + "name": "InAppMessageBody", + "package": "@aws-amplify/notifications" } }, - "53878": { - "id": 53878, - "name": "deliveryMedium", + "4551": { + "id": 4551, + "name": "container", "variant": "declaration", "kind": 1024, "flags": { @@ -6000,73 +4677,100 @@ }, "type": { "type": "reference", - "target": 54092, - "name": "AuthDeliveryMedium", - "package": "@aws-amplify/auth" + "target": { + "packageName": "@aws-amplify/notifications", + "packagePath": "dist/esm/inAppMessaging/types/message.d.ts", + "qualifiedName": "InAppMessageContainer" + }, + "name": "InAppMessageContainer", + "package": "@aws-amplify/notifications" } }, - "53879": { - "id": 53879, - "name": "destination", + "4552": { + "id": 4552, + "name": "header", "variant": "declaration", "kind": 1024, "flags": { "isOptional": true }, "type": { - "type": "intrinsic", - "name": "string" + "type": "reference", + "target": { + "packageName": "@aws-amplify/notifications", + "packagePath": "dist/esm/inAppMessaging/types/message.d.ts", + "qualifiedName": "InAppMessageHeader" + }, + "name": "InAppMessageHeader", + "package": "@aws-amplify/notifications" } }, - "53880": { - "id": 53880, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, - "flags": {}, + "4553": { + "id": 4553, + "name": "image", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, "type": { "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" + "target": 4556, + "name": "InAppMessageImage", + "package": "@aws-amplify/notifications" + } + }, + "4554": { + "id": 4554, + "name": "primaryButton", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true }, - "default": { + "type": { "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" + "target": 4544, + "name": "InAppMessageButton", + "package": "@aws-amplify/notifications" + } + }, + "4555": { + "id": 4555, + "name": "secondaryButton", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "reference", + "target": 4544, + "name": "InAppMessageButton", + "package": "@aws-amplify/notifications" } }, - "53881": { - "id": 53881, - "name": "AuthConfirmResetPasswordInput", + "4556": { + "id": 4556, + "name": "InAppMessageImage", "variant": "declaration", "kind": 256, "flags": {}, "children": [ - 53882, - 53883, - 53884, - 53885 + 4557 ], "groups": [ { "title": "Properties", "children": [ - 53882, - 53883, - 53884, - 53885 + 4557 ] } - ], - "typeParameters": [ - 53886 ] }, - "53882": { - "id": 53882, - "name": "confirmationCode", + "4557": { + "id": 4557, + "name": "src", "variant": "declaration", "kind": 1024, "flags": {}, @@ -6075,67 +4779,87 @@ "name": "string" } }, - "53883": { - "id": 53883, - "name": "newPassword", + "4558": { + "id": 4558, + "name": "InAppMessageStyle", "variant": "declaration", - "kind": 1024, + "kind": 256, "flags": {}, + "children": [ + 4559, + 4560, + 4561, + 4562 + ], + "groups": [ + { + "title": "Properties", + "children": [ + 4559, + 4560, + 4561, + 4562 + ] + } + ] + }, + "4559": { + "id": 4559, + "name": "backgroundColor", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, "type": { "type": "intrinsic", "name": "string" } }, - "53884": { - "id": 53884, - "name": "options", + "4560": { + "id": 4560, + "name": "borderRadius", "variant": "declaration", "kind": 1024, "flags": { "isOptional": true }, "type": { - "type": "reference", - "target": 53886, - "name": "ServiceOptions", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthConfirmResetPasswordInput.ServiceOptions", - "refersToTypeParameter": true + "type": "intrinsic", + "name": "number" } }, - "53885": { - "id": 53885, - "name": "username", + "4561": { + "id": 4561, + "name": "color", "variant": "declaration", "kind": 1024, - "flags": {}, + "flags": { + "isOptional": true + }, "type": { "type": "intrinsic", "name": "string" } }, - "53886": { - "id": 53886, - "name": "ServiceOptions", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 54104, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" + "4562": { + "id": 4562, + "name": "textAlign", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true }, - "default": { + "type": { "type": "reference", - "target": 54104, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" + "target": 4570, + "name": "InAppMessageTextAlign", + "package": "@aws-amplify/notifications" } }, - "53887": { - "id": 53887, - "name": "AuthConfirmSignInInput", + "4563": { + "id": 4563, + "name": "NotifyMessageInteractionInput", "variant": "declaration", "kind": 256, "flags": {}, @@ -6143,1562 +4867,1453 @@ "summary": [ { "kind": "text", - "text": "Constructs a " + "text": "Input type for NotifyMessageInteraction API." + } + ] + }, + "children": [ + 4564, + 4565 + ], + "groups": [ + { + "title": "Properties", + "children": [ + 4564, + 4565 + ] + } + ] + }, + "4564": { + "id": 4564, + "name": "message", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": 4539, + "name": "InAppMessage", + "package": "@aws-amplify/notifications" + } + }, + "4565": { + "id": 4565, + "name": "type", + "variant": "declaration", + "kind": 1024, + "flags": {}, + "type": { + "type": "reference", + "target": { + "packageName": "@aws-amplify/notifications", + "packagePath": "dist/esm/inAppMessaging/types/event.d.ts", + "qualifiedName": "InAppMessageInteractionEvent" + }, + "name": "InAppMessageInteractionEvent", + "package": "@aws-amplify/notifications" + } + }, + "4568": { + "id": 4568, + "name": "InAppMessageAction", + "variant": "declaration", + "kind": 2097152, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "CLOSE" }, { - "kind": "code", - "text": "`confirmSignIn`" + "type": "literal", + "value": "DEEP_LINK" + }, + { + "type": "literal", + "value": "LINK" + } + ] + } + }, + "4569": { + "id": 4569, + "name": "InAppMessageLayout", + "variant": "declaration", + "kind": 2097152, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "BOTTOM_BANNER" + }, + { + "type": "literal", + "value": "CAROUSEL" + }, + { + "type": "literal", + "value": "FULL_SCREEN" + }, + { + "type": "literal", + "value": "MIDDLE_BANNER" + }, + { + "type": "literal", + "value": "MODAL" + }, + { + "type": "literal", + "value": "TOP_BANNER" + } + ] + } + }, + "4570": { + "id": 4570, + "name": "InAppMessageTextAlign", + "variant": "declaration", + "kind": 2097152, + "flags": {}, + "type": { + "type": "union", + "types": [ + { + "type": "literal", + "value": "center" + }, + { + "type": "literal", + "value": "left" }, + { + "type": "literal", + "value": "right" + } + ] + } + }, + "4584": { + "id": 4584, + "name": "clearMessages", + "variant": "declaration", + "kind": 64, + "flags": {}, + "signatures": [ + 4585 + ] + }, + "4585": { + "id": 4585, + "name": "clearMessages", + "variant": "signature", + "kind": 4096, + "flags": {}, + "comment": { + "summary": [ { "kind": "text", - "text": " input." + "text": "Clear locally cached messages." } ], "blockTags": [ { - "tag": "@param", - "name": "challengeResponse", + "tag": "@deprecated", + "content": [ + { + "kind": "text", + "text": "AWS will end support for Amazon Pinpoint on October 30, 2026." + } + ] + }, + { + "tag": "@throws", "content": [ { "kind": "text", - "text": "required parameter for responding to " + "text": "validation: " }, { - "kind": "code", - "text": "`AuthSignInStep`" + "kind": "inline-tag", + "tag": "@link", + "text": "InAppMessagingValidationErrorCode" }, { "kind": "text", - "text": " returned during\nthe sign in process." + "text": " - Thrown if In App messaging hasn't been initialized." } ] }, { - "tag": "@param", - "name": "options", + "tag": "@returns", "content": [ { "kind": "text", - "text": "optional parameters for the Confirm Sign In process such as the service options" + "text": "A promise that will resolve when the operation is complete." + } + ] + }, + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "```ts\n// Clear locally cached messages.\nawait clearMessages();\n\n```" } ] } ] }, - "children": [ - 53888, - 53889 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 53888, - 53889 - ] - } - ], - "typeParameters": [ - 53890 - ] - }, - "53888": { - "id": 53888, - "name": "challengeResponse", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "53889": { - "id": 53889, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, "type": { "type": "reference", - "target": 53890, - "name": "ServiceOptions", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthConfirmSignInInput.ServiceOptions", - "refersToTypeParameter": true + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" } }, - "53890": { - "id": 53890, - "name": "ServiceOptions", - "variant": "typeParam", - "kind": 131072, + "4586": { + "id": 4586, + "name": "dispatchEvent", + "variant": "declaration", + "kind": 64, "flags": {}, - "type": { - "type": "reference", - "target": 54104, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 54104, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - } + "signatures": [ + 4587 + ] }, - "53891": { - "id": 53891, - "name": "AuthConfirmSignUpInput", - "variant": "declaration", - "kind": 256, + "4587": { + "id": 4587, + "name": "dispatchEvent", + "variant": "signature", + "kind": 4096, "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "Constructs a " + "text": "Triggers an In-App message to be displayed. Use this after your campaigns have been synced to the device using\n" }, { - "kind": "code", - "text": "`confirmSignUp`" + "kind": "inline-tag", + "tag": "@link", + "text": "syncMessages", + "target": 4609 }, { "kind": "text", - "text": " input." + "text": ". Based on the messages synced and the event passed to this API, it triggers the display\nof the In-App message that meets the criteria." } ], "blockTags": [ { - "tag": "@param", - "name": "username", + "tag": "@deprecated", + "content": [ + { + "kind": "text", + "text": "AWS will end support for Amazon Pinpoint on October 30, 2026." + } + ] + }, + { + "tag": "@remark", + "content": [ + { + "kind": "text", + "text": "If an event would trigger multiple messages, the message closest to expiry will be chosen by default.\nTo change this behavior, you can use the " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "setConflictHandler", + "target": 4606 + }, + { + "kind": "text", + "text": " API to provide\nyour own logic for resolving message conflicts." + } + ] + }, + { + "tag": "@throws", "content": [ { "kind": "text", - "text": "a standard username, potentially an email/phone number" + "text": "validation: " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "InAppMessagingValidationErrorCode" + }, + { + "kind": "text", + "text": " - Thrown when the provided parameters or library\nconfiguration is incorrect, or if In App messaging hasn't been initialized." } ] }, { - "tag": "@param", - "name": "confirmationCode", + "tag": "@throws", "content": [ { "kind": "text", - "text": "the user's confirmation code sent to email or cellphone" + "text": "service exceptions - Thrown when the underlying Pinpoint service returns an error." } ] }, { - "tag": "@param", - "name": "options", + "tag": "@returns", "content": [ { "kind": "text", - "text": "optional parameters for the Sign Up process, including user attributes" + "text": "A promise that will resolve when the operation is complete." + } + ] + }, + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "```ts\n// Sync message before disptaching an event\nawait syncMessages();\n\n// Dispatch an event\nawait dispatchEvent({ name: 'test_event' });\n```" } ] } ] }, - "children": [ - 53892, - 53893, - 53894 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 53892, - 53893, - 53894 - ] - } + "parameters": [ + 4588 ], - "typeParameters": [ - 53895 - ] - }, - "53892": { - "id": 53892, - "name": "confirmationCode", - "variant": "declaration", - "kind": 1024, - "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "reference", + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" } }, - "53893": { - "id": 53893, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true + "4588": { + "id": 4588, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input object that holds the event to be dispatched." + } + ] }, "type": { "type": "reference", - "target": 53895, - "name": "ServiceOptions", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthConfirmSignUpInput.ServiceOptions", - "refersToTypeParameter": true + "target": { + "packageName": "@aws-amplify/notifications", + "packagePath": "dist/esm/inAppMessaging/types/event.d.ts", + "qualifiedName": "InAppMessagingEvent" + }, + "name": "InAppMessagingEvent", + "package": "@aws-amplify/notifications" } }, - "53894": { - "id": 53894, - "name": "username", + "4589": { + "id": 4589, + "name": "initializeInAppMessaging", "variant": "declaration", - "kind": 1024, + "kind": 64, "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } + "signatures": [ + 4590 + ] }, - "53895": { - "id": 53895, - "name": "ServiceOptions", - "variant": "typeParam", - "kind": 131072, + "4590": { + "id": 4590, + "name": "initializeInAppMessaging", + "variant": "signature", + "kind": 4096, "flags": {}, - "type": { - "type": "reference", - "target": 54104, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" + "comment": { + "summary": [ + { + "kind": "text", + "text": "Initialize and set up in-app messaging category. This API needs to be called to enable other InAppMessaging APIs." + } + ], + "blockTags": [ + { + "tag": "@deprecated", + "content": [ + { + "kind": "text", + "text": "AWS will end support for Amazon Pinpoint on October 30, 2026." + } + ] + }, + { + "tag": "@remarks", + "content": [ + { + "kind": "text", + "text": "Make sure to call this early in your app at the root entry point after configuring Amplify." + } + ] + }, + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "```ts\nAmplify.configure(config);\ninitializeInAppMessaging();\n```" + } + ] + } + ] }, - "default": { - "type": "reference", - "target": 54104, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" + "type": { + "type": "intrinsic", + "name": "void" } }, - "53896": { - "id": 53896, - "name": "AuthConfirmUserAttributeInput", + "4591": { + "id": 4591, + "name": "notifyMessageInteraction", "variant": "declaration", - "kind": 256, + "kind": 64, "flags": {}, - "children": [ - 53897, - 53898 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 53897, - 53898 - ] - } - ], - "typeParameters": [ - 53899 + "signatures": [ + 4592 ] }, - "53897": { - "id": 53897, - "name": "confirmationCode", - "variant": "declaration", - "kind": 1024, + "4592": { + "id": 4592, + "name": "notifyMessageInteraction", + "variant": "signature", + "kind": 4096, "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Notifies the respective listener of the specified type with the message given." + } + ], + "blockTags": [ + { + "tag": "@deprecated", + "content": [ + { + "kind": "text", + "text": "AWS will end support for Amazon Pinpoint on October 30, 2026." + } + ] + }, + { + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "validation: " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "InAppMessagingValidationErrorCode" + }, + { + "kind": "text", + "text": " - Thrown when the provided parameters or library\nconfiguration is incorrect, or if In App messaging hasn't been initialized." + } + ] + }, + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "```ts\nonMessageRecieved((message) => {\n // Show end users the In-App message and notify event listeners\n notifyMessageInteraction({ type: 'messageDisplayed', message });\n});\n```" + } + ] + } + ] + }, + "parameters": [ + 4593 + ], "type": { "type": "intrinsic", - "name": "string" + "name": "void" } }, - "53898": { - "id": 53898, - "name": "userAttributeKey", - "variant": "declaration", - "kind": 1024, + "4593": { + "id": 4593, + "name": "input", + "variant": "param", + "kind": 32768, "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input object that holds the type and message." + } + ] + }, "type": { "type": "reference", - "target": 53899, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthConfirmUserAttributeInput.UserAttributeKey", - "refersToTypeParameter": true + "target": 4563, + "name": "NotifyMessageInteractionInput", + "package": "@aws-amplify/notifications" } }, - "53899": { - "id": 53899, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, + "4594": { + "id": 4594, + "name": "onMessageActionTaken", + "variant": "declaration", + "kind": 64, "flags": {}, - "type": { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } + "signatures": [ + 4595 + ] }, - "53900": { - "id": 53900, - "name": "AuthDeleteUserAttributesInput", - "variant": "declaration", - "kind": 256, + "4595": { + "id": 4595, + "name": "onMessageActionTaken", + "variant": "signature", + "kind": 4096, "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "Constructs a " + "text": "Registers a callback that will be invoked on " }, { "kind": "code", - "text": "`deleteUserAttributes`" + "text": "`messageActionTaken`" }, { "kind": "text", - "text": " input." + "text": " events." } ], "blockTags": [ { - "tag": "@param", - "name": "userAttributeKeys", + "tag": "@deprecated", "content": [ { "kind": "text", - "text": "the user attribute keys to be deleted" + "text": "AWS will end support for Amazon Pinpoint on October 30, 2026." } ] - } - ] - }, - "children": [ - 53901 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 53901 - ] - } - ], - "typeParameters": [ - 53902 - ] - }, - "53901": { - "id": 53901, - "name": "userAttributeKeys", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "tuple", - "elements": [ + }, { - "type": "reference", - "target": 53902, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthDeleteUserAttributesInput.UserAttributeKey", - "refersToTypeParameter": true + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "validation: " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "InAppMessagingValidationErrorCode" + }, + { + "kind": "text", + "text": " - Thrown when the provided parameters or library\nconfiguration is incorrect, or if In App messaging hasn't been initialized." + } + ] }, { - "type": "rest", - "elementType": { - "type": "array", - "elementType": { - "type": "reference", - "target": 53902, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthDeleteUserAttributesInput.UserAttributeKey", - "refersToTypeParameter": true + "tag": "@returns", + "content": [ + { + "kind": "text", + "text": "- An object that holds a remove method to stop listening to events." } - } + ] + }, + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "```ts\nonMessageActionTaken((message) => {\n // use the message\n console.log(message.id);\n});\n```" + } + ] } ] + }, + "parameters": [ + 4596 + ], + "type": { + "type": "reference", + "target": { + "packageName": "@aws-amplify/notifications", + "packagePath": "dist/esm/eventListeners/types.d.ts", + "qualifiedName": "EventListenerRemover" + }, + "name": "EventListenerRemover", + "package": "@aws-amplify/notifications" } }, - "53903": { - "id": 53903, - "name": "AuthDevice", - "variant": "declaration", - "kind": 256, + "4596": { + "id": 4596, + "name": "input", + "variant": "param", + "kind": 32768, "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "The AuthDevice object contains id and name of the device." + "text": "The input object that holds the callback handler." } ] }, - "children": [ - 53904, - 53905 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 53904, - 53905 - ] - } - ] - }, - "53904": { - "id": 53904, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "reference", + "target": { + "packageName": "@aws-amplify/notifications", + "packagePath": "dist/esm/inAppMessaging/providers/pinpoint/types/types.d.ts", + "qualifiedName": "OnMessageInteractionEventHandler" + }, + "name": "OnMessageInteractionEventHandler", + "package": "@aws-amplify/notifications" } }, - "53905": { - "id": 53905, - "name": "name", + "4597": { + "id": 4597, + "name": "onMessageDismissed", "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } + "kind": 64, + "flags": {}, + "signatures": [ + 4598 + ] }, - "53906": { - "id": 53906, - "name": "AuthForgetDeviceInput", - "variant": "declaration", - "kind": 256, + "4598": { + "id": 4598, + "name": "onMessageDismissed", + "variant": "signature", + "kind": 4096, "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "Constructs a " + "text": "Registers a callback that will be invoked on " }, { "kind": "code", - "text": "`forgetDevice`" + "text": "`messageDismissed`" }, { "kind": "text", - "text": " input." + "text": " events." } ], "blockTags": [ { - "tag": "@param", - "name": "device", + "tag": "@deprecated", "content": [ { "kind": "text", - "text": "optional parameter to forget an external device" + "text": "AWS will end support for Amazon Pinpoint on October 30, 2026." } ] - } - ] - }, - "children": [ - 53907 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 53907 - ] - } - ] - }, - "53907": { - "id": 53907, - "name": "device", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true + }, + { + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "validation: " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "InAppMessagingValidationErrorCode" + }, + { + "kind": "text", + "text": " - Thrown when the provided parameters or library\nconfiguration is incorrect, or if In App messaging hasn't been initialized." + } + ] + }, + { + "tag": "@returns", + "content": [ + { + "kind": "text", + "text": "- An object that holds a remove method to stop listening to events." + } + ] + }, + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "```ts\nonMessageDismissed((message) => {\n // use the message\n console.log(message.id);\n});\n```" + } + ] + } + ] }, - "type": { - "type": "reference", - "target": 53903, - "name": "AuthDevice", - "package": "@aws-amplify/auth" - } - }, - "53908": { - "id": 53908, - "name": "AuthNextResetPasswordStep", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 53909, - 53910, - 53911 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 53909, - 53910, - 53911 - ] - } + "parameters": [ + 4599 ], - "typeParameters": [ - 53912 - ] - }, - "53909": { - "id": 53909, - "name": "additionalInfo", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, "type": { "type": "reference", - "target": 54089, - "name": "AuthAdditionalInfo", - "package": "@aws-amplify/auth" + "target": { + "packageName": "@aws-amplify/notifications", + "packagePath": "dist/esm/eventListeners/types.d.ts", + "qualifiedName": "EventListenerRemover" + }, + "name": "EventListenerRemover", + "package": "@aws-amplify/notifications" } }, - "53910": { - "id": 53910, - "name": "codeDeliveryDetails", - "variant": "declaration", - "kind": 1024, + "4599": { + "id": 4599, + "name": "input", + "variant": "param", + "kind": 32768, "flags": {}, - "type": { - "type": "reference", - "target": 53876, - "typeArguments": [ + "comment": { + "summary": [ { - "type": "reference", - "target": 53912, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthNextResetPasswordStep.UserAttributeKey", - "refersToTypeParameter": true + "kind": "text", + "text": "The input object that holds the callback handler." } - ], - "name": "AuthCodeDeliveryDetails", - "package": "@aws-amplify/auth" - } - }, - "53911": { - "id": 53911, - "name": "resetPasswordStep", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 54103, - "name": "AuthResetPasswordStep", - "package": "@aws-amplify/auth" - } - }, - "53912": { - "id": 53912, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - }, - "53913": { - "id": 53913, - "name": "AuthNextUpdateAttributeStep", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 53914, - 53915 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 53914, - 53915 - ] - } - ], - "typeParameters": [ - 53916 - ] - }, - "53914": { - "id": 53914, - "name": "codeDeliveryDetails", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true + ] }, "type": { "type": "reference", - "target": 53876, - "typeArguments": [ - { - "type": "reference", - "target": 53916, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthNextUpdateAttributeStep.UserAttributeKey", - "refersToTypeParameter": true - } - ], - "name": "AuthCodeDeliveryDetails", - "package": "@aws-amplify/auth" + "target": { + "packageName": "@aws-amplify/notifications", + "packagePath": "dist/esm/inAppMessaging/providers/pinpoint/types/types.d.ts", + "qualifiedName": "OnMessageInteractionEventHandler" + }, + "name": "OnMessageInteractionEventHandler", + "package": "@aws-amplify/notifications" } }, - "53915": { - "id": 53915, - "name": "updateAttributeStep", + "4600": { + "id": 4600, + "name": "onMessageDisplayed", "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 54105, - "name": "AuthUpdateAttributeStep", - "package": "@aws-amplify/auth" - } - }, - "53916": { - "id": 53916, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, + "kind": 64, "flags": {}, - "type": { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } + "signatures": [ + 4601 + ] }, - "53917": { - "id": 53917, - "name": "AuthResendSignUpCodeInput", - "variant": "declaration", - "kind": 256, + "4601": { + "id": 4601, + "name": "onMessageDisplayed", + "variant": "signature", + "kind": 4096, "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "The parameters for constructing a Resend Sign Up code input." + "text": "Registers a callback that will be invoked on " + }, + { + "kind": "code", + "text": "`messageDisplayed`" + }, + { + "kind": "text", + "text": " events." } ], "blockTags": [ { - "tag": "@param", - "name": "username", + "tag": "@deprecated", + "content": [ + { + "kind": "text", + "text": "AWS will end support for Amazon Pinpoint on October 30, 2026." + } + ] + }, + { + "tag": "@throws", "content": [ { "kind": "text", - "text": "a standard username, potentially an email/phone number" + "text": "validation: " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "InAppMessagingValidationErrorCode" + }, + { + "kind": "text", + "text": " - Thrown when the provided parameters or library\nconfiguration is incorrect, or if In App messaging hasn't been initialized." } ] }, { - "tag": "@param", - "name": "options", + "tag": "@returns", "content": [ { "kind": "text", - "text": "optional parameters for the Sign Up process such as the plugin options" + "text": "- An object that holds a remove method to stop listening to events." + } + ] + }, + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "```ts\nonMessageDisplayed((message) => {\n // use the message\n\t console.log(message.id);\n});\n```" } ] } ] }, - "children": [ - 53918, - 53919 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 53918, - 53919 - ] - } + "parameters": [ + 4602 ], - "typeParameters": [ - 53920 - ] - }, - "53918": { - "id": 53918, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 53920, - "name": "ServiceOptions", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthResendSignUpCodeInput.ServiceOptions", - "refersToTypeParameter": true - } - }, - "53919": { - "id": 53919, - "name": "username", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "53920": { - "id": 53920, - "name": "ServiceOptions", - "variant": "typeParam", - "kind": 131072, - "flags": {}, "type": { "type": "reference", - "target": 54104, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 54104, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" + "target": { + "packageName": "@aws-amplify/notifications", + "packagePath": "dist/esm/eventListeners/types.d.ts", + "qualifiedName": "EventListenerRemover" + }, + "name": "EventListenerRemover", + "package": "@aws-amplify/notifications" } }, - "53921": { - "id": 53921, - "name": "AuthResetPasswordInput", - "variant": "declaration", - "kind": 256, + "4602": { + "id": 4602, + "name": "input", + "variant": "param", + "kind": 32768, "flags": {}, - "children": [ - 53922, - 53923 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 53922, - 53923 - ] - } - ], - "typeParameters": [ - 53924 - ] - }, - "53922": { - "id": 53922, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input object that holds the callback handler." + } + ] }, "type": { "type": "reference", - "target": 53924, - "name": "ServiceOptions", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthResetPasswordInput.ServiceOptions", - "refersToTypeParameter": true - } - }, - "53923": { - "id": 53923, - "name": "username", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "53924": { - "id": 53924, - "name": "ServiceOptions", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 54104, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 54104, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" + "target": { + "packageName": "@aws-amplify/notifications", + "packagePath": "dist/esm/inAppMessaging/providers/pinpoint/types/types.d.ts", + "qualifiedName": "OnMessageInteractionEventHandler" + }, + "name": "OnMessageInteractionEventHandler", + "package": "@aws-amplify/notifications" } }, - "53925": { - "id": 53925, - "name": "AuthResetPasswordOutput", + "4603": { + "id": 4603, + "name": "onMessageReceived", "variant": "declaration", - "kind": 256, + "kind": 64, "flags": {}, - "children": [ - 53926, - 53927 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 53926, - 53927 - ] - } - ], - "typeParameters": [ - 53928 + "signatures": [ + 4604 ] }, - "53926": { - "id": 53926, - "name": "isPasswordReset", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "53927": { - "id": 53927, - "name": "nextStep", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 53908, - "typeArguments": [ - { - "type": "reference", - "target": 53928, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthResetPasswordOutput.UserAttributeKey", - "refersToTypeParameter": true - } - ], - "name": "AuthNextResetPasswordStep", - "package": "@aws-amplify/auth" - } - }, - "53928": { - "id": 53928, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - }, - "53929": { - "id": 53929, - "name": "AuthSendUserAttributeVerificationCodeInput", - "variant": "declaration", - "kind": 256, + "4604": { + "id": 4604, + "name": "onMessageReceived", + "variant": "signature", + "kind": 4096, "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "Constructs a " + "text": "Registers a callback that will be invoked on " }, { "kind": "code", - "text": "`sendUserAttributeVerificationCode`" + "text": "`messageReceived`" }, { "kind": "text", - "text": " request." + "text": " events." } ], "blockTags": [ { - "tag": "@param", - "name": "userAttributeKey", + "tag": "@deprecated", + "content": [ + { + "kind": "text", + "text": "AWS will end support for Amazon Pinpoint on October 30, 2026." + } + ] + }, + { + "tag": "@throws", "content": [ { "kind": "text", - "text": "the user attribute key" + "text": "validation: " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "InAppMessagingValidationErrorCode" + }, + { + "kind": "text", + "text": " - Thrown when the provided parameters or library\nconfiguration is incorrect, or if In App messaging hasn't been initialized." } ] }, { - "tag": "@param", - "name": "options", + "tag": "@returns", "content": [ { "kind": "text", - "text": "optional parameters for the Resend Attribute Code process such as the service options." + "text": "- An object that holds a remove method to stop listening to events." + } + ] + }, + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "```ts\nonMessageReceived((message) => {\n // use the message\n console.log(message.id);\n});\n```" } ] } ] }, - "children": [ - 53930, - 53931 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 53930, - 53931 - ] - } + "parameters": [ + 4605 ], - "typeParameters": [ - 53932, - 53933 - ] - }, - "53930": { - "id": 53930, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 53933, - "name": "ServiceOptions", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthSendUserAttributeVerificationCodeInput.ServiceOptions", - "refersToTypeParameter": true - } - }, - "53931": { - "id": 53931, - "name": "userAttributeKey", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 53932, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthSendUserAttributeVerificationCodeInput.UserAttributeKey", - "refersToTypeParameter": true - } - }, - "53932": { - "id": 53932, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - }, - "53933": { - "id": 53933, - "name": "ServiceOptions", - "variant": "typeParam", - "kind": 131072, - "flags": {}, "type": { "type": "reference", - "target": 54104, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 54104, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" + "target": { + "packageName": "@aws-amplify/notifications", + "packagePath": "dist/esm/eventListeners/types.d.ts", + "qualifiedName": "EventListenerRemover" + }, + "name": "EventListenerRemover", + "package": "@aws-amplify/notifications" } }, - "53934": { - "id": 53934, - "name": "AuthSignInInput", - "variant": "declaration", - "kind": 256, + "4605": { + "id": 4605, + "name": "input", + "variant": "param", + "kind": 32768, "flags": {}, - "children": [ - 53935, - 53936, - 53937 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 53935, - 53936, - 53937 - ] - } - ], - "typeParameters": [ - 53938 - ] - }, - "53935": { - "id": 53935, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 53938, - "name": "ServiceOptions", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthSignInInput.ServiceOptions", - "refersToTypeParameter": true - } - }, - "53936": { - "id": 53936, - "name": "password", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true + "comment": { + "summary": [ + { + "kind": "text", + "text": "The input object that holds the callback handler." + } + ] }, "type": { - "type": "intrinsic", - "name": "string" - } - }, - "53937": { - "id": 53937, - "name": "username", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "53938": { - "id": 53938, - "name": "ServiceOptions", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 54104, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - "default": { "type": "reference", - "target": 54104, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" + "target": { + "packageName": "@aws-amplify/notifications", + "packagePath": "dist/esm/inAppMessaging/providers/pinpoint/types/types.d.ts", + "qualifiedName": "OnMessageInteractionEventHandler" + }, + "name": "OnMessageInteractionEventHandler", + "package": "@aws-amplify/notifications" } }, - "53939": { - "id": 53939, - "name": "AuthSignInOutput", + "4606": { + "id": 4606, + "name": "setConflictHandler", "variant": "declaration", - "kind": 256, + "kind": 64, "flags": {}, - "children": [ - 53940, - 53941 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 53940, - 53941 - ] - } - ], - "typeParameters": [ - 53942 + "signatures": [ + 4607 ] }, - "53940": { - "id": 53940, - "name": "isSignedIn", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "53941": { - "id": 53941, - "name": "nextStep", - "variant": "declaration", - "kind": 1024, + "4607": { + "id": 4607, + "name": "setConflictHandler", + "variant": "signature", + "kind": 4096, "flags": {}, - "type": { - "type": "reference", - "target": 54097, - "typeArguments": [ + "comment": { + "summary": [ { - "type": "reference", - "target": 53942, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthSignInOutput.UserAttributeKey", - "refersToTypeParameter": true + "kind": "text", + "text": "Set a conflict handler that will be used to resolve conflicts that may emerge\nwhen matching events with synced messages." } ], - "name": "AuthNextSignInStep", - "package": "@aws-amplify/auth" - } - }, - "53942": { - "id": 53942, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" + "blockTags": [ + { + "tag": "@deprecated", + "content": [ + { + "kind": "text", + "text": "AWS will end support for Amazon Pinpoint on October 30, 2026." + } + ] + }, + { + "tag": "@remark", + "content": [ + { + "kind": "text", + "text": "The conflict handler is not persisted across app restarts and so must be set again before dispatching an event for\nany custom handling to take effect." + } + ] + }, + { + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "validation: " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "InAppMessagingValidationErrorCode" + }, + { + "kind": "text", + "text": " - Thrown when the provided parameters or library\nconfiguration is incorrect, or if In App messaging hasn't been initialized." + } + ] + }, + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "```ts\n// Sync messages before dispatching an event\nawait syncMessages();\n\n// Example custom conflict handler\nconst myConflictHandler = (messages) => {\n\t\t// Return a random message\n\t\tconst randomIndex = Math.floor(Math.random() * messages.length);\n\t\treturn messages[randomIndex];\n };\n\n// Set the conflict handler\nsetConflictHandler(myConflictHandler);\n\n// Dispatch an event\nawait dispatchEvent({ name: 'test_event' });\n```" + } + ] + } + ] }, - "default": { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - }, - "53943": { - "id": 53943, - "name": "AuthSignInWithRedirectInput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 53944, - 53945, - 53954 + "parameters": [ + 4608 ], - "groups": [ - { - "title": "Properties", - "children": [ - 53944, - 53945, - 53954 - ] - } - ] - }, - "53944": { - "id": 53944, - "name": "customState", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, "type": { "type": "intrinsic", - "name": "string" - } - }, - "53945": { - "id": 53945, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 53946, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - 53947, - 53948, - 53950, - 53951, - 53952, - 53953 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 53947, - 53948, - 53950, - 53951, - 53952, - 53953 - ] - } - ] - } + "name": "void" } }, - "53947": { - "id": 53947, - "name": "authSessionOpener", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, + "4608": { + "id": 4608, + "name": "input", + "variant": "param", + "kind": 32768, + "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "on various mobile frameworks which allow js usage for app development (e.g. cordova)\nin-app or webview redirects are discouraged or not allowed by the OS.\nthis gives an option to adjust the behaviour to the framework" + "text": "The input object that holds the conflict handler to be used." } ] }, "type": { "type": "reference", - "target": 54131, - "name": "OpenAuthSession", - "package": "@aws-amplify/auth" + "target": { + "packageName": "@aws-amplify/notifications", + "packagePath": "dist/esm/inAppMessaging/providers/pinpoint/types/types.d.ts", + "qualifiedName": "InAppMessageConflictHandler" + }, + "name": "InAppMessageConflictHandler", + "package": "@aws-amplify/notifications" } }, - "53948": { - "id": 53948, - "name": "lang", + "4609": { + "id": 4609, + "name": "syncMessages", "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, + "kind": 64, + "flags": {}, + "signatures": [ + 4610 + ] + }, + "4610": { + "id": 4610, + "name": "syncMessages", + "variant": "signature", + "kind": 4096, + "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "The language that you want to display user-interactive pages in. Managed login pages can be localized, but hosted UI (classic) pages can not" + "text": "Fetch and persist messages from Pinpoint campaigns.\nCalling this API is necessary to trigger InApp messages on the device." } ], "blockTags": [ { - "tag": "@see", + "tag": "@deprecated", "content": [ { "kind": "text", - "text": "https://docs.aws.amazon.com/cognito/latest/developerguide/authorization-endpoint.html" + "text": "AWS will end support for Amazon Pinpoint on October 30, 2026." } ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "id" - }, - { - "type": "literal", - "value": "de" - }, - { - "type": "literal", - "value": "en" - }, - { - "type": "literal", - "value": "es" - }, - { - "type": "literal", - "value": "fr" - }, - { - "type": "literal", - "value": "it" }, { - "type": "literal", - "value": "ja" - }, - { - "type": "literal", - "value": "ko" - }, - { - "type": "literal", - "value": "pt-BR" - }, - { - "type": "literal", - "value": "zh-CN" - }, - { - "type": "literal", - "value": "zh-TW" + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "service exceptions - Thrown when the underlying Pinpoint service returns an error." + } + ] }, { - "type": "intersection", - "types": [ + "tag": "@throws", + "content": [ { - "type": "intrinsic", - "name": "string" + "kind": "text", + "text": "validation: " }, { - "type": "reflection", - "declaration": { - "id": 53949, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {} - } + "kind": "inline-tag", + "tag": "@link", + "text": "InAppMessagingValidationErrorCode" + }, + { + "kind": "text", + "text": " - Thrown when the provided parameters or library\nconfiguration is incorrect, or if In App messaging hasn't been initialized." } ] - } - ] - } - }, - "53950": { - "id": 53950, - "name": "loginHint", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "A username prompt that you want to pass to the authorization server. You can collect a username, email address or phone number from your user and allow the destination provider to pre-populate the user's sign-in name. When you submit a " - }, - { - "kind": "code", - "text": "`login_hint`" - }, - { - "kind": "text", - "text": " parameter and no " - }, - { - "kind": "code", - "text": "`idp_identifier`" - }, - { - "kind": "text", - "text": " or " }, { - "kind": "code", - "text": "`identity_provider`" - }, - { - "kind": "text", - "text": " parameters to the " - }, - { - "kind": "code", - "text": "`/oauth2/authorize`" + "tag": "@returns", + "content": [ + { + "kind": "text", + "text": "A promise that will resolve when the operation is complete." + } + ] }, { - "kind": "text", - "text": " endpoint, managed login fills the username field with your hint value. You can also pass this parameter to the Login endpoint and automatically fill the username value." - } - ], - "blockTags": [ - { - "tag": "@see", + "tag": "@example", "content": [ { - "kind": "text", - "text": "https://docs.aws.amazon.com/cognito/latest/developerguide/authorization-endpoint.html" + "kind": "code", + "text": "```ts\n// Sync InApp messages with Pinpoint and device.\nawait syncMessages();\n\n```" } ] } ] }, "type": { - "type": "intrinsic", - "name": "string" + "type": "reference", + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "intrinsic", + "name": "void" + } + ], + "name": "Promise", + "package": "typescript" } }, - "53951": { - "id": 53951, - "name": "nonce", + "4734": { + "id": 4734, + "name": "storage", "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, + "kind": 2, + "flags": {}, + "children": [ + { + "id": 4803, + "name": "copy", + "variant": "declaration", + "kind": 64, + "flags": {}, + "signatures": [ + 4804, + 4806 + ] + }, + { + "id": 4808, + "name": "downloadData", + "variant": "declaration", + "kind": 64, + "flags": {}, + "signatures": [ + 4809, + 4811 + ] + }, + { + "id": 4813, + "name": "getProperties", + "variant": "declaration", + "kind": 64, + "flags": {}, + "signatures": [ + 4814, + 4816 + ] + }, + { + "id": 4818, + "name": "getUrl", + "variant": "declaration", + "kind": 64, + "flags": {}, + "signatures": [ + 4819, + 4821 + ] + }, + { + "id": 4823, + "name": "list", + "variant": "declaration", + "kind": 64, + "flags": {}, + "signatures": [ + 4824, + 4826, + 4828, + 4830 + ] + }, + { + "id": 4832, + "name": "remove", + "variant": "declaration", + "kind": 64, + "flags": {}, + "signatures": [ + 4833, + 4835 + ] + }, + { + "id": 4837, + "name": "uploadData", + "variant": "declaration", + "kind": 64, + "flags": {}, + "signatures": [ + 4838, + 4840 + ] + } + ], + "groups": [ + { + "title": "Classes", + "children": [ + 4735 + ] + }, + { + "title": "Interfaces", + "children": [ + 4755 + ] + }, + { + "title": "Type Aliases", + "children": [ + 4758, + 4759, + 4760, + 4761, + 4762, + 4763, + 4764, + 4765, + 4766, + 4767, + 4768, + 4769, + 4770, + 4771, + 4772, + 4773, + 4774, + 4775, + 4776, + 4777, + 4778, + 4779, + 4782, + 4783, + 4786, + 4787, + 4788, + 4793, + 4794, + 4795, + 4796, + 4797 + ] + }, + { + "title": "Variables", + "children": [ + 4798, + 4799 + ] + }, + { + "title": "Functions", + "children": [ + 4803, + 4808, + 4813, + 4818, + 4823, + 4832, + 4837 + ] + } + ] + }, + "4758": { + "id": 4758, + "name": "CopyInput", + "variant": "declaration", + "kind": 2097152, + "flags": {}, "comment": { - "summary": [ - { - "kind": "text", - "text": "A random value that you can add to the request. The nonce value that you provide is included in the ID token that Amazon Cognito issues. To guard against replay attacks, your app can inspect the " - }, - { - "kind": "code", - "text": "`nonce`" - }, - { - "kind": "text", - "text": " claim in the ID token and compare it to the one you generated." - } - ], + "summary": [], "blockTags": [ { - "tag": "@see", + "tag": "@deprecated", "content": [ { "kind": "text", - "text": "https://docs.aws.amazon.com/cognito/latest/developerguide/authorization-endpoint.html" + "text": "Use " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "CopyWithPathInput", + "target": 4760 + }, + { + "kind": "text", + "text": " instead.\nInput type for S3 copy API." } ] } ] }, "type": { - "type": "intrinsic", - "name": "string" - } - }, - "53952": { - "id": 53952, - "name": "preferPrivateSession", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/types/inputs.d.ts", + "qualifiedName": "StorageCopyInputWithKey" + }, + "typeArguments": [ { - "kind": "text", - "text": "On iOS devices, setting this to true requests that the browser not share cookies or other browsing data between\nthe authentication session and the user’s normal browser session. This will bypass the permissions dialog that\nis displayed your user during sign-in and sign-out but also prevents reuse of existing sessions from the user's\nbrowser, requiring them to re-enter their credentials even if they are already externally logged in on their\nbrowser.\n\nOn all other platforms, this flag is ignored." + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/options.d.ts", + "qualifiedName": "CopySourceWithKeyOptions" + }, + "name": "CopySourceWithKeyOptions", + "package": "@aws-amplify/storage" + }, + { + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/options.d.ts", + "qualifiedName": "CopyDestinationWithKeyOptions" + }, + "name": "CopyDestinationWithKeyOptions", + "package": "@aws-amplify/storage" } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" + ], + "name": "StorageCopyInputWithKey", + "package": "@aws-amplify/storage" } }, - "53953": { - "id": 53953, - "name": "prompt", + "4759": { + "id": 4759, + "name": "CopyOutput", "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, + "kind": 2097152, + "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "An OIDC parameter that controls authentication behavior for existing sessions. It can be used by the Client to make sure that the End-User is still present for the current session or to bring attention to the request. Available in the managed login branding version only, not in the classic hosted UI." + "text": "Output type with path for S3 copy API." } ], "blockTags": [ { - "tag": "@see", + "tag": "@deprecated", "content": [ { "kind": "text", - "text": "https://docs.aws.amazon.com/cognito/latest/developerguide/authorization-endpoint.html" + "text": "Use " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "CopyWithPathOutput", + "target": 4761 + }, + { + "kind": "text", + "text": " instead." } ] } @@ -7706,861166 +6321,4813 @@ }, "type": { "type": "reference", - "target": 54101, - "name": "AuthPrompt", - "package": "@aws-amplify/auth" - } - }, - "53954": { - "id": 53954, - "name": "provider", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "union", - "types": [ + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Pick" + }, + "typeArguments": [ { "type": "reference", - "target": 54102, - "name": "AuthProvider", - "package": "@aws-amplify/auth" + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/outputs.d.ts", + "qualifiedName": "ItemWithKey" + }, + "name": "ItemWithKey", + "package": "@aws-amplify/storage" }, { - "type": "reflection", - "declaration": { - "id": 53955, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 53956, - "name": "custom", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 53957, - "name": "idpIdentifier", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "undefined" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 53956, - 53957 - ] - } - ] - } - }, - { - "type": "reflection", - "declaration": { - "id": 53958, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 53959, - "name": "custom", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "undefined" - } - }, - { - "id": 53960, - "name": "idpIdentifier", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 53959, - 53960 - ] - } - ] - } + "type": "literal", + "value": "key" } - ] - } - }, - "53956": { - "id": 53956, - "name": "custom", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "53957": { - "id": 53957, - "name": "idpIdentifier", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "undefined" - } - }, - "53959": { - "id": 53959, - "name": "custom", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "undefined" - } - }, - "53960": { - "id": 53960, - "name": "idpIdentifier", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" + ], + "name": "Pick", + "package": "typescript" } }, - "53961": { - "id": 53961, - "name": "AuthSignOutInput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 53962, - 53963 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 53962, - 53963 - ] - } - ] - }, - "53962": { - "id": 53962, - "name": "global", + "4761": { + "id": 4761, + "name": "CopyWithPathOutput", "variant": "declaration", - "kind": 1024, + "kind": 2097152, "flags": {}, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "53963": { - "id": 53963, - "name": "oauth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 53964, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - 53965 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 53965 - ] - } - ] - } - } - }, - "53965": { - "id": 53965, - "name": "redirectUrl", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true + "comment": { + "summary": [ + { + "kind": "text", + "text": "Output type with path for S3 copy API." + } + ] }, "type": { - "type": "intrinsic", - "name": "string" + "type": "reference", + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Pick" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/outputs.d.ts", + "qualifiedName": "ItemWithPath" + }, + "name": "ItemWithPath", + "package": "@aws-amplify/storage" + }, + { + "type": "literal", + "value": "path" + } + ], + "name": "Pick", + "package": "typescript" } }, - "53966": { - "id": 53966, - "name": "AuthSignUpInput", + "4762": { + "id": 4762, + "name": "DownloadDataInput", "variant": "declaration", - "kind": 256, + "kind": 2097152, "flags": {}, "comment": { - "summary": [ - { - "kind": "text", - "text": "The parameters for constructing a Sign Up input." - } - ], + "summary": [], "blockTags": [ { - "tag": "@param", - "name": "username", + "tag": "@deprecated", "content": [ { "kind": "text", - "text": "a standard username, potentially an email/phone number" - } - ] - }, - { - "tag": "@param", - "name": "password", - "content": [ + "text": "Use " + }, { - "kind": "text", - "text": "the user's password, may be required depending on your Cognito User Pool configuration" - } - ] - }, - { - "tag": "@param", - "name": "options", - "content": [ + "kind": "inline-tag", + "tag": "@link", + "text": "DownloadDataWithPathInput", + "target": 4764 + }, { "kind": "text", - "text": "optional parameters for the Sign Up process, including user attributes" + "text": " instead.\nInput type for S3 downloadData API." } ] } ] }, - "children": [ - 53967, - 53968, - 53969 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 53967, - 53968, - 53969 - ] - } - ], - "typeParameters": [ - 53970 - ] - }, - "53967": { - "id": 53967, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 53970, - "name": "ServiceOptions", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthSignUpInput.ServiceOptions", - "refersToTypeParameter": true - } - }, - "53968": { - "id": 53968, - "name": "password", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "53969": { - "id": 53969, - "name": "username", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "53970": { - "id": 53970, - "name": "ServiceOptions", - "variant": "typeParam", - "kind": 131072, - "flags": {}, "type": { "type": "reference", - "target": 53971, - "typeArguments": [ - { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthSignUpOptions", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 53971, + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/types/inputs.d.ts", + "qualifiedName": "StorageDownloadDataInputWithKey" + }, "typeArguments": [ { "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/options.d.ts", + "qualifiedName": "DownloadDataWithKeyOptions" + }, + "name": "DownloadDataWithKeyOptions", + "package": "@aws-amplify/storage" } ], - "name": "AuthSignUpOptions", - "package": "@aws-amplify/auth" + "name": "StorageDownloadDataInputWithKey", + "package": "@aws-amplify/storage" } }, - "53971": { - "id": 53971, - "name": "AuthSignUpOptions", + "4763": { + "id": 4763, + "name": "DownloadDataOutput", "variant": "declaration", - "kind": 256, + "kind": 2097152, "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "The optional parameters for the Sign Up process." + "text": "Output type for S3 downloadData API." } ], "blockTags": [ { - "tag": "@remarks", + "tag": "@deprecated", "content": [ { "kind": "text", - "text": "Particular services may require some of these parameters." + "text": "Use " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "DownloadDataWithPathOutput", + "target": 4765 + }, + { + "kind": "text", + "text": " instead." } ] } ] }, - "children": [ - 53972 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 53972 - ] - } - ], - "typeParameters": [ - 53973 - ] - }, - "53972": { - "id": 53972, - "name": "userAttributes", - "variant": "declaration", - "kind": 1024, - "flags": {}, "type": { "type": "reference", - "target": 56702, + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/types/common.d.ts", + "qualifiedName": "DownloadTask" + }, "typeArguments": [ { "type": "reference", - "target": 56708, + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/types/outputs.d.ts", + "qualifiedName": "StorageDownloadDataOutput" + }, "typeArguments": [ { "type": "reference", - "target": 53973, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthSignUpOptions.UserAttributeKey", - "refersToTypeParameter": true - }, - { - "type": "intrinsic", - "name": "string" + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/outputs.d.ts", + "qualifiedName": "ItemWithKey" + }, + "name": "ItemWithKey", + "package": "@aws-amplify/storage" } ], - "name": "Record", - "package": "typescript" + "name": "StorageDownloadDataOutput", + "package": "@aws-amplify/storage" } ], - "name": "Partial", - "package": "typescript" - } - }, - "53973": { - "id": 53973, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - }, - "53974": { - "id": 53974, - "name": "AuthSignUpOutput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 53975, - 53976, - 53977 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 53975, - 53976, - 53977 - ] - } - ], - "typeParameters": [ - 53978 - ] - }, - "53975": { - "id": 53975, - "name": "isSignUpComplete", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "boolean" + "name": "DownloadTask", + "package": "@aws-amplify/storage" } }, - "53976": { - "id": 53976, - "name": "nextStep", + "4764": { + "id": 4764, + "name": "DownloadDataWithPathInput", "variant": "declaration", - "kind": 1024, + "kind": 2097152, "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Input type with path for S3 downloadData API." + } + ] + }, "type": { "type": "reference", - "target": 54099, + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/types/inputs.d.ts", + "qualifiedName": "StorageDownloadDataInputWithPath" + }, "typeArguments": [ { "type": "reference", - "target": 53978, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthSignUpOutput.UserAttributeKey", - "refersToTypeParameter": true + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/options.d.ts", + "qualifiedName": "DownloadDataWithPathOptions" + }, + "name": "DownloadDataWithPathOptions", + "package": "@aws-amplify/storage" } ], - "name": "AuthNextSignUpStep", - "package": "@aws-amplify/auth" + "name": "StorageDownloadDataInputWithPath", + "package": "@aws-amplify/storage" } }, - "53977": { - "id": 53977, - "name": "userId", + "4765": { + "id": 4765, + "name": "DownloadDataWithPathOutput", "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "53978": { - "id": 53978, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, + "kind": 2097152, "flags": {}, - "type": { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" + "comment": { + "summary": [ + { + "kind": "text", + "text": "Output type with path for S3 downloadData API." + } + ] }, - "default": { + "type": { "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - }, - "53979": { - "id": 53979, - "name": "AuthTOTPSetupDetails", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 53980, - 53981 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 53980 - ] + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/types/common.d.ts", + "qualifiedName": "DownloadTask" }, - { - "title": "Methods", - "children": [ - 53981 - ] - } - ] - }, - "53980": { - "id": 53980, - "name": "sharedSecret", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" + "typeArguments": [ + { + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/types/outputs.d.ts", + "qualifiedName": "StorageDownloadDataOutput" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/outputs.d.ts", + "qualifiedName": "ItemWithPath" + }, + "name": "ItemWithPath", + "package": "@aws-amplify/storage" + } + ], + "name": "StorageDownloadDataOutput", + "package": "@aws-amplify/storage" + } + ], + "name": "DownloadTask", + "package": "@aws-amplify/storage" } }, - "53981": { - "id": 53981, - "name": "getSetupUri", + "4766": { + "id": 4766, + "name": "GetPropertiesInput", "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - 53982 - ] - }, - "53982": { - "id": 53982, - "name": "getSetupUri", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - 53983, - 53984 - ], - "type": { - "type": "reference", - "target": 206489, - "name": "URL", - "package": "typescript" - } - }, - "53983": { - "id": 53983, - "name": "appName", - "variant": "param", - "kind": 32768, + "kind": 2097152, "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "53984": { - "id": 53984, - "name": "accountName", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true + "comment": { + "summary": [], + "blockTags": [ + { + "tag": "@deprecated", + "content": [ + { + "kind": "text", + "text": "Use " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "GetPropertiesWithPathInput", + "target": 4768 + }, + { + "kind": "text", + "text": " instead.\nInput type for S3 getProperties API." + } + ] + } + ] }, "type": { - "type": "intrinsic", - "name": "string" + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/types/inputs.d.ts", + "qualifiedName": "StorageGetPropertiesInputWithKey" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/options.d.ts", + "qualifiedName": "GetPropertiesWithKeyOptions" + }, + "name": "GetPropertiesWithKeyOptions", + "package": "@aws-amplify/storage" + } + ], + "name": "StorageGetPropertiesInputWithKey", + "package": "@aws-amplify/storage" } }, - "53985": { - "id": 53985, - "name": "AuthUpdatePasswordInput", + "4767": { + "id": 4767, + "name": "GetPropertiesOutput", "variant": "declaration", - "kind": 256, + "kind": 2097152, "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "Constructs a " - }, - { - "kind": "code", - "text": "`updatePassword`" - }, - { - "kind": "text", - "text": " input." + "text": "Output type for S3 getProperties API." } ], "blockTags": [ { - "tag": "@param", - "name": "oldPassword", + "tag": "@deprecated", "content": [ { "kind": "text", - "text": "previous password used for " + "text": "Use " }, { - "kind": "code", - "text": "`signIn`" - } - ] - }, - { - "tag": "@param", - "name": "newPassword", - "content": [ - { - "kind": "text", - "text": "new password to be used for " + "kind": "inline-tag", + "tag": "@link", + "text": "GetPropertiesWithPathOutput", + "target": 4769 }, { - "kind": "code", - "text": "`signIn`" + "kind": "text", + "text": " instead." } ] } ] }, - "children": [ - 53986, - 53987 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 53986, - 53987 - ] - } - ] - }, - "53986": { - "id": 53986, - "name": "newPassword", - "variant": "declaration", - "kind": 1024, - "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "intersection", + "types": [ + { + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/outputs.d.ts", + "qualifiedName": "ItemBase" + }, + "name": "ItemBase", + "package": "@aws-amplify/storage" + }, + { + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/types/outputs.d.ts", + "qualifiedName": "StorageItemWithKey" + }, + "name": "StorageItemWithKey", + "package": "@aws-amplify/storage" + } + ] } }, - "53987": { - "id": 53987, - "name": "oldPassword", + "4768": { + "id": 4768, + "name": "GetPropertiesWithPathInput", "variant": "declaration", - "kind": 1024, + "kind": 2097152, "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Input type with for S3 getProperties API." + } + ] + }, "type": { - "type": "intrinsic", - "name": "string" + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/types/inputs.d.ts", + "qualifiedName": "StorageGetPropertiesInputWithPath" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/options.d.ts", + "qualifiedName": "GetPropertiesWithPathOptions" + }, + "name": "GetPropertiesWithPathOptions", + "package": "@aws-amplify/storage" + } + ], + "name": "StorageGetPropertiesInputWithPath", + "package": "@aws-amplify/storage" } }, - "53988": { - "id": 53988, - "name": "AuthUpdateUserAttributeInput", + "4769": { + "id": 4769, + "name": "GetPropertiesWithPathOutput", "variant": "declaration", - "kind": 256, + "kind": 2097152, "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "Constructs a " - }, + "text": "Output type with path for S3 getProperties API." + } + ] + }, + "type": { + "type": "intersection", + "types": [ { - "kind": "code", - "text": "`updateUserAttributes`" + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/outputs.d.ts", + "qualifiedName": "ItemBase" + }, + "name": "ItemBase", + "package": "@aws-amplify/storage" }, { - "kind": "text", - "text": " input." + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/types/outputs.d.ts", + "qualifiedName": "StorageItemWithPath" + }, + "name": "StorageItemWithPath", + "package": "@aws-amplify/storage" } - ], + ] + } + }, + "4770": { + "id": 4770, + "name": "GetUrlInput", + "variant": "declaration", + "kind": 2097152, + "flags": {}, + "comment": { + "summary": [], "blockTags": [ { - "tag": "@param", - "name": "userAttributes", + "tag": "@deprecated", "content": [ { "kind": "text", - "text": "the user attribute to be updated" - } - ] - }, - { - "tag": "@param", - "name": "options", - "content": [ + "text": "Use " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "GetUrlWithPathInput", + "target": 4772 + }, { "kind": "text", - "text": "optional parameters for the Update User Attributes process such as the service options." + "text": " instead.\nInput type for S3 getUrl API." } ] } ] }, - "children": [ - 53989, - 53990 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 53989, - 53990 - ] - } - ], - "typeParameters": [ - 53991, - 53992 - ] - }, - "53989": { - "id": 53989, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 53992, - "name": "ServiceOptions", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthUpdateUserAttributeInput.ServiceOptions", - "refersToTypeParameter": true - } - }, - "53990": { - "id": 53990, - "name": "userAttribute", - "variant": "declaration", - "kind": 1024, - "flags": {}, "type": { "type": "reference", - "target": 54002, + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/types/inputs.d.ts", + "qualifiedName": "StorageGetUrlInputWithKey" + }, "typeArguments": [ { "type": "reference", - "target": 53991, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthUpdateUserAttributeInput.UserAttributeKey", - "refersToTypeParameter": true + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/options.d.ts", + "qualifiedName": "GetUrlWithKeyOptions" + }, + "name": "GetUrlWithKeyOptions", + "package": "@aws-amplify/storage" } ], - "name": "AuthUserAttribute", - "package": "@aws-amplify/auth" - } - }, - "53991": { - "id": 53991, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - }, - "53992": { - "id": 53992, - "name": "ServiceOptions", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 54104, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 54104, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - } - }, - "53993": { - "id": 53993, - "name": "AuthUpdateUserAttributeOutput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 53994, - 53995 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 53994, - 53995 - ] - } - ], - "typeParameters": [ - 53996 - ] - }, - "53994": { - "id": 53994, - "name": "isUpdated", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "boolean" + "name": "StorageGetUrlInputWithKey", + "package": "@aws-amplify/storage" } }, - "53995": { - "id": 53995, - "name": "nextStep", + "4772": { + "id": 4772, + "name": "GetUrlWithPathInput", "variant": "declaration", - "kind": 1024, + "kind": 2097152, "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Input type with path for S3 getUrl API." + } + ] + }, "type": { "type": "reference", - "target": 53913, + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/types/inputs.d.ts", + "qualifiedName": "StorageGetUrlInputWithPath" + }, "typeArguments": [ { "type": "reference", - "target": 53996, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthUpdateUserAttributeOutput.UserAttributeKey", - "refersToTypeParameter": true + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/options.d.ts", + "qualifiedName": "GetUrlWithPathOptions" + }, + "name": "GetUrlWithPathOptions", + "package": "@aws-amplify/storage" } ], - "name": "AuthNextUpdateAttributeStep", - "package": "@aws-amplify/auth" - } - }, - "53996": { - "id": 53996, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" + "name": "StorageGetUrlInputWithPath", + "package": "@aws-amplify/storage" } }, - "53997": { - "id": 53997, - "name": "AuthUpdateUserAttributesInput", + "4774": { + "id": 4774, + "name": "ListAllInput", "variant": "declaration", - "kind": 256, + "kind": 2097152, "flags": {}, "comment": { - "summary": [ - { - "kind": "text", - "text": "Constructs a " - }, - { - "kind": "code", - "text": "`updateUserAttributes`" - }, - { - "kind": "text", - "text": " input." - } - ], + "summary": [], "blockTags": [ { - "tag": "@param", - "name": "userAttributes", + "tag": "@deprecated", "content": [ { "kind": "text", - "text": "the user attributes to be updated" - } - ] - }, - { - "tag": "@param", - "name": "options", - "content": [ + "text": "Use " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "ListAllWithPathInput", + "target": 4776 + }, { "kind": "text", - "text": "optional parameters for the Update User Attributes process such as the service options." + "text": " instead.\nInput type for S3 list API. Lists all bucket objects." } ] } ] }, - "children": [ - 53998, - 53999 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 53998, - 53999 - ] - } - ], - "typeParameters": [ - 54000, - 54001 - ] - }, - "53998": { - "id": 53998, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, "type": { "type": "reference", - "target": 54001, - "name": "ServiceOptions", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthUpdateUserAttributesInput.ServiceOptions", - "refersToTypeParameter": true + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/types/inputs.d.ts", + "qualifiedName": "StorageListInputWithPrefix" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/options.d.ts", + "qualifiedName": "ListAllWithPrefixOptions" + }, + "name": "ListAllWithPrefixOptions", + "package": "@aws-amplify/storage" + } + ], + "name": "StorageListInputWithPrefix", + "package": "@aws-amplify/storage" } }, - "53999": { - "id": 53999, - "name": "userAttributes", + "4775": { + "id": 4775, + "name": "ListAllOutput", "variant": "declaration", - "kind": 1024, + "kind": 2097152, "flags": {}, + "comment": { + "summary": [], + "blockTags": [ + { + "tag": "@deprecated", + "content": [ + { + "kind": "text", + "text": "Use " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "ListAllWithPathOutput", + "target": 4777 + }, + { + "kind": "text", + "text": " instead.\nOutput type for S3 list API. Lists all bucket objects." + } + ] + } + ] + }, "type": { "type": "reference", - "target": 56702, + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Omit" + }, "typeArguments": [ { "type": "reference", - "target": 56708, + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/types/outputs.d.ts", + "qualifiedName": "StorageListOutput" + }, "typeArguments": [ { "type": "reference", - "target": 54000, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthUpdateUserAttributesInput.UserAttributeKey", - "refersToTypeParameter": true - }, - { - "type": "intrinsic", - "name": "string" + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/outputs.d.ts", + "qualifiedName": "ListOutputItem" + }, + "name": "ListOutputItem", + "package": "@aws-amplify/storage" } ], - "name": "Record", - "package": "typescript" + "name": "StorageListOutput", + "package": "@aws-amplify/storage" + }, + { + "type": "literal", + "value": "excludedSubpaths" } ], - "name": "Partial", + "name": "Omit", "package": "typescript" } }, - "54000": { - "id": 54000, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, + "4776": { + "id": 4776, + "name": "ListAllWithPathInput", + "variant": "declaration", + "kind": 2097152, "flags": {}, - "type": { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" + "comment": { + "summary": [ + { + "kind": "text", + "text": "Input type with path for S3 list API. Lists all bucket objects." + } + ] }, - "default": { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - }, - "54001": { - "id": 54001, - "name": "ServiceOptions", - "variant": "typeParam", - "kind": 131072, - "flags": {}, "type": { "type": "reference", - "target": 54104, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 54104, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/types/inputs.d.ts", + "qualifiedName": "StorageListInputWithPath" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/options.d.ts", + "qualifiedName": "ListAllWithPathOptions" + }, + "name": "ListAllWithPathOptions", + "package": "@aws-amplify/storage" + } + ], + "name": "StorageListInputWithPath", + "package": "@aws-amplify/storage" } }, - "54002": { - "id": 54002, - "name": "AuthUserAttribute", + "4777": { + "id": 4777, + "name": "ListAllWithPathOutput", "variant": "declaration", - "kind": 256, + "kind": 2097152, "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "The interface of a user attribute." + "text": "Output type with path for S3 list API. Lists all bucket objects." } ] }, - "children": [ - 54003, - 54004 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54003, - 54004 - ] - } - ], - "typeParameters": [ - 54005 - ] - }, - "54003": { - "id": 54003, - "name": "attributeKey", - "variant": "declaration", - "kind": 1024, - "flags": {}, "type": { "type": "reference", - "target": 54005, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthUserAttribute.UserAttributeKey", - "refersToTypeParameter": true + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/types/outputs.d.ts", + "qualifiedName": "StorageListOutput" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/outputs.d.ts", + "qualifiedName": "ListOutputItemWithPath" + }, + "name": "ListOutputItemWithPath", + "package": "@aws-amplify/storage" + } + ], + "name": "StorageListOutput", + "package": "@aws-amplify/storage" } }, - "54004": { - "id": 54004, - "name": "value", + "4778": { + "id": 4778, + "name": "ListPaginateInput", "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "54005": { - "id": 54005, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, + "kind": 2097152, "flags": {}, - "type": { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" + "comment": { + "summary": [], + "blockTags": [ + { + "tag": "@deprecated", + "content": [ + { + "kind": "text", + "text": "Use " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "ListPaginateWithPathInput", + "target": 4782 + }, + { + "kind": "text", + "text": " instead.\nInput type for S3 list API. Lists bucket objects with pagination." + } + ] + } + ] }, - "default": { + "type": { "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/types/inputs.d.ts", + "qualifiedName": "StorageListInputWithPrefix" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/options.d.ts", + "qualifiedName": "ListPaginateWithPrefixOptions" + }, + "name": "ListPaginateWithPrefixOptions", + "package": "@aws-amplify/storage" + } + ], + "name": "StorageListInputWithPrefix", + "package": "@aws-amplify/storage" } }, - "54006": { - "id": 54006, - "name": "AuthVerifyTOTPSetupInput", + "4779": { + "id": 4779, + "name": "ListPaginateOutput", "variant": "declaration", - "kind": 256, + "kind": 2097152, "flags": {}, "comment": { - "summary": [ - { - "kind": "text", - "text": "Constructs a " - }, - { - "kind": "code", - "text": "`VerifyTOTPSetup`" - }, - { - "kind": "text", - "text": " input." - } - ], + "summary": [], "blockTags": [ { - "tag": "@param", - "name": "code", + "tag": "@deprecated", "content": [ { "kind": "text", - "text": "required parameter for verifying the TOTP setup." - } - ] - }, - { - "tag": "@param", - "name": "options", - "content": [ + "text": "Use " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "ListPaginateWithPathOutput", + "target": 4783 + }, { "kind": "text", - "text": "optional parameters for the Verify TOTP Setup process such as the service options." + "text": " instead.\nOutput type for S3 list API. Lists bucket objects with pagination." } ] } ] }, - "children": [ - 54007, - 54008 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54007, - 54008 - ] - } - ], - "typeParameters": [ - 54009 - ] - }, - "54007": { - "id": 54007, - "name": "code", - "variant": "declaration", - "kind": 1024, - "flags": {}, "type": { - "type": "intrinsic", - "name": "string" + "type": "intersection", + "types": [ + { + "type": "reference", + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Omit" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/types/outputs.d.ts", + "qualifiedName": "StorageListOutput" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/outputs.d.ts", + "qualifiedName": "ListOutputItem" + }, + "name": "ListOutputItem", + "package": "@aws-amplify/storage" + } + ], + "name": "StorageListOutput", + "package": "@aws-amplify/storage" + }, + { + "type": "literal", + "value": "excludedSubpaths" + } + ], + "name": "Omit", + "package": "typescript" + }, + { + "type": "reflection", + "declaration": { + "id": 4780, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 4781, + "name": "nextToken", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 4781 + ] + } + ] + } + } + ] } }, - "54008": { - "id": 54008, - "name": "options", + "4781": { + "id": 4781, + "name": "nextToken", "variant": "declaration", "kind": 1024, "flags": { "isOptional": true }, "type": { - "type": "reference", - "target": 54009, - "name": "ServiceOptions", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthVerifyTOTPSetupInput.ServiceOptions", - "refersToTypeParameter": true - } - }, - "54009": { - "id": 54009, - "name": "ServiceOptions", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 54104, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 54104, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" + "type": "intrinsic", + "name": "string" } }, - "54010": { - "id": 54010, - "name": "AutoSignInSignUpStep", + "4782": { + "id": 4782, + "name": "ListPaginateWithPathInput", "variant": "declaration", - "kind": 256, + "kind": 2097152, "flags": {}, - "children": [ - 54011, - 54012 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54011, - 54012 - ] - } - ], - "typeParameters": [ - 54013 - ] - }, - "54011": { - "id": 54011, - "name": "codeDeliveryDetails", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true + "comment": { + "summary": [ + { + "kind": "text", + "text": "Input type with path for S3 list API. Lists bucket objects with pagination." + } + ] }, "type": { "type": "reference", - "target": 53876, + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/types/inputs.d.ts", + "qualifiedName": "StorageListInputWithPath" + }, "typeArguments": [ { "type": "reference", - "target": 54013, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "AutoSignInSignUpStep.UserAttributeKey", - "refersToTypeParameter": true + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/options.d.ts", + "qualifiedName": "ListPaginateWithPathOptions" + }, + "name": "ListPaginateWithPathOptions", + "package": "@aws-amplify/storage" } ], - "name": "AuthCodeDeliveryDetails", - "package": "@aws-amplify/auth" + "name": "StorageListInputWithPath", + "package": "@aws-amplify/storage" } }, - "54012": { - "id": 54012, - "name": "signUpStep", + "4783": { + "id": 4783, + "name": "ListPaginateWithPathOutput", "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "literal", - "value": "COMPLETE_AUTO_SIGN_IN" - } - }, - "54013": { - "id": 54013, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, + "kind": 2097152, "flags": {}, - "type": { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" + "comment": { + "summary": [ + { + "kind": "text", + "text": "Output type with path for S3 list API. Lists bucket objects with pagination." + } + ] }, - "default": { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" + "type": { + "type": "intersection", + "types": [ + { + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/types/outputs.d.ts", + "qualifiedName": "StorageListOutput" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/outputs.d.ts", + "qualifiedName": "ListOutputItemWithPath" + }, + "name": "ListOutputItemWithPath", + "package": "@aws-amplify/storage" + } + ], + "name": "StorageListOutput", + "package": "@aws-amplify/storage" + }, + { + "type": "reflection", + "declaration": { + "id": 4784, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 4785, + "name": "nextToken", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 4785 + ] + } + ] + } + } + ] } }, - "54014": { - "id": 54014, - "name": "ConfirmSignInWithCustomChallenge", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 54015, - 54016 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54015, - 54016 - ] - } - ] - }, - "54015": { - "id": 54015, - "name": "additionalInfo", + "4785": { + "id": 4785, + "name": "nextToken", "variant": "declaration", "kind": 1024, "flags": { "isOptional": true }, "type": { - "type": "reference", - "target": 54089, - "name": "AuthAdditionalInfo", - "package": "@aws-amplify/auth" + "type": "intrinsic", + "name": "string" } }, - "54016": { - "id": 54016, - "name": "signInStep", + "4786": { + "id": 4786, + "name": "RemoveInput", "variant": "declaration", - "kind": 1024, + "kind": 2097152, "flags": {}, "comment": { - "summary": [ - { - "kind": "text", - "text": "Auth step requires user to respond to a custom challenge." - } - ], + "summary": [], "blockTags": [ { - "tag": "@example", + "tag": "@deprecated", "content": [ { - "kind": "code", - "text": "```typescript\nconst challengeAnswer = 'my-custom-response';\nawait confirmSignIn({challengeResponse: challengeAnswer});\n```" + "kind": "text", + "text": "Use " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "RemoveWithPathInput", + "target": 4788 + }, + { + "kind": "text", + "text": " instead.\nInput type with key for S3 remove API." } ] } ] }, "type": { - "type": "literal", - "value": "CONFIRM_SIGN_IN_WITH_CUSTOM_CHALLENGE" + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/types/inputs.d.ts", + "qualifiedName": "StorageRemoveInputWithKey" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/options.d.ts", + "qualifiedName": "RemoveOptions" + }, + "name": "RemoveOptions", + "package": "@aws-amplify/storage" + } + ], + "name": "StorageRemoveInputWithKey", + "package": "@aws-amplify/storage" } }, - "54017": { - "id": 54017, - "name": "ConfirmSignInWithEmailCode", + "4787": { + "id": 4787, + "name": "RemoveOutput", "variant": "declaration", - "kind": 256, + "kind": 2097152, "flags": {}, - "children": [ - 54018, - 54019 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54018, - 54019 - ] - } - ] - }, - "54018": { - "id": 54018, - "name": "codeDeliveryDetails", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true + "comment": { + "summary": [], + "blockTags": [ + { + "tag": "@deprecated", + "content": [ + { + "kind": "text", + "text": "Use " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "RemoveWithPathOutput", + "target": 4793 + }, + { + "kind": "text", + "text": " instead.\nOutput type with key for S3 remove API." + } + ] + } + ] }, "type": { "type": "reference", - "target": 53876, + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Pick" + }, "typeArguments": [ { "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/outputs.d.ts", + "qualifiedName": "ItemWithKey" + }, + "name": "ItemWithKey", + "package": "@aws-amplify/storage" + }, + { + "type": "literal", + "value": "key" } ], - "name": "AuthCodeDeliveryDetails", - "package": "@aws-amplify/auth" + "name": "Pick", + "package": "typescript" } }, - "54019": { - "id": 54019, - "name": "signInStep", + "4788": { + "id": 4788, + "name": "RemoveWithPathInput", "variant": "declaration", - "kind": 1024, + "kind": 2097152, "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "Auth step requires user to use EMAIL as multifactor authentication by retrieving a code sent to inbox." + "text": "Input type with path for S3 remove API." } - ], - "blockTags": [ + ] + }, + "type": { + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/types/inputs.d.ts", + "qualifiedName": "StorageRemoveInputWithPath" + }, + "typeArguments": [ { - "tag": "@example", - "content": [ + "type": "intersection", + "types": [ { - "kind": "code", - "text": "```typescript\n// Code retrieved from email\nconst emailCode = '112233'\nawait confirmSignIn({challengeResponse: emailCode})\n```" + "type": "reference", + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Omit" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/options.d.ts", + "qualifiedName": "RemoveOptions" + }, + "name": "RemoveOptions", + "package": "@aws-amplify/storage" + }, + { + "type": "literal", + "value": "accessLevel" + } + ], + "name": "Omit", + "package": "typescript" + }, + { + "type": "reflection", + "declaration": { + "id": 4789, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 4790, + "name": "onProgress", + "variant": "declaration", + "kind": 2048, + "flags": { + "isOptional": true + }, + "signatures": [ + { + "id": 4791, + "name": "onProgress", + "variant": "signature", + "kind": 4096, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Callback function invoked after each batch completes, providing progress updates with file counts and error details." + } + ] + }, + "parameters": [ + { + "id": 4792, + "name": "progress", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/inputs.d.ts", + "qualifiedName": "ProgressInfo" + }, + "name": "ProgressInfo", + "package": "@aws-amplify/storage" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } + } + ] + } + ], + "groups": [ + { + "title": "Methods", + "children": [ + 4790 + ] + } + ] + } } ] } - ] - }, - "type": { - "type": "literal", - "value": "CONFIRM_SIGN_IN_WITH_EMAIL_CODE" + ], + "name": "StorageRemoveInputWithPath", + "package": "@aws-amplify/storage" } }, - "54020": { - "id": 54020, - "name": "ConfirmSignInWithNewPasswordRequired", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 54021, - 54022 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54021, - 54022 - ] - } - ], - "typeParameters": [ - 54023 - ] - }, - "54021": { - "id": 54021, - "name": "missingAttributes", + "4790": { + "id": 4790, + "name": "onProgress", "variant": "declaration", - "kind": 1024, + "kind": 2048, "flags": { "isOptional": true }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 54023, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "ConfirmSignInWithNewPasswordRequired.UserAttributeKey", - "refersToTypeParameter": true + "signatures": [ + { + "id": 4791, + "name": "onProgress", + "variant": "signature", + "kind": 4096, + "flags": {}, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Callback function invoked after each batch completes, providing progress updates with file counts and error details." + } + ] + }, + "parameters": [ + { + "id": 4792, + "name": "progress", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/inputs.d.ts", + "qualifiedName": "ProgressInfo" + }, + "name": "ProgressInfo", + "package": "@aws-amplify/storage" + } + } + ], + "type": { + "type": "intrinsic", + "name": "void" + } } - } + ] }, - "54022": { - "id": 54022, - "name": "signInStep", - "variant": "declaration", - "kind": 1024, + "4791": { + "id": 4791, + "name": "onProgress", + "variant": "signature", + "kind": 4096, "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "Auth step requires user to change their password with any required attributes." - } - ], - "blockTags": [ - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```typescript\nconst attributes = {\n email: 'email@email'\n phone_number: '+11111111111'\n};\nconst newPassword = 'my-new-password';\nawait confirmSignIn({\n challengeResponse: newPassword,\n options: {\n userAttributes: attributes\n }\n});\n```" - } - ] + "text": "Callback function invoked after each batch completes, providing progress updates with file counts and error details." } ] }, + "parameters": [ + { + "id": 4792, + "name": "progress", + "variant": "param", + "kind": 32768, + "flags": {}, + "type": { + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/inputs.d.ts", + "qualifiedName": "ProgressInfo" + }, + "name": "ProgressInfo", + "package": "@aws-amplify/storage" + } + } + ], "type": { - "type": "literal", - "value": "CONFIRM_SIGN_IN_WITH_NEW_PASSWORD_REQUIRED" + "type": "intrinsic", + "name": "void" } }, - "54023": { - "id": 54023, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, + "4792": { + "id": 4792, + "name": "progress", + "variant": "param", + "kind": 32768, "flags": {}, "type": { "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - }, - "54024": { - "id": 54024, - "name": "ConfirmSignInWithPassword", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 54025 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54025 - ] - } - ] - }, - "54025": { - "id": 54025, - "name": "signInStep", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "literal", - "value": "CONFIRM_SIGN_IN_WITH_PASSWORD" + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/inputs.d.ts", + "qualifiedName": "ProgressInfo" + }, + "name": "ProgressInfo", + "package": "@aws-amplify/storage" } }, - "54026": { - "id": 54026, - "name": "ConfirmSignInWithSMSCode", + "4793": { + "id": 4793, + "name": "RemoveWithPathOutput", "variant": "declaration", - "kind": 256, + "kind": 2097152, "flags": {}, - "children": [ - 54027, - 54028 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54027, - 54028 - ] - } - ] - }, - "54027": { - "id": 54027, - "name": "codeDeliveryDetails", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true + "comment": { + "summary": [ + { + "kind": "text", + "text": "Output type with path for S3 remove API." + } + ] }, "type": { "type": "reference", - "target": 53876, + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Pick" + }, "typeArguments": [ { "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/outputs.d.ts", + "qualifiedName": "ItemWithPath" + }, + "name": "ItemWithPath", + "package": "@aws-amplify/storage" + }, + { + "type": "literal", + "value": "path" } ], - "name": "AuthCodeDeliveryDetails", - "package": "@aws-amplify/auth" + "name": "Pick", + "package": "typescript" } }, - "54028": { - "id": 54028, - "name": "signInStep", + "4794": { + "id": 4794, + "name": "UploadDataInput", "variant": "declaration", - "kind": 1024, + "kind": 2097152, "flags": {}, "comment": { - "summary": [ - { - "kind": "text", - "text": "Auth step requires user to use SMS as multifactor authentication by retrieving a code sent to cellphone." - } - ], + "summary": [], "blockTags": [ { - "tag": "@example", + "tag": "@deprecated", "content": [ { - "kind": "code", - "text": "```typescript\n// Code retrieved from cellphone\nconst smsCode = '112233'\nawait confirmSignIn({challengeResponse: smsCode})\n```" + "kind": "text", + "text": "Use " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "UploadDataWithPathInput", + "target": 4796 + }, + { + "kind": "text", + "text": " instead.\nInput type for S3 uploadData API." } ] } ] }, "type": { - "type": "literal", - "value": "CONFIRM_SIGN_IN_WITH_SMS_CODE" + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/types/inputs.d.ts", + "qualifiedName": "StorageUploadDataInputWithKey" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/options.d.ts", + "qualifiedName": "UploadDataWithKeyOptions" + }, + "name": "UploadDataWithKeyOptions", + "package": "@aws-amplify/storage" + } + ], + "name": "StorageUploadDataInputWithKey", + "package": "@aws-amplify/storage" } }, - "54029": { - "id": 54029, - "name": "ConfirmSignInWithTOTPCode", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 54030 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54030 - ] - } - ] - }, - "54030": { - "id": 54030, - "name": "signInStep", + "4795": { + "id": 4795, + "name": "UploadDataOutput", "variant": "declaration", - "kind": 1024, + "kind": 2097152, "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "Auth step requires user to use TOTP as multifactor authentication by retriving an OTP code from authenticator app." + "text": "Output type for S3 uploadData API." } ], "blockTags": [ { - "tag": "@example", + "tag": "@deprecated", "content": [ { - "kind": "code", - "text": "```typescript\n// Code retrieved from authenticator app\nconst otpCode = '112233';\nawait confirmSignIn({challengeResponse: otpCode});\n```" + "kind": "text", + "text": "Use " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "UploadDataWithPathOutput", + "target": 4797 + }, + { + "kind": "text", + "text": " instead." } ] } ] }, - "type": { - "type": "literal", - "value": "CONFIRM_SIGN_IN_WITH_TOTP_CODE" - } - }, - "54031": { - "id": 54031, - "name": "ConfirmSignUpSignUpStep", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 54032, - 54033 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54032, - 54033 - ] - } - ], - "typeParameters": [ - 54034 - ] - }, - "54032": { - "id": 54032, - "name": "codeDeliveryDetails", - "variant": "declaration", - "kind": 1024, - "flags": {}, "type": { "type": "reference", - "target": 53876, + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/types/common.d.ts", + "qualifiedName": "UploadTask" + }, "typeArguments": [ { "type": "reference", - "target": 54034, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "ConfirmSignUpSignUpStep.UserAttributeKey", - "refersToTypeParameter": true + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/outputs.d.ts", + "qualifiedName": "ItemWithKey" + }, + "name": "ItemWithKey", + "package": "@aws-amplify/storage" } ], - "name": "AuthCodeDeliveryDetails", - "package": "@aws-amplify/auth" + "name": "UploadTask", + "package": "@aws-amplify/storage" } }, - "54033": { - "id": 54033, - "name": "signUpStep", + "4796": { + "id": 4796, + "name": "UploadDataWithPathInput", "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "literal", - "value": "CONFIRM_SIGN_UP" - } - }, - "54034": { - "id": 54034, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, + "kind": 2097152, "flags": {}, - "type": { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" + "comment": { + "summary": [ + { + "kind": "text", + "text": "Input type with path for S3 uploadData API." + } + ] }, - "default": { + "type": { "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/types/inputs.d.ts", + "qualifiedName": "StorageUploadDataInputWithPath" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/options.d.ts", + "qualifiedName": "UploadDataWithPathOptions" + }, + "name": "UploadDataWithPathOptions", + "package": "@aws-amplify/storage" + } + ], + "name": "StorageUploadDataInputWithPath", + "package": "@aws-amplify/storage" } }, - "54035": { - "id": 54035, - "name": "ConfirmSignUpStep", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 54036 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54036 - ] - } - ] - }, - "54036": { - "id": 54036, - "name": "signInStep", + "4797": { + "id": 4797, + "name": "UploadDataWithPathOutput", "variant": "declaration", - "kind": 1024, + "kind": 2097152, "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "Auth step requires to confirm user's sign-up.\n\nTry calling confirmSignUp." + "text": "Output type with path for S3 uploadData API." } ] }, "type": { - "type": "literal", - "value": "CONFIRM_SIGN_UP" + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/types/common.d.ts", + "qualifiedName": "UploadTask" + }, + "typeArguments": [ + { + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/providers/s3/types/outputs.d.ts", + "qualifiedName": "ItemWithPath" + }, + "name": "ItemWithPath", + "package": "@aws-amplify/storage" + } + ], + "name": "UploadTask", + "package": "@aws-amplify/storage" } }, - "54037": { - "id": 54037, - "name": "ContinueSignInWithEmailSetup", + "4803": { + "id": 4803, + "name": "copy", "variant": "declaration", - "kind": 256, + "kind": 64, "flags": {}, - "children": [ - 54038 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54038 - ] - } + "signatures": [ + 4804, + 4806 ] }, - "54038": { - "id": 54038, - "name": "signInStep", - "variant": "declaration", - "kind": 1024, + "4804": { + "id": 4804, + "name": "copy", + "variant": "signature", + "kind": 4096, "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "Auth step requires user to set up EMAIL as multifactor authentication by associating an email address\nand entering the OTP." + "text": "Copy an object from a source to a destination object within the same bucket." } ], "blockTags": [ { - "tag": "@example", + "tag": "@returns", + "content": [ + { + "kind": "text", + "text": "Output containing the destination object path." + } + ] + }, + { + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "service: " + }, + { + "kind": "code", + "text": "`S3Exception`" + }, + { + "kind": "text", + "text": " - Thrown when checking for existence of the object" + } + ] + }, + { + "tag": "@throws", "content": [ + { + "kind": "text", + "text": "validation: " + }, { "kind": "code", - "text": "```typescript\n// Code retrieved from email\nconst emailAddress = 'example@example.com';\nawait confirmSignIn({challengeResponse: emailAddress });\n```" + "text": "`StorageValidationErrorCode`" + }, + { + "kind": "text", + "text": " - Thrown when\nsource or destination path is not defined." } ] } ] }, - "type": { - "type": "literal", - "value": "CONTINUE_SIGN_IN_WITH_EMAIL_SETUP" - } - }, - "54039": { - "id": 54039, - "name": "ContinueSignInWithFirstFactorSelection", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 54040, - 54041 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54040, - 54041 - ] - } - ] - }, - "54040": { - "id": 54040, - "name": "availableChallenges", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 54111, - "name": "ChallengeName", - "package": "@aws-amplify/auth" - } - } - }, - "54041": { - "id": 54041, - "name": "signInStep", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "literal", - "value": "CONTINUE_SIGN_IN_WITH_FIRST_FACTOR_SELECTION" - } - }, - "54042": { - "id": 54042, - "name": "ContinueSignInWithMFASelection", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 54043, - 54044 + "parameters": [ + 4805 ], - "groups": [ - { - "title": "Properties", - "children": [ - 54043, - 54044 - ] - } - ] - }, - "54043": { - "id": 54043, - "name": "allowedMFATypes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, "type": { "type": "reference", - "target": 54090, - "name": "AuthAllowedMFATypes", - "package": "@aws-amplify/auth" + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "reference", + "target": 4761, + "name": "CopyWithPathOutput", + "package": "@aws-amplify/storage" + } + ], + "name": "Promise", + "package": "typescript" } }, - "54044": { - "id": 54044, - "name": "signInStep", - "variant": "declaration", - "kind": 1024, + "4805": { + "id": 4805, + "name": "input", + "variant": "param", + "kind": 32768, "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "Auth step requires user to select an mfa option (SMS | TOTP) to continue with the sign-in flow." - } - ], - "blockTags": [ + "text": "The " + }, { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```typescript\nawait confirmSignIn({challengeResponse:'TOTP'});\n// OR\nawait confirmSignIn({challengeResponse:'SMS'});\n```" - } - ] + "kind": "code", + "text": "`CopyWithPathInput`" + }, + { + "kind": "text", + "text": " object." } ] }, - "type": { - "type": "literal", - "value": "CONTINUE_SIGN_IN_WITH_MFA_SELECTION" - } - }, - "54045": { - "id": 54045, - "name": "ContinueSignInWithMFASetupSelection", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 54046, - 54047 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54046, - 54047 - ] - } - ] - }, - "54046": { - "id": 54046, - "name": "allowedMFATypes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, "type": { "type": "reference", - "target": 54090, - "name": "AuthAllowedMFATypes", - "package": "@aws-amplify/auth" + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/types/inputs.d.ts", + "qualifiedName": "StorageCopyInputWithPath" + }, + "name": "StorageCopyInputWithPath", + "package": "@aws-amplify/storage" } }, - "54047": { - "id": 54047, - "name": "signInStep", - "variant": "declaration", - "kind": 1024, + "4806": { + "id": 4806, + "name": "copy", + "variant": "signature", + "kind": 4096, "flags": {}, "comment": { - "summary": [ - { - "kind": "text", - "text": "Auth step requires user to select an mfa option (SMS | TOTP) to setup before continuing the sign-in flow." - } - ], + "summary": [], "blockTags": [ { - "tag": "@example", + "tag": "@deprecated", "content": [ + { + "kind": "text", + "text": "The " + }, + { + "kind": "code", + "text": "`key`" + }, + { + "kind": "text", + "text": " and " + }, { "kind": "code", - "text": "```typescript\nawait confirmSignIn({challengeResponse:'TOTP'});\n// OR\nawait confirmSignIn({challengeResponse:'EMAIL'});\n```" + "text": "`accessLevel`" + }, + { + "kind": "text", + "text": " parameters are deprecated and may be removed in the next major version.\nPlease use " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "path", + "target": "https://docs.amplify.aws/react/build-a-backend/storage/copy" + }, + { + "kind": "text", + "text": " instead.\n\nCopy an object from a source to a destination object within the same bucket. Can optionally copy files across\ndifferent accessLevel or identityId (if source object's accessLevel is 'protected')." } ] - } - ] - }, - "type": { - "type": "literal", - "value": "CONTINUE_SIGN_IN_WITH_MFA_SETUP_SELECTION" - } - }, - "54048": { - "id": 54048, - "name": "ContinueSignInWithTOTPSetup", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 54049, - 54050 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54049, - 54050 - ] - } - ] - }, - "54049": { - "id": 54049, - "name": "signInStep", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ + }, { - "kind": "text", - "text": "Auth step requires user to set up TOTP as multifactor authentication by associating an authenticator app\nand retrieving an OTP code." - } - ], - "blockTags": [ + "tag": "@returns", + "content": [ + { + "kind": "text", + "text": "Output containing the destination object key." + } + ] + }, { - "tag": "@example", + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "service: " + }, + { + "kind": "code", + "text": "`S3Exception`" + }, + { + "kind": "text", + "text": " - Thrown when checking for existence of the object" + } + ] + }, + { + "tag": "@throws", "content": [ + { + "kind": "text", + "text": "validation: " + }, { "kind": "code", - "text": "```typescript\n// Code retrieved from authenticator app\nconst otpCode = '112233';\nawait confirmSignIn({challengeResponse: otpCode});\n```" + "text": "`StorageValidationErrorCode`" + }, + { + "kind": "text", + "text": " - Thrown when\nsource or destination key is not defined." } ] } ] }, - "type": { - "type": "literal", - "value": "CONTINUE_SIGN_IN_WITH_TOTP_SETUP" - } - }, - "54050": { - "id": 54050, - "name": "totpSetupDetails", - "variant": "declaration", - "kind": 1024, - "flags": {}, + "parameters": [ + 4807 + ], "type": { "type": "reference", - "target": 53979, - "name": "AuthTOTPSetupDetails", - "package": "@aws-amplify/auth" - } - }, - "54051": { - "id": 54051, - "name": "DoneSignInStep", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 54052 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54052 - ] - } - ] - }, - "54052": { - "id": 54052, - "name": "signInStep", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ { - "kind": "text", - "text": "The sign-in process is complete.\n\nNo further action is needed." + "type": "reference", + "target": 4759, + "name": "CopyOutput", + "package": "@aws-amplify/storage" } - ] - }, - "type": { - "type": "literal", - "value": "DONE" - } - }, - "54053": { - "id": 54053, - "name": "DoneSignUpStep", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 54054 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54054 - ] - } - ] - }, - "54054": { - "id": 54054, - "name": "signUpStep", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "literal", - "value": "DONE" + ], + "name": "Promise", + "package": "typescript" } }, - "54065": { - "id": 54065, - "name": "JsonObject", - "variant": "declaration", - "kind": 256, + "4807": { + "id": 4807, + "name": "input", + "variant": "param", + "kind": 32768, "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "JSON Object type" - } - ] - }, - "indexSignature": { - "id": 54066, - "name": "__index", - "variant": "signature", - "kind": 8192, - "flags": {}, - "parameters": [ - 54067 - ], - "type": { - "type": "union", - "types": [ - { - "type": "reference", - "target": 54128, - "name": "JsonPrimitive", - "package": "@aws-amplify/core" - }, - { - "type": "reference", - "target": 54127, - "name": "JsonArray", - "package": "@aws-amplify/core" - }, - { - "type": "reference", - "target": 54065, - "name": "JsonObject", - "package": "@aws-amplify/core" - } - ] - } - } - }, - "54068": { - "id": 54068, - "name": "JwtPayloadStandardFields", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 54069, - 54070, - 54071, - 54072, - 54073, - 54074, - 54075, - 54076 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54069, - 54070, - 54071, - 54072, - 54073, - 54074, - 54075, - 54076 - ] - } - ] - }, - "54069": { - "id": 54069, - "name": "aud", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "union", - "types": [ + "text": "The " + }, { - "type": "intrinsic", - "name": "string" + "kind": "code", + "text": "`CopyInput`" }, { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } + "kind": "text", + "text": " object." } ] - } - }, - "54070": { - "id": 54070, - "name": "exp", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "54071": { - "id": 54071, - "name": "iat", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "54072": { - "id": 54072, - "name": "iss", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "54073": { - "id": 54073, - "name": "jti", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "54074": { - "id": 54074, - "name": "nbf", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "54075": { - "id": 54075, - "name": "scope", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "54076": { - "id": 54076, - "name": "sub", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true }, "type": { - "type": "intrinsic", - "name": "string" + "type": "reference", + "target": 4758, + "name": "CopyInput", + "package": "@aws-amplify/storage" } }, - "54081": { - "id": 54081, - "name": "ResetPasswordStep", + "4808": { + "id": 4808, + "name": "downloadData", "variant": "declaration", - "kind": 256, + "kind": 64, "flags": {}, - "children": [ - 54082 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54082 - ] - } + "signatures": [ + 4809, + 4811 ] }, - "54082": { - "id": 54082, - "name": "signInStep", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Auth step requires user to change their password.\n\nTry calling resetPassword." - } - ] - }, - "type": { - "type": "literal", - "value": "RESET_PASSWORD" - } - }, - "54083": { - "id": 54083, - "name": "AWSAuthDevice", - "variant": "declaration", - "kind": 2097152, + "4809": { + "id": 4809, + "name": "downloadData", + "variant": "signature", + "kind": 4096, "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "Holds the device specific information along with it's id and name." + "text": "Download S3 object data to memory" } - ] - }, - "type": { - "type": "intersection", - "types": [ + ], + "blockTags": [ { - "type": "reference", - "target": 53903, - "name": "AuthDevice", - "package": "@aws-amplify/auth" + "tag": "@returns", + "content": [ + { + "kind": "text", + "text": "A cancelable task exposing result promise from " + }, + { + "kind": "code", + "text": "`result`" + }, + { + "kind": "text", + "text": " property." + } + ] }, { - "type": "reflection", - "declaration": { - "id": 54084, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 54085, - "name": "attributes", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 56702, - "typeArguments": [ - { - "type": "reference", - "target": 56708, - "typeArguments": [ - { - "type": "reference", - "target": 54126, - "name": "DeviceAttributeKey", - "package": "@aws-amplify/auth" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "Record", - "package": "typescript" - } - ], - "name": "Partial", - "package": "typescript" - }, - { - "type": "reference", - "target": 56708, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "Record", - "package": "typescript" - } - ] - } - }, - { - "id": 54086, - "name": "createDate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 54087, - "name": "lastAuthenticatedDate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - { - "id": 54088, - "name": "lastModifiedDate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54085, - 54086, - 54087, - 54088 - ] - } - ] - } - } - ] - } - }, - "54085": { - "id": 54085, - "name": "attributes", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 56702, - "typeArguments": [ + "tag": "@throws", + "content": [ { - "type": "reference", - "target": 56708, - "typeArguments": [ - { - "type": "reference", - "target": 54126, - "name": "DeviceAttributeKey", - "package": "@aws-amplify/auth" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "Record", - "package": "typescript" + "kind": "text", + "text": "service: " + }, + { + "kind": "code", + "text": "`S3Exception`" + }, + { + "kind": "text", + "text": " - thrown when checking for existence of the object" } - ], - "name": "Partial", - "package": "typescript" + ] }, { - "type": "reference", - "target": 56708, - "typeArguments": [ + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "validation: " + }, { - "type": "intrinsic", - "name": "string" + "kind": "code", + "text": "`StorageValidationErrorCode`" }, { - "type": "intrinsic", - "name": "string" + "kind": "text", + "text": " - Validation errors" } - ], - "name": "Record", - "package": "typescript" + ] + }, + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "```ts\n// Download a file from s3 bucket\nconst { body, eTag } = await downloadData({ path, options: {\n onProgress, // Optional progress callback.\n} }).result;\n```" + } + ] + }, + { + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "```ts\n// Cancel a task\nconst downloadTask = downloadData({ path });\n//...\ndownloadTask.cancel();\ntry {\n\tawait downloadTask.result;\n} catch (error) {\n\tif(isCancelError(error)) {\n // Handle error thrown by task cancelation.\n\t}\n}\n```" + } + ] } ] - } - }, - "54086": { - "id": 54086, - "name": "createDate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - "54087": { - "id": 54087, - "name": "lastAuthenticatedDate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - "54088": { - "id": 54088, - "name": "lastModifiedDate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true }, + "parameters": [ + 4810 + ], "type": { "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" + "target": 4765, + "name": "DownloadDataWithPathOutput", + "package": "@aws-amplify/storage" } }, - "54089": { - "id": 54089, - "name": "AuthAdditionalInfo", - "variant": "declaration", - "kind": 2097152, + "4810": { + "id": 4810, + "name": "input", + "variant": "param", + "kind": 32768, "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "Additional data that may be returned from Auth APIs." - } - ] - }, - "type": { - "type": "reference", - "target": 56708, - "typeArguments": [ + "text": "The " + }, { - "type": "intrinsic", - "name": "string" + "kind": "code", + "text": "`DownloadDataWithPathInput`" }, { - "type": "intrinsic", - "name": "string" + "kind": "text", + "text": " object." } - ], - "name": "Record", - "package": "typescript" - } - }, - "54090": { - "id": 54090, - "name": "AuthAllowedMFATypes", - "variant": "declaration", - "kind": 2097152, - "flags": {}, + ] + }, "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 54096, - "name": "AuthMFAType", - "package": "@aws-amplify/auth" - } + "type": "reference", + "target": 4764, + "name": "DownloadDataWithPathInput", + "package": "@aws-amplify/storage" } }, - "54091": { - "id": 54091, - "name": "AuthAnyAttribute", - "variant": "declaration", - "kind": 2097152, + "4811": { + "id": 4811, + "name": "downloadData", + "variant": "signature", + "kind": 4096, "flags": {}, - "type": { - "type": "intersection", - "types": [ + "comment": { + "summary": [], + "blockTags": [ { - "type": "intrinsic", - "name": "string" + "tag": "@deprecated", + "content": [ + { + "kind": "text", + "text": "The " + }, + { + "kind": "code", + "text": "`key`" + }, + { + "kind": "text", + "text": " and " + }, + { + "kind": "code", + "text": "`accessLevel`" + }, + { + "kind": "text", + "text": " parameters are deprecated and may be removed in the next major version.\nPlease use " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "path", + "target": "https://docs.amplify.aws/react/build-a-backend/storage/download/#downloaddata" + }, + { + "kind": "text", + "text": " instead.\n\nDownload S3 object data to memory" + } + ] }, { - "type": "reference", - "target": 49851, - "typeArguments": [ + "tag": "@returns", + "content": [ + { + "kind": "text", + "text": "A cancelable task exposing result promise from " + }, + { + "kind": "code", + "text": "`result`" + }, { - "type": "intrinsic", - "name": "unknown" + "kind": "text", + "text": " property." } - ], - "name": "NonNullable", - "package": "typescript" - } - ] - } - }, - "54092": { - "id": 54092, - "name": "AuthDeliveryMedium", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Denotes the medium over which a confirmation code was sent." - } - ] - }, - "type": { - "type": "union", - "types": [ + ] + }, { - "type": "literal", - "value": "EMAIL" + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "service: " + }, + { + "kind": "code", + "text": "`S3Exception`" + }, + { + "kind": "text", + "text": " - thrown when checking for existence of the object" + } + ] }, { - "type": "literal", - "value": "SMS" + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "validation: " + }, + { + "kind": "code", + "text": "`StorageValidationErrorCode`" + }, + { + "kind": "text", + "text": " - Validation errors" + } + ] }, { - "type": "literal", - "value": "PHONE" + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "```ts\n// Download a file from s3 bucket\nconst { body, eTag } = await downloadData({ key, options: {\n onProgress, // Optional progress callback.\n} }).result;\n```" + } + ] }, { - "type": "literal", - "value": "UNKNOWN" + "tag": "@example", + "content": [ + { + "kind": "code", + "text": "```ts\n// Cancel a task\nconst downloadTask = downloadData({ key });\n//...\ndownloadTask.cancel();\ntry {\n\tawait downloadTask.result;\n} catch (error) {\n\tif(isCancelError(error)) {\n // Handle error thrown by task cancelation.\n\t}\n}\n```" + } + ] } ] + }, + "parameters": [ + 4812 + ], + "type": { + "type": "reference", + "target": 4763, + "name": "DownloadDataOutput", + "package": "@aws-amplify/storage" } }, - "54093": { - "id": 54093, - "name": "AuthFactorType", - "variant": "declaration", - "kind": 2097152, + "4812": { + "id": 4812, + "name": "input", + "variant": "param", + "kind": 32768, "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "Allowed values for preferredChallenge" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "WEB_AUTHN" - }, - { - "type": "literal", - "value": "EMAIL_OTP" - }, - { - "type": "literal", - "value": "SMS_OTP" + "text": "The " }, { - "type": "literal", - "value": "PASSWORD" + "kind": "code", + "text": "`DownloadDataInput`" }, { - "type": "literal", - "value": "PASSWORD_SRP" + "kind": "text", + "text": " object." } ] + }, + "type": { + "type": "reference", + "target": 4762, + "name": "DownloadDataInput", + "package": "@aws-amplify/storage" } }, - "54094": { - "id": 54094, - "name": "AuthFlowType", + "4813": { + "id": 4813, + "name": "getProperties", "variant": "declaration", - "kind": 2097152, + "kind": 64, + "flags": {}, + "signatures": [ + 4814, + 4816 + ] + }, + "4814": { + "id": 4814, + "name": "getProperties", + "variant": "signature", + "kind": 4096, "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "Cognito supported AuthFlowTypes that may be passed as part of the Sign In request.\nUSER_AUTH is a superset that can handle both USER_SRP_AUTH and USER_PASSWORD_AUTH,\nproviding flexibility for future authentication methods." + "text": "Gets the properties of a file. The properties include S3 system metadata and\nthe user metadata that was provided when uploading the file." } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "USER_AUTH" - }, - { - "type": "literal", - "value": "USER_SRP_AUTH" - }, + ], + "blockTags": [ { - "type": "literal", - "value": "CUSTOM_WITH_SRP" + "tag": "@returns", + "content": [ + { + "kind": "text", + "text": "Requested object properties." + } + ] }, { - "type": "literal", - "value": "CUSTOM_WITHOUT_SRP" + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "An " + }, + { + "kind": "code", + "text": "`S3Exception`" + }, + { + "kind": "text", + "text": " when the underlying S3 service returned error." + } + ] }, { - "type": "literal", - "value": "USER_PASSWORD_AUTH" - } - ] - } - }, - "54095": { - "id": 54095, - "name": "AuthFlowType", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "A " + }, + { + "kind": "code", + "text": "`StorageValidationErrorCode`" + }, + { + "kind": "text", + "text": " when API call parameters are invalid." + } + ] } ] }, + "parameters": [ + 4815 + ], "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "USER_AUTH" - }, - { - "type": "literal", - "value": "USER_SRP_AUTH" - }, - { - "type": "literal", - "value": "CUSTOM_WITH_SRP" - }, - { - "type": "literal", - "value": "CUSTOM_WITHOUT_SRP" - }, + "type": "reference", + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ { - "type": "literal", - "value": "USER_PASSWORD_AUTH" + "type": "reference", + "target": 4769, + "name": "GetPropertiesWithPathOutput", + "package": "@aws-amplify/storage" } - ] + ], + "name": "Promise", + "package": "typescript" } }, - "54096": { - "id": 54096, - "name": "AuthMFAType", - "variant": "declaration", - "kind": 2097152, + "4815": { + "id": 4815, + "name": "input", + "variant": "param", + "kind": 32768, "flags": {}, - "type": { - "type": "union", - "types": [ + "comment": { + "summary": [ { - "type": "literal", - "value": "SMS" + "kind": "text", + "text": "The " }, { - "type": "literal", - "value": "TOTP" + "kind": "code", + "text": "`GetPropertiesWithPathInput`" }, { - "type": "literal", - "value": "EMAIL" + "kind": "text", + "text": " object." } ] + }, + "type": { + "type": "reference", + "target": 4768, + "name": "GetPropertiesWithPathInput", + "package": "@aws-amplify/storage" } }, - "54097": { - "id": 54097, - "name": "AuthNextSignInStep", - "variant": "declaration", - "kind": 2097152, + "4816": { + "id": 4816, + "name": "getProperties", + "variant": "signature", + "kind": 4096, "flags": {}, - "typeParameters": [ - 54098 - ], - "type": { - "type": "union", - "types": [ - { - "type": "reference", - "target": 54014, - "name": "ConfirmSignInWithCustomChallenge", - "package": "@aws-amplify/auth" - }, - { - "type": "reference", - "target": 54042, - "name": "ContinueSignInWithMFASelection", - "package": "@aws-amplify/auth" - }, + "comment": { + "summary": [], + "blockTags": [ { - "type": "reference", - "target": 54020, - "typeArguments": [ + "tag": "@deprecated", + "content": [ { - "type": "reference", - "target": 54098, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "refersToTypeParameter": true + "kind": "text", + "text": "The " + }, + { + "kind": "code", + "text": "`key`" + }, + { + "kind": "text", + "text": " and " + }, + { + "kind": "code", + "text": "`accessLevel`" + }, + { + "kind": "text", + "text": " parameters are deprecated and may be removed in the next major version.\nPlease use " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "path", + "target": "https://docs.amplify.aws/javascript/build-a-backend/storage/get-properties/" + }, + { + "kind": "text", + "text": " instead.\n\nGets the properties of a file. The properties include S3 system metadata and\nthe user metadata that was provided when uploading the file." } - ], - "name": "ConfirmSignInWithNewPasswordRequired", - "package": "@aws-amplify/auth" - }, - { - "type": "reference", - "target": 54026, - "name": "ConfirmSignInWithSMSCode", - "package": "@aws-amplify/auth" - }, - { - "type": "reference", - "target": 54029, - "name": "ConfirmSignInWithTOTPCode", - "package": "@aws-amplify/auth" - }, - { - "type": "reference", - "target": 54017, - "name": "ConfirmSignInWithEmailCode", - "package": "@aws-amplify/auth" - }, - { - "type": "reference", - "target": 54048, - "name": "ContinueSignInWithTOTPSetup", - "package": "@aws-amplify/auth" - }, - { - "type": "reference", - "target": 54037, - "name": "ContinueSignInWithEmailSetup", - "package": "@aws-amplify/auth" - }, - { - "type": "reference", - "target": 54045, - "name": "ContinueSignInWithMFASetupSelection", - "package": "@aws-amplify/auth" - }, - { - "type": "reference", - "target": 54039, - "name": "ContinueSignInWithFirstFactorSelection", - "package": "@aws-amplify/auth" - }, - { - "type": "reference", - "target": 54024, - "name": "ConfirmSignInWithPassword", - "package": "@aws-amplify/auth" + ] }, { - "type": "reference", - "target": 54035, - "name": "ConfirmSignUpStep", - "package": "@aws-amplify/auth" + "tag": "@returns", + "content": [ + { + "kind": "text", + "text": "Requested object properties." + } + ] }, { - "type": "reference", - "target": 54081, - "name": "ResetPasswordStep", - "package": "@aws-amplify/auth" + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "An " + }, + { + "kind": "code", + "text": "`S3Exception`" + }, + { + "kind": "text", + "text": " when the underlying S3 service returned error." + } + ] }, { - "type": "reference", - "target": 54051, - "name": "DoneSignInStep", - "package": "@aws-amplify/auth" + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "A " + }, + { + "kind": "code", + "text": "`StorageValidationErrorCode`" + }, + { + "kind": "text", + "text": " when API call parameters are invalid." + } + ] } ] - } - }, - "54098": { - "id": 54098, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" }, - "default": { + "parameters": [ + 4817 + ], + "type": { "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ + { + "type": "reference", + "target": 4767, + "name": "GetPropertiesOutput", + "package": "@aws-amplify/storage" + } + ], + "name": "Promise", + "package": "typescript" } }, - "54099": { - "id": 54099, - "name": "AuthNextSignUpStep", - "variant": "declaration", - "kind": 2097152, + "4817": { + "id": 4817, + "name": "input", + "variant": "param", + "kind": 32768, "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "Data encapsulating the next step in the Sign Up process" - } - ] - }, - "typeParameters": [ - 54100 - ], - "type": { - "type": "union", - "types": [ - { - "type": "reference", - "target": 54031, - "typeArguments": [ - { - "type": "reference", - "target": 54100, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "refersToTypeParameter": true - } - ], - "name": "ConfirmSignUpSignUpStep", - "package": "@aws-amplify/auth" + "text": "The " }, { - "type": "reference", - "target": 54010, - "typeArguments": [ - { - "type": "reference", - "target": 54100, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "refersToTypeParameter": true - } - ], - "name": "AutoSignInSignUpStep", - "package": "@aws-amplify/auth" + "kind": "code", + "text": "`GetPropertiesInput`" }, { - "type": "reference", - "target": 54053, - "name": "DoneSignUpStep", - "package": "@aws-amplify/auth" + "kind": "text", + "text": " object." } ] - } - }, - "54100": { - "id": 54100, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" }, - "default": { + "type": { "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" + "target": 4766, + "name": "GetPropertiesInput", + "package": "@aws-amplify/storage" } }, - "54101": { - "id": 54101, - "name": "AuthPrompt", + "4818": { + "id": 4818, + "name": "getUrl", "variant": "declaration", - "kind": 2097152, + "kind": 64, + "flags": {}, + "signatures": [ + 4819, + 4821 + ] + }, + "4819": { + "id": 4819, + "name": "getUrl", + "variant": "signature", + "kind": 4096, "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "OIDC prompt parameter that specifies whether the Authorization Server prompts the End-User for reauthentication and consent.\n\n- " + "text": "Get a temporary presigned URL to download or upload the specified S3 object.\nThe presigned URL expires when the associated role used to sign the request expires or\nthe option " }, { "kind": "code", - "text": "`'NONE'`" + "text": "`expiresIn`" }, { "kind": "text", - "text": " - No authentication or consent UI will be displayed\n- " + "text": " is reached. The " }, { "kind": "code", - "text": "`'LOGIN'`" + "text": "`expiresAt`" }, { "kind": "text", - "text": " - Force user to re-authenticate even if they have a valid session\n- " + "text": " property in the output object indicates when the URL MAY expire.\n\nBy default, it will not validate the object that exists in S3. If you set the " }, { "kind": "code", - "text": "`'CONSENT'`" + "text": "`options.validateObjectExistence`" }, { "kind": "text", - "text": " - Force user to consent to sharing information with the client\n- " + "text": "\nto true, this method will verify the given object already exists in S3 before returning a presigned\nURL, and will throw " }, { "kind": "code", - "text": "`'SELECT_ACCOUNT'`" + "text": "`StorageError`" }, { "kind": "text", - "text": " - Prompt user to select among multiple authenticated accounts" + "text": " if the object does not exist." } ], "blockTags": [ { - "tag": "@see", + "tag": "@returns", "content": [ { "kind": "text", - "text": "https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest" + "text": "Presigned URL and timestamp when the URL may expire." } ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "NONE" - }, - { - "type": "literal", - "value": "LOGIN" }, { - "type": "literal", - "value": "CONSENT" + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "service: " + }, + { + "kind": "code", + "text": "`S3Exception`" + }, + { + "kind": "text", + "text": " - thrown when checking for existence of the object" + } + ] }, { - "type": "literal", - "value": "SELECT_ACCOUNT" + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "validation: " + }, + { + "kind": "code", + "text": "`StorageValidationErrorCode`" + }, + { + "kind": "text", + "text": " - Validation errors\nthrown either username or key are not defined." + } + ] } ] - } - }, - "54102": { - "id": 54102, - "name": "AuthProvider", - "variant": "declaration", - "kind": 2097152, - "flags": {}, + }, + "parameters": [ + 4820 + ], "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "Amazon" - }, - { - "type": "literal", - "value": "Apple" - }, - { - "type": "literal", - "value": "Facebook" - }, + "type": "reference", + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ { - "type": "literal", - "value": "Google" + "type": "reference", + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/types/outputs.d.ts", + "qualifiedName": "StorageGetUrlOutput" + }, + "name": "StorageGetUrlOutput", + "package": "@aws-amplify/storage" } - ] + ], + "name": "Promise", + "package": "typescript" } }, - "54103": { - "id": 54103, - "name": "AuthResetPasswordStep", - "variant": "declaration", - "kind": 2097152, + "4820": { + "id": 4820, + "name": "input", + "variant": "param", + "kind": 32768, "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "Denotes the next step in the Reset Password process." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "CONFIRM_RESET_PASSWORD_WITH_CODE" + "text": "The " }, { - "type": "literal", - "value": "DONE" - } - ] - } - }, - "54104": { - "id": 54104, - "name": "AuthServiceOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ + "kind": "code", + "text": "`GetUrlWithPathInput`" + }, { "kind": "text", - "text": "Base type for service options." + "text": " object." } ] }, "type": { "type": "reference", - "target": 56708, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "unknown" - } - ], - "name": "Record", - "package": "typescript" + "target": 4772, + "name": "GetUrlWithPathInput", + "package": "@aws-amplify/storage" } }, - "54105": { - "id": 54105, - "name": "AuthUpdateAttributeStep", - "variant": "declaration", - "kind": 2097152, + "4821": { + "id": 4821, + "name": "getUrl", + "variant": "signature", + "kind": 4096, "flags": {}, "comment": { - "summary": [ + "summary": [], + "blockTags": [ { - "kind": "text", - "text": "Denotes the next step in the Update User Attribute process." - } - ] - }, - "type": { - "type": "union", - "types": [ + "tag": "@deprecated", + "content": [ + { + "kind": "text", + "text": "The " + }, + { + "kind": "code", + "text": "`key`" + }, + { + "kind": "text", + "text": " and " + }, + { + "kind": "code", + "text": "`accessLevel`" + }, + { + "kind": "text", + "text": " parameters are deprecated and may be removed in the next major version.\nPlease use " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "path", + "target": "https://docs.amplify.aws/javascript/build-a-backend/storage/download/#generate-a-download-url" + }, + { + "kind": "text", + "text": " instead.\n\nGet a temporary presigned URL to download the specified S3 object.\nThe presigned URL expires when the associated role used to sign the request expires or\nthe option " + }, + { + "kind": "code", + "text": "`expiresIn`" + }, + { + "kind": "text", + "text": " is reached. The " + }, + { + "kind": "code", + "text": "`expiresAt`" + }, + { + "kind": "text", + "text": " property in the output object indicates when the URL MAY expire.\n\nBy default, it will not validate the object that exists in S3. If you set the " + }, + { + "kind": "code", + "text": "`options.validateObjectExistence`" + }, + { + "kind": "text", + "text": "\nto true, this method will verify the given object already exists in S3 before returning a presigned\nURL, and will throw " + }, + { + "kind": "code", + "text": "`StorageError`" + }, + { + "kind": "text", + "text": " if the object does not exist." + } + ] + }, { - "type": "literal", - "value": "CONFIRM_ATTRIBUTE_WITH_CODE" + "tag": "@returns", + "content": [ + { + "kind": "text", + "text": "Presigned URL and timestamp when the URL may expire." + } + ] }, { - "type": "literal", - "value": "DONE" + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "service: " + }, + { + "kind": "code", + "text": "`S3Exception`" + }, + { + "kind": "text", + "text": " - thrown when checking for existence of the object" + } + ] + }, + { + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "validation: " + }, + { + "kind": "code", + "text": "`StorageValidationErrorCode`" + }, + { + "kind": "text", + "text": " - Validation errors\nthrown either username or key are not defined." + } + ] } ] - } - }, - "54106": { - "id": 54106, - "name": "AuthUpdateUserAttributesOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "typeParameters": [ - 54107 + }, + "parameters": [ + 4822 ], "type": { "type": "reference", - "target": 56708, + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, "typeArguments": [ { "type": "reference", - "target": 54107, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "refersToTypeParameter": true - }, - { - "type": "reference", - "target": 53993, - "typeArguments": [ - { - "type": "reference", - "target": 54107, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "refersToTypeParameter": true - } - ], - "name": "AuthUpdateUserAttributeOutput", - "package": "@aws-amplify/auth" + "target": { + "packageName": "@aws-amplify/storage", + "packagePath": "dist/esm/types/outputs.d.ts", + "qualifiedName": "StorageGetUrlOutput" + }, + "name": "StorageGetUrlOutput", + "package": "@aws-amplify/storage" } ], - "name": "Record", + "name": "Promise", "package": "typescript" } }, - "54107": { - "id": 54107, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - }, - "54108": { - "id": 54108, - "name": "AuthUserAttributeKey", - "variant": "declaration", - "kind": 2097152, + "4822": { + "id": 4822, + "name": "input", + "variant": "param", + "kind": 32768, "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "A user attribute key type consisting of standard OIDC claims or custom attributes." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "reference", - "target": 49840, - "name": "AuthStandardAttributeKey", - "package": "@aws-amplify/core" + "text": "The " }, { - "type": "reference", - "target": 54091, - "name": "AuthAnyAttribute", - "package": "@aws-amplify/auth" - } - ] - } - }, - "54109": { - "id": 54109, - "name": "AuthUserAttributes", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ + "kind": "code", + "text": "`GetUrlInput`" + }, { "kind": "text", - "text": "Key/value pairs describing a user attributes." + "text": " object." } ] }, - "typeParameters": [ - 54110 - ], "type": { "type": "reference", - "target": 56702, - "typeArguments": [ - { - "type": "reference", - "target": 56708, - "typeArguments": [ - { - "type": "reference", - "target": 54110, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "refersToTypeParameter": true - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "Record", - "package": "typescript" - } - ], - "name": "Partial", - "package": "typescript" + "target": 4770, + "name": "GetUrlInput", + "package": "@aws-amplify/storage" } }, - "54110": { - "id": 54110, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, + "4823": { + "id": 4823, + "name": "list", + "variant": "declaration", + "kind": 64, "flags": {}, - "type": { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } + "signatures": [ + 4824, + 4826, + 4828, + 4830 + ] }, - "54111": { - "id": 54111, - "name": "ChallengeName", - "variant": "declaration", - "kind": 2097152, + "4824": { + "id": 4824, + "name": "list", + "variant": "signature", + "kind": 4096, "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "SMS_MFA" - }, - { - "type": "literal", - "value": "SMS_OTP" - }, - { - "type": "literal", - "value": "SOFTWARE_TOKEN_MFA" - }, - { - "type": "literal", - "value": "EMAIL_OTP" - }, - { - "type": "literal", - "value": "SELECT_MFA_TYPE" - }, - { - "type": "literal", - "value": "SELECT_CHALLENGE" - }, + "comment": { + "summary": [ { - "type": "literal", - "value": "MFA_SETUP" + "kind": "text", + "text": "List files in pages with the given " }, { - "type": "literal", - "value": "PASSWORD" + "kind": "code", + "text": "`path`" }, { - "type": "literal", - "value": "PASSWORD_SRP" + "kind": "text", + "text": ".\n" }, { - "type": "literal", - "value": "PASSWORD_VERIFIER" + "kind": "code", + "text": "`pageSize`" }, { - "type": "literal", - "value": "CUSTOM_CHALLENGE" + "kind": "text", + "text": " is defaulted to 1000. Additionally, the result will include a " }, { - "type": "literal", - "value": "DEVICE_SRP_AUTH" + "kind": "code", + "text": "`nextToken`" }, { - "type": "literal", - "value": "DEVICE_PASSWORD_VERIFIER" - }, + "kind": "text", + "text": " if there are more items to retrieve." + } + ], + "blockTags": [ { - "type": "literal", - "value": "ADMIN_NO_SRP_AUTH" + "tag": "@returns", + "content": [ + { + "kind": "text", + "text": "A list of objects with path and metadata" + } + ] }, { - "type": "literal", - "value": "NEW_PASSWORD_REQUIRED" + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "service: " + }, + { + "kind": "code", + "text": "`S3Exception`" + }, + { + "kind": "text", + "text": " - S3 service errors thrown when checking for existence of bucket" + } + ] }, { - "type": "literal", - "value": "WEB_AUTHN" - } - ] - } - }, - "54112": { - "id": 54112, - "name": "ClientMetadata", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Arbitrary key/value pairs that may be passed as part of certain Cognito requests" + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "validation: " + }, + { + "kind": "code", + "text": "`StorageValidationErrorCode`" + }, + { + "kind": "text", + "text": " - thrown when there are issues with credentials" + } + ] } ] }, + "parameters": [ + 4825 + ], "type": { "type": "reference", - "target": 56708, + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, "typeArguments": [ { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "string" + "type": "reference", + "target": 4783, + "name": "ListPaginateWithPathOutput", + "package": "@aws-amplify/storage" } ], - "name": "Record", + "name": "Promise", "package": "typescript" } }, - "54113": { - "id": 54113, - "name": "ConfirmResetPasswordOptions", - "variant": "declaration", - "kind": 2097152, + "4825": { + "id": 4825, + "name": "input", + "variant": "param", + "kind": 32768, "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "Options specific to Cognito Confirm Reset Password." - } - ] - }, - "type": { - "type": "intersection", - "types": [ + "text": "The " + }, { - "type": "reference", - "target": 54104, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" + "kind": "code", + "text": "`ListPaginateWithPathInput`" }, { - "type": "reflection", - "declaration": { - "id": 54114, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 54115, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54112, - "name": "ClientMetadata", - "package": "@aws-amplify/core" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54115 - ] - } - ] - } + "kind": "text", + "text": " object." } ] - } - }, - "54115": { - "id": 54115, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true }, "type": { "type": "reference", - "target": 54112, - "name": "ClientMetadata", - "package": "@aws-amplify/core" + "target": 4782, + "name": "ListPaginateWithPathInput", + "package": "@aws-amplify/storage" } }, - "54116": { - "id": 54116, - "name": "ConfirmSignInOptions", - "variant": "declaration", - "kind": 2097152, + "4826": { + "id": 4826, + "name": "list", + "variant": "signature", + "kind": 4096, "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "Options specific to Cognito Confirm Sign In." - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 54104, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" + "text": "List all files from S3 for a given " }, { - "type": "reflection", - "declaration": { - "id": 54117, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 54118, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54112, - "name": "ClientMetadata", - "package": "@aws-amplify/core" - } - }, - { - "id": 54119, - "name": "friendlyDeviceName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 54120, - "name": "userAttributes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54109, - "name": "AuthUserAttributes", - "package": "@aws-amplify/auth" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54118, - 54119, - 54120 - ] - } - ] - } - } - ] - } - }, - "54118": { - "id": 54118, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54112, - "name": "ClientMetadata", - "package": "@aws-amplify/core" - } - }, - "54119": { - "id": 54119, - "name": "friendlyDeviceName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "54120": { - "id": 54120, - "name": "userAttributes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54109, - "name": "AuthUserAttributes", - "package": "@aws-amplify/auth" - } - }, - "54121": { - "id": 54121, - "name": "ConfirmSignUpOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ + "kind": "code", + "text": "`path`" + }, { "kind": "text", - "text": "Options specific to Cognito Confirm Sign Up." - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 54104, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" + "text": ". You can set " }, { - "type": "reflection", - "declaration": { - "id": 54122, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 54123, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54112, - "name": "ClientMetadata", - "package": "@aws-amplify/core" - } - }, - { - "id": 54124, - "name": "forceAliasCreation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54123, - 54124 - ] - } - ] - } - } - ] - } - }, - "54123": { - "id": 54123, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54112, - "name": "ClientMetadata", - "package": "@aws-amplify/core" - } - }, - "54124": { - "id": 54124, - "name": "forceAliasCreation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "54125": { - "id": 54125, - "name": "CustomAttribute", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ + "kind": "code", + "text": "`listAll`" + }, { "kind": "text", - "text": "Cognito custom attribute type" - } - ] - }, - "type": { - "type": "intersection", - "types": [ + "text": " to true in " + }, { - "type": "intrinsic", - "name": "string" + "kind": "code", + "text": "`options`" }, { - "type": "reference", - "target": 49851, - "typeArguments": [ - { - "type": "intrinsic", - "name": "unknown" - } - ], - "name": "NonNullable", - "package": "typescript" + "kind": "text", + "text": " to get all the files from S3." } - ] - } - }, - "54126": { - "id": 54126, - "name": "DeviceAttributeKey", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "union", - "types": [ + ], + "blockTags": [ { - "type": "literal", - "value": "device_status" + "tag": "@returns", + "content": [ + { + "kind": "text", + "text": "A list of all objects with path and metadata" + } + ] }, { - "type": "literal", - "value": "device_name" + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "service: " + }, + { + "kind": "code", + "text": "`S3Exception`" + }, + { + "kind": "text", + "text": " - S3 service errors thrown when checking for existence of bucket" + } + ] }, { - "type": "literal", - "value": "last_ip_used" + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "validation: " + }, + { + "kind": "code", + "text": "`StorageValidationErrorCode`" + }, + { + "kind": "text", + "text": " - thrown when there are issues with credentials" + } + ] } ] - } - }, - "54129": { - "id": 54129, - "name": "JwtPayload", - "variant": "declaration", - "kind": 2097152, - "flags": {}, + }, + "parameters": [ + 4827 + ], "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 54068, - "name": "JwtPayloadStandardFields", - "package": "@aws-amplify/core" - }, + "type": "reference", + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ { "type": "reference", - "target": 54065, - "name": "JsonObject", - "package": "@aws-amplify/core" + "target": 4777, + "name": "ListAllWithPathOutput", + "package": "@aws-amplify/storage" } - ] + ], + "name": "Promise", + "package": "typescript" } }, - "54130": { - "id": 54130, - "name": "MFAPreference", - "variant": "declaration", - "kind": 2097152, + "4827": { + "id": 4827, + "name": "input", + "variant": "param", + "kind": 32768, "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "Cognito supported MFAPreference values that may be passed as part of the UpdateMFAPreferenceRequest." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "ENABLED" - }, - { - "type": "literal", - "value": "DISABLED" + "text": "The " }, { - "type": "literal", - "value": "PREFERRED" + "kind": "code", + "text": "`ListAllWithPathInput`" }, { - "type": "literal", - "value": "NOT_PREFERRED" + "kind": "text", + "text": " object." } ] - } - }, - "54131": { - "id": 54131, - "name": "OpenAuthSession", - "variant": "declaration", - "kind": 2097152, - "flags": {}, + }, "type": { - "type": "reflection", - "declaration": { - "id": 54132, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "signatures": [ - 54133 - ] - } + "type": "reference", + "target": 4776, + "name": "ListAllWithPathInput", + "package": "@aws-amplify/storage" } }, - "54138": { - "id": 54138, - "name": "ResendSignUpCodeOptions", - "variant": "declaration", - "kind": 2097152, + "4828": { + "id": 4828, + "name": "list", + "variant": "signature", + "kind": 4096, "flags": {}, "comment": { - "summary": [ + "summary": [], + "blockTags": [ { - "kind": "text", - "text": "Options specific to Cognito Resend Sign Up code." + "tag": "@deprecated", + "content": [ + { + "kind": "text", + "text": "The " + }, + { + "kind": "code", + "text": "`prefix`" + }, + { + "kind": "text", + "text": " and " + }, + { + "kind": "code", + "text": "`accessLevel`" + }, + { + "kind": "text", + "text": " parameters are deprecated and may be removed in the next major version.\nPlease use " + }, + { + "kind": "inline-tag", + "tag": "@link", + "text": "path", + "target": "https://docs.amplify.aws/react/build-a-backend/storage/list" + }, + { + "kind": "text", + "text": " instead.\nList files in pages with the given " + }, + { + "kind": "code", + "text": "`prefix`" + }, + { + "kind": "text", + "text": ".\n" + }, + { + "kind": "code", + "text": "`pageSize`" + }, + { + "kind": "text", + "text": " is defaulted to 1000. Additionally, the result will include a " + }, + { + "kind": "code", + "text": "`nextToken`" + }, + { + "kind": "text", + "text": " if there are more items to retrieve." + } + ] + }, + { + "tag": "@returns", + "content": [ + { + "kind": "text", + "text": "A list of objects with key and metadata" + } + ] + }, + { + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "service: " + }, + { + "kind": "code", + "text": "`S3Exception`" + }, + { + "kind": "text", + "text": " - S3 service errors thrown when checking for existence of bucket" + } + ] + }, + { + "tag": "@throws", + "content": [ + { + "kind": "text", + "text": "validation: " + }, + { + "kind": "code", + "text": "`StorageValidationErrorCode`" + }, + { + "kind": "text", + "text": " - thrown when there are issues with credentials" + } + ] } ] }, + "parameters": [ + 4829 + ], "type": { - "type": "intersection", - "types": [ + "type": "reference", + "target": { + "packageName": "typescript", + "packagePath": "lib/lib.es5.d.ts", + "qualifiedName": "Promise" + }, + "typeArguments": [ { "type": "reference", - "target": 54104, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - { - "type": "reflection", - "declaration": { - "id": 54139, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 54140, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54112, - "name": "ClientMetadata", - "package": "@aws-amplify/core" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54140 - ] - } - ] - } + "target": 4779, + "name": "ListPaginateOutput", + "package": "@aws-amplify/storage" } - ] + ], + "name": "Promise", + "package": "typescript" } }, - "54140": { - "id": 54140, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, + "4829": { + "id": 4829, + "name": "input", + "variant": "param", + "kind": 32768, "flags": { "isOptional": true }, - "type": { - "type": "reference", - "target": 54112, - "name": "ClientMetadata", - "package": "@aws-amplify/core" - } - }, - "54141": { - "id": 54141, - "name": "ResetPasswordOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, "comment": { "summary": [ { "kind": "text", - "text": "Options specific to Cognito Reset Password." - } - ] - }, - "type": { - "type": "intersection", - "types": [ + "text": "The " + }, { - "type": "reference", - "target": 54104, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" + "kind": "code", + "text": "`ListPaginateInput`" }, { - "type": "reflection", - "declaration": { - "id": 54142, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 54143, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54112, - "name": "ClientMetadata", - "package": "@aws-amplify/core" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54143 - ] - } - ] - } + "kind": "text", + "text": " object." } ] - } - }, - "54143": { - "id": 54143, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true }, "type": { "type": "reference", - "target": 54112, - "name": "ClientMetadata", - "package": "@aws-amplify/core" + "target": 4778, + "name": "ListPaginateInput", + "package": "@aws-amplify/storage" } }, - "54144": { - "id": 54144, - "name": "SendUserAttributeVerificationCodeOptions", - "variant": "declaration", - "kind": 2097152, + "4830": { + "id": 4830, + "name": "list", + "variant": "signature", + "kind": 4096, "flags": {}, "comment": { - "summary": [ - { - "kind": "text", - "text": "Options specific to a Cognito Update User Attributes request." - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 54104, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - { - "type": "reflection", - "declaration": { - "id": 54145, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 54146, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54112, - "name": "ClientMetadata", - "package": "@aws-amplify/core" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54146 - ] - } - ] - } - } - ] - } - }, - "54146": { - "id": 54146, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54112, - "name": "ClientMetadata", - "package": "@aws-amplify/core" - } - }, - "54147": { - "id": 54147, - "name": "SignInOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Options specific to Cognito Sign In." - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 54104, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - { - "type": "reflection", - "declaration": { - "id": 54148, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 54149, - "name": "authFlowType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54094, - "name": "AuthFlowType", - "package": "@aws-amplify/auth" - } - }, - { - "id": 54150, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54112, - "name": "ClientMetadata", - "package": "@aws-amplify/core" - } - }, - { - "id": 54151, - "name": "preferredChallenge", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54093, - "name": "AuthFactorType", - "package": "@aws-amplify/auth" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54149, - 54150, - 54151 - ] - } - ] - } - } - ] - } - }, - "54149": { - "id": 54149, - "name": "authFlowType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54094, - "name": "AuthFlowType", - "package": "@aws-amplify/auth" - } - }, - "54150": { - "id": 54150, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54112, - "name": "ClientMetadata", - "package": "@aws-amplify/core" - } - }, - "54151": { - "id": 54151, - "name": "preferredChallenge", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54093, - "name": "AuthFactorType", - "package": "@aws-amplify/auth" - } - }, - "54152": { - "id": 54152, - "name": "SignUpOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Options specific to Cognito Sign Up." - } - ] - }, - "typeParameters": [ - 54153 - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 53971, - "typeArguments": [ - { - "type": "reference", - "target": 54153, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "refersToTypeParameter": true - } - ], - "name": "AuthSignUpOptions", - "package": "@aws-amplify/auth" - }, - { - "type": "reflection", - "declaration": { - "id": 54154, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 54155, - "name": "autoSignIn", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "reference", - "target": 54147, - "name": "SignInOptions", - "package": "@aws-amplify/auth" - }, - { - "type": "intrinsic", - "name": "boolean" - } - ] - } - }, - { - "id": 54156, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54112, - "name": "ClientMetadata", - "package": "@aws-amplify/core" - } - }, - { - "id": 54157, - "name": "validationData", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54164, - "name": "ValidationData", - "package": "@aws-amplify/auth" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54155, - 54156, - 54157 - ] - } - ] - } - } - ] - } - }, - "54153": { - "id": 54153, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 54108, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - }, - "54155": { - "id": 54155, - "name": "autoSignIn", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "reference", - "target": 54147, - "name": "SignInOptions", - "package": "@aws-amplify/auth" - }, - { - "type": "intrinsic", - "name": "boolean" - } - ] - } - }, - "54156": { - "id": 54156, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54112, - "name": "ClientMetadata", - "package": "@aws-amplify/core" - } - }, - "54157": { - "id": 54157, - "name": "validationData", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54164, - "name": "ValidationData", - "package": "@aws-amplify/auth" - } - }, - "54158": { - "id": 54158, - "name": "UpdateUserAttributeOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Options specific to Cognito Update User Attribute." - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 54104, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - { - "type": "reflection", - "declaration": { - "id": 54159, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 54160, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54112, - "name": "ClientMetadata", - "package": "@aws-amplify/core" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54160 - ] - } - ] - } - } - ] - } - }, - "54160": { - "id": 54160, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54112, - "name": "ClientMetadata", - "package": "@aws-amplify/core" - } - }, - "54161": { - "id": 54161, - "name": "UpdateUserAttributesOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Options specific to Cognito Update User Attributes." - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 54104, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - { - "type": "reflection", - "declaration": { - "id": 54162, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 54163, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54112, - "name": "ClientMetadata", - "package": "@aws-amplify/core" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54163 - ] - } - ] - } - } - ] - } - }, - "54163": { - "id": 54163, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54112, - "name": "ClientMetadata", - "package": "@aws-amplify/core" - } - }, - "54164": { - "id": 54164, - "name": "ValidationData", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "One or more name-value pairs containing the validation data in the request to register a user." - } - ] - }, - "type": { - "type": "reference", - "target": 56708, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "Record", - "package": "typescript" - } - }, - "54165": { - "id": 54165, - "name": "VerifyTOTPSetupOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Options specific to Cognito Verify TOTP Setup." - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 54104, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - { - "type": "reflection", - "declaration": { - "id": 54166, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 54167, - "name": "friendlyDeviceName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54167 - ] - } - ] - } - } - ] - } - }, - "54167": { - "id": 54167, - "name": "friendlyDeviceName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "54188": { - "id": 54188, - "name": "AuthSession", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 54189, - 54190, - 54191, - 54192 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54189, - 54190, - 54191, - 54192 - ] - } - ] - }, - "54189": { - "id": 54189, - "name": "credentials", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 53871, - "name": "AWSCredentials", - "package": "@aws-amplify/core" - } - }, - "54190": { - "id": 54190, - "name": "identityId", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "54191": { - "id": 54191, - "name": "tokens", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54193, - "name": "AuthTokens", - "package": "@aws-amplify/core" - } - }, - "54192": { - "id": 54192, - "name": "userSub", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "54193": { - "id": 54193, - "name": "AuthTokens", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 54194, - 54195, - 54196 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54194, - 54195, - 54196 - ] - } - ] - }, - "54194": { - "id": 54194, - "name": "accessToken", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 54225, - "name": "JWT", - "package": "@aws-amplify/core" - } - }, - "54195": { - "id": 54195, - "name": "idToken", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54225, - "name": "JWT", - "package": "@aws-amplify/core" - } - }, - "54196": { - "id": 54196, - "name": "signInDetails", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [], - "blockTags": [ + "summary": [], + "blockTags": [ { "tag": "@deprecated", "content": [ { "kind": "text", - "text": "Use getCurrentUser to access signInDetails" - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 53865, - "name": "AWSAuthSignInDetails", - "package": "@aws-amplify/core" - } - }, - "54197": { - "id": 54197, - "name": "AuthUser", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Holds the user information along with the sign in details." - } - ] - }, - "children": [ - 54198, - 54199, - 54200 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54198, - 54199, - 54200 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 53868, - "name": "AWSAuthUser", - "package": "@aws-amplify/auth" - } - ] - }, - "54198": { - "id": 54198, - "name": "signInDetails", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54504, - "name": "CognitoAuthSignInDetails", - "package": "@aws-amplify/auth" - } - }, - "54199": { - "id": 54199, - "name": "userId", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 53869, - "name": "AWSAuthUser.userId" - } - }, - "54200": { - "id": 54200, - "name": "username", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 53870, - "name": "AWSAuthUser.username" - } - }, - "54201": { - "id": 54201, - "name": "AuthWebAuthnCredential", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Shape of a WebAuthn credential" - } - ] - }, - "children": [ - 54202, - 54203, - 54204, - 54205, - 54206, - 54207 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54202, - 54203, - 54204, - 54205, - 54206, - 54207 - ] - } - ] - }, - "54202": { - "id": 54202, - "name": "authenticatorAttachment", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "54203": { - "id": 54203, - "name": "authenticatorTransports", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "undefined" - }, - { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - ] - } - }, - "54204": { - "id": 54204, - "name": "createdAt", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "undefined" - }, - { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - ] - } - }, - "54205": { - "id": 54205, - "name": "credentialId", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "undefined" - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "54206": { - "id": 54206, - "name": "friendlyCredentialName", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "undefined" - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "54207": { - "id": 54207, - "name": "relyingPartyId", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "undefined" - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "54217": { - "id": 54217, - "name": "DeleteWebAuthnCredentialInput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 54218 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54218 - ] - } - ] - }, - "54218": { - "id": 54218, - "name": "credentialId", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "54219": { - "id": 54219, - "name": "FetchAuthSessionOptions", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 54220, - 54221 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54220, - 54221 - ] - } - ] - }, - "54220": { - "id": 54220, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54112, - "name": "ClientMetadata", - "package": "@aws-amplify/core" - } - }, - "54221": { - "id": 54221, - "name": "forceRefresh", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "54222": { - "id": 54222, - "name": "FetchMFAPreferenceOutput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 54223, - 54224 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54223, - 54224 - ] - } - ] - }, - "54223": { - "id": 54223, - "name": "enabled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 54096, - "name": "AuthMFAType", - "package": "@aws-amplify/auth" - } - } - }, - "54224": { - "id": 54224, - "name": "preferred", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54096, - "name": "AuthMFAType", - "package": "@aws-amplify/auth" - } - }, - "54225": { - "id": 54225, - "name": "JWT", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 54226, - 54227 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54226 - ] - }, - { - "title": "Methods", - "children": [ - 54227 - ] - } - ] - }, - "54226": { - "id": 54226, - "name": "payload", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 54129, - "name": "JwtPayload", - "package": "@aws-amplify/core" - } - }, - "54227": { - "id": 54227, - "name": "toString", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - 54228 - ] - }, - "54228": { - "id": 54228, - "name": "toString", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "54229": { - "id": 54229, - "name": "ListWebAuthnCredentialsInput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for Cognito listWebAuthnCredentials API." - } - ] - }, - "children": [ - 54230, - 54231 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54230, - 54231 - ] - } - ] - }, - "54230": { - "id": 54230, - "name": "nextToken", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "54231": { - "id": 54231, - "name": "pageSize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "54232": { - "id": 54232, - "name": "ListWebAuthnCredentialsOutput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for Cognito listWebAuthnCredentials API." - } - ] - }, - "children": [ - 54233, - 54234 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54233, - 54234 - ] - } - ] - }, - "54233": { - "id": 54233, - "name": "credentials", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 54201, - "name": "AuthWebAuthnCredential", - "package": "@aws-amplify/auth" - } - } - }, - "54234": { - "id": 54234, - "name": "nextToken", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "54241": { - "id": 54241, - "name": "UpdateMFAPreferenceInput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for Cognito updateMFAPreference API." - } - ] - }, - "children": [ - 54242, - 54243, - 54244 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54242, - 54243, - 54244 - ] - } - ] - }, - "54242": { - "id": 54242, - "name": "email", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54130, - "name": "MFAPreference", - "package": "@aws-amplify/auth" - } - }, - "54243": { - "id": 54243, - "name": "sms", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54130, - "name": "MFAPreference", - "package": "@aws-amplify/auth" - } - }, - "54244": { - "id": 54244, - "name": "totp", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54130, - "name": "MFAPreference", - "package": "@aws-amplify/auth" - } - }, - "54247": { - "id": 54247, - "name": "ConfirmResetPasswordInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for Cognito confirmResetPassword API." - } - ] - }, - "type": { - "type": "reference", - "target": 53881, - "typeArguments": [ - { - "type": "reference", - "target": 54113, - "name": "ConfirmResetPasswordOptions", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthConfirmResetPasswordInput", - "package": "@aws-amplify/auth" - } - }, - "54248": { - "id": 54248, - "name": "ConfirmSignInInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for Cognito confirmSignIn API." - } - ] - }, - "type": { - "type": "reference", - "target": 53887, - "typeArguments": [ - { - "type": "reference", - "target": 54116, - "name": "ConfirmSignInOptions", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthConfirmSignInInput", - "package": "@aws-amplify/auth" - } - }, - "54249": { - "id": 54249, - "name": "ConfirmSignInOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for Cognito confirmSignIn API." - } - ] - }, - "type": { - "type": "reference", - "target": 53939, - "name": "AuthSignInOutput", - "package": "@aws-amplify/auth" - } - }, - "54250": { - "id": 54250, - "name": "ConfirmSignUpInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for Cognito confirmSignUp API." - } - ] - }, - "type": { - "type": "reference", - "target": 53891, - "typeArguments": [ - { - "type": "reference", - "target": 54121, - "name": "ConfirmSignUpOptions", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthConfirmSignUpInput", - "package": "@aws-amplify/auth" - } - }, - "54251": { - "id": 54251, - "name": "ConfirmSignUpOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for Cognito confirmSignUp API." - } - ] - }, - "type": { - "type": "reference", - "target": 53974, - "typeArguments": [ - { - "type": "reference", - "target": 49841, - "name": "AuthVerifiableAttributeKey", - "package": "@aws-amplify/core" - } - ], - "name": "AuthSignUpOutput", - "package": "@aws-amplify/auth" - } - }, - "54252": { - "id": 54252, - "name": "ConfirmUserAttributeInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for Cognito confirmUserAttribute API." - } - ] - }, - "type": { - "type": "reference", - "target": 53896, - "typeArguments": [ - { - "type": "reference", - "target": 49841, - "name": "AuthVerifiableAttributeKey", - "package": "@aws-amplify/core" - } - ], - "name": "AuthConfirmUserAttributeInput", - "package": "@aws-amplify/auth" - } - }, - "54253": { - "id": 54253, - "name": "DeleteUserAttributesInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for Cognito deleteUserAttributes API." - } - ] - }, - "type": { - "type": "reference", - "target": 53900, - "typeArguments": [ - { - "type": "reference", - "target": 54277, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthDeleteUserAttributesInput", - "package": "@aws-amplify/auth" - } - }, - "54254": { - "id": 54254, - "name": "FetchDevicesOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for Cognito fetchDevices API." - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 54083, - "name": "AWSAuthDevice", - "package": "@aws-amplify/auth" - } - } - }, - "54259": { - "id": 54259, - "name": "ResendSignUpCodeInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for Cognito resendSignUpCode API." - } - ] - }, - "type": { - "type": "reference", - "target": 53917, - "typeArguments": [ - { - "type": "reference", - "target": 54138, - "name": "ResendSignUpCodeOptions", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthResendSignUpCodeInput", - "package": "@aws-amplify/auth" - } - }, - "54260": { - "id": 54260, - "name": "ResendSignUpCodeOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for Cognito resendSignUpCode API." - } - ] - }, - "type": { - "type": "reference", - "target": 53876, - "typeArguments": [ - { - "type": "reference", - "target": 49841, - "name": "AuthVerifiableAttributeKey", - "package": "@aws-amplify/core" - } - ], - "name": "AuthCodeDeliveryDetails", - "package": "@aws-amplify/auth" - } - }, - "54261": { - "id": 54261, - "name": "ResetPasswordInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for Cognito resetPassword API." - } - ] - }, - "type": { - "type": "reference", - "target": 53921, - "typeArguments": [ - { - "type": "reference", - "target": 54141, - "name": "ResetPasswordOptions", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthResetPasswordInput", - "package": "@aws-amplify/auth" - } - }, - "54262": { - "id": 54262, - "name": "ResetPasswordOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for Cognito resetPassword API." - } - ] - }, - "type": { - "type": "reference", - "target": 53925, - "typeArguments": [ - { - "type": "reference", - "target": 49841, - "name": "AuthVerifiableAttributeKey", - "package": "@aws-amplify/core" - } - ], - "name": "AuthResetPasswordOutput", - "package": "@aws-amplify/auth" - } - }, - "54263": { - "id": 54263, - "name": "SendUserAttributeVerificationCodeInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for Cognito sendUserAttributeVerificationCode API." - } - ] - }, - "type": { - "type": "reference", - "target": 53929, - "typeArguments": [ - { - "type": "reference", - "target": 54278, - "name": "VerifiableUserAttributeKey", - "package": "@aws-amplify/auth" - }, - { - "type": "reference", - "target": 54144, - "name": "SendUserAttributeVerificationCodeOptions", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthSendUserAttributeVerificationCodeInput", - "package": "@aws-amplify/auth" - } - }, - "54264": { - "id": 54264, - "name": "SendUserAttributeVerificationCodeOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for Cognito sendUserAttributeVerificationCode API." - } - ] - }, - "type": { - "type": "reference", - "target": 53876, - "typeArguments": [ - { - "type": "reference", - "target": 49841, - "name": "AuthVerifiableAttributeKey", - "package": "@aws-amplify/core" - } - ], - "name": "AuthCodeDeliveryDetails", - "package": "@aws-amplify/auth" - } - }, - "54265": { - "id": 54265, - "name": "SetUpTOTPOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for Cognito setUpTOTP API." - } - ] - }, - "type": { - "type": "reference", - "target": 53979, - "name": "AuthTOTPSetupDetails", - "package": "@aws-amplify/auth" - } - }, - "54266": { - "id": 54266, - "name": "SignInInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for Cognito signIn API." - } - ] - }, - "type": { - "type": "reference", - "target": 53934, - "typeArguments": [ - { - "type": "reference", - "target": 54147, - "name": "SignInOptions", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthSignInInput", - "package": "@aws-amplify/auth" - } - }, - "54267": { - "id": 54267, - "name": "SignInOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for Cognito signIn API." - } - ] - }, - "type": { - "type": "reference", - "target": 53939, - "name": "AuthSignInOutput", - "package": "@aws-amplify/auth" - } - }, - "54270": { - "id": 54270, - "name": "SignUpInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for Cognito signUp API." - } - ] - }, - "type": { - "type": "reference", - "target": 53966, - "typeArguments": [ - { - "type": "reference", - "target": 54152, - "typeArguments": [ - { - "type": "reference", - "target": 54277, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth" - } - ], - "name": "SignUpOptions", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthSignUpInput", - "package": "@aws-amplify/auth" - } - }, - "54271": { - "id": 54271, - "name": "SignUpOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for Cognito signUp API." - } - ] - }, - "type": { - "type": "reference", - "target": 53974, - "typeArguments": [ - { - "type": "reference", - "target": 49841, - "name": "AuthVerifiableAttributeKey", - "package": "@aws-amplify/core" - } - ], - "name": "AuthSignUpOutput", - "package": "@aws-amplify/auth" - } - }, - "54273": { - "id": 54273, - "name": "UpdateUserAttributeInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for Cognito updateUserAttribute API." - } - ] - }, - "type": { - "type": "reference", - "target": 53988, - "typeArguments": [ - { - "type": "reference", - "target": 54277, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth" - }, - { - "type": "reference", - "target": 54158, - "name": "UpdateUserAttributeOptions", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthUpdateUserAttributeInput", - "package": "@aws-amplify/auth" - } - }, - "54274": { - "id": 54274, - "name": "UpdateUserAttributeOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for Cognito updateUserAttribute API." - } - ] - }, - "type": { - "type": "reference", - "target": 53993, - "typeArguments": [ - { - "type": "reference", - "target": 54277, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthUpdateUserAttributeOutput", - "package": "@aws-amplify/auth" - } - }, - "54275": { - "id": 54275, - "name": "UpdateUserAttributesInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for Cognito updateUserAttributes API." - } - ] - }, - "type": { - "type": "reference", - "target": 53997, - "typeArguments": [ - { - "type": "reference", - "target": 54277, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth" - }, - { - "type": "reference", - "target": 54161, - "name": "UpdateUserAttributesOptions", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthUpdateUserAttributesInput", - "package": "@aws-amplify/auth" - } - }, - "54276": { - "id": 54276, - "name": "UpdateUserAttributesOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for Cognito updateUserAttributes API." - } - ] - }, - "type": { - "type": "reference", - "target": 54106, - "typeArguments": [ - { - "type": "reference", - "target": 54277, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthUpdateUserAttributesOutput", - "package": "@aws-amplify/auth" - } - }, - "54277": { - "id": 54277, - "name": "UserAttributeKey", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The user attribute types available for Cognito." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "reference", - "target": 49840, - "name": "AuthStandardAttributeKey", - "package": "@aws-amplify/core" - }, - { - "type": "reference", - "target": 54125, - "name": "CustomAttribute", - "package": "@aws-amplify/auth" - } - ] - } - }, - "54278": { - "id": 54278, - "name": "VerifiableUserAttributeKey", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Verifiable user attribute types available for Cognito." - } - ] - }, - "type": { - "type": "reference", - "target": 49841, - "name": "AuthVerifiableAttributeKey", - "package": "@aws-amplify/core" - } - }, - "54279": { - "id": 54279, - "name": "VerifyTOTPSetupInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for Cognito verifyTOTPSetup API." - } - ] - }, - "type": { - "type": "reference", - "target": 54006, - "typeArguments": [ - { - "type": "reference", - "target": 54165, - "name": "VerifyTOTPSetupOptions", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthVerifyTOTPSetupInput", - "package": "@aws-amplify/auth" - } - }, - "54280": { - "id": 54280, - "name": "associateWebAuthnCredential", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54281 - ] - }, - "54281": { - "id": 54281, - "name": "associateWebAuthnCredential", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Registers a new passkey for an authenticated user" - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "Promise" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "- " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "PasskeyError" - }, - { - "kind": "text", - "text": ":\n- Thrown when intermediate state is invalid" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "- " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "AuthError", - "target": 54168 - }, - { - "kind": "text", - "text": ":\n- Thrown when user is unauthenticated" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "- " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "StartWebAuthnRegistrationException" - }, - { - "kind": "text", - "text": "\n- Thrown due to a service error retrieving WebAuthn registration options" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "- " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "CompleteWebAuthnRegistrationException" + "text": "The " }, - { - "kind": "text", - "text": "\n- Thrown due to a service error when verifying WebAuthn registration result" - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "54282": { - "id": 54282, - "name": "autoSignIn", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54283 - ] - }, - "54283": { - "id": 54283, - "name": "autoSignIn", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Signs a user in automatically after finishing the sign-up process.\n\nThis API will automatically sign a user in if the autoSignIn flow has been completed in the following cases:\n- User confirmed their account with a verification code sent to their phone or email (default option).\n- User confirmed their account with a verification link sent to their phone or email. In order to\nenable this option you need to go to the Amazon Cognito [console](https://aws.amazon.com/pm/cognito),\nlook for your userpool, then go to the " - }, - { - "kind": "code", - "text": "`Messaging`" - }, - { - "kind": "text", - "text": " tab and enable " - }, - { - "kind": "code", - "text": "`link`" - }, - { - "kind": "text", - "text": " mode inside the " - }, - { - "kind": "code", - "text": "`Verification message`" - }, - { - "kind": "text", - "text": " option.\nFinally you need to define the " - }, - { - "kind": "code", - "text": "`signUpVerificationMethod`" - }, - { - "kind": "text", - "text": " in your " - }, - { - "kind": "code", - "text": "`Auth`" - }, - { - "kind": "text", - "text": " config." - } - ], - "blockTags": [ - { - "tag": "@example", - "content": [ { "kind": "code", - "text": "```typescript\n Amplify.configure({\n Auth: {\n Cognito: {\n ...cognitoConfig,\n signUpVerificationMethod: \"link\" // the default value is \"code\"\n }\n\t}});\n```" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "AutoSignInException - Thrown when the autoSignIn flow has not started, or has been cancelled/completed." - } - ] - }, - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "The signInOutput." - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```typescript\n // handleSignUp.ts\nasync function handleSignUp(\n username:string,\n password:string\n){\n try {\n const { nextStep } = await signUp({\n username,\n password,\n options: {\n userAttributes:{ email:'email@email.com'},\n autoSignIn: true // This enables the auto sign-in flow.\n },\n });\n\n handleSignUpStep(nextStep);\n\n } catch (error) {\n console.log(error);\n }\n}\n\n// handleConfirmSignUp.ts\nasync function handleConfirmSignUp(username:string, confirmationCode:string) {\n try {\n const { nextStep } = await confirmSignUp({\n username,\n confirmationCode,\n });\n\n handleSignUpStep(nextStep);\n } catch (error) {\n console.log(error);\n }\n}\n\n// signUpUtils.ts\nasync function handleSignUpStep( step: SignUpOutput[\"nextStep\"]) {\nswitch (step.signUpStep) {\n case \"CONFIRM_SIGN_UP\":\n\n // Redirect end-user to confirm-sign up screen.\n\n case \"COMPLETE_AUTO_SIGN_IN\":\n\t const codeDeliveryDetails = step.codeDeliveryDetails;\n if (codeDeliveryDetails) {\n // Redirect user to confirm-sign-up with link screen.\n }\n const signInOutput = await autoSignIn();\n // handle sign-in steps\n}\n\n```" - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 54267, - "name": "SignInOutput", - "package": "@aws-amplify/auth" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "54284": { - "id": 54284, - "name": "confirmResetPassword", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54285 - ] - }, - "54285": { - "id": 54285, - "name": "confirmResetPassword", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Confirms the new password and verification code to reset the password." - } - ], - "blockTags": [ - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "-" - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "ConfirmForgotPasswordException" + "text": "`prefix`" }, { "kind": "text", - "text": "\nThrown due to an invalid confirmation code or password." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "-" + "text": " and " }, { - "kind": "inline-tag", - "tag": "@link", - "text": "AuthValidationErrorCode" + "kind": "code", + "text": "`accessLevel`" }, { "kind": "text", - "text": "\nThrown due to an empty confirmation code, password or username." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." - } - ] - } - ] - }, - "parameters": [ - 54286 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "54286": { - "id": 54286, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The ConfirmResetPasswordInput object." - } - ] - }, - "type": { - "type": "reference", - "target": 54247, - "name": "ConfirmResetPasswordInput", - "package": "@aws-amplify/auth" - } - }, - "54287": { - "id": 54287, - "name": "confirmSignIn", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54288 - ] - }, - "54288": { - "id": 54288, - "name": "confirmSignIn", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Continues or completes the sign in process when required by the initial call to " - }, - { - "kind": "code", - "text": "`signIn`" - }, - { - "kind": "text", - "text": "." - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "ConfirmSignInOutput" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "-" + "text": " parameters are deprecated and may be removed in the next major version.\nPlease use " }, { "kind": "inline-tag", "tag": "@link", - "text": "VerifySoftwareTokenException" + "text": "path", + "target": "https://docs.amplify.aws/react/build-a-backend/storage/list" }, { "kind": "text", - "text": ":\nThrown due to an invalid MFA token." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "-" + "text": " instead.\nList all files from S3 for a given " }, { - "kind": "inline-tag", - "tag": "@link", - "text": "RespondToAuthChallengeException" + "kind": "code", + "text": "`prefix`" }, { "kind": "text", - "text": ":\nThrown due to an invalid auth challenge response." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "-" - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "AssociateSoftwareTokenException" + "text": ". You can set " }, { - "kind": "text", - "text": ":\nThrown due to a service error during the MFA setup process." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "-" - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "AuthValidationErrorCode" - }, - { - "kind": "text", - "text": ":\nThrown when " - }, - { - "kind": "code", - "text": "`challengeResponse`" - }, - { - "kind": "text", - "text": " is not defined." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." - } - ] - } - ] - }, - "parameters": [ - 54289 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 54249, - "name": "ConfirmSignInOutput", - "package": "@aws-amplify/auth" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "54289": { - "id": 54289, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The ConfirmSignInInput object" - } - ] - }, - "type": { - "type": "reference", - "target": 54248, - "name": "ConfirmSignInInput", - "package": "@aws-amplify/auth" - } - }, - "54290": { - "id": 54290, - "name": "confirmSignUp", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54291 - ] - }, - "54291": { - "id": 54291, - "name": "confirmSignUp", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Confirms a new user account." - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "ConfirmSignUpOutput" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "-" - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "ConfirmSignUpException" - }, - { - "kind": "text", - "text": "\nThrown due to an invalid confirmation code." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "-" - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "AuthValidationErrorCode" - }, - { - "kind": "text", - "text": "\nThrown due to an empty confirmation code" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." - } - ] - } - ] - }, - "parameters": [ - 54292 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 54251, - "name": "ConfirmSignUpOutput", - "package": "@aws-amplify/auth" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "54292": { - "id": 54292, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The ConfirmSignUpInput object." - } - ] - }, - "type": { - "type": "reference", - "target": 54250, - "name": "ConfirmSignUpInput", - "package": "@aws-amplify/auth" - } - }, - "54293": { - "id": 54293, - "name": "confirmUserAttribute", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54294 - ] - }, - "54294": { - "id": 54294, - "name": "confirmUserAttribute", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Confirms a user attribute with the confirmation code." - } - ], - "blockTags": [ - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "-" - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "AuthValidationErrorCode" - }, - { - "kind": "text", - "text": " -\nThrown when " - }, - { - "kind": "code", - "text": "`confirmationCode`" - }, - { - "kind": "text", - "text": " is not defined." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "-" - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "VerifyUserAttributeException" - }, - { - "kind": "text", - "text": " - Thrown due to an invalid confirmation code or attribute." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." - } - ] - } - ] - }, - "parameters": [ - 54295 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "54295": { - "id": 54295, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The ConfirmUserAttributeInput object" - } - ] - }, - "type": { - "type": "reference", - "target": 54252, - "name": "ConfirmUserAttributeInput", - "package": "@aws-amplify/auth" - } - }, - "54296": { - "id": 54296, - "name": "decodeJWT", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54297 - ] - }, - "54297": { - "id": 54297, - "name": "decodeJWT", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Decodes payload of JWT token" - } - ], - "blockTags": [ - { - "tag": "@throws", - "content": [ - { - "kind": "inline-tag", - "tag": "@link", - "text": "Error" - }, - { - "kind": "text", - "text": " - Throws error when token is invalid or payload malformed." - } - ] - } - ] - }, - "parameters": [ - 54298 - ], - "type": { - "type": "reference", - "target": 54225, - "name": "JWT", - "package": "@aws-amplify/core" - } - }, - "54298": { - "id": 54298, - "name": "token", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "A string representing a token to be decoded" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "54299": { - "id": 54299, - "name": "deleteUser", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54300 - ] - }, - "54300": { - "id": 54300, - "name": "deleteUser", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Deletes a user from the user pool while authenticated." - } - ], - "blockTags": [ - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "- " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "DeleteUserException" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "54301": { - "id": 54301, - "name": "deleteUserAttributes", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54302 - ] - }, - "54302": { - "id": 54302, - "name": "deleteUserAttributes", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Deletes user attributes." - } - ], - "blockTags": [ - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "-" - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "DeleteUserAttributesException" - }, - { - "kind": "text", - "text": " - Thrown due to invalid attribute." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." - } - ] - } - ] - }, - "parameters": [ - 54303 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "54303": { - "id": 54303, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The DeleteUserAttributesInput object" - } - ] - }, - "type": { - "type": "reference", - "target": 54253, - "name": "DeleteUserAttributesInput", - "package": "@aws-amplify/auth" - } - }, - "54304": { - "id": 54304, - "name": "deleteWebAuthnCredential", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54305 - ] - }, - "54305": { - "id": 54305, - "name": "deleteWebAuthnCredential", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Delete a registered credential for an authenticated user by credentialId" - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "Promise" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "- " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "AuthError", - "target": 54168 - }, - { - "kind": "text", - "text": ":\n- Thrown when user is unauthenticated" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "- " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "DeleteWebAuthnCredentialException" - }, - { - "kind": "text", - "text": "\n- Thrown due to a service error when deleting a WebAuthn credential" - } - ] - } - ] - }, - "parameters": [ - 54306 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "54306": { - "id": 54306, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The delete input parameters including the credentialId" - } - ] - }, - "type": { - "type": "reference", - "target": 54217, - "name": "DeleteWebAuthnCredentialInput", - "package": "@aws-amplify/auth" - } - }, - "54307": { - "id": 54307, - "name": "fetchAuthSession", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54308 - ] - }, - "54308": { - "id": 54308, - "name": "fetchAuthSession", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fetch the auth session including the tokens and credentials if they are available. By default it\nwill automatically refresh expired auth tokens if a valid refresh token is present. You can force a refresh\nof non-expired tokens with " - }, - { - "kind": "code", - "text": "`{ forceRefresh: true }`" - }, - { - "kind": "text", - "text": " input." - } - ], - "blockTags": [ - { - "tag": "@throws", - "content": [ - { - "kind": "inline-tag", - "tag": "@link", - "text": "AuthError", - "target": 54168 - }, - { - "kind": "text", - "text": " - Throws error when session information cannot be refreshed." - } - ] - }, - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "Promise" - } - ] - } - ] - }, - "parameters": [ - 54309 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 54188, - "name": "AuthSession", - "package": "@aws-amplify/core" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "54309": { - "id": 54309, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Options configuring the fetch behavior." - } - ] - }, - "type": { - "type": "reference", - "target": 54219, - "name": "FetchAuthSessionOptions", - "package": "@aws-amplify/core" - } - }, - "54310": { - "id": 54310, - "name": "fetchDevices", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54311 - ] - }, - "54311": { - "id": 54311, - "name": "fetchDevices", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fetches devices that have been remembered using " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "rememberDevice", - "target": 54324 - }, - { - "kind": "text", - "text": "\nfor the currently authenticated user." - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "FetchDevicesOutput" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "inline-tag", - "tag": "@link", - "text": "ListDevicesException" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 54254, - "name": "FetchDevicesOutput", - "package": "@aws-amplify/auth" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "54312": { - "id": 54312, - "name": "fetchMFAPreference", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54313 - ] - }, - "54313": { - "id": 54313, - "name": "fetchMFAPreference", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fetches the preferred MFA setting and enabled MFA settings for the user." - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "FetchMFAPreferenceOutput" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "-" - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "GetUserException" - }, - { - "kind": "text", - "text": " : error thrown when the service fails to fetch MFA preference\nand settings." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 54222, - "name": "FetchMFAPreferenceOutput", - "package": "@aws-amplify/auth" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "54314": { - "id": 54314, - "name": "fetchUserAttributes", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54315 - ] - }, - "54315": { - "id": 54315, - "name": "fetchUserAttributes", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fetches the current user attributes while authenticated." - } - ], - "blockTags": [ - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "- " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "GetUserException" - }, - { - "kind": "text", - "text": " - Cognito service errors thrown when the service is not able to get the user." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 56702, - "typeArguments": [ - { - "type": "reference", - "target": 56708, - "typeArguments": [ - { - "type": "reference", - "target": 54277, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "Record", - "package": "typescript" - } - ], - "name": "Partial", - "package": "typescript" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "54316": { - "id": 54316, - "name": "forgetDevice", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54317 - ] - }, - "54317": { - "id": 54317, - "name": "forgetDevice", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Forget a remembered device while authenticated." - } - ], - "blockTags": [ - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "- " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "ForgetDeviceException" - }, - { - "kind": "text", - "text": " - Cognito service errors thrown when\nforgetting device with invalid device key" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." - } - ] - } - ] - }, - "parameters": [ - 54318 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "54318": { - "id": 54318, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The ForgetDeviceInput object." - } - ] - }, - "type": { - "type": "reference", - "target": 53906, - "name": "AuthForgetDeviceInput", - "package": "@aws-amplify/auth" - } - }, - "54319": { - "id": 54319, - "name": "getCurrentUser", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54320 - ] - }, - "54320": { - "id": 54320, - "name": "getCurrentUser", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Gets the current user from the idToken." - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "GetCurrentUserOutput" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "- " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "InitiateAuthException" - }, - { - "kind": "text", - "text": " - Thrown when the service fails to refresh the tokens." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 54197, - "name": "AuthUser", - "package": "@aws-amplify/auth" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "54321": { - "id": 54321, - "name": "listWebAuthnCredentials", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54322 - ] - }, - "54322": { - "id": 54322, - "name": "listWebAuthnCredentials", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Lists registered credentials for an authenticated user" - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "Promise" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "- " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "AuthError", - "target": 54168 - }, - { - "kind": "text", - "text": ":\n- Thrown when user is unauthenticated" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "- " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "ListWebAuthnCredentialsException" - }, - { - "kind": "text", - "text": "\n- Thrown due to a service error when listing WebAuthn credentials" - } - ] - } - ] - }, - "parameters": [ - 54323 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 54232, - "name": "ListWebAuthnCredentialsOutput", - "package": "@aws-amplify/auth" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "54323": { - "id": 54323, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The list input parameters including page size and next token." - } - ] - }, - "type": { - "type": "reference", - "target": 54229, - "name": "ListWebAuthnCredentialsInput", - "package": "@aws-amplify/auth" - } - }, - "54324": { - "id": 54324, - "name": "rememberDevice", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54325 - ] - }, - "54325": { - "id": 54325, - "name": "rememberDevice", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Marks device as remembered while authenticated." - } - ], - "blockTags": [ - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "- " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "UpdateDeviceStatusException" - }, - { - "kind": "text", - "text": " - Cognito service errors thrown when\nsetting device status to remembered using an invalid device key." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "54326": { - "id": 54326, - "name": "resendSignUpCode", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54327 - ] - }, - "54327": { - "id": 54327, - "name": "resendSignUpCode", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Resend the confirmation code while signing up" - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "ResendSignUpCodeOutput" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "service: " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "ResendConfirmationException" - }, - { - "kind": "text", - "text": " - Cognito service errors thrown when resending the code." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "validation: " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "AuthValidationErrorCode" - }, - { - "kind": "text", - "text": " - Validation errors thrown either username are not defined." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." - } - ] - } - ] - }, - "parameters": [ - 54328 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 54260, - "name": "ResendSignUpCodeOutput", - "package": "@aws-amplify/auth" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "54328": { - "id": 54328, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The ResendSignUpCodeInput object" - } - ] - }, - "type": { - "type": "reference", - "target": 54259, - "name": "ResendSignUpCodeInput", - "package": "@aws-amplify/auth" - } - }, - "54329": { - "id": 54329, - "name": "resetPassword", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54330 - ] - }, - "54330": { - "id": 54330, - "name": "resetPassword", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Resets a user's password." - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "ResetPasswordOutput" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "-" - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "ForgotPasswordException" - }, - { - "kind": "text", - "text": "\nThrown due to an invalid confirmation code or password." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "-" - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "AuthValidationErrorCode" - }, - { - "kind": "text", - "text": "\nThrown due to an empty username." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." - } - ] - } - ] - }, - "parameters": [ - 54331 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 54262, - "name": "ResetPasswordOutput", - "package": "@aws-amplify/auth" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "54331": { - "id": 54331, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The ResetPasswordInput object." - } - ] - }, - "type": { - "type": "reference", - "target": 54261, - "name": "ResetPasswordInput", - "package": "@aws-amplify/auth" - } - }, - "54332": { - "id": 54332, - "name": "sendUserAttributeVerificationCode", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54333 - ] - }, - "54333": { - "id": 54333, - "name": "sendUserAttributeVerificationCode", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Resends user's confirmation code when updating attributes while authenticated." - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "SendUserAttributeVerificationCodeOutput" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "- " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "GetUserAttributeVerificationException" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." - } - ] - } - ] - }, - "parameters": [ - 54334 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 54264, - "name": "SendUserAttributeVerificationCodeOutput", - "package": "@aws-amplify/auth" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "54334": { - "id": 54334, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The SendUserAttributeVerificationCodeInput object" - } - ] - }, - "type": { - "type": "reference", - "target": 54263, - "name": "SendUserAttributeVerificationCodeInput", - "package": "@aws-amplify/auth" - } - }, - "54335": { - "id": 54335, - "name": "setUpTOTP", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54336 - ] - }, - "54336": { - "id": 54336, - "name": "setUpTOTP", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets up TOTP for the user." - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "SetUpTOTPOutput" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "-" - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "AssociateSoftwareTokenException" - }, - { - "kind": "text", - "text": "\nThrown if a service occurs while setting up TOTP." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 54265, - "name": "SetUpTOTPOutput", - "package": "@aws-amplify/auth" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "54337": { - "id": 54337, - "name": "signIn", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54338 - ] - }, - "54338": { - "id": 54338, - "name": "signIn", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Signs a user in" - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "SignInOutput" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "service: " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "InitiateAuthException" - }, - { - "kind": "text", - "text": ", " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "RespondToAuthChallengeException" - }, - { - "kind": "text", - "text": "\n - Cognito service errors thrown during the sign-in process." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "validation: " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "AuthValidationErrorCode" - }, - { - "kind": "text", - "text": " - Validation errors thrown when either username or password\n are not defined." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." - } - ] - } - ] - }, - "parameters": [ - 54339 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 54267, - "name": "SignInOutput", - "package": "@aws-amplify/auth" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "54339": { - "id": 54339, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The SignInInput object" - } - ] - }, - "type": { - "type": "reference", - "target": 54266, - "name": "SignInInput", - "package": "@aws-amplify/auth" - } - }, - "54340": { - "id": 54340, - "name": "signInWithRedirect", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54341 - ] - }, - "54341": { - "id": 54341, - "name": "signInWithRedirect", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Signs in a user with OAuth. Redirects the application to an Identity Provider." - } - ], - "blockTags": [ - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "AuthTokenConfigException - Thrown when the user pool config is invalid." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "OAuthNotConfigureException - Thrown when the oauth config is invalid." - } - ] - } - ] - }, - "parameters": [ - 54342 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "54342": { - "id": 54342, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The SignInWithRedirectInput object, if empty it will redirect to Cognito HostedUI" - } - ] - }, - "type": { - "type": "reference", - "target": 53943, - "name": "AuthSignInWithRedirectInput", - "package": "@aws-amplify/auth" - } - }, - "54343": { - "id": 54343, - "name": "signOut", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54344 - ] - }, - "54344": { - "id": 54344, - "name": "signOut", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Signs a user out" - } - ], - "blockTags": [ - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." - } - ] - } - ] - }, - "parameters": [ - 54345 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "54345": { - "id": 54345, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The SignOutInput object" - } - ] - }, - "type": { - "type": "reference", - "target": 53961, - "name": "AuthSignOutInput", - "package": "@aws-amplify/auth" - } - }, - "54346": { - "id": 54346, - "name": "signUp", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54347 - ] - }, - "54347": { - "id": 54347, - "name": "signUp", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Creates a user" - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "SignUpOutput" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "service: " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "SignUpException" - }, - { - "kind": "text", - "text": " - Cognito service errors thrown during the sign-up process." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "validation: " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "AuthValidationErrorCode" - }, - { - "kind": "text", - "text": " - Validation errors thrown either username or password\n are not defined." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." - } - ] - } - ] - }, - "parameters": [ - 54348 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 54271, - "name": "SignUpOutput", - "package": "@aws-amplify/auth" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "54348": { - "id": 54348, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The SignUpInput object" - } - ] - }, - "type": { - "type": "reference", - "target": 54270, - "name": "SignUpInput", - "package": "@aws-amplify/auth" - } - }, - "54349": { - "id": 54349, - "name": "updateMFAPreference", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54350 - ] - }, - "54350": { - "id": 54350, - "name": "updateMFAPreference", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Updates the MFA preference of the user." - } - ], - "blockTags": [ - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "-" - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "SetUserMFAPreferenceException" - }, - { - "kind": "text", - "text": " - Service error thrown when the MFA preference cannot be updated." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." - } - ] - } - ] - }, - "parameters": [ - 54351 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "54351": { - "id": 54351, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The UpdateMFAPreferenceInput object." - } - ] - }, - "type": { - "type": "reference", - "target": 54241, - "name": "UpdateMFAPreferenceInput", - "package": "@aws-amplify/auth" - } - }, - "54352": { - "id": 54352, - "name": "updatePassword", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54353 - ] - }, - "54353": { - "id": 54353, - "name": "updatePassword", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Updates user's password while authenticated." - } - ], - "blockTags": [ - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "- " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "ChangePasswordException" - }, - { - "kind": "text", - "text": " - Cognito service errors thrown when updating a password." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "- " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "AuthValidationErrorCode" - }, - { - "kind": "text", - "text": " - Validation errors thrown when oldPassword or newPassword are empty." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." - } - ] - } - ] - }, - "parameters": [ - 54354 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "54354": { - "id": 54354, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The UpdatePasswordInput object." - } - ] - }, - "type": { - "type": "reference", - "target": 53985, - "name": "AuthUpdatePasswordInput", - "package": "@aws-amplify/auth" - } - }, - "54355": { - "id": 54355, - "name": "updateUserAttribute", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54356 - ] - }, - "54356": { - "id": 54356, - "name": "updateUserAttribute", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Updates user's attribute while authenticated." - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "UpdateUserAttributeOutput" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "- " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "UpdateUserAttributesException" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." - } - ] - } - ] - }, - "parameters": [ - 54357 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 54274, - "name": "UpdateUserAttributeOutput", - "package": "@aws-amplify/auth" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "54357": { - "id": 54357, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The UpdateUserAttributeInput object" - } - ] - }, - "type": { - "type": "reference", - "target": 54273, - "name": "UpdateUserAttributeInput", - "package": "@aws-amplify/auth" - } - }, - "54358": { - "id": 54358, - "name": "updateUserAttributes", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54359 - ] - }, - "54359": { - "id": 54359, - "name": "updateUserAttributes", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Updates user's attributes while authenticated." - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "UpdateUserAttributesOutput" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "- " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "UpdateUserAttributesException" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." - } - ] - } - ] - }, - "parameters": [ - 54360 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 54276, - "name": "UpdateUserAttributesOutput", - "package": "@aws-amplify/auth" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "54360": { - "id": 54360, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The UpdateUserAttributesInput object" - } - ] - }, - "type": { - "type": "reference", - "target": 54275, - "name": "UpdateUserAttributesInput", - "package": "@aws-amplify/auth" - } - }, - "54361": { - "id": 54361, - "name": "verifyTOTPSetup", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 54362 - ] - }, - "54362": { - "id": 54362, - "name": "verifyTOTPSetup", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Verifies an OTP code retrieved from an associated authentication app." - } - ], - "blockTags": [ - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "-" - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "VerifySoftwareTokenException" - }, - { - "kind": "text", - "text": ":\nThrown due to an invalid MFA token." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "-" - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "AuthValidationErrorCode" - }, - { - "kind": "text", - "text": ":\nThrown when " - }, - { - "kind": "code", - "text": "`code`" - }, - { - "kind": "text", - "text": " is not defined." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." - } - ] - } - ] - }, - "parameters": [ - 54363 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "54363": { - "id": 54363, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The VerifyTOTPSetupInput" - } - ] - }, - "type": { - "type": "reference", - "target": 54279, - "name": "VerifyTOTPSetupInput", - "package": "@aws-amplify/auth" - } - }, - "54504": { - "id": 54504, - "name": "CognitoAuthSignInDetails", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Holds the sign in details of the user." - } - ] - }, - "children": [ - 54505, - 54506 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 54505, - 54506 - ] - } - ] - }, - "54505": { - "id": 54505, - "name": "authFlowType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 54094, - "name": "AuthFlowType", - "package": "@aws-amplify/auth" - } - }, - "54506": { - "id": 54506, - "name": "loginId", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "56327": { - "id": 56327, - "name": "in-app-messaging", - "variant": "declaration", - "kind": 2, - "flags": {}, - "children": [ - { - "id": 56398, - "name": "clearMessages", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 56399 - ] - }, - { - "id": 56400, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 56401 - ] - }, - { - "id": 56403, - "name": "identifyUser", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 56404 - ] - }, - { - "id": 56406, - "name": "initializeInAppMessaging", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 56407 - ] - }, - { - "id": 56408, - "name": "notifyMessageInteraction", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 56409 - ] - }, - { - "id": 56411, - "name": "onMessageActionTaken", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 56412 - ] - }, - { - "id": 56414, - "name": "onMessageDismissed", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 56415 - ] - }, - { - "id": 56417, - "name": "onMessageDisplayed", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 56418 - ] - }, - { - "id": 56420, - "name": "onMessageReceived", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 56421 - ] - }, - { - "id": 56423, - "name": "setConflictHandler", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 56424 - ] - }, - { - "id": 56426, - "name": "syncMessages", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 56427 - ] - } - ], - "groups": [ - { - "title": "Modules", - "children": [ - 56328 - ] - }, - { - "title": "Interfaces", - "children": [ - 56357, - 56362, - 56367, - 56374, - 56376, - 56381 - ] - }, - { - "title": "Type Aliases", - "children": [ - 56384, - 56385, - 56386, - 56387, - 56388, - 56389, - 56390, - 56391, - 56392, - 56393, - 56394, - 56395, - 56396, - 56397 - ] - }, - { - "title": "Functions", - "children": [ - 56398, - 56400, - 56403, - 56406, - 56408, - 56411, - 56414, - 56417, - 56420, - 56423, - 56426 - ] - } - ] - }, - "56329": { - "id": 56329, - "name": "InAppMessageBody", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 56330, - 56331 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56330, - 56331 - ] - } - ] - }, - "56330": { - "id": 56330, - "name": "content", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "56331": { - "id": 56331, - "name": "style", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 56376, - "name": "InAppMessageStyle", - "package": "@aws-amplify/notifications" - } - }, - "56332": { - "id": 56332, - "name": "InAppMessageContainer", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 56333 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56333 - ] - } - ] - }, - "56333": { - "id": 56333, - "name": "style", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 56376, - "name": "InAppMessageStyle", - "package": "@aws-amplify/notifications" - } - }, - "56334": { - "id": 56334, - "name": "InAppMessageHeader", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 56335, - 56336 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56335, - 56336 - ] - } - ] - }, - "56335": { - "id": 56335, - "name": "content", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "56336": { - "id": 56336, - "name": "style", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 56376, - "name": "InAppMessageStyle", - "package": "@aws-amplify/notifications" - } - }, - "56337": { - "id": 56337, - "name": "InAppMessagingEvent", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 56338, - 56339, - 56340 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56338, - 56339, - 56340 - ] - } - ] - }, - "56338": { - "id": 56338, - "name": "attributes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 56708, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "Record", - "package": "typescript" - } - }, - "56339": { - "id": 56339, - "name": "metrics", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 56708, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "number" - } - ], - "name": "Record", - "package": "typescript" - } - }, - "56340": { - "id": 56340, - "name": "name", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "56341": { - "id": 56341, - "name": "InAppMessagingIdentifyUserInput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for " - }, - { - "kind": "code", - "text": "`identifyUser`" - }, - { - "kind": "text", - "text": "." - } - ] - }, - "children": [ - 56342, - 56343, - 56344 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56342, - 56343, - 56344 - ] - } - ], - "typeParameters": [ - 56345 - ] - }, - "56342": { - "id": 56342, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Options to be passed to the API." - } - ] - }, - "type": { - "type": "reference", - "target": 56345, - "name": "ServiceOptions", - "package": "@aws-amplify/notifications", - "qualifiedName": "InAppMessagingIdentifyUserInput.ServiceOptions", - "refersToTypeParameter": true - } - }, - "56343": { - "id": 56343, - "name": "userId", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "A User ID associated to the current device." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "56344": { - "id": 56344, - "name": "userProfile", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Additional information about the user and their device." - } - ] - }, - "type": { - "type": "reference", - "target": 49997, - "name": "UserProfile", - "package": "@aws-amplify/core" - } - }, - "56345": { - "id": 56345, - "name": "ServiceOptions", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 56352, - "name": "InAppMessagingServiceOptions", - "package": "@aws-amplify/notifications" - }, - "default": { - "type": "reference", - "target": 56352, - "name": "InAppMessagingServiceOptions", - "package": "@aws-amplify/notifications" - } - }, - "56346": { - "id": 56346, - "name": "IdentifyUserOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Options specific to Pinpoint identityUser." - } - ] - }, - "type": { - "type": "reference", - "target": 49991, - "name": "PinpointServiceOptions", - "package": "@aws-amplify/core" - } - }, - "56347": { - "id": 56347, - "name": "InAppMessageConflictHandler", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 56348, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "signatures": [ - 56349 - ] - } - } - }, - "56351": { - "id": 56351, - "name": "InAppMessageInteractionEvent", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "messageReceived" - }, - { - "type": "literal", - "value": "messageDisplayed" - }, - { - "type": "literal", - "value": "messageDismissed" - }, - { - "type": "literal", - "value": "messageActionTaken" - } - ] - } - }, - "56352": { - "id": 56352, - "name": "InAppMessagingServiceOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Base type for service options." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "object" - } - }, - "56353": { - "id": 56353, - "name": "OnMessageInteractionEventHandler", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 56354, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "signatures": [ - 56355 - ] - } - } - }, - "56357": { - "id": 56357, - "name": "InAppMessage", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 56358, - 56359, - 56360, - 56361 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56358, - 56359, - 56360, - 56361 - ] - } - ] - }, - "56358": { - "id": 56358, - "name": "content", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 56367, - "name": "InAppMessageContent", - "package": "@aws-amplify/notifications" - } - } - }, - "56359": { - "id": 56359, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "56360": { - "id": 56360, - "name": "layout", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 56387, - "name": "InAppMessageLayout", - "package": "@aws-amplify/notifications" - } - }, - "56361": { - "id": 56361, - "name": "metadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "any" - } - }, - "56362": { - "id": 56362, - "name": "InAppMessageButton", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 56363, - 56364, - 56365, - 56366 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56363, - 56364, - 56365, - 56366 - ] - } - ] - }, - "56363": { - "id": 56363, - "name": "action", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 56386, - "name": "InAppMessageAction", - "package": "@aws-amplify/notifications" - } - }, - "56364": { - "id": 56364, - "name": "style", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 56376, - "name": "InAppMessageStyle", - "package": "@aws-amplify/notifications" - } - }, - "56365": { - "id": 56365, - "name": "title", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "56366": { - "id": 56366, - "name": "url", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "56367": { - "id": 56367, - "name": "InAppMessageContent", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 56368, - 56369, - 56370, - 56371, - 56372, - 56373 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56368, - 56369, - 56370, - 56371, - 56372, - 56373 - ] - } - ] - }, - "56368": { - "id": 56368, - "name": "body", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 56329, - "name": "InAppMessageBody", - "package": "@aws-amplify/notifications" - } - }, - "56369": { - "id": 56369, - "name": "container", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 56332, - "name": "InAppMessageContainer", - "package": "@aws-amplify/notifications" - } - }, - "56370": { - "id": 56370, - "name": "header", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 56334, - "name": "InAppMessageHeader", - "package": "@aws-amplify/notifications" - } - }, - "56371": { - "id": 56371, - "name": "image", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 56374, - "name": "InAppMessageImage", - "package": "@aws-amplify/notifications" - } - }, - "56372": { - "id": 56372, - "name": "primaryButton", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 56362, - "name": "InAppMessageButton", - "package": "@aws-amplify/notifications" - } - }, - "56373": { - "id": 56373, - "name": "secondaryButton", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 56362, - "name": "InAppMessageButton", - "package": "@aws-amplify/notifications" - } - }, - "56374": { - "id": 56374, - "name": "InAppMessageImage", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 56375 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56375 - ] - } - ] - }, - "56375": { - "id": 56375, - "name": "src", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "56376": { - "id": 56376, - "name": "InAppMessageStyle", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 56377, - 56378, - 56379, - 56380 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56377, - 56378, - 56379, - 56380 - ] - } - ] - }, - "56377": { - "id": 56377, - "name": "backgroundColor", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "56378": { - "id": 56378, - "name": "borderRadius", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "56379": { - "id": 56379, - "name": "color", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "56380": { - "id": 56380, - "name": "textAlign", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 56388, - "name": "InAppMessageTextAlign", - "package": "@aws-amplify/notifications" - } - }, - "56381": { - "id": 56381, - "name": "NotifyMessageInteractionInput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for NotifyMessageInteraction API." - } - ] - }, - "children": [ - 56382, - 56383 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56382, - 56383 - ] - } - ] - }, - "56382": { - "id": 56382, - "name": "message", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 56357, - "name": "InAppMessage", - "package": "@aws-amplify/notifications" - } - }, - "56383": { - "id": 56383, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 56351, - "name": "InAppMessageInteractionEvent", - "package": "@aws-amplify/notifications" - } - }, - "56385": { - "id": 56385, - "name": "IdentifyUserInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for Pinpoint identifyUser API." - } - ] - }, - "type": { - "type": "reference", - "target": 56341, - "typeArguments": [ - { - "type": "reference", - "target": 56346, - "name": "IdentifyUserOptions", - "package": "@aws-amplify/notifications" - } - ], - "name": "InAppMessagingIdentifyUserInput", - "package": "@aws-amplify/notifications" - } - }, - "56386": { - "id": 56386, - "name": "InAppMessageAction", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "CLOSE" - }, - { - "type": "literal", - "value": "DEEP_LINK" - }, - { - "type": "literal", - "value": "LINK" - } - ] - } - }, - "56387": { - "id": 56387, - "name": "InAppMessageLayout", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "BOTTOM_BANNER" - }, - { - "type": "literal", - "value": "CAROUSEL" - }, - { - "type": "literal", - "value": "FULL_SCREEN" - }, - { - "type": "literal", - "value": "MIDDLE_BANNER" - }, - { - "type": "literal", - "value": "MODAL" - }, - { - "type": "literal", - "value": "TOP_BANNER" - } - ] - } - }, - "56388": { - "id": 56388, - "name": "InAppMessageTextAlign", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "center" - }, - { - "type": "literal", - "value": "left" - }, - { - "type": "literal", - "value": "right" - } - ] - } - }, - "56390": { - "id": 56390, - "name": "OnMessageActionTakenOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for OnMessageActionTaken API." - } - ] - }, - "type": { - "type": "reference", - "target": 56739, - "name": "EventListenerRemover", - "package": "@aws-amplify/notifications" - } - }, - "56392": { - "id": 56392, - "name": "OnMessageDismissedOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for OnMessageDismissed API." - } - ] - }, - "type": { - "type": "reference", - "target": 56739, - "name": "EventListenerRemover", - "package": "@aws-amplify/notifications" - } - }, - "56394": { - "id": 56394, - "name": "OnMessageDisplayedOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for OnMessageDisplayed API." - } - ] - }, - "type": { - "type": "reference", - "target": 56739, - "name": "EventListenerRemover", - "package": "@aws-amplify/notifications" - } - }, - "56396": { - "id": 56396, - "name": "OnMessageReceivedOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for OnMessageReceived API." - } - ] - }, - "type": { - "type": "reference", - "target": 56739, - "name": "EventListenerRemover", - "package": "@aws-amplify/notifications" - } - }, - "56398": { - "id": 56398, - "name": "clearMessages", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 56399 - ] - }, - "56399": { - "id": 56399, - "name": "clearMessages", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Clear locally cached messages." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "AWS will end support for Amazon Pinpoint on October 30, 2026." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "validation: " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "InAppMessagingValidationErrorCode" - }, - { - "kind": "text", - "text": " - Thrown if In App messaging hasn't been initialized." - } - ] - }, - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "A promise that will resolve when the operation is complete." - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```ts\n// Clear locally cached messages.\nawait clearMessages();\n\n```" - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "56400": { - "id": 56400, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 56401 - ] - }, - "56401": { - "id": 56401, - "name": "dispatchEvent", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Triggers an In-App message to be displayed. Use this after your campaigns have been synced to the device using\n" - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "syncMessages", - "target": 56426 - }, - { - "kind": "text", - "text": ". Based on the messages synced and the event passed to this API, it triggers the display\nof the In-App message that meets the criteria." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "AWS will end support for Amazon Pinpoint on October 30, 2026." - } - ] - }, - { - "tag": "@remark", - "content": [ - { - "kind": "text", - "text": "If an event would trigger multiple messages, the message closest to expiry will be chosen by default.\nTo change this behavior, you can use the " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "setConflictHandler", - "target": 56423 - }, - { - "kind": "text", - "text": " API to provide\nyour own logic for resolving message conflicts." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "validation: " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "InAppMessagingValidationErrorCode" - }, - { - "kind": "text", - "text": " - Thrown when the provided parameters or library\nconfiguration is incorrect, or if In App messaging hasn't been initialized." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "service exceptions - Thrown when the underlying Pinpoint service returns an error." - } - ] - }, - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "A promise that will resolve when the operation is complete." - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```ts\n// Sync message before disptaching an event\nawait syncMessages();\n\n// Dispatch an event\nawait dispatchEvent({ name: 'test_event' });\n```" - } - ] - } - ] - }, - "parameters": [ - 56402 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "56402": { - "id": 56402, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The input object that holds the event to be dispatched." - } - ] - }, - "type": { - "type": "reference", - "target": 56337, - "name": "InAppMessagingEvent", - "package": "@aws-amplify/notifications" - } - }, - "56403": { - "id": 56403, - "name": "identifyUser", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 56404 - ] - }, - "56404": { - "id": 56404, - "name": "identifyUser", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sends information about a user to Pinpoint. Sending user information allows you to associate a user to their user\nprofile and activities or actions in your application. Activity can be tracked across devices & platforms by using\nthe same " - }, - { - "kind": "code", - "text": "`userId`" - }, - { - "kind": "text", - "text": "." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "AWS will end support for Amazon Pinpoint on October 30, 2026." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "service: " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "UpdateEndpointException" - }, - { - "kind": "text", - "text": " - Thrown when the underlying Pinpoint service returns an error." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "validation: " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "InAppMessagingValidationErrorCode" - }, - { - "kind": "text", - "text": " - Thrown when the provided parameters or library\nconfiguration is incorrect, or if In App messaging hasn't been initialized." - } - ] - }, - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "A promise that will resolve when the operation is complete." - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```ts\n// Identify a user with Pinpoint\nawait identifyUser({\n userId,\n userProfile: {\n email: 'userEmail@example.com'\n customProperties: {\n phoneNumber: ['555-555-5555'],\n },\n }\n});\n```" - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```ts\n// Identify a user with Pinpoint specific options\nawait identifyUser({\n userId,\n userProfile: {\n email: 'userEmail@example.com'\n customProperties: {\n phoneNumber: ['555-555-5555'],\n },\n demographic: {\n platform: 'ios',\n timezone: 'America/Los_Angeles'\n }\n },\n options: {\n address: 'device-address',\n optOut: 'NONE',\n userAttributes: {\n interests: ['food']\n },\n },\n});" - } - ] - } - ] - }, - "parameters": [ - 56405 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "56405": { - "id": 56405, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The input object that conforms to " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "IdentifyUserInput", - "target": 56385, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " used to construct requests sent to Pinpoint's UpdateEndpoint\n API." - } - ] - }, - "type": { - "type": "reference", - "target": 56385, - "name": "IdentifyUserInput", - "package": "@aws-amplify/notifications" - } - }, - "56406": { - "id": 56406, - "name": "initializeInAppMessaging", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 56407 - ] - }, - "56407": { - "id": 56407, - "name": "initializeInAppMessaging", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Initialize and set up in-app messaging category. This API needs to be called to enable other InAppMessaging APIs." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "AWS will end support for Amazon Pinpoint on October 30, 2026." - } - ] - }, - { - "tag": "@remarks", - "content": [ - { - "kind": "text", - "text": "Make sure to call this early in your app at the root entry point after configuring Amplify." - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```ts\nAmplify.configure(config);\ninitializeInAppMessaging();\n```" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "56408": { - "id": 56408, - "name": "notifyMessageInteraction", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 56409 - ] - }, - "56409": { - "id": 56409, - "name": "notifyMessageInteraction", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Notifies the respective listener of the specified type with the message given." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "AWS will end support for Amazon Pinpoint on October 30, 2026." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "validation: " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "InAppMessagingValidationErrorCode" - }, - { - "kind": "text", - "text": " - Thrown when the provided parameters or library\nconfiguration is incorrect, or if In App messaging hasn't been initialized." - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```ts\nonMessageRecieved((message) => {\n // Show end users the In-App message and notify event listeners\n notifyMessageInteraction({ type: 'messageDisplayed', message });\n});\n```" - } - ] - } - ] - }, - "parameters": [ - 56410 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "56410": { - "id": 56410, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The input object that holds the type and message." - } - ] - }, - "type": { - "type": "reference", - "target": 56381, - "name": "NotifyMessageInteractionInput", - "package": "@aws-amplify/notifications" - } - }, - "56411": { - "id": 56411, - "name": "onMessageActionTaken", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 56412 - ] - }, - "56412": { - "id": 56412, - "name": "onMessageActionTaken", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Registers a callback that will be invoked on " - }, - { - "kind": "code", - "text": "`messageActionTaken`" - }, - { - "kind": "text", - "text": " events." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "AWS will end support for Amazon Pinpoint on October 30, 2026." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "validation: " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "InAppMessagingValidationErrorCode" - }, - { - "kind": "text", - "text": " - Thrown when the provided parameters or library\nconfiguration is incorrect, or if In App messaging hasn't been initialized." - } - ] - }, - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "- An object that holds a remove method to stop listening to events." - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```ts\nonMessageActionTaken((message) => {\n // use the message\n console.log(message.id);\n});\n```" - } - ] - } - ] - }, - "parameters": [ - 56413 - ], - "type": { - "type": "reference", - "target": 56390, - "name": "OnMessageActionTakenOutput", - "package": "@aws-amplify/notifications" - } - }, - "56413": { - "id": 56413, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The input object that holds the callback handler." - } - ] - }, - "type": { - "type": "reference", - "target": 56353, - "name": "OnMessageInteractionEventHandler", - "package": "@aws-amplify/notifications" - } - }, - "56414": { - "id": 56414, - "name": "onMessageDismissed", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 56415 - ] - }, - "56415": { - "id": 56415, - "name": "onMessageDismissed", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Registers a callback that will be invoked on " - }, - { - "kind": "code", - "text": "`messageDismissed`" - }, - { - "kind": "text", - "text": " events." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "AWS will end support for Amazon Pinpoint on October 30, 2026." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "validation: " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "InAppMessagingValidationErrorCode" - }, - { - "kind": "text", - "text": " - Thrown when the provided parameters or library\nconfiguration is incorrect, or if In App messaging hasn't been initialized." - } - ] - }, - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "- An object that holds a remove method to stop listening to events." - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```ts\nonMessageDismissed((message) => {\n // use the message\n console.log(message.id);\n});\n```" - } - ] - } - ] - }, - "parameters": [ - 56416 - ], - "type": { - "type": "reference", - "target": 56392, - "name": "OnMessageDismissedOutput", - "package": "@aws-amplify/notifications" - } - }, - "56416": { - "id": 56416, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The input object that holds the callback handler." - } - ] - }, - "type": { - "type": "reference", - "target": 56353, - "name": "OnMessageInteractionEventHandler", - "package": "@aws-amplify/notifications" - } - }, - "56417": { - "id": 56417, - "name": "onMessageDisplayed", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 56418 - ] - }, - "56418": { - "id": 56418, - "name": "onMessageDisplayed", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Registers a callback that will be invoked on " - }, - { - "kind": "code", - "text": "`messageDisplayed`" - }, - { - "kind": "text", - "text": " events." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "AWS will end support for Amazon Pinpoint on October 30, 2026." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "validation: " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "InAppMessagingValidationErrorCode" - }, - { - "kind": "text", - "text": " - Thrown when the provided parameters or library\nconfiguration is incorrect, or if In App messaging hasn't been initialized." - } - ] - }, - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "- An object that holds a remove method to stop listening to events." - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```ts\nonMessageDisplayed((message) => {\n // use the message\n\t console.log(message.id);\n});\n```" - } - ] - } - ] - }, - "parameters": [ - 56419 - ], - "type": { - "type": "reference", - "target": 56394, - "name": "OnMessageDisplayedOutput", - "package": "@aws-amplify/notifications" - } - }, - "56419": { - "id": 56419, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The input object that holds the callback handler." - } - ] - }, - "type": { - "type": "reference", - "target": 56353, - "name": "OnMessageInteractionEventHandler", - "package": "@aws-amplify/notifications" - } - }, - "56420": { - "id": 56420, - "name": "onMessageReceived", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 56421 - ] - }, - "56421": { - "id": 56421, - "name": "onMessageReceived", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Registers a callback that will be invoked on " - }, - { - "kind": "code", - "text": "`messageReceived`" - }, - { - "kind": "text", - "text": " events." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "AWS will end support for Amazon Pinpoint on October 30, 2026." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "validation: " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "InAppMessagingValidationErrorCode" - }, - { - "kind": "text", - "text": " - Thrown when the provided parameters or library\nconfiguration is incorrect, or if In App messaging hasn't been initialized." - } - ] - }, - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "- An object that holds a remove method to stop listening to events." - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```ts\nonMessageReceived((message) => {\n // use the message\n console.log(message.id);\n});\n```" - } - ] - } - ] - }, - "parameters": [ - 56422 - ], - "type": { - "type": "reference", - "target": 56396, - "name": "OnMessageReceivedOutput", - "package": "@aws-amplify/notifications" - } - }, - "56422": { - "id": 56422, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The input object that holds the callback handler." - } - ] - }, - "type": { - "type": "reference", - "target": 56353, - "name": "OnMessageInteractionEventHandler", - "package": "@aws-amplify/notifications" - } - }, - "56423": { - "id": 56423, - "name": "setConflictHandler", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 56424 - ] - }, - "56424": { - "id": 56424, - "name": "setConflictHandler", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set a conflict handler that will be used to resolve conflicts that may emerge\nwhen matching events with synced messages." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "AWS will end support for Amazon Pinpoint on October 30, 2026." - } - ] - }, - { - "tag": "@remark", - "content": [ - { - "kind": "text", - "text": "The conflict handler is not persisted across app restarts and so must be set again before dispatching an event for\nany custom handling to take effect." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "validation: " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "InAppMessagingValidationErrorCode" - }, - { - "kind": "text", - "text": " - Thrown when the provided parameters or library\nconfiguration is incorrect, or if In App messaging hasn't been initialized." - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```ts\n// Sync messages before dispatching an event\nawait syncMessages();\n\n// Example custom conflict handler\nconst myConflictHandler = (messages) => {\n\t\t// Return a random message\n\t\tconst randomIndex = Math.floor(Math.random() * messages.length);\n\t\treturn messages[randomIndex];\n };\n\n// Set the conflict handler\nsetConflictHandler(myConflictHandler);\n\n// Dispatch an event\nawait dispatchEvent({ name: 'test_event' });\n```" - } - ] - } - ] - }, - "parameters": [ - 56425 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "56425": { - "id": 56425, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The input object that holds the conflict handler to be used." - } - ] - }, - "type": { - "type": "reference", - "target": 56347, - "name": "InAppMessageConflictHandler", - "package": "@aws-amplify/notifications" - } - }, - "56426": { - "id": 56426, - "name": "syncMessages", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 56427 - ] - }, - "56427": { - "id": 56427, - "name": "syncMessages", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fetch and persist messages from Pinpoint campaigns.\nCalling this API is necessary to trigger InApp messages on the device." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "AWS will end support for Amazon Pinpoint on October 30, 2026." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "service exceptions - Thrown when the underlying Pinpoint service returns an error." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "validation: " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "InAppMessagingValidationErrorCode" - }, - { - "kind": "text", - "text": " - Thrown when the provided parameters or library\nconfiguration is incorrect, or if In App messaging hasn't been initialized." - } - ] - }, - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "A promise that will resolve when the operation is complete." - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```ts\n// Sync InApp messages with Pinpoint and device.\nawait syncMessages();\n\n```" - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "56698": { - "id": 56698, - "name": "GraphQLAuthMode", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "apiKey" - }, - { - "type": "literal", - "value": "oidc" - }, - { - "type": "literal", - "value": "userPool" - }, - { - "type": "literal", - "value": "iam" - }, - { - "type": "literal", - "value": "identityPool" - }, - { - "type": "literal", - "value": "lambda" - }, - { - "type": "literal", - "value": "none" - } - ] - } - }, - "56702": { - "id": 56702, - "name": "Partial", - "variant": "declaration", - "kind": 2097152, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Make all properties in T optional" - } - ] - }, - "typeParameters": [ - 56703 - ], - "type": { - "type": "mapped", - "parameter": "P", - "parameterType": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 56703, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "templateType": { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "P" - }, - "name": "P", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 56703, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "optionalModifier": "+" - }, - "extendedBy": [ - { - "type": "reference", - "target": 56752, - "name": "PushNotificationPermissions" - } - ] - }, - "56704": { - "id": 56704, - "name": "Pick", - "variant": "declaration", - "kind": 2097152, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "From T, pick a set of properties whose keys are in the union K" - } - ] - }, - "typeParameters": [ - 56705, - 56706 - ], - "type": { - "type": "mapped", - "parameter": "P", - "parameterType": { - "type": "reference", - "target": 56706, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "templateType": { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "P" - }, - "name": "P", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 56705, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - } - }, - "extendedBy": [ - { - "type": "reference", - "target": 50582, - "name": "ClientConversation" - } - ] - }, - "56708": { - "id": 56708, - "name": "Record", - "variant": "declaration", - "kind": 2097152, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Construct a type with a set of properties K of type T" - } - ] - }, - "typeParameters": [ - 56709, - 56710 - ], - "type": { - "type": "mapped", - "parameter": "P", - "parameterType": { - "type": "reference", - "target": 56709, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "templateType": { - "type": "reference", - "target": 56710, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - } - }, - "56739": { - "id": 56739, - "name": "EventListenerRemover", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 56740 - ], - "groups": [ - { - "title": "Methods", - "children": [ - 56740 - ] - } - ] - }, - "56740": { - "id": 56740, - "name": "remove", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - 56741 - ] - }, - "56741": { - "id": 56741, - "name": "remove", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "56878": { - "id": 56878, - "name": "storage", - "variant": "declaration", - "kind": 2, - "flags": {}, - "children": [ - { - "id": 57160, - "name": "copy", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 57161, - 57163 - ] - }, - { - "id": 57165, - "name": "downloadData", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 57166, - 57168 - ] - }, - { - "id": 57170, - "name": "getProperties", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 57171, - 57173 - ] - }, - { - "id": 57175, - "name": "getUrl", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 57176, - 57178 - ] - }, - { - "id": 57180, - "name": "isCancelError", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 57181 - ] - }, - { - "id": 57183, - "name": "list", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 57184, - 57186, - 57188, - 57190 - ] - }, - { - "id": 57192, - "name": "remove", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 57193, - 57195 - ] - }, - { - "id": 57197, - "name": "uploadData", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 57198, - 57200 - ] - } - ], - "groups": [ - { - "title": "Modules", - "children": [ - 56879 - ] - }, - { - "title": "Classes", - "children": [ - 57096 - ] - }, - { - "title": "Interfaces", - "children": [ - 57116 - ] - }, - { - "title": "Type Aliases", - "children": [ - 57119, - 57120, - 57121, - 57122, - 57123, - 57124, - 57125, - 57126, - 57127, - 57128, - 57129, - 57130, - 57131, - 57132, - 57133, - 57134, - 57135, - 57136, - 57137, - 57138, - 57139, - 57140, - 57143, - 57144, - 57147, - 57148, - 57149, - 57154, - 57155, - 57156, - 57157, - 57158 - ] - }, - { - "title": "Variables", - "children": [ - 57159 - ] - }, - { - "title": "Functions", - "children": [ - 57160, - 57165, - 57170, - 57175, - 57180, - 57183, - 57192, - 57197 - ] - } - ] - }, - "56900": { - "id": 56900, - "name": "BucketInfo", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 56901, - 56902, - 56903 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56901, - 56902, - 56903 - ] - } - ] - }, - "56901": { - "id": 56901, - "name": "bucketName", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "56902": { - "id": 56902, - "name": "paths", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 56708, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 56708, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "undefined" - }, - { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - ] - } - ], - "name": "Record", - "package": "typescript" - } - ], - "name": "Record", - "package": "typescript" - } - }, - "56903": { - "id": 56903, - "name": "region", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "56904": { - "id": 56904, - "name": "BytesRangeOptions", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 56905 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56905 - ] - } - ] - }, - "56905": { - "id": 56905, - "name": "bytesRange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 56906, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - 56907, - 56908 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56907, - 56908 - ] - } - ] - } - } - }, - "56907": { - "id": 56907, - "name": "end", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "56908": { - "id": 56908, - "name": "start", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "56909": { - "id": 56909, - "name": "CommonOptions", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 56910, - 56911, - 56912 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56910, - 56911, - 56912 - ] - } - ] - }, - "56910": { - "id": 56910, - "name": "bucket", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 57030, - "name": "StorageBucket", - "package": "@aws-amplify/storage" - } - }, - "56911": { - "id": 56911, - "name": "expectedBucketOwner", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The expected owner of the target bucket." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "56912": { - "id": 56912, - "name": "useAccelerateEndpoint", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Whether to use accelerate endpoint." - } - ], - "blockTags": [ - { - "tag": "@default", - "content": [ - { - "kind": "code", - "text": "```ts\nfalse\n```" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "56913": { - "id": 56913, - "name": "ContentDisposition", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Represents the content disposition of a file." - } - ], - "blockTags": [ - { - "tag": "@see", - "content": [ - { - "kind": "text", - "text": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Disposition" - } - ] - } - ] - }, - "children": [ - 56914, - 56915 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56914, - 56915 - ] - } - ] - }, - "56914": { - "id": 56914, - "name": "filename", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "56915": { - "id": 56915, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "attachment" - }, - { - "type": "literal", - "value": "inline" - } - ] - } - }, - "56916": { - "id": 56916, - "name": "ItemBase", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Base type for an S3 item." - } - ] - }, - "children": [ - 56917, - 56918 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56917, - 56918 - ] - } - ] - }, - "56917": { - "id": 56917, - "name": "contentType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "A standard MIME type describing the format of the object data." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "56918": { - "id": 56918, - "name": "versionId", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "VersionId used to reference a specific version of the object." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "56919": { - "id": 56919, - "name": "ProgressInfo", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 56920, - 56923 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56920, - 56923 - ] - } - ] - }, - "56920": { - "id": 56920, - "name": "deleted", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "array", - "elementType": { - "type": "reflection", - "declaration": { - "id": 56921, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - 56922 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56922 - ] - } - ] - } - } - } - }, - "56923": { - "id": 56923, - "name": "failed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "array", - "elementType": { - "type": "reflection", - "declaration": { - "id": 56924, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - 56925, - 56926, - 56927 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56925, - 56926, - 56927 - ] - } - ] - } - } - } - }, - "56928": { - "id": 56928, - "name": "StorageCopyInputWithKey", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "StorageCopyInputWithPath", - "target": 57301, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "children": [ - 56929, - 56930 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56929, - 56930 - ] - } - ], - "typeParameters": [ - 56931, - 56932 - ] - }, - "56929": { - "id": 56929, - "name": "destination", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 56932, - "name": "DestinationOptions", - "package": "@aws-amplify/storage", - "qualifiedName": "StorageCopyInputWithKey.DestinationOptions", - "refersToTypeParameter": true - } - }, - "56930": { - "id": 56930, - "name": "source", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 56931, - "name": "SourceOptions", - "package": "@aws-amplify/storage", - "qualifiedName": "StorageCopyInputWithKey.SourceOptions", - "refersToTypeParameter": true - } - }, - "56931": { - "id": 56931, - "name": "SourceOptions", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 56959, - "name": "StorageOptions", - "package": "@aws-amplify/storage" - } - }, - "56932": { - "id": 56932, - "name": "DestinationOptions", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 56959, - "name": "StorageOptions", - "package": "@aws-amplify/storage" - } - }, - "56933": { - "id": 56933, - "name": "StorageGetUrlOutput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 56934, - 56935 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56934, - 56935 - ] - } - ] - }, - "56934": { - "id": 56934, - "name": "expiresAt", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "expiresAt is date in which generated URL expires." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - "56935": { - "id": 56935, - "name": "url", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "presigned URL of the given object." - } - ] - }, - "type": { - "type": "reference", - "target": 206489, - "name": "URL", - "package": "typescript" - } - }, - "56936": { - "id": 56936, - "name": "StorageItemBase", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Base type for a storage item." - } - ] - }, - "children": [ - 56937, - 56938, - 56939, - 56940 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56937, - 56938, - 56939, - 56940 - ] - } - ] - }, - "56937": { - "id": 56937, - "name": "eTag", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "An entity tag (ETag) is an opaque identifier assigned by a web server to a specific version of a resource found at\na URL." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "56938": { - "id": 56938, - "name": "lastModified", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Creation date of the object." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - "56939": { - "id": 56939, - "name": "metadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The user-defined metadata for the object uploaded to S3." - } - ], - "blockTags": [ - { - "tag": "@see", - "content": [ - { - "kind": "text", - "text": "https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingMetadata.html#UserMetadata" - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 56708, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "Record", - "package": "typescript" - } - }, - "56940": { - "id": 56940, - "name": "size", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Size of the body in bytes." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "56941": { - "id": 56941, - "name": "StorageListOutput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 56942, - 56943 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56942, - 56943 - ] - } - ], - "typeParameters": [ - 56944 - ] - }, - "56942": { - "id": 56942, - "name": "excludedSubpaths", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "List of excluded subpaths when " - }, - { - "kind": "code", - "text": "`exclude`" - }, - { - "kind": "text", - "text": " is passed as part of the " - }, - { - "kind": "code", - "text": "`subpathStrategy`" - }, - { - "kind": "text", - "text": " of the input options." - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - }, - "56943": { - "id": 56943, - "name": "items", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "List of items returned by the list API." - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 56944, - "name": "Item", - "package": "@aws-amplify/storage", - "qualifiedName": "StorageListOutput.Item", - "refersToTypeParameter": true - } - } - }, - "56944": { - "id": 56944, - "name": "Item", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 57047, - "name": "StorageItem", - "package": "@aws-amplify/storage" - } - }, - "56945": { - "id": 56945, - "name": "StorageOperationInputWithKey", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "StorageOperationInputWithPath", - "target": 56947, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "children": [ - 56946 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56946 - ] - } - ] - }, - "56946": { - "id": 56946, - "name": "key", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "code", - "text": "`path`" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "56947": { - "id": 56947, - "name": "StorageOperationInputWithPath", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 56948 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56948 - ] - } - ] - }, - "56948": { - "id": 56948, - "name": "path", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reflection", - "declaration": { - "id": 56949, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "signatures": [ - { - "id": 56950, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 56951, - "name": "__namedParameters", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 56952, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 56953, - "name": "identityId", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56953 - ] - } - ] - } - } - } - ], - "type": { - "type": "intrinsic", - "name": "string" - } - } - ] - } - } - ] - } - }, - "56954": { - "id": 56954, - "name": "StorageOperationInputWithPrefix", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "StorageOperationInputWithPath", - "target": 56947, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "children": [ - 56955 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56955 - ] - } - ] - }, - "56955": { - "id": 56955, - "name": "prefix", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "code", - "text": "`path`" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "56956": { - "id": 56956, - "name": "StorageOperationOptionsInput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 56957 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56957 - ] - } - ], - "typeParameters": [ - 56958 - ] - }, - "56957": { - "id": 56957, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 56958, - "name": "Options", - "package": "@aws-amplify/storage", - "qualifiedName": "StorageOperationOptionsInput.Options", - "refersToTypeParameter": true - } - }, - "56958": { - "id": 56958, - "name": "Options", - "variant": "typeParam", - "kind": 131072, - "flags": {} - }, - "56959": { - "id": 56959, - "name": "StorageOptions", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 56960 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56960 - ] - } - ] - }, - "56960": { - "id": 56960, - "name": "accessLevel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This may be removed in the next major version." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 49860, - "name": "StorageAccessLevel", - "package": "@aws-amplify/core" - } - }, - "56961": { - "id": 56961, - "name": "StorageUploadDataInputPayload", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 56962 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56962 - ] - } - ] - }, - "56962": { - "id": 56962, - "name": "data", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 57080, - "name": "StorageUploadDataPayload", - "package": "@aws-amplify/storage" - } - }, - "56963": { - "id": 56963, - "name": "TransferOptions", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Transfer-related options type for S3 downloadData, uploadData APIs." - } - ] - }, - "children": [ - 56964 - ], - "groups": [ - { - "title": "Methods", - "children": [ - 56964 - ] - } - ] - }, - "56964": { - "id": 56964, - "name": "onProgress", - "variant": "declaration", - "kind": 2048, - "flags": { - "isOptional": true - }, - "signatures": [ - 56965 - ] - }, - "56965": { - "id": 56965, - "name": "onProgress", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Callback function tracking the upload/download progress." - } - ] - }, - "parameters": [ - 56966 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "56966": { - "id": 56966, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reference", - "target": 57116, - "name": "TransferProgressEvent", - "package": "@aws-amplify/storage" - } - }, - "56967": { - "id": 56967, - "name": "TransferTask", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 56968, - 56969, - 56970, - 56973, - 56975 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56968, - 56969 - ] - }, - { - "title": "Methods", - "children": [ - 56970, - 56973, - 56975 - ] - } - ], - "typeParameters": [ - 56977 - ] - }, - "56968": { - "id": 56968, - "name": "result", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Promise that resolves when the transfer task is completed. The promise will be rejected if the task is canceled." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 56977, - "name": "Result", - "package": "@aws-amplify/storage", - "qualifiedName": "TransferTask.Result", - "refersToTypeParameter": true - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "56969": { - "id": 56969, - "name": "state", - "variant": "declaration", - "kind": 1024, - "flags": { - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Current state of the transfer task." - } - ] - }, - "type": { - "type": "reference", - "target": 57081, - "name": "TransferTaskState", - "package": "@aws-amplify/storage" - } - }, - "56970": { - "id": 56970, - "name": "cancel", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - 56971 - ] - }, - "56971": { - "id": 56971, - "name": "cancel", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Cancel an ongoing transfer(upload/download) task. This will reject the " - }, - { - "kind": "code", - "text": "`result`" - }, - { - "kind": "text", - "text": " promise with an " - }, - { - "kind": "code", - "text": "`AbortError`" - }, - { - "kind": "text", - "text": " by\ndefault. You can use " - }, - { - "kind": "code", - "text": "`isCancelError`" - }, - { - "kind": "text", - "text": " to check if the error is caused by cancellation." - } - ] - }, - "parameters": [ - 56972 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "56972": { - "id": 56972, - "name": "message", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Optional error message to overwrite the default " - }, - { - "kind": "code", - "text": "`canceled`" - }, - { - "kind": "text", - "text": " message thrown when the task is\n\tcanceled. If provided, the " - }, - { - "kind": "code", - "text": "`result`" - }, - { - "kind": "text", - "text": " promise will be rejected with a " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "CanceledError" - }, - { - "kind": "text", - "text": " with supplied error\n message instead." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "56973": { - "id": 56973, - "name": "pause", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - 56974 - ] - }, - "56974": { - "id": 56974, - "name": "pause", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Pause an ongoing transfer(upload/download) task. This method does not support the following scenarios:\n* Downloading data or file from given key." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "56975": { - "id": 56975, - "name": "resume", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - 56976 - ] - }, - "56976": { - "id": 56976, - "name": "resume", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Resume a paused transfer(upload/download) task. This method does not support the following scenarios:\n* Downloading data or file from given key." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "56977": { - "id": 56977, - "name": "Result", - "variant": "typeParam", - "kind": 131072, - "flags": {} - }, - "56978": { - "id": 56978, - "name": "WriteOptions", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This may be removed in the next major version." - } - ] - } - ] - }, - "children": [ - 56979 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56979 - ] - } - ] - }, - "56979": { - "id": 56979, - "name": "accessLevel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This may be removed in the next major version." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 49860, - "name": "StorageAccessLevel", - "package": "@aws-amplify/core" - } - }, - "56980": { - "id": 56980, - "name": "CopyDestinationWithKeyOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This may be removed in the next major version." - } - ] - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 56978, - "name": "WriteOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reflection", - "declaration": { - "id": 56981, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 56982, - "name": "bucket", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 57030, - "name": "StorageBucket", - "package": "@aws-amplify/storage" - } - }, - { - "id": 56983, - "name": "expectedBucketOwner", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 56984, - "name": "key", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This may be removed in the next major version." - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56982, - 56983, - 56984 - ] - } - ] - } - } - ] - } - }, - "56982": { - "id": 56982, - "name": "bucket", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 57030, - "name": "StorageBucket", - "package": "@aws-amplify/storage" - } - }, - "56983": { - "id": 56983, - "name": "expectedBucketOwner", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "56984": { - "id": 56984, - "name": "key", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This may be removed in the next major version." - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "56985": { - "id": 56985, - "name": "CopySourceWithKeyOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This may be removed in the next major version." - } - ] - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 57022, - "name": "ReadOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reflection", - "declaration": { - "id": 56986, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 56987, - "name": "bucket", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 57030, - "name": "StorageBucket", - "package": "@aws-amplify/storage" - } - }, - { - "id": 56988, - "name": "eTag", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 56989, - "name": "expectedBucketOwner", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 56990, - "name": "key", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This may be removed in the next major version." - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 56991, - "name": "notModifiedSince", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56987, - 56988, - 56989, - 56990, - 56991 - ] - } - ] - } - } - ] - } - }, - "56987": { - "id": 56987, - "name": "bucket", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 57030, - "name": "StorageBucket", - "package": "@aws-amplify/storage" - } - }, - "56988": { - "id": 56988, - "name": "eTag", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "56989": { - "id": 56989, - "name": "expectedBucketOwner", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "56990": { - "id": 56990, - "name": "key", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This may be removed in the next major version." - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "56991": { - "id": 56991, - "name": "notModifiedSince", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - "56992": { - "id": 56992, - "name": "DownloadDataOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input options type for S3 downloadData API." - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 56909, - "name": "CommonOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 56963, - "name": "TransferOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 56904, - "name": "BytesRangeOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reflection", - "declaration": { - "id": 56993, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 56994, - "name": "cacheControl", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The cache-control header value of the file when downloading it." - } - ], - "blockTags": [ - { - "tag": "@see", - "content": [ - { - "kind": "text", - "text": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 56994 - ] - } - ] - } - } - ] - } - }, - "56994": { - "id": 56994, - "name": "cacheControl", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The cache-control header value of the file when downloading it." - } - ], - "blockTags": [ - { - "tag": "@see", - "content": [ - { - "kind": "text", - "text": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "56995": { - "id": 56995, - "name": "DownloadDataWithKeyOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "DownloadDataWithPathOptions", - "target": 56996, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 57022, - "name": "ReadOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 56992, - "name": "DownloadDataOptions", - "package": "@aws-amplify/storage" - } - ] - } - }, - "56996": { - "id": 56996, - "name": "DownloadDataWithPathOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "reference", - "target": 56992, - "name": "DownloadDataOptions", - "package": "@aws-amplify/storage" - } - }, - "56997": { - "id": 56997, - "name": "DownloadTask", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "typeParameters": [ - 56998 - ], - "type": { - "type": "reference", - "target": 212584, - "typeArguments": [ - { - "type": "reference", - "target": 56967, - "typeArguments": [ - { - "type": "reference", - "target": 56998, - "name": "Result", - "package": "@aws-amplify/storage", - "refersToTypeParameter": true - } - ], - "name": "TransferTask", - "package": "@aws-amplify/storage" - }, - { - "type": "union", - "types": [ - { - "type": "literal", - "value": "pause" - }, - { - "type": "literal", - "value": "resume" - } - ] - } - ], - "name": "Omit", - "package": "typescript" - } - }, - "56998": { - "id": 56998, - "name": "Result", - "variant": "typeParam", - "kind": 131072, - "flags": {} - }, - "56999": { - "id": 56999, - "name": "GetPropertiesWithKeyOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "GetPropertiesWithPathOptions", - "target": 57000, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 57022, - "name": "ReadOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 56909, - "name": "CommonOptions", - "package": "@aws-amplify/storage" - } - ] - } - }, - "57000": { - "id": 57000, - "name": "GetPropertiesWithPathOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "reference", - "target": 56909, - "name": "CommonOptions", - "package": "@aws-amplify/storage" - } - }, - "57001": { - "id": 57001, - "name": "GetUrlOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input options type for S3 getUrl API." - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 56909, - "name": "CommonOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reflection", - "declaration": { - "id": 57002, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 57003, - "name": "cacheControl", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The cache-control header value of the file when downloading it." - } - ], - "blockTags": [ - { - "tag": "@see", - "content": [ - { - "kind": "text", - "text": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 57004, - "name": "contentDisposition", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The default content-disposition header value of the file when downloading it.\n If a string is provided, it will be used as-is.\n If an object is provided, it will be used to construct the header value\n based on the ContentDisposition type definition." - } - ], - "blockTags": [ - { - "tag": "@see", - "content": [ - { - "kind": "text", - "text": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Disposition" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "reference", - "target": 56913, - "name": "ContentDisposition", - "package": "@aws-amplify/storage" - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - { - "id": 57005, - "name": "contentType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The content-type header value of the file when downloading it." - } - ], - "blockTags": [ - { - "tag": "@see", - "content": [ - { - "kind": "text", - "text": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 57006, - "name": "expiresIn", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Number of seconds till the URL expires." - } - ], - "blockTags": [ - { - "tag": "@default", - "content": [ - { - "kind": "code", - "text": "```ts\n900 (15 minutes)\n```" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - { - "id": 57007, - "name": "validateObjectExistence", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Whether to head object to make sure the object existence before downloading." - } - ], - "blockTags": [ - { - "tag": "@default", - "content": [ - { - "kind": "code", - "text": "```ts\nfalse\n```" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57003, - 57004, - 57005, - 57006, - 57007 - ] - } - ] - } - } - ] - } - }, - "57003": { - "id": 57003, - "name": "cacheControl", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The cache-control header value of the file when downloading it." - } - ], - "blockTags": [ - { - "tag": "@see", - "content": [ - { - "kind": "text", - "text": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57004": { - "id": 57004, - "name": "contentDisposition", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The default content-disposition header value of the file when downloading it.\n If a string is provided, it will be used as-is.\n If an object is provided, it will be used to construct the header value\n based on the ContentDisposition type definition." - } - ], - "blockTags": [ - { - "tag": "@see", - "content": [ - { - "kind": "text", - "text": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Disposition" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "reference", - "target": 56913, - "name": "ContentDisposition", - "package": "@aws-amplify/storage" - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "57005": { - "id": 57005, - "name": "contentType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The content-type header value of the file when downloading it." - } - ], - "blockTags": [ - { - "tag": "@see", - "content": [ - { - "kind": "text", - "text": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57006": { - "id": 57006, - "name": "expiresIn", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Number of seconds till the URL expires." - } - ], - "blockTags": [ - { - "tag": "@default", - "content": [ - { - "kind": "code", - "text": "```ts\n900 (15 minutes)\n```" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57007": { - "id": 57007, - "name": "validateObjectExistence", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Whether to head object to make sure the object existence before downloading." - } - ], - "blockTags": [ - { - "tag": "@default", - "content": [ - { - "kind": "code", - "text": "```ts\nfalse\n```" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "57008": { - "id": 57008, - "name": "GetUrlWithKeyOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "GetUrlWithPathOptions", - "target": 57009, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 57022, - "name": "ReadOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 57001, - "name": "GetUrlOptions", - "package": "@aws-amplify/storage" - } - ] - } - }, - "57009": { - "id": 57009, - "name": "GetUrlWithPathOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "reference", - "target": 57001, - "name": "GetUrlOptions", - "package": "@aws-amplify/storage" - } - }, - "57010": { - "id": 57010, - "name": "ItemWithKey", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "ItemWithPath", - "target": 57011, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 56916, - "name": "ItemBase", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 57048, - "name": "StorageItemWithKey", - "package": "@aws-amplify/storage" - } - ] - } - }, - "57011": { - "id": 57011, - "name": "ItemWithPath", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "type for S3 list item with path." - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 56916, - "name": "ItemBase", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 57051, - "name": "StorageItemWithPath", - "package": "@aws-amplify/storage" - } - ] - } - }, - "57012": { - "id": 57012, - "name": "ListAllWithPathOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input options type with path for S3 list all API." - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 212584, - "typeArguments": [ - { - "type": "reference", - "target": 57054, - "name": "StorageListAllOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "literal", - "value": "accessLevel" - } - ], - "name": "Omit", - "package": "typescript" - }, - { - "type": "reference", - "target": 56909, - "name": "CommonOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reflection", - "declaration": { - "id": 57013, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 57014, - "name": "subpathStrategy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 57070, - "name": "StorageSubpathStrategy", - "package": "@aws-amplify/storage" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57014 - ] - } - ] - } - } - ] - } - }, - "57014": { - "id": 57014, - "name": "subpathStrategy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 57070, - "name": "StorageSubpathStrategy", - "package": "@aws-amplify/storage" - } - }, - "57015": { - "id": 57015, - "name": "ListAllWithPrefixOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "ListAllWithPathOptions", - "target": 57012, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead.\nInput options type with prefix for S3 list all API." - } - ] - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 57054, - "name": "StorageListAllOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 57022, - "name": "ReadOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 56909, - "name": "CommonOptions", - "package": "@aws-amplify/storage" - } - ] - } - }, - "57016": { - "id": 57016, - "name": "ListOutputItem", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "ListOutputItemWithPath", - "target": 57017, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead.\ntype for S3 list item with key." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 212584, - "typeArguments": [ - { - "type": "reference", - "target": 57010, - "name": "ItemWithKey", - "package": "@aws-amplify/storage" - }, - { - "type": "literal", - "value": "metadata" - } - ], - "name": "Omit", - "package": "typescript" - } - }, - "57017": { - "id": 57017, - "name": "ListOutputItemWithPath", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "type for S3 list item with path." - } - ] - }, - "type": { - "type": "reference", - "target": 212584, - "typeArguments": [ - { - "type": "reference", - "target": 57011, - "name": "ItemWithPath", - "package": "@aws-amplify/storage" - }, - { - "type": "literal", - "value": "metadata" - } - ], - "name": "Omit", - "package": "typescript" - } - }, - "57018": { - "id": 57018, - "name": "ListPaginateWithPathOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input options type with path for S3 list API to paginate items." - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 212584, - "typeArguments": [ - { - "type": "reference", - "target": 57061, - "name": "StorageListPaginateOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "literal", - "value": "accessLevel" - } - ], - "name": "Omit", - "package": "typescript" - }, - { - "type": "reference", - "target": 56909, - "name": "CommonOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reflection", - "declaration": { - "id": 57019, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 57020, - "name": "subpathStrategy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 57070, - "name": "StorageSubpathStrategy", - "package": "@aws-amplify/storage" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57020 - ] - } - ] - } - } - ] - } - }, - "57020": { - "id": 57020, - "name": "subpathStrategy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 57070, - "name": "StorageSubpathStrategy", - "package": "@aws-amplify/storage" - } - }, - "57021": { - "id": 57021, - "name": "ListPaginateWithPrefixOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "ListPaginateWithPathOptions", - "target": 57018, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead.\nInput options type with prefix for S3 list API to paginate items." - } - ] - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 57061, - "name": "StorageListPaginateOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 57022, - "name": "ReadOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 56909, - "name": "CommonOptions", - "package": "@aws-amplify/storage" - } - ] - } - }, - "57022": { - "id": 57022, - "name": "ReadOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This may be removed in the next major version." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "reflection", - "declaration": { - "id": 57023, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 57024, - "name": "accessLevel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This may be removed in the next major version." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "guest" - }, - { - "type": "literal", - "value": "private" - } - ] - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57024 - ] - } - ] - } - }, - { - "type": "reflection", - "declaration": { - "id": 57025, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 57026, - "name": "accessLevel", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This may be removed in the next major version." - } - ] - } - ] - }, - "type": { - "type": "literal", - "value": "protected" - } - }, - { - "id": 57027, - "name": "targetIdentityId", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This may be removed in the next major version." - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57026, - 57027 - ] - } - ] - } - } - ] - } - }, - "57024": { - "id": 57024, - "name": "accessLevel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This may be removed in the next major version." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "guest" - }, - { - "type": "literal", - "value": "private" - } - ] - } - }, - "57026": { - "id": 57026, - "name": "accessLevel", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This may be removed in the next major version." - } - ] - } - ] - }, - "type": { - "type": "literal", - "value": "protected" - } - }, - "57027": { - "id": 57027, - "name": "targetIdentityId", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This may be removed in the next major version." - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57028": { - "id": 57028, - "name": "RemoveOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input options type for S3 getProperties API." - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 56978, - "name": "WriteOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 56909, - "name": "CommonOptions", - "package": "@aws-amplify/storage" - } - ] - } - }, - "57029": { - "id": 57029, - "name": "ResponseBodyMixin", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Reduce the API surface of Fetch API's Body mixin to only the methods we need.\nIn React Native, body.arrayBuffer() is not supported.\nbody.formData() is not supported for now." - } - ] - }, - "type": { - "type": "reference", - "target": 56704, - "typeArguments": [ - { - "type": "reference", - "target": 58146, - "name": "Body", - "package": "typescript" - }, - { - "type": "union", - "types": [ - { - "type": "literal", - "value": "blob" - }, - { - "type": "literal", - "value": "json" - }, - { - "type": "literal", - "value": "text" - } - ] - } - ], - "name": "Pick", - "package": "typescript" - } - }, - "57030": { - "id": 57030, - "name": "StorageBucket", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 56900, - "name": "BucketInfo", - "package": "@aws-amplify/storage" - } - ] - } - }, - "57031": { - "id": 57031, - "name": "StorageDownloadDataInputWithKey", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "StorageDownloadDataInputWithPath", - "target": 57033, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "typeParameters": [ - 57032 - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 56945, - "name": "StorageOperationInputWithKey", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 56956, - "typeArguments": [ - { - "type": "reference", - "target": 57032, - "name": "Options", - "package": "@aws-amplify/storage", - "refersToTypeParameter": true - } - ], - "name": "StorageOperationOptionsInput", - "package": "@aws-amplify/storage" - } - ] - } - }, - "57032": { - "id": 57032, - "name": "Options", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 56959, - "name": "StorageOptions", - "package": "@aws-amplify/storage" - } - }, - "57033": { - "id": 57033, - "name": "StorageDownloadDataInputWithPath", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "typeParameters": [ - 57034 - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 56947, - "name": "StorageOperationInputWithPath", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 56956, - "typeArguments": [ - { - "type": "reference", - "target": 57034, - "name": "Options", - "package": "@aws-amplify/storage", - "refersToTypeParameter": true - } - ], - "name": "StorageOperationOptionsInput", - "package": "@aws-amplify/storage" - } - ] - } - }, - "57034": { - "id": 57034, - "name": "Options", - "variant": "typeParam", - "kind": 131072, - "flags": {} - }, - "57035": { - "id": 57035, - "name": "StorageDownloadDataOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "typeParameters": [ - 57036 - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 57036, - "name": "Item", - "package": "@aws-amplify/storage", - "refersToTypeParameter": true - }, - { - "type": "reflection", - "declaration": { - "id": 57037, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 57038, - "name": "body", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 57029, - "name": "ResponseBodyMixin", - "package": "@aws-amplify/core" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57038 - ] - } - ] - } - } - ] - } - }, - "57036": { - "id": 57036, - "name": "Item", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 57047, - "name": "StorageItem", - "package": "@aws-amplify/storage" - } - }, - "57038": { - "id": 57038, - "name": "body", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 57029, - "name": "ResponseBodyMixin", - "package": "@aws-amplify/core" - } - }, - "57039": { - "id": 57039, - "name": "StorageGetPropertiesInputWithKey", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "StorageGetPropertiesInputWithPath", - "target": 57041, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "typeParameters": [ - 57040 - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 56945, - "name": "StorageOperationInputWithKey", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 56956, - "typeArguments": [ - { - "type": "reference", - "target": 57040, - "name": "Options", - "package": "@aws-amplify/storage", - "refersToTypeParameter": true - } - ], - "name": "StorageOperationOptionsInput", - "package": "@aws-amplify/storage" - } - ] - } - }, - "57040": { - "id": 57040, - "name": "Options", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 56959, - "name": "StorageOptions", - "package": "@aws-amplify/storage" - } - }, - "57041": { - "id": 57041, - "name": "StorageGetPropertiesInputWithPath", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "typeParameters": [ - 57042 - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 56947, - "name": "StorageOperationInputWithPath", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 56956, - "typeArguments": [ - { - "type": "reference", - "target": 57042, - "name": "Options", - "package": "@aws-amplify/storage", - "refersToTypeParameter": true - } - ], - "name": "StorageOperationOptionsInput", - "package": "@aws-amplify/storage" - } - ] - } - }, - "57042": { - "id": 57042, - "name": "Options", - "variant": "typeParam", - "kind": 131072, - "flags": {} - }, - "57043": { - "id": 57043, - "name": "StorageGetUrlInputWithKey", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "StorageGetUrlInputWithPath", - "target": 57045, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "typeParameters": [ - 57044 - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 56945, - "name": "StorageOperationInputWithKey", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 56956, - "typeArguments": [ - { - "type": "reference", - "target": 57044, - "name": "Options", - "package": "@aws-amplify/storage", - "refersToTypeParameter": true - } - ], - "name": "StorageOperationOptionsInput", - "package": "@aws-amplify/storage" - } - ] - } - }, - "57044": { - "id": 57044, - "name": "Options", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 56959, - "name": "StorageOptions", - "package": "@aws-amplify/storage" - } - }, - "57045": { - "id": 57045, - "name": "StorageGetUrlInputWithPath", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "typeParameters": [ - 57046 - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 56947, - "name": "StorageOperationInputWithPath", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 56956, - "typeArguments": [ - { - "type": "reference", - "target": 57046, - "name": "Options", - "package": "@aws-amplify/storage", - "refersToTypeParameter": true - } - ], - "name": "StorageOperationOptionsInput", - "package": "@aws-amplify/storage" - } - ] - } - }, - "57046": { - "id": 57046, - "name": "Options", - "variant": "typeParam", - "kind": 131072, - "flags": {} - }, - "57047": { - "id": 57047, - "name": "StorageItem", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "A storage item can be identified either by a key or a path." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "reference", - "target": 57048, - "name": "StorageItemWithKey", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 57051, - "name": "StorageItemWithPath", - "package": "@aws-amplify/storage" - } - ] - } - }, - "57048": { - "id": 57048, - "name": "StorageItemWithKey", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "StorageItemWithPath", - "target": 57051, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 56936, - "name": "StorageItemBase", - "package": "@aws-amplify/storage" - }, - { - "type": "reflection", - "declaration": { - "id": 57049, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 57050, - "name": "key", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This may be removed in next major version.\nKey of the object." - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57050 - ] - } - ] - } - } - ] - } - }, - "57050": { - "id": 57050, - "name": "key", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This may be removed in next major version.\nKey of the object." - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57051": { - "id": 57051, - "name": "StorageItemWithPath", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 56936, - "name": "StorageItemBase", - "package": "@aws-amplify/storage" - }, - { - "type": "reflection", - "declaration": { - "id": 57052, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 57053, - "name": "path", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Path of the object." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57053 - ] - } - ] - } - } - ] - } - }, - "57053": { - "id": 57053, - "name": "path", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Path of the object." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57054": { - "id": 57054, - "name": "StorageListAllOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 56959, - "name": "StorageOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reflection", - "declaration": { - "id": 57055, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 57056, - "name": "listAll", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "literal", - "value": true - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57056 - ] - } - ] - } - } - ] - } - }, - "57056": { - "id": 57056, - "name": "listAll", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "literal", - "value": true - } - }, - "57057": { - "id": 57057, - "name": "StorageListInputWithPath", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "typeParameters": [ - 57058 - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 56947, - "name": "StorageOperationInputWithPath", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 56956, - "typeArguments": [ - { - "type": "reference", - "target": 57058, - "name": "Options", - "package": "@aws-amplify/storage", - "refersToTypeParameter": true - } - ], - "name": "StorageOperationOptionsInput", - "package": "@aws-amplify/storage" - } - ] - } - }, - "57058": { - "id": 57058, - "name": "Options", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "reference", - "target": 57054, - "name": "StorageListAllOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 57061, - "name": "StorageListPaginateOptions", - "package": "@aws-amplify/storage" - } - ] - } - }, - "57059": { - "id": 57059, - "name": "StorageListInputWithPrefix", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "StorageListInputWithPath", - "target": 57057, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "typeParameters": [ - 57060 - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 56954, - "name": "StorageOperationInputWithPrefix", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 56956, - "typeArguments": [ - { - "type": "reference", - "target": 57060, - "name": "Options", - "package": "@aws-amplify/storage", - "refersToTypeParameter": true - } - ], - "name": "StorageOperationOptionsInput", - "package": "@aws-amplify/storage" - } - ] - } - }, - "57060": { - "id": 57060, - "name": "Options", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "reference", - "target": 57054, - "name": "StorageListAllOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 57061, - "name": "StorageListPaginateOptions", - "package": "@aws-amplify/storage" - } - ] - } - }, - "57061": { - "id": 57061, - "name": "StorageListPaginateOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 56959, - "name": "StorageOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reflection", - "declaration": { - "id": 57062, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 57063, - "name": "listAll", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "literal", - "value": false - } - }, - { - "id": 57064, - "name": "nextToken", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 57065, - "name": "pageSize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57063, - 57064, - 57065 - ] - } - ] - } - } - ] - } - }, - "57063": { - "id": 57063, - "name": "listAll", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "literal", - "value": false - } - }, - "57064": { - "id": 57064, - "name": "nextToken", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57065": { - "id": 57065, - "name": "pageSize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57066": { - "id": 57066, - "name": "StorageRemoveInputWithKey", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "typeParameters": [ - 57067 - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 56945, - "name": "StorageOperationInputWithKey", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 56956, - "typeArguments": [ - { - "type": "reference", - "target": 57067, - "name": "Options", - "package": "@aws-amplify/storage", - "refersToTypeParameter": true - } - ], - "name": "StorageOperationOptionsInput", - "package": "@aws-amplify/storage" - } - ] - } - }, - "57067": { - "id": 57067, - "name": "Options", - "variant": "typeParam", - "kind": 131072, - "flags": {} - }, - "57068": { - "id": 57068, - "name": "StorageRemoveInputWithPath", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "typeParameters": [ - 57069 - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 56947, - "name": "StorageOperationInputWithPath", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 56956, - "typeArguments": [ - { - "type": "reference", - "target": 57069, - "name": "Options", - "package": "@aws-amplify/storage", - "refersToTypeParameter": true - } - ], - "name": "StorageOperationOptionsInput", - "package": "@aws-amplify/storage" - } - ] - } - }, - "57069": { - "id": 57069, - "name": "Options", - "variant": "typeParam", - "kind": 131072, - "flags": {} - }, - "57070": { - "id": 57070, - "name": "StorageSubpathStrategy", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "reflection", - "declaration": { - "id": 57071, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 57072, - "name": "strategy", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Default behavior. Includes all subpaths for a given page in the result." - } - ] - }, - "type": { - "type": "literal", - "value": "include" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57072 - ] - } - ] - } - }, - { - "type": "reflection", - "declaration": { - "id": 57073, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 57074, - "name": "delimiter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Deliminate with with a custom delimiter character." - } - ], - "blockTags": [ - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```ts\n\tconst { excludedSubpaths } = await list({\n\t\tpath: 'photos/',\n\t\toptions: {\n\t\t\tsubpathStrategy: {\n\t\t\t\tstrategy: 'exclude',\n\t\t\t\tdelimiter: '-'\n\t\t\t}\n\t\t}\n\t});\n\n\tconsole.log(excludedSubpaths);\n\n```" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 57075, - "name": "strategy", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "When passed, the output of the list API will provide a list of " - }, - { - "kind": "code", - "text": "`excludedSubpaths`" - }, - { - "kind": "text", - "text": "\nthat are delimited by the " - }, - { - "kind": "code", - "text": "`/`" - }, - { - "kind": "text", - "text": " (by default) character." - } - ], - "blockTags": [ - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```ts\n\tconst { excludedSubpaths } = await list({\n\t\tpath: 'photos/',\n\t\toptions: {\n\t\t\tsubpathStrategy: {\n\t\t\t\tstrategy: 'exclude',\n\t\t\t}\n\t\t}\n\t});\n\n\tconsole.log(excludedSubpaths);\n\n```" - } - ] - } - ] - }, - "type": { - "type": "literal", - "value": "exclude" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57074, - 57075 - ] - } - ] - } - } - ] - } - }, - "57072": { - "id": 57072, - "name": "strategy", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Default behavior. Includes all subpaths for a given page in the result." - } - ] - }, - "type": { - "type": "literal", - "value": "include" - } - }, - "57074": { - "id": 57074, - "name": "delimiter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Deliminate with with a custom delimiter character." - } - ], - "blockTags": [ - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```ts\n\tconst { excludedSubpaths } = await list({\n\t\tpath: 'photos/',\n\t\toptions: {\n\t\t\tsubpathStrategy: {\n\t\t\t\tstrategy: 'exclude',\n\t\t\t\tdelimiter: '-'\n\t\t\t}\n\t\t}\n\t});\n\n\tconsole.log(excludedSubpaths);\n\n```" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57075": { - "id": 57075, - "name": "strategy", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "When passed, the output of the list API will provide a list of " - }, - { - "kind": "code", - "text": "`excludedSubpaths`" - }, - { - "kind": "text", - "text": "\nthat are delimited by the " - }, - { - "kind": "code", - "text": "`/`" - }, - { - "kind": "text", - "text": " (by default) character." - } - ], - "blockTags": [ - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```ts\n\tconst { excludedSubpaths } = await list({\n\t\tpath: 'photos/',\n\t\toptions: {\n\t\t\tsubpathStrategy: {\n\t\t\t\tstrategy: 'exclude',\n\t\t\t}\n\t\t}\n\t});\n\n\tconsole.log(excludedSubpaths);\n\n```" - } - ] - } - ] - }, - "type": { - "type": "literal", - "value": "exclude" - } - }, - "57076": { - "id": 57076, - "name": "StorageUploadDataInputWithKey", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "StorageUploadDataInputWithPath", - "target": 57078, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "typeParameters": [ - 57077 - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 56945, - "name": "StorageOperationInputWithKey", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 56956, - "typeArguments": [ - { - "type": "reference", - "target": 57077, - "name": "Options", - "package": "@aws-amplify/storage", - "refersToTypeParameter": true - } - ], - "name": "StorageOperationOptionsInput", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 56961, - "name": "StorageUploadDataInputPayload", - "package": "@aws-amplify/storage" - } - ] - } - }, - "57077": { - "id": 57077, - "name": "Options", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 56959, - "name": "StorageOptions", - "package": "@aws-amplify/storage" - } - }, - "57078": { - "id": 57078, - "name": "StorageUploadDataInputWithPath", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "typeParameters": [ - 57079 - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 56947, - "name": "StorageOperationInputWithPath", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 56956, - "typeArguments": [ - { - "type": "reference", - "target": 57079, - "name": "Options", - "package": "@aws-amplify/storage", - "refersToTypeParameter": true - } - ], - "name": "StorageOperationOptionsInput", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 56961, - "name": "StorageUploadDataInputPayload", - "package": "@aws-amplify/storage" - } - ] - } - }, - "57079": { - "id": 57079, - "name": "Options", - "variant": "typeParam", - "kind": 131072, - "flags": {} - }, - "57080": { - "id": 57080, - "name": "StorageUploadDataPayload", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The data payload type for upload operation." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "Blob" - }, - "name": "Blob", - "package": "typescript" - }, - { - "type": "reference", - "target": 57848, - "name": "ArrayBufferView", - "package": "typescript" - }, - { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "ArrayBuffer" - }, - "name": "ArrayBuffer", - "package": "typescript" - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "57081": { - "id": 57081, - "name": "TransferTaskState", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "IN_PROGRESS" - }, - { - "type": "literal", - "value": "PAUSED" - }, - { - "type": "literal", - "value": "CANCELED" - }, - { - "type": "literal", - "value": "SUCCESS" - }, - { - "type": "literal", - "value": "ERROR" - } - ] - } - }, - "57082": { - "id": 57082, - "name": "UploadDataChecksumAlgorithm", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "literal", - "value": "crc-32" - } - }, - "57083": { - "id": 57083, - "name": "UploadDataOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 56909, - "name": "CommonOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 56963, - "name": "TransferOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reflection", - "declaration": { - "id": 57084, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 57085, - "name": "cacheControl", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The cache-control header value of the file when downloading it." - } - ], - "blockTags": [ - { - "tag": "@see", - "content": [ - { - "kind": "text", - "text": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 57086, - "name": "checksumAlgorithm", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The algorithm used to compute a checksum for the object. Used to verify that the data received by S3\nmatches what was originally sent. Disabled by default." - } - ], - "blockTags": [ - { - "tag": "@default", - "content": [ - { - "kind": "code", - "text": "```ts\nundefined\n```" - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 57082, - "name": "UploadDataChecksumAlgorithm", - "package": "@aws-amplify/storage" - } - }, - { - "id": 57087, - "name": "contentDisposition", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The default content-disposition header value of the file when downloading it.\n If a string is provided, it will be used as-is.\n If an object is provided, it will be used to construct the header value\n based on the ContentDisposition type definition." - } - ], - "blockTags": [ - { - "tag": "@see", - "content": [ - { - "kind": "text", - "text": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Disposition" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "reference", - "target": 56913, - "name": "ContentDisposition", - "package": "@aws-amplify/storage" - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - { - "id": 57088, - "name": "contentEncoding", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The default content-encoding header value of the file when downloading it." - } - ], - "blockTags": [ - { - "tag": "@see", - "content": [ - { - "kind": "text", - "text": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Encoding" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 57089, - "name": "contentType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The default content-type header value of the file when downloading it." - } - ], - "blockTags": [ - { - "tag": "@see", - "content": [ - { - "kind": "text", - "text": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 57090, - "name": "metadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The user-defined metadata for the object uploaded to S3." - } - ], - "blockTags": [ - { - "tag": "@see", - "content": [ - { - "kind": "text", - "text": "https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingMetadata.html#UserMetadata" - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 56708, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "Record", - "package": "typescript" - } - }, - { - "id": 57091, - "name": "preventOverwrite", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Enforces target key does not already exist in S3 before committing upload." - } - ], - "blockTags": [ - { - "tag": "@default", - "content": [ - { - "kind": "code", - "text": "```ts\nfalse\n```" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57085, - 57086, - 57087, - 57088, - 57089, - 57090, - 57091 - ] - } - ] - } - } - ] - } - }, - "57085": { - "id": 57085, - "name": "cacheControl", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The cache-control header value of the file when downloading it." - } - ], - "blockTags": [ - { - "tag": "@see", - "content": [ - { - "kind": "text", - "text": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57086": { - "id": 57086, - "name": "checksumAlgorithm", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The algorithm used to compute a checksum for the object. Used to verify that the data received by S3\nmatches what was originally sent. Disabled by default." - } - ], - "blockTags": [ - { - "tag": "@default", - "content": [ - { - "kind": "code", - "text": "```ts\nundefined\n```" - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 57082, - "name": "UploadDataChecksumAlgorithm", - "package": "@aws-amplify/storage" - } - }, - "57087": { - "id": 57087, - "name": "contentDisposition", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The default content-disposition header value of the file when downloading it.\n If a string is provided, it will be used as-is.\n If an object is provided, it will be used to construct the header value\n based on the ContentDisposition type definition." - } - ], - "blockTags": [ - { - "tag": "@see", - "content": [ - { - "kind": "text", - "text": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Disposition" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "reference", - "target": 56913, - "name": "ContentDisposition", - "package": "@aws-amplify/storage" - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "57088": { - "id": 57088, - "name": "contentEncoding", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The default content-encoding header value of the file when downloading it." - } - ], - "blockTags": [ - { - "tag": "@see", - "content": [ - { - "kind": "text", - "text": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Encoding" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57089": { - "id": 57089, - "name": "contentType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The default content-type header value of the file when downloading it." - } - ], - "blockTags": [ - { - "tag": "@see", - "content": [ - { - "kind": "text", - "text": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57090": { - "id": 57090, - "name": "metadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The user-defined metadata for the object uploaded to S3." - } - ], - "blockTags": [ - { - "tag": "@see", - "content": [ - { - "kind": "text", - "text": "https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingMetadata.html#UserMetadata" - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 56708, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "Record", - "package": "typescript" - } - }, - "57091": { - "id": 57091, - "name": "preventOverwrite", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Enforces target key does not already exist in S3 before committing upload." - } - ], - "blockTags": [ - { - "tag": "@default", - "content": [ - { - "kind": "code", - "text": "```ts\nfalse\n```" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "57092": { - "id": 57092, - "name": "UploadDataWithKeyOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "UploadDataWithPathOptions", - "target": 57093, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 56978, - "name": "WriteOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 57083, - "name": "UploadDataOptions", - "package": "@aws-amplify/storage" - } - ] - } - }, - "57093": { - "id": 57093, - "name": "UploadDataWithPathOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "reference", - "target": 57083, - "name": "UploadDataOptions", - "package": "@aws-amplify/storage" - } - }, - "57094": { - "id": 57094, - "name": "UploadTask", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "typeParameters": [ - 57095 - ], - "type": { - "type": "reference", - "target": 56967, - "typeArguments": [ - { - "type": "reference", - "target": 57095, - "name": "Result", - "package": "@aws-amplify/storage", - "refersToTypeParameter": true - } - ], - "name": "TransferTask", - "package": "@aws-amplify/storage" - } - }, - "57095": { - "id": 57095, - "name": "Result", - "variant": "typeParam", - "kind": 131072, - "flags": {} - }, - "57116": { - "id": 57116, - "name": "TransferProgressEvent", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 57117, - 57118 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57117, - 57118 - ] - } - ] - }, - "57117": { - "id": 57117, - "name": "totalBytes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57118": { - "id": 57118, - "name": "transferredBytes", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57119": { - "id": 57119, - "name": "CopyInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "CopyWithPathInput", - "target": 57121, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead.\nInput type for S3 copy API." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 56928, - "typeArguments": [ - { - "type": "reference", - "target": 56985, - "name": "CopySourceWithKeyOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 56980, - "name": "CopyDestinationWithKeyOptions", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageCopyInputWithKey", - "package": "@aws-amplify/storage" - } - }, - "57120": { - "id": 57120, - "name": "CopyOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type with path for S3 copy API." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "CopyWithPathOutput", - "target": 57122, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 56704, - "typeArguments": [ - { - "type": "reference", - "target": 57010, - "name": "ItemWithKey", - "package": "@aws-amplify/storage" - }, - { - "type": "literal", - "value": "key" - } - ], - "name": "Pick", - "package": "typescript" - } - }, - "57122": { - "id": 57122, - "name": "CopyWithPathOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type with path for S3 copy API." - } - ] - }, - "type": { - "type": "reference", - "target": 56704, - "typeArguments": [ - { - "type": "reference", - "target": 57011, - "name": "ItemWithPath", - "package": "@aws-amplify/storage" - }, - { - "type": "literal", - "value": "path" - } - ], - "name": "Pick", - "package": "typescript" - } - }, - "57123": { - "id": 57123, - "name": "DownloadDataInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "DownloadDataWithPathInput", - "target": 57125, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead.\nInput type for S3 downloadData API." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 57031, - "typeArguments": [ - { - "type": "reference", - "target": 56995, - "name": "DownloadDataWithKeyOptions", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageDownloadDataInputWithKey", - "package": "@aws-amplify/storage" - } - }, - "57124": { - "id": 57124, - "name": "DownloadDataOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for S3 downloadData API." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "DownloadDataWithPathOutput", - "target": 57126, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 56997, - "typeArguments": [ - { - "type": "reference", - "target": 57035, - "typeArguments": [ - { - "type": "reference", - "target": 57010, - "name": "ItemWithKey", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageDownloadDataOutput", - "package": "@aws-amplify/storage" - } - ], - "name": "DownloadTask", - "package": "@aws-amplify/storage" - } - }, - "57125": { - "id": 57125, - "name": "DownloadDataWithPathInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type with path for S3 downloadData API." - } - ] - }, - "type": { - "type": "reference", - "target": 57033, - "typeArguments": [ - { - "type": "reference", - "target": 56996, - "name": "DownloadDataWithPathOptions", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageDownloadDataInputWithPath", - "package": "@aws-amplify/storage" - } - }, - "57126": { - "id": 57126, - "name": "DownloadDataWithPathOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type with path for S3 downloadData API." - } - ] - }, - "type": { - "type": "reference", - "target": 56997, - "typeArguments": [ - { - "type": "reference", - "target": 57035, - "typeArguments": [ - { - "type": "reference", - "target": 57011, - "name": "ItemWithPath", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageDownloadDataOutput", - "package": "@aws-amplify/storage" - } - ], - "name": "DownloadTask", - "package": "@aws-amplify/storage" - } - }, - "57127": { - "id": 57127, - "name": "GetPropertiesInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "GetPropertiesWithPathInput", - "target": 57129, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead.\nInput type for S3 getProperties API." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 57039, - "typeArguments": [ - { - "type": "reference", - "target": 56999, - "name": "GetPropertiesWithKeyOptions", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageGetPropertiesInputWithKey", - "package": "@aws-amplify/storage" - } - }, - "57128": { - "id": 57128, - "name": "GetPropertiesOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for S3 getProperties API." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "GetPropertiesWithPathOutput", - "target": 57130, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 56916, - "name": "ItemBase", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 57048, - "name": "StorageItemWithKey", - "package": "@aws-amplify/storage" - } - ] - } - }, - "57129": { - "id": 57129, - "name": "GetPropertiesWithPathInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type with for S3 getProperties API." - } - ] - }, - "type": { - "type": "reference", - "target": 57041, - "typeArguments": [ - { - "type": "reference", - "target": 57000, - "name": "GetPropertiesWithPathOptions", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageGetPropertiesInputWithPath", - "package": "@aws-amplify/storage" - } - }, - "57130": { - "id": 57130, - "name": "GetPropertiesWithPathOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type with path for S3 getProperties API." - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 56916, - "name": "ItemBase", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 57051, - "name": "StorageItemWithPath", - "package": "@aws-amplify/storage" - } - ] - } - }, - "57131": { - "id": 57131, - "name": "GetUrlInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "GetUrlWithPathInput", - "target": 57133, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead.\nInput type for S3 getUrl API." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 57043, - "typeArguments": [ - { - "type": "reference", - "target": 57008, - "name": "GetUrlWithKeyOptions", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageGetUrlInputWithKey", - "package": "@aws-amplify/storage" - } - }, - "57132": { - "id": 57132, - "name": "GetUrlOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for S3 getUrl API." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "GetUrlWithPathOutput", - "target": 57134, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 56933, - "name": "StorageGetUrlOutput", - "package": "@aws-amplify/storage" - } - }, - "57133": { - "id": 57133, - "name": "GetUrlWithPathInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type with path for S3 getUrl API." - } - ] - }, - "type": { - "type": "reference", - "target": 57045, - "typeArguments": [ - { - "type": "reference", - "target": 57009, - "name": "GetUrlWithPathOptions", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageGetUrlInputWithPath", - "package": "@aws-amplify/storage" - } - }, - "57134": { - "id": 57134, - "name": "GetUrlWithPathOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type with path for S3 getUrl API." - } - ] - }, - "type": { - "type": "reference", - "target": 56933, - "name": "StorageGetUrlOutput", - "package": "@aws-amplify/storage" - } - }, - "57135": { - "id": 57135, - "name": "ListAllInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "ListAllWithPathInput", - "target": 57137, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead.\nInput type for S3 list API. Lists all bucket objects." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 57059, - "typeArguments": [ - { - "type": "reference", - "target": 57015, - "name": "ListAllWithPrefixOptions", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageListInputWithPrefix", - "package": "@aws-amplify/storage" - } - }, - "57136": { - "id": 57136, - "name": "ListAllOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "ListAllWithPathOutput", - "target": 57138, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead.\nOutput type for S3 list API. Lists all bucket objects." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 212584, - "typeArguments": [ - { - "type": "reference", - "target": 56941, - "typeArguments": [ - { - "type": "reference", - "target": 57016, - "name": "ListOutputItem", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageListOutput", - "package": "@aws-amplify/storage" - }, - { - "type": "literal", - "value": "excludedSubpaths" - } - ], - "name": "Omit", - "package": "typescript" - } - }, - "57137": { - "id": 57137, - "name": "ListAllWithPathInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type with path for S3 list API. Lists all bucket objects." - } - ] - }, - "type": { - "type": "reference", - "target": 57057, - "typeArguments": [ - { - "type": "reference", - "target": 57012, - "name": "ListAllWithPathOptions", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageListInputWithPath", - "package": "@aws-amplify/storage" - } - }, - "57138": { - "id": 57138, - "name": "ListAllWithPathOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type with path for S3 list API. Lists all bucket objects." - } - ] - }, - "type": { - "type": "reference", - "target": 56941, - "typeArguments": [ - { - "type": "reference", - "target": 57017, - "name": "ListOutputItemWithPath", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageListOutput", - "package": "@aws-amplify/storage" - } - }, - "57139": { - "id": 57139, - "name": "ListPaginateInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "ListPaginateWithPathInput", - "target": 57143, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead.\nInput type for S3 list API. Lists bucket objects with pagination." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 57059, - "typeArguments": [ - { - "type": "reference", - "target": 57021, - "name": "ListPaginateWithPrefixOptions", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageListInputWithPrefix", - "package": "@aws-amplify/storage" - } - }, - "57140": { - "id": 57140, - "name": "ListPaginateOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "ListPaginateWithPathOutput", - "target": 57144, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead.\nOutput type for S3 list API. Lists bucket objects with pagination." - } - ] - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 212584, - "typeArguments": [ - { - "type": "reference", - "target": 56941, - "typeArguments": [ - { - "type": "reference", - "target": 57016, - "name": "ListOutputItem", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageListOutput", - "package": "@aws-amplify/storage" - }, - { - "type": "literal", - "value": "excludedSubpaths" - } - ], - "name": "Omit", - "package": "typescript" - }, - { - "type": "reflection", - "declaration": { - "id": 57141, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 57142, - "name": "nextToken", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57142 - ] - } - ] - } - } - ] - } - }, - "57142": { - "id": 57142, - "name": "nextToken", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57143": { - "id": 57143, - "name": "ListPaginateWithPathInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type with path for S3 list API. Lists bucket objects with pagination." - } - ] - }, - "type": { - "type": "reference", - "target": 57057, - "typeArguments": [ - { - "type": "reference", - "target": 57018, - "name": "ListPaginateWithPathOptions", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageListInputWithPath", - "package": "@aws-amplify/storage" - } - }, - "57144": { - "id": 57144, - "name": "ListPaginateWithPathOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type with path for S3 list API. Lists bucket objects with pagination." - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 56941, - "typeArguments": [ - { - "type": "reference", - "target": 57017, - "name": "ListOutputItemWithPath", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageListOutput", - "package": "@aws-amplify/storage" - }, - { - "type": "reflection", - "declaration": { - "id": 57145, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 57146, - "name": "nextToken", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57146 - ] - } - ] - } - } - ] - } - }, - "57146": { - "id": 57146, - "name": "nextToken", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57147": { - "id": 57147, - "name": "RemoveInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "RemoveWithPathInput", - "target": 57149, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead.\nInput type with key for S3 remove API." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 57066, - "typeArguments": [ - { - "type": "reference", - "target": 57028, - "name": "RemoveOptions", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageRemoveInputWithKey", - "package": "@aws-amplify/storage" - } - }, - "57148": { - "id": 57148, - "name": "RemoveOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "RemoveWithPathOutput", - "target": 57154, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead.\nOutput type with key for S3 remove API." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 56704, - "typeArguments": [ - { - "type": "reference", - "target": 57010, - "name": "ItemWithKey", - "package": "@aws-amplify/storage" - }, - { - "type": "literal", - "value": "key" - } - ], - "name": "Pick", - "package": "typescript" - } - }, - "57149": { - "id": 57149, - "name": "RemoveWithPathInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type with path for S3 remove API." - } - ] - }, - "type": { - "type": "reference", - "target": 57068, - "typeArguments": [ - { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 212584, - "typeArguments": [ - { - "type": "reference", - "target": 57028, - "name": "RemoveOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "literal", - "value": "accessLevel" - } - ], - "name": "Omit", - "package": "typescript" - }, - { - "type": "reflection", - "declaration": { - "id": 57150, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 57151, - "name": "onProgress", - "variant": "declaration", - "kind": 2048, - "flags": { - "isOptional": true - }, - "signatures": [ - { - "id": 57152, - "name": "onProgress", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Callback function invoked after each batch completes, providing progress updates with file counts and error details." - } - ] - }, - "parameters": [ - { - "id": 57153, - "name": "progress", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reference", - "target": 56919, - "name": "ProgressInfo", - "package": "@aws-amplify/storage" - } - } - ], - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - } - ], - "groups": [ - { - "title": "Methods", - "children": [ - 57151 - ] - } - ] - } - } - ] - } - ], - "name": "StorageRemoveInputWithPath", - "package": "@aws-amplify/storage" - } - }, - "57151": { - "id": 57151, - "name": "onProgress", - "variant": "declaration", - "kind": 2048, - "flags": { - "isOptional": true - }, - "signatures": [ - { - "id": 57152, - "name": "onProgress", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Callback function invoked after each batch completes, providing progress updates with file counts and error details." - } - ] - }, - "parameters": [ - { - "id": 57153, - "name": "progress", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reference", - "target": 56919, - "name": "ProgressInfo", - "package": "@aws-amplify/storage" - } - } - ], - "type": { - "type": "intrinsic", - "name": "void" - } - } - ] - }, - "57152": { - "id": 57152, - "name": "onProgress", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Callback function invoked after each batch completes, providing progress updates with file counts and error details." - } - ] - }, - "parameters": [ - { - "id": 57153, - "name": "progress", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reference", - "target": 56919, - "name": "ProgressInfo", - "package": "@aws-amplify/storage" - } - } - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "57153": { - "id": 57153, - "name": "progress", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reference", - "target": 56919, - "name": "ProgressInfo", - "package": "@aws-amplify/storage" - } - }, - "57154": { - "id": 57154, - "name": "RemoveWithPathOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type with path for S3 remove API." - } - ] - }, - "type": { - "type": "reference", - "target": 56704, - "typeArguments": [ - { - "type": "reference", - "target": 57011, - "name": "ItemWithPath", - "package": "@aws-amplify/storage" - }, - { - "type": "literal", - "value": "path" - } - ], - "name": "Pick", - "package": "typescript" - } - }, - "57155": { - "id": 57155, - "name": "UploadDataInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "UploadDataWithPathInput", - "target": 57157, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead.\nInput type for S3 uploadData API." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 57076, - "typeArguments": [ - { - "type": "reference", - "target": 57092, - "name": "UploadDataWithKeyOptions", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageUploadDataInputWithKey", - "package": "@aws-amplify/storage" - } - }, - "57156": { - "id": 57156, - "name": "UploadDataOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for S3 uploadData API." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "UploadDataWithPathOutput", - "target": 57158, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 57094, - "typeArguments": [ - { - "type": "reference", - "target": 57010, - "name": "ItemWithKey", - "package": "@aws-amplify/storage" - } - ], - "name": "UploadTask", - "package": "@aws-amplify/storage" - } - }, - "57157": { - "id": 57157, - "name": "UploadDataWithPathInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type with path for S3 uploadData API." - } - ] - }, - "type": { - "type": "reference", - "target": 57078, - "typeArguments": [ - { - "type": "reference", - "target": 57093, - "name": "UploadDataWithPathOptions", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageUploadDataInputWithPath", - "package": "@aws-amplify/storage" - } - }, - "57158": { - "id": 57158, - "name": "UploadDataWithPathOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type with path for S3 uploadData API." - } - ] - }, - "type": { - "type": "reference", - "target": 57094, - "typeArguments": [ - { - "type": "reference", - "target": 57011, - "name": "ItemWithPath", - "package": "@aws-amplify/storage" - } - ], - "name": "UploadTask", - "package": "@aws-amplify/storage" - } - }, - "57160": { - "id": 57160, - "name": "copy", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 57161, - 57163 - ] - }, - "57161": { - "id": 57161, - "name": "copy", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Copy an object from a source to a destination object within the same bucket." - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "Output containing the destination object path." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "service: " - }, - { - "kind": "code", - "text": "`S3Exception`" - }, - { - "kind": "text", - "text": " - Thrown when checking for existence of the object" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "validation: " - }, - { - "kind": "code", - "text": "`StorageValidationErrorCode`" - }, - { - "kind": "text", - "text": " - Thrown when\nsource or destination path is not defined." - } - ] - } - ] - }, - "parameters": [ - 57162 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 57122, - "name": "CopyWithPathOutput", - "package": "@aws-amplify/storage" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "57162": { - "id": 57162, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The " - }, - { - "kind": "code", - "text": "`CopyWithPathInput`" - }, - { - "kind": "text", - "text": " object." - } - ] - }, - "type": { - "type": "reference", - "target": 57301, - "name": "StorageCopyInputWithPath", - "package": "@aws-amplify/storage" - } - }, - "57163": { - "id": 57163, - "name": "copy", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "The " - }, - { - "kind": "code", - "text": "`key`" - }, - { - "kind": "text", - "text": " and " - }, - { - "kind": "code", - "text": "`accessLevel`" - }, - { - "kind": "text", - "text": " parameters are deprecated and may be removed in the next major version.\nPlease use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "path", - "target": "https://docs.amplify.aws/react/frontend/storage/copy-files/" - }, - { - "kind": "text", - "text": " instead.\n\nCopy an object from a source to a destination object within the same bucket. Can optionally copy files across\ndifferent accessLevel or identityId (if source object's accessLevel is 'protected')." - } - ] - }, - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "Output containing the destination object key." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "service: " - }, - { - "kind": "code", - "text": "`S3Exception`" - }, - { - "kind": "text", - "text": " - Thrown when checking for existence of the object" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "validation: " - }, - { - "kind": "code", - "text": "`StorageValidationErrorCode`" - }, - { - "kind": "text", - "text": " - Thrown when\nsource or destination key is not defined." - } - ] - } - ] - }, - "parameters": [ - 57164 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 57120, - "name": "CopyOutput", - "package": "@aws-amplify/storage" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "57164": { - "id": 57164, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The " - }, - { - "kind": "code", - "text": "`CopyInput`" - }, - { - "kind": "text", - "text": " object." - } - ] - }, - "type": { - "type": "reference", - "target": 57119, - "name": "CopyInput", - "package": "@aws-amplify/storage" - } - }, - "57165": { - "id": 57165, - "name": "downloadData", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 57166, - 57168 - ] - }, - "57166": { - "id": 57166, - "name": "downloadData", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Download S3 object data to memory" - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "A cancelable task exposing result promise from " - }, - { - "kind": "code", - "text": "`result`" - }, - { - "kind": "text", - "text": " property." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "service: " - }, - { - "kind": "code", - "text": "`S3Exception`" - }, - { - "kind": "text", - "text": " - thrown when checking for existence of the object" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "validation: " - }, - { - "kind": "code", - "text": "`StorageValidationErrorCode`" - }, - { - "kind": "text", - "text": " - Validation errors" - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```ts\n// Download a file from s3 bucket\nconst { body, eTag } = await downloadData({ path, options: {\n onProgress, // Optional progress callback.\n} }).result;\n```" - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```ts\n// Cancel a task\nconst downloadTask = downloadData({ path });\n//...\ndownloadTask.cancel();\ntry {\n\tawait downloadTask.result;\n} catch (error) {\n\tif(isCancelError(error)) {\n // Handle error thrown by task cancelation.\n\t}\n}\n```" - } - ] - } - ] - }, - "parameters": [ - 57167 - ], - "type": { - "type": "reference", - "target": 57126, - "name": "DownloadDataWithPathOutput", - "package": "@aws-amplify/storage" - } - }, - "57167": { - "id": 57167, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The " - }, - { - "kind": "code", - "text": "`DownloadDataWithPathInput`" - }, - { - "kind": "text", - "text": " object." - } - ] - }, - "type": { - "type": "reference", - "target": 57125, - "name": "DownloadDataWithPathInput", - "package": "@aws-amplify/storage" - } - }, - "57168": { - "id": 57168, - "name": "downloadData", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "The " - }, - { - "kind": "code", - "text": "`key`" - }, - { - "kind": "text", - "text": " and " - }, - { - "kind": "code", - "text": "`accessLevel`" - }, - { - "kind": "text", - "text": " parameters are deprecated and may be removed in the next major version.\nPlease use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "path", - "target": "https://docs.amplify.aws/react/frontend/storage/download-files/#downloaddata" - }, - { - "kind": "text", - "text": " instead.\n\nDownload S3 object data to memory" - } - ] - }, - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "A cancelable task exposing result promise from " - }, - { - "kind": "code", - "text": "`result`" - }, - { - "kind": "text", - "text": " property." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "service: " - }, - { - "kind": "code", - "text": "`S3Exception`" - }, - { - "kind": "text", - "text": " - thrown when checking for existence of the object" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "validation: " - }, - { - "kind": "code", - "text": "`StorageValidationErrorCode`" - }, - { - "kind": "text", - "text": " - Validation errors" - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```ts\n// Download a file from s3 bucket\nconst { body, eTag } = await downloadData({ key, options: {\n onProgress, // Optional progress callback.\n} }).result;\n```" - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```ts\n// Cancel a task\nconst downloadTask = downloadData({ key });\n//...\ndownloadTask.cancel();\ntry {\n\tawait downloadTask.result;\n} catch (error) {\n\tif(isCancelError(error)) {\n // Handle error thrown by task cancelation.\n\t}\n}\n```" - } - ] - } - ] - }, - "parameters": [ - 57169 - ], - "type": { - "type": "reference", - "target": 57124, - "name": "DownloadDataOutput", - "package": "@aws-amplify/storage" - } - }, - "57169": { - "id": 57169, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The " - }, - { - "kind": "code", - "text": "`DownloadDataInput`" - }, - { - "kind": "text", - "text": " object." - } - ] - }, - "type": { - "type": "reference", - "target": 57123, - "name": "DownloadDataInput", - "package": "@aws-amplify/storage" - } - }, - "57170": { - "id": 57170, - "name": "getProperties", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 57171, - 57173 - ] - }, - "57171": { - "id": 57171, - "name": "getProperties", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Gets the properties of a file. The properties include S3 system metadata and\nthe user metadata that was provided when uploading the file." - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "Requested object properties." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "An " - }, - { - "kind": "code", - "text": "`S3Exception`" - }, - { - "kind": "text", - "text": " when the underlying S3 service returned error." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "A " - }, - { - "kind": "code", - "text": "`StorageValidationErrorCode`" - }, - { - "kind": "text", - "text": " when API call parameters are invalid." - } - ] - } - ] - }, - "parameters": [ - 57172 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 57130, - "name": "GetPropertiesWithPathOutput", - "package": "@aws-amplify/storage" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "57172": { - "id": 57172, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The " - }, - { - "kind": "code", - "text": "`GetPropertiesWithPathInput`" - }, - { - "kind": "text", - "text": " object." - } - ] - }, - "type": { - "type": "reference", - "target": 57129, - "name": "GetPropertiesWithPathInput", - "package": "@aws-amplify/storage" - } - }, - "57173": { - "id": 57173, - "name": "getProperties", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "The " - }, - { - "kind": "code", - "text": "`key`" - }, - { - "kind": "text", - "text": " and " - }, - { - "kind": "code", - "text": "`accessLevel`" - }, - { - "kind": "text", - "text": " parameters are deprecated and may be removed in the next major version.\nPlease use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "path", - "target": "https://docs.amplify.aws/javascript/frontend/storage/list-files/" - }, - { - "kind": "text", - "text": " instead.\n\nGets the properties of a file. The properties include S3 system metadata and\nthe user metadata that was provided when uploading the file." - } - ] - }, - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "Requested object properties." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "An " - }, - { - "kind": "code", - "text": "`S3Exception`" - }, - { - "kind": "text", - "text": " when the underlying S3 service returned error." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "A " - }, - { - "kind": "code", - "text": "`StorageValidationErrorCode`" - }, - { - "kind": "text", - "text": " when API call parameters are invalid." - } - ] - } - ] - }, - "parameters": [ - 57174 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 57128, - "name": "GetPropertiesOutput", - "package": "@aws-amplify/storage" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "57174": { - "id": 57174, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The " - }, - { - "kind": "code", - "text": "`GetPropertiesInput`" - }, - { - "kind": "text", - "text": " object." - } - ] - }, - "type": { - "type": "reference", - "target": 57127, - "name": "GetPropertiesInput", - "package": "@aws-amplify/storage" - } - }, - "57175": { - "id": 57175, - "name": "getUrl", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 57176, - 57178 - ] - }, - "57176": { - "id": 57176, - "name": "getUrl", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Get a temporary presigned URL to download the specified S3 object.\nThe presigned URL expires when the associated role used to sign the request expires or\nthe option " - }, - { - "kind": "code", - "text": "`expiresIn`" - }, - { - "kind": "text", - "text": " is reached. The " - }, - { - "kind": "code", - "text": "`expiresAt`" - }, - { - "kind": "text", - "text": " property in the output object indicates when the URL MAY expire.\n\nBy default, it will not validate the object that exists in S3. If you set the " - }, - { - "kind": "code", - "text": "`options.validateObjectExistence`" - }, - { - "kind": "text", - "text": "\nto true, this method will verify the given object already exists in S3 before returning a presigned\nURL, and will throw " - }, - { - "kind": "code", - "text": "`StorageError`" - }, - { - "kind": "text", - "text": " if the object does not exist." - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "Presigned URL and timestamp when the URL may expire." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "service: " - }, - { - "kind": "code", - "text": "`S3Exception`" - }, - { - "kind": "text", - "text": " - thrown when checking for existence of the object" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "validation: " - }, - { - "kind": "code", - "text": "`StorageValidationErrorCode`" - }, - { - "kind": "text", - "text": " - Validation errors\nthrown either username or key are not defined." - } - ] - } - ] - }, - "parameters": [ - 57177 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 57134, - "name": "GetUrlWithPathOutput", - "package": "@aws-amplify/storage" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "57177": { - "id": 57177, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The " - }, - { - "kind": "code", - "text": "`GetUrlWithPathInput`" - }, - { - "kind": "text", - "text": " object." - } - ] - }, - "type": { - "type": "reference", - "target": 57133, - "name": "GetUrlWithPathInput", - "package": "@aws-amplify/storage" - } - }, - "57178": { - "id": 57178, - "name": "getUrl", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "The " - }, - { - "kind": "code", - "text": "`key`" - }, - { - "kind": "text", - "text": " and " - }, - { - "kind": "code", - "text": "`accessLevel`" - }, - { - "kind": "text", - "text": " parameters are deprecated and may be removed in the next major version.\nPlease use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "path", - "target": "https://docs.amplify.aws/javascript/frontend/storage/download-files/#generate-a-download-url" - }, - { - "kind": "text", - "text": " instead.\n\nGet a temporary presigned URL to download the specified S3 object.\nThe presigned URL expires when the associated role used to sign the request expires or\nthe option " - }, - { - "kind": "code", - "text": "`expiresIn`" - }, - { - "kind": "text", - "text": " is reached. The " - }, - { - "kind": "code", - "text": "`expiresAt`" - }, - { - "kind": "text", - "text": " property in the output object indicates when the URL MAY expire.\n\nBy default, it will not validate the object that exists in S3. If you set the " - }, - { - "kind": "code", - "text": "`options.validateObjectExistence`" - }, - { - "kind": "text", - "text": "\nto true, this method will verify the given object already exists in S3 before returning a presigned\nURL, and will throw " - }, - { - "kind": "code", - "text": "`StorageError`" - }, - { - "kind": "text", - "text": " if the object does not exist." - } - ] - }, - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "Presigned URL and timestamp when the URL may expire." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "service: " - }, - { - "kind": "code", - "text": "`S3Exception`" - }, - { - "kind": "text", - "text": " - thrown when checking for existence of the object" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "validation: " - }, - { - "kind": "code", - "text": "`StorageValidationErrorCode`" - }, - { - "kind": "text", - "text": " - Validation errors\nthrown either username or key are not defined." - } - ] - } - ] - }, - "parameters": [ - 57179 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 57132, - "name": "GetUrlOutput", - "package": "@aws-amplify/storage" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "57179": { - "id": 57179, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The " - }, - { - "kind": "code", - "text": "`GetUrlInput`" - }, - { - "kind": "text", - "text": " object." - } - ] - }, - "type": { - "type": "reference", - "target": 57131, - "name": "GetUrlInput", - "package": "@aws-amplify/storage" - } - }, - "57180": { - "id": 57180, - "name": "isCancelError", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 57181 - ] - }, - "57181": { - "id": 57181, - "name": "isCancelError", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Check if an error is caused by user calling " - }, - { - "kind": "code", - "text": "`cancel()`" - }, - { - "kind": "text", - "text": " on a upload/download task. If an overwriting error is\nsupplied to " - }, - { - "kind": "code", - "text": "`task.cancel(errorOverwrite)`" - }, - { - "kind": "text", - "text": ", this function will return " - }, - { - "kind": "code", - "text": "`false`" - }, - { - "kind": "text", - "text": "." - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "- A boolean indicating if the error was from an upload cancellation" - } - ] - } - ] - }, - "parameters": [ - 57182 - ], - "type": { - "type": "predicate", - "name": "error", - "asserts": false, - "targetType": { - "type": "reference", - "target": { - "sourceFileName": "packages/storage/dist/esm/errors/CanceledError.d.ts", - "qualifiedName": "CanceledError" - }, - "name": "CanceledError", - "package": "@aws-amplify/storage" - } - } - }, - "57182": { - "id": 57182, - "name": "error", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The unknown exception to be checked." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "unknown" - } - }, - "57183": { - "id": 57183, - "name": "list", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 57184, - 57186, - 57188, - 57190 - ] - }, - "57184": { - "id": 57184, - "name": "list", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "List files in pages with the given " - }, - { - "kind": "code", - "text": "`path`" - }, - { - "kind": "text", - "text": ".\n" - }, - { - "kind": "code", - "text": "`pageSize`" - }, - { - "kind": "text", - "text": " is defaulted to 1000. Additionally, the result will include a " - }, - { - "kind": "code", - "text": "`nextToken`" - }, - { - "kind": "text", - "text": " if there are more items to retrieve." - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "A list of objects with path and metadata" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "service: " - }, - { - "kind": "code", - "text": "`S3Exception`" - }, - { - "kind": "text", - "text": " - S3 service errors thrown when checking for existence of bucket" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "validation: " - }, - { - "kind": "code", - "text": "`StorageValidationErrorCode`" - }, - { - "kind": "text", - "text": " - thrown when there are issues with credentials" - } - ] - } - ] - }, - "parameters": [ - 57185 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 57144, - "name": "ListPaginateWithPathOutput", - "package": "@aws-amplify/storage" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "57185": { - "id": 57185, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The " - }, - { - "kind": "code", - "text": "`ListPaginateWithPathInput`" - }, - { - "kind": "text", - "text": " object." - } - ] - }, - "type": { - "type": "reference", - "target": 57143, - "name": "ListPaginateWithPathInput", - "package": "@aws-amplify/storage" - } - }, - "57186": { - "id": 57186, - "name": "list", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "List all files from S3 for a given " - }, - { - "kind": "code", - "text": "`path`" - }, - { - "kind": "text", - "text": ". You can set " - }, - { - "kind": "code", - "text": "`listAll`" - }, - { - "kind": "text", - "text": " to true in " - }, - { - "kind": "code", - "text": "`options`" - }, - { - "kind": "text", - "text": " to get all the files from S3." - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "A list of all objects with path and metadata" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "service: " - }, - { - "kind": "code", - "text": "`S3Exception`" - }, - { - "kind": "text", - "text": " - S3 service errors thrown when checking for existence of bucket" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "validation: " - }, - { - "kind": "code", - "text": "`StorageValidationErrorCode`" - }, - { - "kind": "text", - "text": " - thrown when there are issues with credentials" - } - ] - } - ] - }, - "parameters": [ - 57187 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 57138, - "name": "ListAllWithPathOutput", - "package": "@aws-amplify/storage" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "57187": { - "id": 57187, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The " - }, - { - "kind": "code", - "text": "`ListAllWithPathInput`" - }, - { - "kind": "text", - "text": " object." - } - ] - }, - "type": { - "type": "reference", - "target": 57137, - "name": "ListAllWithPathInput", - "package": "@aws-amplify/storage" - } - }, - "57188": { - "id": 57188, - "name": "list", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "The " - }, - { - "kind": "code", - "text": "`prefix`" - }, - { - "kind": "text", - "text": " and " - }, - { - "kind": "code", - "text": "`accessLevel`" - }, - { - "kind": "text", - "text": " parameters are deprecated and may be removed in the next major version.\nPlease use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "path", - "target": "https://docs.amplify.aws/react/frontend/storage/list-files/" - }, - { - "kind": "text", - "text": " instead.\nList files in pages with the given " - }, - { - "kind": "code", - "text": "`prefix`" - }, - { - "kind": "text", - "text": ".\n" - }, - { - "kind": "code", - "text": "`pageSize`" - }, - { - "kind": "text", - "text": " is defaulted to 1000. Additionally, the result will include a " - }, - { - "kind": "code", - "text": "`nextToken`" - }, - { - "kind": "text", - "text": " if there are more items to retrieve." - } - ] - }, - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "A list of objects with key and metadata" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "service: " - }, - { - "kind": "code", - "text": "`S3Exception`" - }, - { - "kind": "text", - "text": " - S3 service errors thrown when checking for existence of bucket" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "validation: " - }, - { - "kind": "code", - "text": "`StorageValidationErrorCode`" - }, - { - "kind": "text", - "text": " - thrown when there are issues with credentials" - } - ] - } - ] - }, - "parameters": [ - 57189 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 57140, - "name": "ListPaginateOutput", - "package": "@aws-amplify/storage" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "57189": { - "id": 57189, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The " - }, - { - "kind": "code", - "text": "`ListPaginateInput`" - }, - { - "kind": "text", - "text": " object." - } - ] - }, - "type": { - "type": "reference", - "target": 57139, - "name": "ListPaginateInput", - "package": "@aws-amplify/storage" - } - }, - "57190": { - "id": 57190, - "name": "list", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "The " - }, - { - "kind": "code", - "text": "`prefix`" - }, - { - "kind": "text", - "text": " and " - }, - { - "kind": "code", - "text": "`accessLevel`" - }, - { - "kind": "text", - "text": " parameters are deprecated and may be removed in the next major version.\nPlease use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "path", - "target": "https://docs.amplify.aws/react/frontend/storage/list-files/" - }, - { - "kind": "text", - "text": " instead.\nList all files from S3 for a given " - }, - { - "kind": "code", - "text": "`prefix`" - }, - { - "kind": "text", - "text": ". You can set " - }, - { - "kind": "code", - "text": "`listAll`" - }, - { - "kind": "text", - "text": " to true in " - }, - { - "kind": "code", - "text": "`options`" - }, - { - "kind": "text", - "text": " to get all the files from S3." - } - ] - }, - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "A list of all objects with key and metadata" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "service: " - }, - { - "kind": "code", - "text": "`S3Exception`" - }, - { - "kind": "text", - "text": " - S3 service errors thrown when checking for existence of bucket" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "validation: " - }, - { - "kind": "code", - "text": "`StorageValidationErrorCode`" - }, - { - "kind": "text", - "text": " - thrown when there are issues with credentials" - } - ] - } - ] - }, - "parameters": [ - 57191 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 57136, - "name": "ListAllOutput", - "package": "@aws-amplify/storage" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "57191": { - "id": 57191, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The " - }, - { - "kind": "code", - "text": "`ListAllInput`" - }, - { - "kind": "text", - "text": " object." - } - ] - }, - "type": { - "type": "reference", - "target": 57135, - "name": "ListAllInput", - "package": "@aws-amplify/storage" - } - }, - "57192": { - "id": 57192, - "name": "remove", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 57193, - 57195 - ] - }, - "57193": { - "id": 57193, - "name": "remove", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Remove a file or folder from your S3 bucket." - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "Operation handle with result promise and cancellation capability." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "service: " - }, - { - "kind": "code", - "text": "`S3Exception`" - }, - { - "kind": "text", - "text": " - S3 service errors thrown while while removing the object." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "validation: " - }, - { - "kind": "code", - "text": "`StorageValidationErrorCode`" - }, - { - "kind": "text", - "text": " - Validation errors thrown\nwhen there is no path or path is empty or path has a leading slash." - } - ] - } - ] - }, - "parameters": [ - 57194 - ], - "type": { - "type": "reference", - "target": 57262, - "typeArguments": [ - { - "type": "reference", - "target": 57154, - "name": "RemoveWithPathOutput", - "package": "@aws-amplify/storage" - } - ], - "name": "RemoveOperation", - "package": "@aws-amplify/storage" - } - }, - "57194": { - "id": 57194, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The " - }, - { - "kind": "code", - "text": "`RemoveWithPathInput`" - }, - { - "kind": "text", - "text": " object." - } - ] - }, - "type": { - "type": "reference", - "target": 57149, - "name": "RemoveWithPathInput", - "package": "@aws-amplify/storage" - } - }, - "57195": { - "id": 57195, - "name": "remove", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "The " - }, - { - "kind": "code", - "text": "`key`" - }, - { - "kind": "text", - "text": " and " - }, - { - "kind": "code", - "text": "`accessLevel`" - }, - { - "kind": "text", - "text": " parameters are deprecated and may be removed in the next major version.\nPlease use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "path", - "target": "https://docs.amplify.aws/react/frontend/storage/remove-files/" - }, - { - "kind": "text", - "text": " instead.\n\nRemove a file from your S3 bucket." - } - ] - }, - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "Operation handle with result promise and cancellation capability." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "service: " - }, - { - "kind": "code", - "text": "`S3Exception`" - }, - { - "kind": "text", - "text": " - S3 service errors thrown while while removing the object" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "validation: " - }, - { - "kind": "code", - "text": "`StorageValidationErrorCode`" - }, - { - "kind": "text", - "text": " - Validation errors thrown\nwhen there is no key or its empty." - } - ] - } - ] - }, - "parameters": [ - 57196 - ], - "type": { - "type": "reference", - "target": 57262, - "typeArguments": [ - { - "type": "reference", - "target": 57148, - "name": "RemoveOutput", - "package": "@aws-amplify/storage" - } - ], - "name": "RemoveOperation", - "package": "@aws-amplify/storage" - } - }, - "57196": { - "id": 57196, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The " - }, - { - "kind": "code", - "text": "`RemoveInput`" - }, - { - "kind": "text", - "text": " object." - } - ] - }, - "type": { - "type": "reference", - "target": 57147, - "name": "RemoveInput", - "package": "@aws-amplify/storage" - } - }, - "57197": { - "id": 57197, - "name": "uploadData", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 57198, - 57200 - ] - }, - "57198": { - "id": 57198, - "name": "uploadData", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Upload data to the specified S3 object path. By default uses single PUT operation to upload if the payload is less than 5MB.\nOtherwise, uses multipart upload to upload the payload. If the payload length cannot be determined, uses multipart upload.\n\nLimitations:\n* Maximum object size is 5TB.\n* Maximum object size if the size cannot be determined before upload is 50GB." - } - ], - "blockTags": [ - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "Service: " - }, - { - "kind": "code", - "text": "`S3Exception`" - }, - { - "kind": "text", - "text": " thrown when checking for existence of the object." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "Validation: " - }, - { - "kind": "code", - "text": "`StorageValidationErrorCode`" - }, - { - "kind": "text", - "text": " thrown when a validation error occurs." - } - ] - }, - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "A cancelable and resumable task exposing result promise from " - }, - { - "kind": "code", - "text": "`result`" - }, - { - "kind": "text", - "text": "\n\tproperty." - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```ts\n// Upload a file to s3 bucket\nawait uploadData({ path, data: file, options: {\n onProgress, // Optional progress callback.\n} }).result;\n```" - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```ts\n// Cancel a task\nconst uploadTask = uploadData({ path, data: file });\n//...\nuploadTask.cancel();\ntry {\n await uploadTask.result;\n} catch (error) {\n if(isCancelError(error)) {\n // Handle error thrown by task cancelation.\n }\n}\n```" - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```ts\n// Pause and resume a task\nconst uploadTask = uploadData({ path, data: file });\n//...\nuploadTask.pause();\n//...\nuploadTask.resume();\n//...\nawait uploadTask.result;\n```" - } - ] - } - ] - }, - "parameters": [ - 57199 - ], - "type": { - "type": "reference", - "target": 57158, - "name": "UploadDataWithPathOutput", - "package": "@aws-amplify/storage" - } - }, - "57199": { - "id": 57199, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "A " - }, - { - "kind": "code", - "text": "`UploadDataWithPathInput`" - }, - { - "kind": "text", - "text": " object." - } - ] - }, - "type": { - "type": "reference", - "target": 57157, - "name": "UploadDataWithPathInput", - "package": "@aws-amplify/storage" - } - }, - "57200": { - "id": 57200, - "name": "uploadData", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Upload data to the specified S3 object key. By default uses single PUT operation to upload if the payload is less than 5MB.\nOtherwise, uses multipart upload to upload the payload. If the payload length cannot be determined, uses multipart upload.\n\nLimitations:\n* Maximum object size is 5TB.\n* Maximum object size if the size cannot be determined before upload is 50GB." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "The " - }, - { - "kind": "code", - "text": "`key`" - }, - { - "kind": "text", - "text": " and " - }, - { - "kind": "code", - "text": "`accessLevel`" - }, - { - "kind": "text", - "text": " parameters are deprecated and will be removed in next major version.\nPlease use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "path", - "target": "https://docs.amplify.aws/javascript/frontend/storage/upload-files/#uploaddata" - }, - { - "kind": "text", - "text": " instead." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "Service: " - }, - { - "kind": "code", - "text": "`S3Exception`" - }, - { - "kind": "text", - "text": " thrown when checking for existence of the object." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "Validation: " - }, - { - "kind": "code", - "text": "`StorageValidationErrorCode`" - }, - { - "kind": "text", - "text": " thrown when a validation error occurs." - } - ] - }, - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "A cancelable and resumable task exposing result promise from the " - }, - { - "kind": "code", - "text": "`result`" - }, - { - "kind": "text", - "text": " property." - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```ts\n// Upload a file to s3 bucket\nawait uploadData({ key, data: file, options: {\n onProgress, // Optional progress callback.\n} }).result;\n```" - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```ts\n// Cancel a task\nconst uploadTask = uploadData({ key, data: file });\n//...\nuploadTask.cancel();\ntry {\n await uploadTask.result;\n} catch (error) {\n if(isCancelError(error)) {\n // Handle error thrown by task cancelation.\n }\n}\n```" - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```ts\n// Pause and resume a task\nconst uploadTask = uploadData({ key, data: file });\n//...\nuploadTask.pause();\n//...\nuploadTask.resume();\n//...\nawait uploadTask.result;\n```" - } - ] - } - ] - }, - "parameters": [ - 57201 - ], - "type": { - "type": "reference", - "target": 57156, - "name": "UploadDataOutput", - "package": "@aws-amplify/storage" - } - }, - "57201": { - "id": 57201, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "A " - }, - { - "kind": "code", - "text": "`UploadDataInput`" - }, - { - "kind": "text", - "text": " object." - } - ] - }, - "type": { - "type": "reference", - "target": 57155, - "name": "UploadDataInput", - "package": "@aws-amplify/storage" - } - }, - "57245": { - "id": 57245, - "name": "CopyTagConfig", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 57246 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57246 - ] - } - ] - }, - "57246": { - "id": 57246, - "name": "mode", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "literal", - "value": "copy" - } - }, - "57247": { - "id": 57247, - "name": "CopyWithPathDestinationOptions", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 57248, - 57249 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57248, - 57249 - ] - } - ] - }, - "57248": { - "id": 57248, - "name": "bucket", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 57030, - "name": "StorageBucket", - "package": "@aws-amplify/storage" - } - }, - "57249": { - "id": 57249, - "name": "expectedBucketOwner", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57250": { - "id": 57250, - "name": "CopyWithPathSourceOptions", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 57251, - 57252, - 57253, - 57254 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57251, - 57252, - 57253, - 57254 - ] - } - ] - }, - "57251": { - "id": 57251, - "name": "bucket", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 57030, - "name": "StorageBucket", - "package": "@aws-amplify/storage" - } - }, - "57252": { - "id": 57252, - "name": "eTag", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57253": { - "id": 57253, - "name": "expectedBucketOwner", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57254": { - "id": 57254, - "name": "notModifiedSince", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Date" - }, - "name": "Date", - "package": "typescript" - } - }, - "57262": { - "id": 57262, - "name": "RemoveOperation", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Represents an ongoing remove operation with cancellation and state tracking capabilities" - } - ] - }, - "children": [ - 57263, - 57271, - 57277, - 57278, - 57279, - 57292 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57263, - 57271, - 57277, - 57278, - 57279 - ] - }, - { - "title": "Methods", - "children": [ - 57292 - ] - } - ], - "typeParameters": [ - 57295 - ], - "extendedTypes": [ - { - "type": "reference", - "target": 57255, - "typeArguments": [ - { - "type": "reference", - "target": 57295, - "name": "T", - "package": "@aws-amplify/storage", - "qualifiedName": "RemoveOperation.T", - "refersToTypeParameter": true - } - ], - "name": "NonPausableTransferTask", - "package": "@aws-amplify/storage" - } - ] - }, - "57263": { - "id": 57263, - "name": "catch", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 57264, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "signatures": [ - 57265 - ] - } - } - }, - "57271": { - "id": 57271, - "name": "finally", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 57272, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "signatures": [ - 57273 - ] - } - } - }, - "57277": { - "id": 57277, - "name": "result", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Promise that resolves when the transfer task is completed. The promise will be rejected if the task is canceled." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 57295, - "name": "T", - "package": "@aws-amplify/storage", - "qualifiedName": "RemoveOperation.T", - "refersToTypeParameter": true - } - ], - "name": "Promise", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 57256, - "name": "NonPausableTransferTask.result" - } - }, - "57278": { - "id": 57278, - "name": "state", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 212584, - "typeArguments": [ - { - "type": "reference", - "target": 57081, - "name": "TransferTaskState", - "package": "@aws-amplify/storage" - }, - { - "type": "literal", - "value": "PAUSED" - } - ], - "name": "Omit", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 57257, - "name": "NonPausableTransferTask.state" - } - }, - "57279": { - "id": 57279, - "name": "then", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 57280, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "signatures": [ - 57281 - ] - } - } - }, - "57292": { - "id": 57292, - "name": "cancel", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - 57293 - ], - "inheritedFrom": { - "type": "reference", - "target": 57258, - "name": "NonPausableTransferTask.cancel" - } - }, - "57293": { - "id": 57293, - "name": "cancel", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Cancel an ongoing transfer(upload/download) task. This will reject the " - }, - { - "kind": "code", - "text": "`result`" - }, - { - "kind": "text", - "text": " promise with an " - }, - { - "kind": "code", - "text": "`AbortError`" - }, - { - "kind": "text", - "text": " by\ndefault. You can use " - }, - { - "kind": "code", - "text": "`isCancelError`" - }, - { - "kind": "text", - "text": " to check if the error is caused by cancellation." - } - ] - }, - "parameters": [ - 57294 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 57259, - "name": "NonPausableTransferTask.cancel" - } - }, - "57294": { - "id": 57294, - "name": "message", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Optional error message to overwrite the default " - }, - { - "kind": "code", - "text": "`canceled`" - }, - { - "kind": "text", - "text": " message thrown when the task is\n\tcanceled. If provided, the " - }, - { - "kind": "code", - "text": "`result`" - }, - { - "kind": "text", - "text": " promise will be rejected with a " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "CanceledError" - }, - { - "kind": "text", - "text": " with supplied error\n message instead." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57295": { - "id": 57295, - "name": "T", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The type of the result (RemoveWithPathOutput | RemoveOutput)" - } - ] - } - }, - "57296": { - "id": 57296, - "name": "RemoveTagConfig", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 57297 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57297 - ] - } - ] - }, - "57297": { - "id": 57297, - "name": "mode", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "literal", - "value": "remove" - } - }, - "57298": { - "id": 57298, - "name": "ReplaceTagConfig", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 57299, - 57300 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57299, - 57300 - ] - } - ] - }, - "57299": { - "id": 57299, - "name": "mode", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "literal", - "value": "replace" - } - }, - "57300": { - "id": 57300, - "name": "tags", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 56708, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "Record", - "package": "typescript" - } - }, - "57301": { - "id": 57301, - "name": "StorageCopyInputWithPath", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 57302, - 57303, - 57304 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57302, - 57303, - 57304 - ] - } - ] - }, - "57302": { - "id": 57302, - "name": "destination", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 56947, - "name": "StorageOperationInputWithPath", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 57247, - "name": "CopyWithPathDestinationOptions", - "package": "@aws-amplify/storage" - } - ] - } - }, - "57303": { - "id": 57303, - "name": "source", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 56947, - "name": "StorageOperationInputWithPath", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 57250, - "name": "CopyWithPathSourceOptions", - "package": "@aws-amplify/storage" - } - ] - } - }, - "57304": { - "id": 57304, - "name": "tagConfig", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 57305, - "name": "TagConfig", - "package": "@aws-amplify/storage" - } - }, - "57305": { - "id": 57305, - "name": "TagConfig", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "reference", - "target": 212522, - "typeArguments": [ - { - "type": "reference", - "target": 57306, - "name": "TagConfigInternal", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 57298, - "name": "ReplaceTagConfig", - "package": "@aws-amplify/storage" - } - ], - "name": "Exclude", - "package": "typescript" - } - }, - "57306": { - "id": 57306, - "name": "TagConfigInternal", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "reference", - "target": 57245, - "name": "CopyTagConfig", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 57296, - "name": "RemoveTagConfig", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 57298, - "name": "ReplaceTagConfig", - "package": "@aws-amplify/storage" - } - ] - } - }, - "57486": { - "id": 57486, - "name": "ANGLE_instanced_arrays", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The ANGLE_instanced_arrays extension is part of the WebGL API and allows to draw the same object, or groups of similar objects multiple times, if they share the same vertex data, primitive count and type.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/ANGLE_instanced_arrays)" - } - ] - }, - "children": [ - 57487, - 57488, - 57494, - 57501 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57487 - ] - }, - { - "title": "Methods", - "children": [ - 57488, - 57494, - 57501 - ] - } - ] - }, - "57487": { - "id": 57487, - "name": "VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 35070 - } - }, - "57488": { - "id": 57488, - "name": "drawArraysInstancedANGLE", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57489 - ] - }, - "57489": { - "id": 57489, - "name": "drawArraysInstancedANGLE", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/ANGLE_instanced_arrays/drawArraysInstancedANGLE)" - } - ] - }, - "parameters": [ - 57490, - 57491, - 57492, - 57493 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "57490": { - "id": 57490, - "name": "mode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57491": { - "id": 57491, - "name": "first", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57492": { - "id": 57492, - "name": "count", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57493": { - "id": 57493, - "name": "primcount", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57494": { - "id": 57494, - "name": "drawElementsInstancedANGLE", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57495 - ] - }, - "57495": { - "id": 57495, - "name": "drawElementsInstancedANGLE", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/ANGLE_instanced_arrays/drawElementsInstancedANGLE)" - } - ] - }, - "parameters": [ - 57496, - 57497, - 57498, - 57499, - 57500 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "57496": { - "id": 57496, - "name": "mode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57497": { - "id": 57497, - "name": "count", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57498": { - "id": 57498, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57499": { - "id": 57499, - "name": "offset", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57500": { - "id": 57500, - "name": "primcount", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57501": { - "id": 57501, - "name": "vertexAttribDivisorANGLE", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57502 - ] - }, - "57502": { - "id": 57502, - "name": "vertexAttribDivisorANGLE", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/ANGLE_instanced_arrays/vertexAttribDivisorANGLE)" - } - ] - }, - "parameters": [ - 57503, - 57504 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "57503": { - "id": 57503, - "name": "index", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57504": { - "id": 57504, - "name": "divisor", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57550": { - "id": 57550, - "name": "AbortSignal", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "A signal object that allows you to communicate with a DOM request (such as a Fetch) and abort it if required via an AbortController object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal)" - } - ] - }, - "children": [ - 57551, - 57552, - 57557, - 57558, - 57572, - 57575, - 57589 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57551, - 57552, - 57557 - ] - }, - { - "title": "Methods", - "children": [ - 57558, - 57572, - 57575, - 57589 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "57551": { - "id": 57551, - "name": "aborted", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if this AbortSignal's AbortController has signaled to abort, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/aborted)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "57552": { - "id": 57552, - "name": "onabort", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/abort_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 57553, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 57554, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 57555, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57550, - "name": "AbortSignal", - "package": "typescript" - } - }, - { - "id": 57556, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - } - }, - "57557": { - "id": 57557, - "name": "reason", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/reason)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "any" - } - }, - "57558": { - "id": 57558, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57559, - 57568 - ], - "overwrites": { - "type": "reference", - "target": 62493, - "name": "EventTarget.addEventListener" - } - }, - "57559": { - "id": 57559, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Appends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched.\n\nThe options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options's capture.\n\nWhen set to true, options's capture prevents callback from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event's eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event's eventPhase attribute value is AT_TARGET.\n\nWhen set to true, options's passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners.\n\nWhen set to true, options's once indicates that the callback will only be invoked once after which the event listener will be removed.\n\nIf an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted.\n\nThe event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/addEventListener)" - } - ] - }, - "typeParameter": [ - 57560 - ], - "parameters": [ - 57561, - 57562, - 57567 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 62494, - "name": "EventTarget.addEventListener" - } - }, - "57560": { - "id": 57560, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "abort" - } - }, - "57561": { - "id": 57561, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57560, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "57562": { - "id": 57562, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 57563, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 57564 - ] - } - } - }, - "57567": { - "id": 57567, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 57635, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "57568": { - "id": 57568, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 57569, - 57570, - 57571 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": -1, - "name": "EventTarget.addEventListener" - } - }, - "57569": { - "id": 57569, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57570": { - "id": 57570, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "57571": { - "id": 57571, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 57635, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "57572": { - "id": 57572, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57573 - ], - "inheritedFrom": { - "type": "reference", - "target": 62498, - "name": "EventTarget.dispatchEvent" - } - }, - "57573": { - "id": 57573, - "name": "dispatchEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "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.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/dispatchEvent)" - } - ] - }, - "parameters": [ - 57574 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62499, - "name": "EventTarget.dispatchEvent" - } - }, - "57574": { - "id": 57574, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "57575": { - "id": 57575, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57576, - 57585 - ], - "overwrites": { - "type": "reference", - "target": 62501, - "name": "EventTarget.removeEventListener" - } - }, - "57576": { - "id": 57576, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes the event listener in target's event listener list with the same type, callback, and options.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/removeEventListener)" - } - ] - }, - "typeParameter": [ - 57577 - ], - "parameters": [ - 57578, - 57579, - 57584 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 62502, - "name": "EventTarget.removeEventListener" - } - }, - "57577": { - "id": 57577, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "abort" - } - }, - "57578": { - "id": 57578, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57577, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "57579": { - "id": 57579, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 57580, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 57581 - ] - } - } - }, - "57584": { - "id": 57584, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 62469, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "57585": { - "id": 57585, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 57586, - 57587, - 57588 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": -1, - "name": "EventTarget.removeEventListener" - } - }, - "57586": { - "id": 57586, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57587": { - "id": 57587, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "57588": { - "id": 57588, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 62469, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "57589": { - "id": 57589, - "name": "throwIfAborted", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57590 - ] - }, - "57590": { - "id": 57590, - "name": "throwIfAborted", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/throwIfAborted)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "57635": { - "id": 57635, - "name": "AddEventListenerOptions", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 57636, - 57637, - 57638, - 57639 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57636, - 57637, - 57638, - 57639 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 62469, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - }, - "57636": { - "id": 57636, - "name": "capture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62470, - "name": "EventListenerOptions.capture" - } - }, - "57637": { - "id": 57637, - "name": "once", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "57638": { - "id": 57638, - "name": "passive", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "57639": { - "id": 57639, - "name": "signal", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 57550, - "name": "AbortSignal", - "package": "typescript" - } - }, - "57640": { - "id": 57640, - "name": "AddressErrors", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 57641, - 57642, - 57643, - 57644, - 57645, - 57646, - 57647, - 57648, - 57649, - 57650 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57641, - 57642, - 57643, - 57644, - 57645, - 57646, - 57647, - 57648, - 57649, - 57650 - ] - } - ] - }, - "57641": { - "id": 57641, - "name": "addressLine", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57642": { - "id": 57642, - "name": "city", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57643": { - "id": 57643, - "name": "country", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57644": { - "id": 57644, - "name": "dependentLocality", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57645": { - "id": 57645, - "name": "organization", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57646": { - "id": 57646, - "name": "phone", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57647": { - "id": 57647, - "name": "postalCode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57648": { - "id": 57648, - "name": "recipient", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57649": { - "id": 57649, - "name": "region", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57650": { - "id": 57650, - "name": "sortingCode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57672": { - "id": 57672, - "name": "Animation", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Animation)" - } - ] - }, - "children": [ - 57673, - 57674, - 57675, - 57676, - 57677, - 57682, - 57687, - 57692, - 57693, - 57694, - 57695, - 57696, - 57697, - 57698, - 57699, - 57713, - 57715, - 57717, - 57720, - 57722, - 57724, - 57726, - 57728, - 57742, - 57744 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57673, - 57674, - 57675, - 57676, - 57677, - 57682, - 57687, - 57692, - 57693, - 57694, - 57695, - 57696, - 57697, - 57698 - ] - }, - { - "title": "Methods", - "children": [ - 57699, - 57713, - 57715, - 57717, - 57720, - 57722, - 57724, - 57726, - 57728, - 57742, - 57744 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "57673": { - "id": 57673, - "name": "currentTime", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Animation/currentTime)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 212496, - "name": "CSSNumberish", - "package": "typescript" - } - ] - } - }, - "57674": { - "id": 57674, - "name": "effect", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Animation/effect)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57747, - "name": "AnimationEffect", - "package": "typescript" - } - ] - } - }, - "57675": { - "id": 57675, - "name": "finished", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Animation/finished)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 57672, - "name": "Animation", - "package": "typescript" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "57676": { - "id": 57676, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Animation/id)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57677": { - "id": 57677, - "name": "oncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Animation/cancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 57678, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 57679, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 57680, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57672, - "name": "Animation", - "package": "typescript" - } - }, - { - "id": 57681, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57807, - "name": "AnimationPlaybackEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - } - }, - "57682": { - "id": 57682, - "name": "onfinish", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Animation/finish_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 57683, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 57684, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 57685, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57672, - "name": "Animation", - "package": "typescript" - } - }, - { - "id": 57686, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57807, - "name": "AnimationPlaybackEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - } - }, - "57687": { - "id": 57687, - "name": "onremove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Animation/remove_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 57688, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 57689, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 57690, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57672, - "name": "Animation", - "package": "typescript" - } - }, - { - "id": 57691, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57807, - "name": "AnimationPlaybackEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - } - }, - "57692": { - "id": 57692, - "name": "pending", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Animation/pending)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "57693": { - "id": 57693, - "name": "playState", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Animation/playState)" - } - ] - }, - "type": { - "type": "reference", - "target": 212453, - "name": "AnimationPlayState", - "package": "typescript" - } - }, - "57694": { - "id": 57694, - "name": "playbackRate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Animation/playbackRate)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57695": { - "id": 57695, - "name": "ready", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Animation/ready)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 57672, - "name": "Animation", - "package": "typescript" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "57696": { - "id": 57696, - "name": "replaceState", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Animation/replaceState)" - } - ] - }, - "type": { - "type": "reference", - "target": 212454, - "name": "AnimationReplaceState", - "package": "typescript" - } - }, - "57697": { - "id": 57697, - "name": "startTime", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Animation/startTime)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 212496, - "name": "CSSNumberish", - "package": "typescript" - } - ] - } - }, - "57698": { - "id": 57698, - "name": "timeline", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Animation/timeline)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57846, - "name": "AnimationTimeline", - "package": "typescript" - } - ] - } - }, - "57699": { - "id": 57699, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57700, - 57709 - ], - "overwrites": { - "type": "reference", - "target": 62493, - "name": "EventTarget.addEventListener" - } - }, - "57700": { - "id": 57700, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Appends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched.\n\nThe options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options's capture.\n\nWhen set to true, options's capture prevents callback from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event's eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event's eventPhase attribute value is AT_TARGET.\n\nWhen set to true, options's passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners.\n\nWhen set to true, options's once indicates that the callback will only be invoked once after which the event listener will be removed.\n\nIf an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted.\n\nThe event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/addEventListener)" - } - ] - }, - "typeParameter": [ - 57701 - ], - "parameters": [ - 57702, - 57703, - 57708 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 62494, - "name": "EventTarget.addEventListener" - } - }, - "57701": { - "id": 57701, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 57796, - "name": "AnimationEventMap", - "package": "typescript" - } - } - }, - "57702": { - "id": 57702, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57701, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "57703": { - "id": 57703, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 57704, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 57705 - ] - } - } - }, - "57708": { - "id": 57708, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 57635, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "57709": { - "id": 57709, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 57710, - 57711, - 57712 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": -1, - "name": "EventTarget.addEventListener" - } - }, - "57710": { - "id": 57710, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57711": { - "id": 57711, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "57712": { - "id": 57712, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 57635, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "57713": { - "id": 57713, - "name": "cancel", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57714 - ] - }, - "57714": { - "id": 57714, - "name": "cancel", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Animation/cancel)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "57715": { - "id": 57715, - "name": "commitStyles", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57716 - ] - }, - "57716": { - "id": 57716, - "name": "commitStyles", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Animation/commitStyles)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "57717": { - "id": 57717, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57718 - ], - "inheritedFrom": { - "type": "reference", - "target": 62498, - "name": "EventTarget.dispatchEvent" - } - }, - "57718": { - "id": 57718, - "name": "dispatchEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "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.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/dispatchEvent)" - } - ] - }, - "parameters": [ - 57719 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62499, - "name": "EventTarget.dispatchEvent" - } - }, - "57719": { - "id": 57719, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "57720": { - "id": 57720, - "name": "finish", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57721 - ] - }, - "57721": { - "id": 57721, - "name": "finish", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Animation/finish)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "57722": { - "id": 57722, - "name": "pause", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57723 - ] - }, - "57723": { - "id": 57723, - "name": "pause", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Animation/pause)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "57724": { - "id": 57724, - "name": "persist", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57725 - ] - }, - "57725": { - "id": 57725, - "name": "persist", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Animation/persist)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "57726": { - "id": 57726, - "name": "play", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57727 - ] - }, - "57727": { - "id": 57727, - "name": "play", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Animation/play)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "57728": { - "id": 57728, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57729, - 57738 - ], - "overwrites": { - "type": "reference", - "target": 62501, - "name": "EventTarget.removeEventListener" - } - }, - "57729": { - "id": 57729, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes the event listener in target's event listener list with the same type, callback, and options.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/removeEventListener)" - } - ] - }, - "typeParameter": [ - 57730 - ], - "parameters": [ - 57731, - 57732, - 57737 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 62502, - "name": "EventTarget.removeEventListener" - } - }, - "57730": { - "id": 57730, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 57796, - "name": "AnimationEventMap", - "package": "typescript" - } - } - }, - "57731": { - "id": 57731, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57730, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "57732": { - "id": 57732, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 57733, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 57734 - ] - } - } - }, - "57737": { - "id": 57737, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 62469, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "57738": { - "id": 57738, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 57739, - 57740, - 57741 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": -1, - "name": "EventTarget.removeEventListener" - } - }, - "57739": { - "id": 57739, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57740": { - "id": 57740, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "57741": { - "id": 57741, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 62469, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "57742": { - "id": 57742, - "name": "reverse", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57743 - ] - }, - "57743": { - "id": 57743, - "name": "reverse", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Animation/reverse)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "57744": { - "id": 57744, - "name": "updatePlaybackRate", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57745 - ] - }, - "57745": { - "id": 57745, - "name": "updatePlaybackRate", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Animation/updatePlaybackRate)" - } - ] - }, - "parameters": [ - 57746 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "57746": { - "id": 57746, - "name": "playbackRate", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57747": { - "id": 57747, - "name": "AnimationEffect", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AnimationEffect)" - } - ] - }, - "children": [ - 57748, - 57750, - 57752 - ], - "groups": [ - { - "title": "Methods", - "children": [ - 57748, - 57750, - 57752 - ] - } - ] - }, - "57748": { - "id": 57748, - "name": "getComputedTiming", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57749 - ] - }, - "57749": { - "id": 57749, - "name": "getComputedTiming", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AnimationEffect/getComputedTiming)" - } - ] - }, - "type": { - "type": "reference", - "target": 59609, - "name": "ComputedEffectTiming", - "package": "typescript" - } - }, - "57750": { - "id": 57750, - "name": "getTiming", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57751 - ] - }, - "57751": { - "id": 57751, - "name": "getTiming", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AnimationEffect/getTiming)" - } - ] - }, - "type": { - "type": "reference", - "target": 61852, - "name": "EffectTiming", - "package": "typescript" - } - }, - "57752": { - "id": 57752, - "name": "updateTiming", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57753 - ] - }, - "57753": { - "id": 57753, - "name": "updateTiming", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AnimationEffect/updateTiming)" - } - ] - }, - "parameters": [ - 57754 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "57754": { - "id": 57754, - "name": "timing", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 135195, - "name": "OptionalEffectTiming", - "package": "typescript" - } - }, - "57755": { - "id": 57755, - "name": "AnimationEvent", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Events providing information related to animations.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/AnimationEvent)" - } - ] - }, - "children": [ - 57756, - 57757, - 57758, - 57759, - 57760, - 57761, - 57762, - 57763, - 57764, - 57765, - 57766, - 57767, - 57768, - 57769, - 57770, - 57771, - 57772, - 57773, - 57774, - 57775, - 57776, - 57778, - 57783, - 57785, - 57787 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57756, - 57757, - 57758, - 57759, - 57760, - 57761, - 57762, - 57763, - 57764, - 57765, - 57766, - 57767, - 57768, - 57769, - 57770, - 57771, - 57772, - 57773, - 57774, - 57775 - ] - }, - { - "title": "Methods", - "children": [ - 57776, - 57778, - 57783, - 57785, - 57787 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - ] - }, - "57756": { - "id": 57756, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 62425, - "name": "Event.AT_TARGET" - } - }, - "57757": { - "id": 57757, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 3 - }, - "inheritedFrom": { - "type": "reference", - "target": 62426, - "name": "Event.BUBBLING_PHASE" - } - }, - "57758": { - "id": 57758, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 62427, - "name": "Event.CAPTURING_PHASE" - } - }, - "57759": { - "id": 57759, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 0 - }, - "inheritedFrom": { - "type": "reference", - "target": 62428, - "name": "Event.NONE" - } - }, - "57760": { - "id": 57760, - "name": "animationName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AnimationEvent/animationName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57761": { - "id": 57761, - "name": "bubbles", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/bubbles)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62429, - "name": "Event.bubbles" - } - }, - "57762": { - "id": 57762, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelBubble)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62430, - "name": "Event.cancelBubble" - } - }, - "57763": { - "id": 57763, - "name": "cancelable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. Its return value does not always carry meaning, but true can indicate that part of the operation during which event was dispatched, can be canceled by invoking the preventDefault() method.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62431, - "name": "Event.cancelable" - } - }, - "57764": { - "id": 57764, - "name": "composed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event invokes listeners past a ShadowRoot node that is the root of its target, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composed)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62432, - "name": "Event.composed" - } - }, - "57765": { - "id": 57765, - "name": "currentTarget", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object whose event listener's callback is currently being invoked.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/currentTarget)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62433, - "name": "Event.currentTarget" - } - }, - "57766": { - "id": 57766, - "name": "defaultPrevented", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if preventDefault() was invoked successfully to indicate cancelation, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/defaultPrevented)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62434, - "name": "Event.defaultPrevented" - } - }, - "57767": { - "id": 57767, - "name": "elapsedTime", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AnimationEvent/elapsedTime)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57768": { - "id": 57768, - "name": "eventPhase", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's phase, which is one of NONE, CAPTURING_PHASE, AT_TARGET, and BUBBLING_PHASE.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/eventPhase)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 62435, - "name": "Event.eventPhase" - } - }, - "57769": { - "id": 57769, - "name": "isTrusted", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if event was dispatched by the user agent, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/isTrusted)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62436, - "name": "Event.isTrusted" - } - }, - "57770": { - "id": 57770, - "name": "pseudoElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AnimationEvent/pseudoElement)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57771": { - "id": 57771, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/returnValue)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62437, - "name": "Event.returnValue" - } - }, - "57772": { - "id": 57772, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/srcElement)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62438, - "name": "Event.srcElement" - } - }, - "57773": { - "id": 57773, - "name": "target", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object to which event is dispatched (its target).\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/target)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62439, - "name": "Event.target" - } - }, - "57774": { - "id": 57774, - "name": "timeStamp", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's timestamp as the number of milliseconds measured relative to the time origin.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/timeStamp)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 62440, - "name": "Event.timeStamp" - } - }, - "57775": { - "id": 57775, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of event, e.g. \"click\", \"hashchange\", or \"submit\".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/type)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 62441, - "name": "Event.type" - } - }, - "57776": { - "id": 57776, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57777 - ], - "inheritedFrom": { - "type": "reference", - "target": 62442, - "name": "Event.composedPath" - } - }, - "57777": { - "id": 57777, - "name": "composedPath", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the invocation target objects of event's path (objects on which listeners will be invoked), except for any nodes in shadow trees of which the shadow root's mode is \"closed\" that are not reachable from event's currentTarget.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composedPath)" - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 62443, - "name": "Event.composedPath" - } - }, - "57778": { - "id": 57778, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57779 - ], - "inheritedFrom": { - "type": "reference", - "target": 62444, - "name": "Event.initEvent" - } - }, - "57779": { - "id": 57779, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/initEvent)" - } - ] - } - ] - }, - "parameters": [ - 57780, - 57781, - 57782 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62445, - "name": "Event.initEvent" - } - }, - "57780": { - "id": 57780, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57781": { - "id": 57781, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "57782": { - "id": 57782, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "57783": { - "id": 57783, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57784 - ], - "inheritedFrom": { - "type": "reference", - "target": 62449, - "name": "Event.preventDefault" - } - }, - "57784": { - "id": 57784, - "name": "preventDefault", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "If invoked when the cancelable attribute value is true, and while executing a listener for the event with passive set to false, signals to the operation that caused event to be dispatched that it needs to be canceled.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/preventDefault)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62450, - "name": "Event.preventDefault" - } - }, - "57785": { - "id": 57785, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57786 - ], - "inheritedFrom": { - "type": "reference", - "target": 62451, - "name": "Event.stopImmediatePropagation" - } - }, - "57786": { - "id": 57786, - "name": "stopImmediatePropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Invoking this method prevents event from reaching any registered event listeners after the current one finishes running and, when dispatched in a tree, also prevents event from reaching any other objects.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopImmediatePropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62452, - "name": "Event.stopImmediatePropagation" - } - }, - "57787": { - "id": 57787, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57788 - ], - "inheritedFrom": { - "type": "reference", - "target": 62453, - "name": "Event.stopPropagation" - } - }, - "57788": { - "id": 57788, - "name": "stopPropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "When dispatched in a tree, invoking this method prevents event from reaching any objects other than the current object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopPropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62454, - "name": "Event.stopPropagation" - } - }, - "57807": { - "id": 57807, - "name": "AnimationPlaybackEvent", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AnimationPlaybackEvent)" - } - ] - }, - "children": [ - 57808, - 57809, - 57810, - 57811, - 57812, - 57813, - 57814, - 57815, - 57816, - 57817, - 57818, - 57819, - 57820, - 57821, - 57822, - 57823, - 57824, - 57825, - 57826, - 57827, - 57829, - 57834, - 57836, - 57838 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57808, - 57809, - 57810, - 57811, - 57812, - 57813, - 57814, - 57815, - 57816, - 57817, - 57818, - 57819, - 57820, - 57821, - 57822, - 57823, - 57824, - 57825, - 57826 - ] - }, - { - "title": "Methods", - "children": [ - 57827, - 57829, - 57834, - 57836, - 57838 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - ] - }, - "57808": { - "id": 57808, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 62425, - "name": "Event.AT_TARGET" - } - }, - "57809": { - "id": 57809, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 3 - }, - "inheritedFrom": { - "type": "reference", - "target": 62426, - "name": "Event.BUBBLING_PHASE" - } - }, - "57810": { - "id": 57810, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 62427, - "name": "Event.CAPTURING_PHASE" - } - }, - "57811": { - "id": 57811, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 0 - }, - "inheritedFrom": { - "type": "reference", - "target": 62428, - "name": "Event.NONE" - } - }, - "57812": { - "id": 57812, - "name": "bubbles", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/bubbles)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62429, - "name": "Event.bubbles" - } - }, - "57813": { - "id": 57813, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelBubble)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62430, - "name": "Event.cancelBubble" - } - }, - "57814": { - "id": 57814, - "name": "cancelable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. Its return value does not always carry meaning, but true can indicate that part of the operation during which event was dispatched, can be canceled by invoking the preventDefault() method.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62431, - "name": "Event.cancelable" - } - }, - "57815": { - "id": 57815, - "name": "composed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event invokes listeners past a ShadowRoot node that is the root of its target, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composed)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62432, - "name": "Event.composed" - } - }, - "57816": { - "id": 57816, - "name": "currentTarget", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object whose event listener's callback is currently being invoked.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/currentTarget)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62433, - "name": "Event.currentTarget" - } - }, - "57817": { - "id": 57817, - "name": "currentTime", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AnimationPlaybackEvent/currentTime)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 212496, - "name": "CSSNumberish", - "package": "typescript" - } - ] - } - }, - "57818": { - "id": 57818, - "name": "defaultPrevented", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if preventDefault() was invoked successfully to indicate cancelation, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/defaultPrevented)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62434, - "name": "Event.defaultPrevented" - } - }, - "57819": { - "id": 57819, - "name": "eventPhase", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's phase, which is one of NONE, CAPTURING_PHASE, AT_TARGET, and BUBBLING_PHASE.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/eventPhase)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 62435, - "name": "Event.eventPhase" - } - }, - "57820": { - "id": 57820, - "name": "isTrusted", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if event was dispatched by the user agent, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/isTrusted)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62436, - "name": "Event.isTrusted" - } - }, - "57821": { - "id": 57821, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/returnValue)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62437, - "name": "Event.returnValue" - } - }, - "57822": { - "id": 57822, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/srcElement)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62438, - "name": "Event.srcElement" - } - }, - "57823": { - "id": 57823, - "name": "target", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object to which event is dispatched (its target).\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/target)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62439, - "name": "Event.target" - } - }, - "57824": { - "id": 57824, - "name": "timeStamp", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's timestamp as the number of milliseconds measured relative to the time origin.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/timeStamp)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 62440, - "name": "Event.timeStamp" - } - }, - "57825": { - "id": 57825, - "name": "timelineTime", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AnimationPlaybackEvent/timelineTime)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 212496, - "name": "CSSNumberish", - "package": "typescript" - } - ] - } - }, - "57826": { - "id": 57826, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of event, e.g. \"click\", \"hashchange\", or \"submit\".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/type)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 62441, - "name": "Event.type" - } - }, - "57827": { - "id": 57827, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57828 - ], - "inheritedFrom": { - "type": "reference", - "target": 62442, - "name": "Event.composedPath" - } - }, - "57828": { - "id": 57828, - "name": "composedPath", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the invocation target objects of event's path (objects on which listeners will be invoked), except for any nodes in shadow trees of which the shadow root's mode is \"closed\" that are not reachable from event's currentTarget.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composedPath)" - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 62443, - "name": "Event.composedPath" - } - }, - "57829": { - "id": 57829, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57830 - ], - "inheritedFrom": { - "type": "reference", - "target": 62444, - "name": "Event.initEvent" - } - }, - "57830": { - "id": 57830, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/initEvent)" - } - ] - } - ] - }, - "parameters": [ - 57831, - 57832, - 57833 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62445, - "name": "Event.initEvent" - } - }, - "57831": { - "id": 57831, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57832": { - "id": 57832, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "57833": { - "id": 57833, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "57834": { - "id": 57834, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57835 - ], - "inheritedFrom": { - "type": "reference", - "target": 62449, - "name": "Event.preventDefault" - } - }, - "57835": { - "id": 57835, - "name": "preventDefault", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "If invoked when the cancelable attribute value is true, and while executing a listener for the event with passive set to false, signals to the operation that caused event to be dispatched that it needs to be canceled.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/preventDefault)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62450, - "name": "Event.preventDefault" - } - }, - "57836": { - "id": 57836, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57837 - ], - "inheritedFrom": { - "type": "reference", - "target": 62451, - "name": "Event.stopImmediatePropagation" - } - }, - "57837": { - "id": 57837, - "name": "stopImmediatePropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Invoking this method prevents event from reaching any registered event listeners after the current one finishes running and, when dispatched in a tree, also prevents event from reaching any other objects.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopImmediatePropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62452, - "name": "Event.stopImmediatePropagation" - } - }, - "57838": { - "id": 57838, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57839 - ], - "inheritedFrom": { - "type": "reference", - "target": 62453, - "name": "Event.stopPropagation" - } - }, - "57839": { - "id": 57839, - "name": "stopPropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "When dispatched in a tree, invoking this method prevents event from reaching any objects other than the current object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopPropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62454, - "name": "Event.stopPropagation" - } - }, - "57846": { - "id": 57846, - "name": "AnimationTimeline", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AnimationTimeline)" - } - ] - }, - "children": [ - 57847 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57847 - ] - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 61592, - "name": "DocumentTimeline" - } - ] - }, - "57847": { - "id": 57847, - "name": "currentTime", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AnimationTimeline/currentTime)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 212496, - "name": "CSSNumberish", - "package": "typescript" - } - ] - } - }, - "57848": { - "id": 57848, - "name": "ArrayBufferView", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 57849, - 57850, - 57851 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57849, - 57850, - 57851 - ] - } - ], - "typeParameters": [ - 57852 - ] - }, - "57849": { - "id": 57849, - "name": "buffer", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The ArrayBuffer instance referenced by the array." - } - ] - }, - "type": { - "type": "reference", - "target": 57852, - "name": "TArrayBuffer", - "package": "typescript", - "qualifiedName": "ArrayBufferView.TArrayBuffer", - "refersToTypeParameter": true - } - }, - "57850": { - "id": 57850, - "name": "byteLength", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The length in bytes of the array." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57851": { - "id": 57851, - "name": "byteOffset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The offset in bytes of the array." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57852": { - "id": 57852, - "name": "TArrayBuffer", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212456, - "name": "ArrayBufferLike", - "package": "typescript" - }, - "default": { - "type": "reference", - "target": 212456, - "name": "ArrayBufferLike", - "package": "typescript" - } - }, - "57853": { - "id": 57853, - "name": "ArrayIterator", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Describes an " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "Iterator", - "target": 132409, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " produced by the runtime that inherits from the intrinsic " - }, - { - "kind": "code", - "text": "`Iterator.prototype`" - }, - { - "kind": "text", - "text": "." - } - ] - }, - "children": [ - 57854, - 57856, - 57859, - 57862 - ], - "groups": [ - { - "title": "Methods", - "children": [ - 57854, - 57856, - 57859, - 57862 - ] - } - ], - "typeParameters": [ - 57865 - ], - "extendedTypes": [ - { - "type": "reference", - "target": 132422, - "typeArguments": [ - { - "type": "reference", - "target": 57865, - "name": "T", - "package": "typescript", - "qualifiedName": "ArrayIterator.T", - "refersToTypeParameter": true - }, - { - "type": "reference", - "target": 212494, - "name": "BuiltinIteratorReturn", - "package": "typescript" - }, - { - "type": "intrinsic", - "name": "unknown" - } - ], - "name": "IteratorObject", - "package": "typescript" - } - ] - }, - "57854": { - "id": 57854, - "name": "[iterator]", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57855 - ], - "overwrites": { - "type": "reference", - "target": 132423, - "name": "IteratorObject.[iterator]" - } - }, - "57855": { - "id": 57855, - "name": "[iterator]", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57853, - "typeArguments": [ - { - "type": "reference", - "target": 57865, - "name": "T", - "package": "typescript", - "qualifiedName": "ArrayIterator.T", - "refersToTypeParameter": true - } - ], - "name": "ArrayIterator", - "package": "typescript" - }, - "overwrites": { - "type": "reference", - "target": 132424, - "name": "IteratorObject.[iterator]" - } - }, - "57856": { - "id": 57856, - "name": "next", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57857 - ], - "inheritedFrom": { - "type": "reference", - "target": 132425, - "name": "IteratorObject.next" - } - }, - "57857": { - "id": 57857, - "name": "next", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 57858 - ], - "type": { - "type": "reference", - "target": 212561, - "typeArguments": [ - { - "type": "reference", - "target": 57865, - "name": "T", - "package": "typescript", - "qualifiedName": "ArrayIterator.T", - "refersToTypeParameter": true - }, - { - "type": "intrinsic", - "name": "undefined" - } - ], - "name": "IteratorResult", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 132426, - "name": "IteratorObject.next" - } - }, - "57858": { - "id": 57858, - "name": "__namedParameters", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "tuple" - }, - { - "type": "tuple", - "elements": [ - { - "type": "intrinsic", - "name": "unknown" - } - ] - } - ] - } - }, - "57859": { - "id": 57859, - "name": "return", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true, - "isOptional": true - }, - "signatures": [ - 57860 - ], - "inheritedFrom": { - "type": "reference", - "target": 132428, - "name": "IteratorObject.return" - } - }, - "57860": { - "id": 57860, - "name": "return", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 57861 - ], - "type": { - "type": "reference", - "target": 212561, - "typeArguments": [ - { - "type": "reference", - "target": 57865, - "name": "T", - "package": "typescript", - "qualifiedName": "ArrayIterator.T", - "refersToTypeParameter": true - }, - { - "type": "intrinsic", - "name": "undefined" - } - ], - "name": "IteratorResult", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 132429, - "name": "IteratorObject.return" - } - }, - "57861": { - "id": 57861, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "undefined" - } - }, - "57862": { - "id": 57862, - "name": "throw", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true, - "isOptional": true - }, - "signatures": [ - 57863 - ], - "inheritedFrom": { - "type": "reference", - "target": 132431, - "name": "IteratorObject.throw" - } - }, - "57863": { - "id": 57863, - "name": "throw", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 57864 - ], - "type": { - "type": "reference", - "target": 212561, - "typeArguments": [ - { - "type": "reference", - "target": 57865, - "name": "T", - "package": "typescript", - "qualifiedName": "ArrayIterator.T", - "refersToTypeParameter": true - }, - { - "type": "intrinsic", - "name": "undefined" - } - ], - "name": "IteratorResult", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 132432, - "name": "IteratorObject.throw" - } - }, - "57864": { - "id": 57864, - "name": "e", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "any" - } - }, - "57865": { - "id": 57865, - "name": "T", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - } - }, - "57866": { - "id": 57866, - "name": "AssignedNodesOptions", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 57867 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57867 - ] - } - ] - }, - "57867": { - "id": 57867, - "name": "flatten", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "57868": { - "id": 57868, - "name": "Attr", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "A DOM element's attribute as an object. In most DOM methods, you will probably directly retrieve the attribute as a string (e.g., Element.getAttribute(), but certain functions (e.g., Element.getAttributeNode()) or means of iterating give Attr types.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Attr)" - } - ] - }, - "children": [ - 57869, - 57870, - 57871, - 57872, - 57873, - 57874, - 57875, - 57876, - 57877, - 57878, - 57879, - 57880, - 57881, - 57882, - 57883, - 57884, - 57885, - 57886, - 57887, - 57888, - 57889, - 57890, - 57891, - 57892, - 57893, - 57894, - 57895, - 57896, - 57897, - 57898, - 57899, - 57900, - 57901, - 57902, - 57903, - 57904, - 57905, - 57906, - 57907, - 57908, - 57913, - 57917, - 57920, - 57923, - 57926, - 57929, - 57932, - 57934, - 57939, - 57942, - 57945, - 57948, - 57951, - 57954, - 57956, - 57960, - 57965 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57869, - 57870, - 57871, - 57872, - 57873, - 57874, - 57875, - 57876, - 57877, - 57878, - 57879, - 57880, - 57881, - 57882, - 57883, - 57884, - 57885, - 57886, - 57887, - 57888, - 57889, - 57890, - 57891, - 57892, - 57893, - 57894, - 57895, - 57896, - 57897, - 57898, - 57899, - 57900, - 57901, - 57902, - 57903, - 57904, - 57905, - 57906, - 57907 - ] - }, - { - "title": "Methods", - "children": [ - 57908, - 57913, - 57917, - 57920, - 57923, - 57926, - 57929, - 57932, - 57934, - 57939, - 57942, - 57945, - 57948, - 57951, - 57954, - 57956, - 57960, - 57965 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - }, - "57869": { - "id": 57869, - "name": "ATTRIBUTE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 134651, - "name": "Node.ATTRIBUTE_NODE" - } - }, - "57870": { - "id": 57870, - "name": "CDATA_SECTION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a CDATASection node." - } - ] - }, - "type": { - "type": "literal", - "value": 4 - }, - "inheritedFrom": { - "type": "reference", - "target": 134652, - "name": "Node.CDATA_SECTION_NODE" - } - }, - "57871": { - "id": 57871, - "name": "COMMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Comment node." - } - ] - }, - "type": { - "type": "literal", - "value": 8 - }, - "inheritedFrom": { - "type": "reference", - "target": 134653, - "name": "Node.COMMENT_NODE" - } - }, - "57872": { - "id": 57872, - "name": "DOCUMENT_FRAGMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a DocumentFragment node." - } - ] - }, - "type": { - "type": "literal", - "value": 11 - }, - "inheritedFrom": { - "type": "reference", - "target": 134654, - "name": "Node.DOCUMENT_FRAGMENT_NODE" - } - }, - "57873": { - "id": 57873, - "name": "DOCUMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a document." - } - ] - }, - "type": { - "type": "literal", - "value": 9 - }, - "inheritedFrom": { - "type": "reference", - "target": 134655, - "name": "Node.DOCUMENT_NODE" - } - }, - "57874": { - "id": 57874, - "name": "DOCUMENT_POSITION_CONTAINED_BY", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is a descendant of node." - } - ] - }, - "type": { - "type": "literal", - "value": 16 - }, - "inheritedFrom": { - "type": "reference", - "target": 134656, - "name": "Node.DOCUMENT_POSITION_CONTAINED_BY" - } - }, - "57875": { - "id": 57875, - "name": "DOCUMENT_POSITION_CONTAINS", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is an ancestor of node." - } - ] - }, - "type": { - "type": "literal", - "value": 8 - }, - "inheritedFrom": { - "type": "reference", - "target": 134657, - "name": "Node.DOCUMENT_POSITION_CONTAINS" - } - }, - "57876": { - "id": 57876, - "name": "DOCUMENT_POSITION_DISCONNECTED", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when node and other are not in the same tree." - } - ] - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 134658, - "name": "Node.DOCUMENT_POSITION_DISCONNECTED" - } - }, - "57877": { - "id": 57877, - "name": "DOCUMENT_POSITION_FOLLOWING", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is following node." - } - ] - }, - "type": { - "type": "literal", - "value": 4 - }, - "inheritedFrom": { - "type": "reference", - "target": 134659, - "name": "Node.DOCUMENT_POSITION_FOLLOWING" - } - }, - "57878": { - "id": 57878, - "name": "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 32 - }, - "inheritedFrom": { - "type": "reference", - "target": 134660, - "name": "Node.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" - } - }, - "57879": { - "id": 57879, - "name": "DOCUMENT_POSITION_PRECEDING", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is preceding node." - } - ] - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 134661, - "name": "Node.DOCUMENT_POSITION_PRECEDING" - } - }, - "57880": { - "id": 57880, - "name": "DOCUMENT_TYPE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a doctype." - } - ] - }, - "type": { - "type": "literal", - "value": 10 - }, - "inheritedFrom": { - "type": "reference", - "target": 134662, - "name": "Node.DOCUMENT_TYPE_NODE" - } - }, - "57881": { - "id": 57881, - "name": "ELEMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is an element." - } - ] - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 134663, - "name": "Node.ELEMENT_NODE" - } - }, - "57882": { - "id": 57882, - "name": "ENTITY_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 6 - }, - "inheritedFrom": { - "type": "reference", - "target": 134664, - "name": "Node.ENTITY_NODE" - } - }, - "57883": { - "id": 57883, - "name": "ENTITY_REFERENCE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 5 - }, - "inheritedFrom": { - "type": "reference", - "target": 134665, - "name": "Node.ENTITY_REFERENCE_NODE" - } - }, - "57884": { - "id": 57884, - "name": "NOTATION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 12 - }, - "inheritedFrom": { - "type": "reference", - "target": 134666, - "name": "Node.NOTATION_NODE" - } - }, - "57885": { - "id": 57885, - "name": "PROCESSING_INSTRUCTION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a ProcessingInstruction node." - } - ] - }, - "type": { - "type": "literal", - "value": 7 - }, - "inheritedFrom": { - "type": "reference", - "target": 134667, - "name": "Node.PROCESSING_INSTRUCTION_NODE" - } - }, - "57886": { - "id": 57886, - "name": "TEXT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Text node." - } - ] - }, - "type": { - "type": "literal", - "value": 3 - }, - "inheritedFrom": { - "type": "reference", - "target": 134668, - "name": "Node.TEXT_NODE" - } - }, - "57887": { - "id": 57887, - "name": "baseURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's node document's document base URL.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/baseURI)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 134669, - "name": "Node.baseURI" - } - }, - "57888": { - "id": 57888, - "name": "childNodes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the children.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/childNodes)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 134670, - "name": "Node.childNodes" - } - }, - "57889": { - "id": 57889, - "name": "firstChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/firstChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 134671, - "name": "Node.firstChild" - } - }, - "57890": { - "id": 57890, - "name": "isConnected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if node is connected and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isConnected)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 134672, - "name": "Node.isConnected" - } - }, - "57891": { - "id": 57891, - "name": "lastChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lastChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 134673, - "name": "Node.lastChild" - } - }, - "57892": { - "id": 57892, - "name": "localName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Attr/localName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57893": { - "id": 57893, - "name": "name", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Attr/name)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57894": { - "id": 57894, - "name": "namespaceURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Attr/namespaceURI)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "57895": { - "id": 57895, - "name": "nextSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the next sibling.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nextSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 134674, - "name": "Node.nextSibling" - } - }, - "57896": { - "id": 57896, - "name": "nodeName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a string appropriate for the type of node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 134675, - "name": "Node.nodeName" - } - }, - "57897": { - "id": 57897, - "name": "nodeType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeType)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 134676, - "name": "Node.nodeType" - } - }, - "57898": { - "id": 57898, - "name": "nodeValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeValue)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 134677, - "name": "Node.nodeValue" - } - }, - "57899": { - "id": 57899, - "name": "ownerDocument", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the node document. Returns null for documents.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/ownerDocument)" - } - ] - }, - "type": { - "type": "reference", - "target": 60250, - "name": "Document", - "package": "typescript" - }, - "overwrites": { - "type": "reference", - "target": 134678, - "name": "Node.ownerDocument" - } - }, - "57900": { - "id": 57900, - "name": "ownerElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Attr/ownerElement)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - } - }, - "57901": { - "id": 57901, - "name": "parentElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentElement)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 134679, - "name": "Node.parentElement" - } - }, - "57902": { - "id": 57902, - "name": "parentNode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentNode)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 135318, - "name": "ParentNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 134680, - "name": "Node.parentNode" - } - }, - "57903": { - "id": 57903, - "name": "prefix", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Attr/prefix)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "57904": { - "id": 57904, - "name": "previousSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the previous sibling.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/previousSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 134681, - "name": "Node.previousSibling" - } - }, - "57905": { - "id": 57905, - "name": "specified", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Attr/specified)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "57906": { - "id": 57906, - "name": "textContent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/textContent)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 134682, - "name": "Node.textContent" - } - }, - "57907": { - "id": 57907, - "name": "value", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Attr/value)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57908": { - "id": 57908, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57909 - ], - "inheritedFrom": { - "type": "reference", - "target": 134683, - "name": "Node.addEventListener" - } - }, - "57909": { - "id": 57909, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Appends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched.\n\nThe options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options's capture.\n\nWhen set to true, options's capture prevents callback from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event's eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event's eventPhase attribute value is AT_TARGET.\n\nWhen set to true, options's passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners.\n\nWhen set to true, options's once indicates that the callback will only be invoked once after which the event listener will be removed.\n\nIf an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted.\n\nThe event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/addEventListener)" - } - ] - }, - "parameters": [ - 57910, - 57911, - 57912 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 134684, - "name": "Node.addEventListener" - } - }, - "57910": { - "id": 57910, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57911": { - "id": 57911, - "name": "callback", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - ] - } - }, - "57912": { - "id": 57912, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 57635, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "57913": { - "id": 57913, - "name": "appendChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57914 - ], - "inheritedFrom": { - "type": "reference", - "target": 134688, - "name": "Node.appendChild" - } - }, - "57914": { - "id": 57914, - "name": "appendChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/appendChild)" - } - ] - }, - "typeParameter": [ - 57915 - ], - "parameters": [ - 57916 - ], - "type": { - "type": "reference", - "target": 71251, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 134689, - "name": "Node.appendChild" - } - }, - "57916": { - "id": 57916, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71251, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "57917": { - "id": 57917, - "name": "cloneNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57918 - ], - "inheritedFrom": { - "type": "reference", - "target": 134692, - "name": "Node.cloneNode" - } - }, - "57918": { - "id": 57918, - "name": "cloneNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a copy of node. If deep is true, the copy also includes the node's descendants.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/cloneNode)" - } - ] - }, - "parameters": [ - 57919 - ], - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 134693, - "name": "Node.cloneNode" - } - }, - "57919": { - "id": 57919, - "name": "subtree", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "57920": { - "id": 57920, - "name": "compareDocumentPosition", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57921 - ], - "inheritedFrom": { - "type": "reference", - "target": 134695, - "name": "Node.compareDocumentPosition" - } - }, - "57921": { - "id": 57921, - "name": "compareDocumentPosition", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a bitmask indicating the position of other relative to node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/compareDocumentPosition)" - } - ] - }, - "parameters": [ - 57922 - ], - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 134696, - "name": "Node.compareDocumentPosition" - } - }, - "57922": { - "id": 57922, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "57923": { - "id": 57923, - "name": "contains", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57924 - ], - "inheritedFrom": { - "type": "reference", - "target": 134698, - "name": "Node.contains" - } - }, - "57924": { - "id": 57924, - "name": "contains", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if other is an inclusive descendant of node, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/contains)" - } - ] - }, - "parameters": [ - 57925 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 134699, - "name": "Node.contains" - } - }, - "57925": { - "id": 57925, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "57926": { - "id": 57926, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57927 - ], - "inheritedFrom": { - "type": "reference", - "target": 134701, - "name": "Node.dispatchEvent" - } - }, - "57927": { - "id": 57927, - "name": "dispatchEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "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.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/dispatchEvent)" - } - ] - }, - "parameters": [ - 57928 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 134702, - "name": "Node.dispatchEvent" - } - }, - "57928": { - "id": 57928, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "57929": { - "id": 57929, - "name": "getRootNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57930 - ], - "inheritedFrom": { - "type": "reference", - "target": 134704, - "name": "Node.getRootNode" - } - }, - "57930": { - "id": 57930, - "name": "getRootNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's root.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/getRootNode)" - } - ] - }, - "parameters": [ - 57931 - ], - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 134705, - "name": "Node.getRootNode" - } - }, - "57931": { - "id": 57931, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62813, - "name": "GetRootNodeOptions", - "package": "typescript" - } - }, - "57932": { - "id": 57932, - "name": "hasChildNodes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57933 - ], - "inheritedFrom": { - "type": "reference", - "target": 134707, - "name": "Node.hasChildNodes" - } - }, - "57933": { - "id": 57933, - "name": "hasChildNodes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node has children.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/hasChildNodes)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 134708, - "name": "Node.hasChildNodes" - } - }, - "57934": { - "id": 57934, - "name": "insertBefore", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57935 - ], - "inheritedFrom": { - "type": "reference", - "target": 134709, - "name": "Node.insertBefore" - } - }, - "57935": { - "id": 57935, - "name": "insertBefore", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/insertBefore)" - } - ] - }, - "typeParameter": [ - 57936 - ], - "parameters": [ - 57937, - 57938 - ], - "type": { - "type": "reference", - "target": 71407, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 134710, - "name": "Node.insertBefore" - } - }, - "57937": { - "id": 57937, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71407, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "57938": { - "id": 57938, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "57939": { - "id": 57939, - "name": "isDefaultNamespace", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57940 - ], - "inheritedFrom": { - "type": "reference", - "target": 134714, - "name": "Node.isDefaultNamespace" - } - }, - "57940": { - "id": 57940, - "name": "isDefaultNamespace", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isDefaultNamespace)" - } - ] - }, - "parameters": [ - 57941 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 134715, - "name": "Node.isDefaultNamespace" - } - }, - "57941": { - "id": 57941, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "57942": { - "id": 57942, - "name": "isEqualNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57943 - ], - "inheritedFrom": { - "type": "reference", - "target": 134717, - "name": "Node.isEqualNode" - } - }, - "57943": { - "id": 57943, - "name": "isEqualNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node and otherNode have the same properties.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isEqualNode)" - } - ] - }, - "parameters": [ - 57944 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 134718, - "name": "Node.isEqualNode" - } - }, - "57944": { - "id": 57944, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "57945": { - "id": 57945, - "name": "isSameNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57946 - ], - "inheritedFrom": { - "type": "reference", - "target": 134720, - "name": "Node.isSameNode" - } - }, - "57946": { - "id": 57946, - "name": "isSameNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isSameNode)" - } - ] - }, - "parameters": [ - 57947 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 134721, - "name": "Node.isSameNode" - } - }, - "57947": { - "id": 57947, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "57948": { - "id": 57948, - "name": "lookupNamespaceURI", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57949 - ], - "inheritedFrom": { - "type": "reference", - "target": 134723, - "name": "Node.lookupNamespaceURI" - } - }, - "57949": { - "id": 57949, - "name": "lookupNamespaceURI", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupNamespaceURI)" - } - ] - }, - "parameters": [ - 57950 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 134724, - "name": "Node.lookupNamespaceURI" - } - }, - "57950": { - "id": 57950, - "name": "prefix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "57951": { - "id": 57951, - "name": "lookupPrefix", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57952 - ], - "inheritedFrom": { - "type": "reference", - "target": 134726, - "name": "Node.lookupPrefix" - } - }, - "57952": { - "id": 57952, - "name": "lookupPrefix", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupPrefix)" - } - ] - }, - "parameters": [ - 57953 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 134727, - "name": "Node.lookupPrefix" - } - }, - "57953": { - "id": 57953, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "57954": { - "id": 57954, - "name": "normalize", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57955 - ], - "inheritedFrom": { - "type": "reference", - "target": 134729, - "name": "Node.normalize" - } - }, - "57955": { - "id": 57955, - "name": "normalize", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes empty exclusive Text nodes and concatenates the data of remaining contiguous exclusive Text nodes into the first of their nodes.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/normalize)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 134730, - "name": "Node.normalize" - } - }, - "57956": { - "id": 57956, - "name": "removeChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57957 - ], - "inheritedFrom": { - "type": "reference", - "target": 134731, - "name": "Node.removeChild" - } - }, - "57957": { - "id": 57957, - "name": "removeChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/removeChild)" - } - ] - }, - "typeParameter": [ - 57958 - ], - "parameters": [ - 57959 - ], - "type": { - "type": "reference", - "target": 71482, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 134732, - "name": "Node.removeChild" - } - }, - "57959": { - "id": 57959, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71482, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "57960": { - "id": 57960, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57961 - ], - "inheritedFrom": { - "type": "reference", - "target": 134735, - "name": "Node.removeEventListener" - } - }, - "57961": { - "id": 57961, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes the event listener in target's event listener list with the same type, callback, and options.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/removeEventListener)" - } - ] - }, - "parameters": [ - 57962, - 57963, - 57964 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 134736, - "name": "Node.removeEventListener" - } - }, - "57962": { - "id": 57962, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "57963": { - "id": 57963, - "name": "callback", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - ] - } - }, - "57964": { - "id": 57964, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 62469, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "57965": { - "id": 57965, - "name": "replaceChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57966 - ], - "inheritedFrom": { - "type": "reference", - "target": 134740, - "name": "Node.replaceChild" - } - }, - "57966": { - "id": 57966, - "name": "replaceChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/replaceChild)" - } - ] - }, - "typeParameter": [ - 57967 - ], - "parameters": [ - 57968, - 57969 - ], - "type": { - "type": "reference", - "target": 71500, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 134741, - "name": "Node.replaceChild" - } - }, - "57968": { - "id": 57968, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "57969": { - "id": 57969, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71500, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "57970": { - "id": 57970, - "name": "AudioBuffer", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "A short audio asset residing in memory, created from an audio file using the AudioContext.decodeAudioData() method, or from raw data using AudioContext.createBuffer(). Once put into an AudioBuffer, the audio can then be played by being passed into an AudioBufferSourceNode.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioBuffer)" - } - ] - }, - "children": [ - 57971, - 57972, - 57973, - 57974, - 57975, - 57980, - 57985 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57971, - 57972, - 57973, - 57974 - ] - }, - { - "title": "Methods", - "children": [ - 57975, - 57980, - 57985 - ] - } - ] - }, - "57971": { - "id": 57971, - "name": "duration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioBuffer/duration)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57972": { - "id": 57972, - "name": "length", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioBuffer/length)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57973": { - "id": 57973, - "name": "numberOfChannels", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioBuffer/numberOfChannels)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57974": { - "id": 57974, - "name": "sampleRate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioBuffer/sampleRate)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57975": { - "id": 57975, - "name": "copyFromChannel", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57976 - ] - }, - "57976": { - "id": 57976, - "name": "copyFromChannel", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioBuffer/copyFromChannel)" - } - ] - }, - "parameters": [ - 57977, - 57978, - 57979 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "57977": { - "id": 57977, - "name": "destination", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Float32Array" - }, - "typeArguments": [ - { - "type": "reference", - "target": 212456, - "name": "ArrayBufferLike", - "package": "typescript" - } - ], - "name": "Float32Array", - "package": "typescript" - } - }, - "57978": { - "id": 57978, - "name": "channelNumber", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57979": { - "id": 57979, - "name": "bufferOffset", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57980": { - "id": 57980, - "name": "copyToChannel", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57981 - ] - }, - "57981": { - "id": 57981, - "name": "copyToChannel", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioBuffer/copyToChannel)" - } - ] - }, - "parameters": [ - 57982, - 57983, - 57984 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "57982": { - "id": 57982, - "name": "source", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Float32Array" - }, - "typeArguments": [ - { - "type": "reference", - "target": 212456, - "name": "ArrayBufferLike", - "package": "typescript" - } - ], - "name": "Float32Array", - "package": "typescript" - } - }, - "57983": { - "id": 57983, - "name": "channelNumber", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57984": { - "id": 57984, - "name": "bufferOffset", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57985": { - "id": 57985, - "name": "getChannelData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 57986 - ] - }, - "57986": { - "id": 57986, - "name": "getChannelData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioBuffer/getChannelData)" - } - ] - }, - "parameters": [ - 57987 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Float32Array" - }, - "typeArguments": [ - { - "type": "reference", - "target": 212456, - "name": "ArrayBufferLike", - "package": "typescript" - } - ], - "name": "Float32Array", - "package": "typescript" - } - }, - "57987": { - "id": 57987, - "name": "channel", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57992": { - "id": 57992, - "name": "AudioData", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioData)" - } - ] - }, - "children": [ - 57993, - 57994, - 57995, - 57996, - 57997, - 57998, - 57999, - 58002, - 58004, - 58006 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 57993, - 57994, - 57995, - 57996, - 57997, - 57998 - ] - }, - { - "title": "Methods", - "children": [ - 57999, - 58002, - 58004, - 58006 - ] - } - ] - }, - "57993": { - "id": 57993, - "name": "duration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioData/duration)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57994": { - "id": 57994, - "name": "format", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioData/format)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 212457, - "name": "AudioSampleFormat", - "package": "typescript" - } - ] - } - }, - "57995": { - "id": 57995, - "name": "numberOfChannels", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioData/numberOfChannels)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57996": { - "id": 57996, - "name": "numberOfFrames", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioData/numberOfFrames)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57997": { - "id": 57997, - "name": "sampleRate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioData/sampleRate)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57998": { - "id": 57998, - "name": "timestamp", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioData/timestamp)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "57999": { - "id": 57999, - "name": "allocationSize", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58000 - ] - }, - "58000": { - "id": 58000, - "name": "allocationSize", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioData/allocationSize)" - } - ] - }, - "parameters": [ - 58001 - ], - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58001": { - "id": 58001, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 58010, - "name": "AudioDataCopyToOptions", - "package": "typescript" - } - }, - "58002": { - "id": 58002, - "name": "clone", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58003 - ] - }, - "58003": { - "id": 58003, - "name": "clone", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioData/clone)" - } - ] - }, - "type": { - "type": "reference", - "target": 57992, - "name": "AudioData", - "package": "typescript" - } - }, - "58004": { - "id": 58004, - "name": "close", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58005 - ] - }, - "58005": { - "id": 58005, - "name": "close", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioData/close)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "58006": { - "id": 58006, - "name": "copyTo", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58007 - ] - }, - "58007": { - "id": 58007, - "name": "copyTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioData/copyTo)" - } - ] - }, - "parameters": [ - 58008, - 58009 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "58008": { - "id": 58008, - "name": "destination", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212451, - "name": "AllowSharedBufferSource", - "package": "typescript" - } - }, - "58009": { - "id": 58009, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 58010, - "name": "AudioDataCopyToOptions", - "package": "typescript" - } - }, - "58010": { - "id": 58010, - "name": "AudioDataCopyToOptions", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 58011, - 58012, - 58013, - 58014 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 58011, - 58012, - 58013, - 58014 - ] - } - ] - }, - "58011": { - "id": 58011, - "name": "format", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 212457, - "name": "AudioSampleFormat", - "package": "typescript" - } - }, - "58012": { - "id": 58012, - "name": "frameCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58013": { - "id": 58013, - "name": "frameOffset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58014": { - "id": 58014, - "name": "planeIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58023": { - "id": 58023, - "name": "AudioProcessingEvent", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The Web Audio API events that occur when a ScriptProcessorNode input buffer is ready to be processed." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "As of the August 29 2014 Web Audio API spec publication, this feature has been marked as deprecated, and is soon to be replaced by AudioWorklet.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioProcessingEvent)" - } - ] - } - ] - }, - "children": [ - 58024, - 58025, - 58026, - 58027, - 58028, - 58029, - 58030, - 58031, - 58032, - 58033, - 58034, - 58035, - 58036, - 58037, - 58038, - 58039, - 58040, - 58041, - 58042, - 58043, - 58044, - 58046, - 58051, - 58053, - 58055 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 58024, - 58025, - 58026, - 58027, - 58028, - 58029, - 58030, - 58031, - 58032, - 58033, - 58034, - 58035, - 58036, - 58037, - 58038, - 58039, - 58040, - 58041, - 58042, - 58043 - ] - }, - { - "title": "Methods", - "children": [ - 58044, - 58046, - 58051, - 58053, - 58055 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - ] - }, - "58024": { - "id": 58024, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 62425, - "name": "Event.AT_TARGET" - } - }, - "58025": { - "id": 58025, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 3 - }, - "inheritedFrom": { - "type": "reference", - "target": 62426, - "name": "Event.BUBBLING_PHASE" - } - }, - "58026": { - "id": 58026, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 62427, - "name": "Event.CAPTURING_PHASE" - } - }, - "58027": { - "id": 58027, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 0 - }, - "inheritedFrom": { - "type": "reference", - "target": 62428, - "name": "Event.NONE" - } - }, - "58028": { - "id": 58028, - "name": "bubbles", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/bubbles)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62429, - "name": "Event.bubbles" - } - }, - "58029": { - "id": 58029, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelBubble)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62430, - "name": "Event.cancelBubble" - } - }, - "58030": { - "id": 58030, - "name": "cancelable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. Its return value does not always carry meaning, but true can indicate that part of the operation during which event was dispatched, can be canceled by invoking the preventDefault() method.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62431, - "name": "Event.cancelable" - } - }, - "58031": { - "id": 58031, - "name": "composed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event invokes listeners past a ShadowRoot node that is the root of its target, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composed)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62432, - "name": "Event.composed" - } - }, - "58032": { - "id": 58032, - "name": "currentTarget", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object whose event listener's callback is currently being invoked.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/currentTarget)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62433, - "name": "Event.currentTarget" - } - }, - "58033": { - "id": 58033, - "name": "defaultPrevented", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if preventDefault() was invoked successfully to indicate cancelation, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/defaultPrevented)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62434, - "name": "Event.defaultPrevented" - } - }, - "58034": { - "id": 58034, - "name": "eventPhase", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's phase, which is one of NONE, CAPTURING_PHASE, AT_TARGET, and BUBBLING_PHASE.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/eventPhase)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 62435, - "name": "Event.eventPhase" - } - }, - "58035": { - "id": 58035, - "name": "inputBuffer", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioProcessingEvent/inputBuffer)" - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 57970, - "name": "AudioBuffer", - "package": "typescript" - } - }, - "58036": { - "id": 58036, - "name": "isTrusted", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if event was dispatched by the user agent, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/isTrusted)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62436, - "name": "Event.isTrusted" - } - }, - "58037": { - "id": 58037, - "name": "outputBuffer", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioProcessingEvent/outputBuffer)" - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 57970, - "name": "AudioBuffer", - "package": "typescript" - } - }, - "58038": { - "id": 58038, - "name": "playbackTime", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AudioProcessingEvent/playbackTime)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58039": { - "id": 58039, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/returnValue)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62437, - "name": "Event.returnValue" - } - }, - "58040": { - "id": 58040, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/srcElement)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62438, - "name": "Event.srcElement" - } - }, - "58041": { - "id": 58041, - "name": "target", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object to which event is dispatched (its target).\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/target)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62439, - "name": "Event.target" - } - }, - "58042": { - "id": 58042, - "name": "timeStamp", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's timestamp as the number of milliseconds measured relative to the time origin.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/timeStamp)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 62440, - "name": "Event.timeStamp" - } - }, - "58043": { - "id": 58043, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of event, e.g. \"click\", \"hashchange\", or \"submit\".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/type)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 62441, - "name": "Event.type" - } - }, - "58044": { - "id": 58044, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58045 - ], - "inheritedFrom": { - "type": "reference", - "target": 62442, - "name": "Event.composedPath" - } - }, - "58045": { - "id": 58045, - "name": "composedPath", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the invocation target objects of event's path (objects on which listeners will be invoked), except for any nodes in shadow trees of which the shadow root's mode is \"closed\" that are not reachable from event's currentTarget.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composedPath)" - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 62443, - "name": "Event.composedPath" - } - }, - "58046": { - "id": 58046, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58047 - ], - "inheritedFrom": { - "type": "reference", - "target": 62444, - "name": "Event.initEvent" - } - }, - "58047": { - "id": 58047, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/initEvent)" - } - ] - } - ] - }, - "parameters": [ - 58048, - 58049, - 58050 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62445, - "name": "Event.initEvent" - } - }, - "58048": { - "id": 58048, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "58049": { - "id": 58049, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "58050": { - "id": 58050, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "58051": { - "id": 58051, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58052 - ], - "inheritedFrom": { - "type": "reference", - "target": 62449, - "name": "Event.preventDefault" - } - }, - "58052": { - "id": 58052, - "name": "preventDefault", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "If invoked when the cancelable attribute value is true, and while executing a listener for the event with passive set to false, signals to the operation that caused event to be dispatched that it needs to be canceled.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/preventDefault)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62450, - "name": "Event.preventDefault" - } - }, - "58053": { - "id": 58053, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58054 - ], - "inheritedFrom": { - "type": "reference", - "target": 62451, - "name": "Event.stopImmediatePropagation" - } - }, - "58054": { - "id": 58054, - "name": "stopImmediatePropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Invoking this method prevents event from reaching any registered event listeners after the current one finishes running and, when dispatched in a tree, also prevents event from reaching any other objects.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopImmediatePropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62452, - "name": "Event.stopImmediatePropagation" - } - }, - "58055": { - "id": 58055, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58056 - ], - "inheritedFrom": { - "type": "reference", - "target": 62453, - "name": "Event.stopPropagation" - } - }, - "58056": { - "id": 58056, - "name": "stopPropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "When dispatched in a tree, invoking this method prevents event from reaching any objects other than the current object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopPropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62454, - "name": "Event.stopPropagation" - } - }, - "58071": { - "id": 58071, - "name": "BarProp", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/BarProp)" - } - ] - }, - "children": [ - 58072 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 58072 - ] - } - ] - }, - "58072": { - "id": 58072, - "name": "visible", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/BarProp/visible)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "58073": { - "id": 58073, - "name": "BeforeUnloadEvent", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The beforeunload event is fired when the window, the document and its resources are about to be unloaded.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/BeforeUnloadEvent)" - } - ] - }, - "children": [ - 58074, - 58075, - 58076, - 58077, - 58078, - 58079, - 58080, - 58081, - 58082, - 58083, - 58084, - 58085, - 58086, - 58087, - 58088, - 58089, - 58090, - 58091, - 58093, - 58098, - 58100, - 58102 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 58074, - 58075, - 58076, - 58077, - 58078, - 58079, - 58080, - 58081, - 58082, - 58083, - 58084, - 58085, - 58086, - 58087, - 58088, - 58089, - 58090 - ] - }, - { - "title": "Methods", - "children": [ - 58091, - 58093, - 58098, - 58100, - 58102 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - ] - }, - "58074": { - "id": 58074, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 62425, - "name": "Event.AT_TARGET" - } - }, - "58075": { - "id": 58075, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 3 - }, - "inheritedFrom": { - "type": "reference", - "target": 62426, - "name": "Event.BUBBLING_PHASE" - } - }, - "58076": { - "id": 58076, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 62427, - "name": "Event.CAPTURING_PHASE" - } - }, - "58077": { - "id": 58077, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 0 - }, - "inheritedFrom": { - "type": "reference", - "target": 62428, - "name": "Event.NONE" - } - }, - "58078": { - "id": 58078, - "name": "bubbles", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/bubbles)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62429, - "name": "Event.bubbles" - } - }, - "58079": { - "id": 58079, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelBubble)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62430, - "name": "Event.cancelBubble" - } - }, - "58080": { - "id": 58080, - "name": "cancelable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. Its return value does not always carry meaning, but true can indicate that part of the operation during which event was dispatched, can be canceled by invoking the preventDefault() method.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62431, - "name": "Event.cancelable" - } - }, - "58081": { - "id": 58081, - "name": "composed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event invokes listeners past a ShadowRoot node that is the root of its target, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composed)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62432, - "name": "Event.composed" - } - }, - "58082": { - "id": 58082, - "name": "currentTarget", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object whose event listener's callback is currently being invoked.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/currentTarget)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62433, - "name": "Event.currentTarget" - } - }, - "58083": { - "id": 58083, - "name": "defaultPrevented", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if preventDefault() was invoked successfully to indicate cancelation, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/defaultPrevented)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62434, - "name": "Event.defaultPrevented" - } - }, - "58084": { - "id": 58084, - "name": "eventPhase", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's phase, which is one of NONE, CAPTURING_PHASE, AT_TARGET, and BUBBLING_PHASE.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/eventPhase)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 62435, - "name": "Event.eventPhase" - } - }, - "58085": { - "id": 58085, - "name": "isTrusted", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if event was dispatched by the user agent, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/isTrusted)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62436, - "name": "Event.isTrusted" - } - }, - "58086": { - "id": 58086, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/BeforeUnloadEvent/returnValue)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "any" - }, - "overwrites": { - "type": "reference", - "target": 62437, - "name": "Event.returnValue" - } - }, - "58087": { - "id": 58087, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/srcElement)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62438, - "name": "Event.srcElement" - } - }, - "58088": { - "id": 58088, - "name": "target", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object to which event is dispatched (its target).\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/target)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62439, - "name": "Event.target" - } - }, - "58089": { - "id": 58089, - "name": "timeStamp", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's timestamp as the number of milliseconds measured relative to the time origin.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/timeStamp)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 62440, - "name": "Event.timeStamp" - } - }, - "58090": { - "id": 58090, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of event, e.g. \"click\", \"hashchange\", or \"submit\".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/type)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 62441, - "name": "Event.type" - } - }, - "58091": { - "id": 58091, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58092 - ], - "inheritedFrom": { - "type": "reference", - "target": 62442, - "name": "Event.composedPath" - } - }, - "58092": { - "id": 58092, - "name": "composedPath", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the invocation target objects of event's path (objects on which listeners will be invoked), except for any nodes in shadow trees of which the shadow root's mode is \"closed\" that are not reachable from event's currentTarget.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composedPath)" - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 62443, - "name": "Event.composedPath" - } - }, - "58093": { - "id": 58093, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58094 - ], - "inheritedFrom": { - "type": "reference", - "target": 62444, - "name": "Event.initEvent" - } - }, - "58094": { - "id": 58094, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/initEvent)" - } - ] - } - ] - }, - "parameters": [ - 58095, - 58096, - 58097 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62445, - "name": "Event.initEvent" - } - }, - "58095": { - "id": 58095, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "58096": { - "id": 58096, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "58097": { - "id": 58097, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "58098": { - "id": 58098, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58099 - ], - "inheritedFrom": { - "type": "reference", - "target": 62449, - "name": "Event.preventDefault" - } - }, - "58099": { - "id": 58099, - "name": "preventDefault", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "If invoked when the cancelable attribute value is true, and while executing a listener for the event with passive set to false, signals to the operation that caused event to be dispatched that it needs to be canceled.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/preventDefault)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62450, - "name": "Event.preventDefault" - } - }, - "58100": { - "id": 58100, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58101 - ], - "inheritedFrom": { - "type": "reference", - "target": 62451, - "name": "Event.stopImmediatePropagation" - } - }, - "58101": { - "id": 58101, - "name": "stopImmediatePropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Invoking this method prevents event from reaching any registered event listeners after the current one finishes running and, when dispatched in a tree, also prevents event from reaching any other objects.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopImmediatePropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62452, - "name": "Event.stopImmediatePropagation" - } - }, - "58102": { - "id": 58102, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58103 - ], - "inheritedFrom": { - "type": "reference", - "target": 62453, - "name": "Event.stopPropagation" - } - }, - "58103": { - "id": 58103, - "name": "stopPropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "When dispatched in a tree, invoking this method prevents event from reaching any objects other than the current object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopPropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62454, - "name": "Event.stopPropagation" - } - }, - "58104": { - "id": 58104, - "name": "BlobCallback", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "signatures": [ - 58105 - ] - }, - "58105": { - "id": 58105, - "name": "BlobCallback", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 58106 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "58106": { - "id": 58106, - "name": "blob", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "Blob" - }, - "name": "Blob", - "package": "typescript" - } - ] - } - }, - "58107": { - "id": 58107, - "name": "BlobEvent", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/BlobEvent)" - } - ] - }, - "children": [ - 58108, - 58109, - 58110, - 58111, - 58112, - 58113, - 58114, - 58115, - 58116, - 58117, - 58118, - 58119, - 58120, - 58121, - 58122, - 58123, - 58124, - 58125, - 58126, - 58127, - 58129, - 58134, - 58136, - 58138 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 58108, - 58109, - 58110, - 58111, - 58112, - 58113, - 58114, - 58115, - 58116, - 58117, - 58118, - 58119, - 58120, - 58121, - 58122, - 58123, - 58124, - 58125, - 58126 - ] - }, - { - "title": "Methods", - "children": [ - 58127, - 58129, - 58134, - 58136, - 58138 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - ] - }, - "58108": { - "id": 58108, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 62425, - "name": "Event.AT_TARGET" - } - }, - "58109": { - "id": 58109, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 3 - }, - "inheritedFrom": { - "type": "reference", - "target": 62426, - "name": "Event.BUBBLING_PHASE" - } - }, - "58110": { - "id": 58110, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 62427, - "name": "Event.CAPTURING_PHASE" - } - }, - "58111": { - "id": 58111, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 0 - }, - "inheritedFrom": { - "type": "reference", - "target": 62428, - "name": "Event.NONE" - } - }, - "58112": { - "id": 58112, - "name": "bubbles", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/bubbles)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62429, - "name": "Event.bubbles" - } - }, - "58113": { - "id": 58113, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelBubble)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62430, - "name": "Event.cancelBubble" - } - }, - "58114": { - "id": 58114, - "name": "cancelable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. Its return value does not always carry meaning, but true can indicate that part of the operation during which event was dispatched, can be canceled by invoking the preventDefault() method.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62431, - "name": "Event.cancelable" - } - }, - "58115": { - "id": 58115, - "name": "composed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event invokes listeners past a ShadowRoot node that is the root of its target, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composed)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62432, - "name": "Event.composed" - } - }, - "58116": { - "id": 58116, - "name": "currentTarget", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object whose event listener's callback is currently being invoked.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/currentTarget)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62433, - "name": "Event.currentTarget" - } - }, - "58117": { - "id": 58117, - "name": "data", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/BlobEvent/data)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "Blob" - }, - "name": "Blob", - "package": "typescript" - } - }, - "58118": { - "id": 58118, - "name": "defaultPrevented", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if preventDefault() was invoked successfully to indicate cancelation, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/defaultPrevented)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62434, - "name": "Event.defaultPrevented" - } - }, - "58119": { - "id": 58119, - "name": "eventPhase", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's phase, which is one of NONE, CAPTURING_PHASE, AT_TARGET, and BUBBLING_PHASE.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/eventPhase)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 62435, - "name": "Event.eventPhase" - } - }, - "58120": { - "id": 58120, - "name": "isTrusted", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if event was dispatched by the user agent, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/isTrusted)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62436, - "name": "Event.isTrusted" - } - }, - "58121": { - "id": 58121, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/returnValue)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62437, - "name": "Event.returnValue" - } - }, - "58122": { - "id": 58122, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/srcElement)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62438, - "name": "Event.srcElement" - } - }, - "58123": { - "id": 58123, - "name": "target", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object to which event is dispatched (its target).\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/target)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62439, - "name": "Event.target" - } - }, - "58124": { - "id": 58124, - "name": "timeStamp", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's timestamp as the number of milliseconds measured relative to the time origin.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/timeStamp)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 62440, - "name": "Event.timeStamp" - } - }, - "58125": { - "id": 58125, - "name": "timecode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/BlobEvent/timecode)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58126": { - "id": 58126, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of event, e.g. \"click\", \"hashchange\", or \"submit\".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/type)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 62441, - "name": "Event.type" - } - }, - "58127": { - "id": 58127, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58128 - ], - "inheritedFrom": { - "type": "reference", - "target": 62442, - "name": "Event.composedPath" - } - }, - "58128": { - "id": 58128, - "name": "composedPath", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the invocation target objects of event's path (objects on which listeners will be invoked), except for any nodes in shadow trees of which the shadow root's mode is \"closed\" that are not reachable from event's currentTarget.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composedPath)" - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 62443, - "name": "Event.composedPath" - } - }, - "58129": { - "id": 58129, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58130 - ], - "inheritedFrom": { - "type": "reference", - "target": 62444, - "name": "Event.initEvent" - } - }, - "58130": { - "id": 58130, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/initEvent)" - } - ] - } - ] - }, - "parameters": [ - 58131, - 58132, - 58133 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62445, - "name": "Event.initEvent" - } - }, - "58131": { - "id": 58131, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "58132": { - "id": 58132, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "58133": { - "id": 58133, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "58134": { - "id": 58134, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58135 - ], - "inheritedFrom": { - "type": "reference", - "target": 62449, - "name": "Event.preventDefault" - } - }, - "58135": { - "id": 58135, - "name": "preventDefault", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "If invoked when the cancelable attribute value is true, and while executing a listener for the event with passive set to false, signals to the operation that caused event to be dispatched that it needs to be canceled.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/preventDefault)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62450, - "name": "Event.preventDefault" - } - }, - "58136": { - "id": 58136, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58137 - ], - "inheritedFrom": { - "type": "reference", - "target": 62451, - "name": "Event.stopImmediatePropagation" - } - }, - "58137": { - "id": 58137, - "name": "stopImmediatePropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Invoking this method prevents event from reaching any registered event listeners after the current one finishes running and, when dispatched in a tree, also prevents event from reaching any other objects.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopImmediatePropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62452, - "name": "Event.stopImmediatePropagation" - } - }, - "58138": { - "id": 58138, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58139 - ], - "inheritedFrom": { - "type": "reference", - "target": 62453, - "name": "Event.stopPropagation" - } - }, - "58139": { - "id": 58139, - "name": "stopPropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "When dispatched in a tree, invoking this method prevents event from reaching any objects other than the current object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopPropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62454, - "name": "Event.stopPropagation" - } - }, - "58146": { - "id": 58146, - "name": "Body", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 58147, - 58148, - 58149, - 58151, - 58153, - 58155, - 58157, - 58159 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 58147, - 58148 - ] - }, - { - "title": "Methods", - "children": [ - 58149, - 58151, - 58153, - 58155, - 58157, - 58159 - ] - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 137014, - "name": "Response" - }, - { - "type": "reference", - "target": 136984, - "name": "Request" - } - ] - }, - "58147": { - "id": 58147, - "name": "body", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/body)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "ReadableStream" - }, - "typeArguments": [ - { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Uint8Array" - }, - "typeArguments": [ - { - "type": "reference", - "target": 212456, - "name": "ArrayBufferLike", - "package": "typescript" - } - ], - "name": "Uint8Array", - "package": "typescript" - } - ], - "name": "ReadableStream", - "package": "typescript" - } - ] - } - }, - "58148": { - "id": 58148, - "name": "bodyUsed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/bodyUsed)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "58149": { - "id": 58149, - "name": "arrayBuffer", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58150 - ] - }, - "58150": { - "id": 58150, - "name": "arrayBuffer", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/arrayBuffer)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "ArrayBuffer" - }, - "name": "ArrayBuffer", - "package": "typescript" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "58151": { - "id": 58151, - "name": "blob", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58152 - ] - }, - "58152": { - "id": 58152, - "name": "blob", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/blob)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "Blob" - }, - "name": "Blob", - "package": "typescript" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "58153": { - "id": 58153, - "name": "bytes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58154 - ] - }, - "58154": { - "id": 58154, - "name": "bytes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/bytes)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Uint8Array" - }, - "typeArguments": [ - { - "type": "reference", - "target": 212456, - "name": "ArrayBufferLike", - "package": "typescript" - } - ], - "name": "Uint8Array", - "package": "typescript" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "58155": { - "id": 58155, - "name": "formData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58156 - ] - }, - "58156": { - "id": 58156, - "name": "formData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/formData)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "FormData" - }, - "name": "FormData", - "package": "typescript" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "58157": { - "id": 58157, - "name": "json", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58158 - ] - }, - "58158": { - "id": 58158, - "name": "json", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/json)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "any" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "58159": { - "id": 58159, - "name": "text", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58160 - ] - }, - "58160": { - "id": 58160, - "name": "text", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/text)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "58161": { - "id": 58161, - "name": "CDATASection", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "A CDATA section that can be used within XML to include extended portions of unescaped text. The symbols < and & don’t need escaping as they normally do when inside a CDATA section.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CDATASection)" - } - ] - }, - "children": [ - 58162, - 58163, - 58164, - 58165, - 58166, - 58167, - 58168, - 58169, - 58170, - 58171, - 58172, - 58173, - 58174, - 58175, - 58176, - 58177, - 58178, - 58179, - 58180, - 58181, - 58182, - 58183, - 58184, - 58185, - 58186, - 58187, - 58188, - 58189, - 58190, - 58191, - 58192, - 58193, - 58194, - 58195, - 58196, - 58197, - 58198, - 58199, - 58200, - 58205, - 58208, - 58212, - 58215, - 58218, - 58221, - 58224, - 58227, - 58231, - 58234, - 58237, - 58239, - 58244, - 58248, - 58251, - 58254, - 58257, - 58260, - 58263, - 58265, - 58267, - 58271, - 58276, - 58281, - 58286, - 58289, - 58292 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 58162, - 58163, - 58164, - 58165, - 58166, - 58167, - 58168, - 58169, - 58170, - 58171, - 58172, - 58173, - 58174, - 58175, - 58176, - 58177, - 58178, - 58179, - 58180, - 58181, - 58182, - 58183, - 58184, - 58185, - 58186, - 58187, - 58188, - 58189, - 58190, - 58191, - 58192, - 58193, - 58194, - 58195, - 58196, - 58197, - 58198, - 58199 - ] - }, - { - "title": "Methods", - "children": [ - 58200, - 58205, - 58208, - 58212, - 58215, - 58218, - 58221, - 58224, - 58227, - 58231, - 58234, - 58237, - 58239, - 58244, - 58248, - 58251, - 58254, - 58257, - 58260, - 58263, - 58265, - 58267, - 58271, - 58276, - 58281, - 58286, - 58289, - 58292 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 205855, - "name": "Text", - "package": "typescript" - } - ] - }, - "58162": { - "id": 58162, - "name": "ATTRIBUTE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 205856, - "name": "Text.ATTRIBUTE_NODE" - } - }, - "58163": { - "id": 58163, - "name": "CDATA_SECTION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a CDATASection node." - } - ] - }, - "type": { - "type": "literal", - "value": 4 - }, - "inheritedFrom": { - "type": "reference", - "target": 205857, - "name": "Text.CDATA_SECTION_NODE" - } - }, - "58164": { - "id": 58164, - "name": "COMMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Comment node." - } - ] - }, - "type": { - "type": "literal", - "value": 8 - }, - "inheritedFrom": { - "type": "reference", - "target": 205858, - "name": "Text.COMMENT_NODE" - } - }, - "58165": { - "id": 58165, - "name": "DOCUMENT_FRAGMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a DocumentFragment node." - } - ] - }, - "type": { - "type": "literal", - "value": 11 - }, - "inheritedFrom": { - "type": "reference", - "target": 205859, - "name": "Text.DOCUMENT_FRAGMENT_NODE" - } - }, - "58166": { - "id": 58166, - "name": "DOCUMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a document." - } - ] - }, - "type": { - "type": "literal", - "value": 9 - }, - "inheritedFrom": { - "type": "reference", - "target": 205860, - "name": "Text.DOCUMENT_NODE" - } - }, - "58167": { - "id": 58167, - "name": "DOCUMENT_POSITION_CONTAINED_BY", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is a descendant of node." - } - ] - }, - "type": { - "type": "literal", - "value": 16 - }, - "inheritedFrom": { - "type": "reference", - "target": 205861, - "name": "Text.DOCUMENT_POSITION_CONTAINED_BY" - } - }, - "58168": { - "id": 58168, - "name": "DOCUMENT_POSITION_CONTAINS", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is an ancestor of node." - } - ] - }, - "type": { - "type": "literal", - "value": 8 - }, - "inheritedFrom": { - "type": "reference", - "target": 205862, - "name": "Text.DOCUMENT_POSITION_CONTAINS" - } - }, - "58169": { - "id": 58169, - "name": "DOCUMENT_POSITION_DISCONNECTED", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when node and other are not in the same tree." - } - ] - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 205863, - "name": "Text.DOCUMENT_POSITION_DISCONNECTED" - } - }, - "58170": { - "id": 58170, - "name": "DOCUMENT_POSITION_FOLLOWING", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is following node." - } - ] - }, - "type": { - "type": "literal", - "value": 4 - }, - "inheritedFrom": { - "type": "reference", - "target": 205864, - "name": "Text.DOCUMENT_POSITION_FOLLOWING" - } - }, - "58171": { - "id": 58171, - "name": "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 32 - }, - "inheritedFrom": { - "type": "reference", - "target": 205865, - "name": "Text.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" - } - }, - "58172": { - "id": 58172, - "name": "DOCUMENT_POSITION_PRECEDING", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is preceding node." - } - ] - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 205866, - "name": "Text.DOCUMENT_POSITION_PRECEDING" - } - }, - "58173": { - "id": 58173, - "name": "DOCUMENT_TYPE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a doctype." - } - ] - }, - "type": { - "type": "literal", - "value": 10 - }, - "inheritedFrom": { - "type": "reference", - "target": 205867, - "name": "Text.DOCUMENT_TYPE_NODE" - } - }, - "58174": { - "id": 58174, - "name": "ELEMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is an element." - } - ] - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 205868, - "name": "Text.ELEMENT_NODE" - } - }, - "58175": { - "id": 58175, - "name": "ENTITY_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 6 - }, - "inheritedFrom": { - "type": "reference", - "target": 205869, - "name": "Text.ENTITY_NODE" - } - }, - "58176": { - "id": 58176, - "name": "ENTITY_REFERENCE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 5 - }, - "inheritedFrom": { - "type": "reference", - "target": 205870, - "name": "Text.ENTITY_REFERENCE_NODE" - } - }, - "58177": { - "id": 58177, - "name": "NOTATION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 12 - }, - "inheritedFrom": { - "type": "reference", - "target": 205871, - "name": "Text.NOTATION_NODE" - } - }, - "58178": { - "id": 58178, - "name": "PROCESSING_INSTRUCTION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a ProcessingInstruction node." - } - ] - }, - "type": { - "type": "literal", - "value": 7 - }, - "inheritedFrom": { - "type": "reference", - "target": 205872, - "name": "Text.PROCESSING_INSTRUCTION_NODE" - } - }, - "58179": { - "id": 58179, - "name": "TEXT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Text node." - } - ] - }, - "type": { - "type": "literal", - "value": 3 - }, - "inheritedFrom": { - "type": "reference", - "target": 205873, - "name": "Text.TEXT_NODE" - } - }, - "58180": { - "id": 58180, - "name": "assignedSlot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/assignedSlot)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 114160, - "name": "HTMLSlotElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 205874, - "name": "Text.assignedSlot" - } - }, - "58181": { - "id": 58181, - "name": "baseURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's node document's document base URL.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/baseURI)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 205875, - "name": "Text.baseURI" - } - }, - "58182": { - "id": 58182, - "name": "childNodes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the children.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/childNodes)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 205876, - "name": "Text.childNodes" - } - }, - "58183": { - "id": 58183, - "name": "data", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/data)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 205877, - "name": "Text.data" - } - }, - "58184": { - "id": 58184, - "name": "firstChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/firstChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 205878, - "name": "Text.firstChild" - } - }, - "58185": { - "id": 58185, - "name": "isConnected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if node is connected and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isConnected)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 205879, - "name": "Text.isConnected" - } - }, - "58186": { - "id": 58186, - "name": "lastChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lastChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 205880, - "name": "Text.lastChild" - } - }, - "58187": { - "id": 58187, - "name": "length", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/length)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 205881, - "name": "Text.length" - } - }, - "58188": { - "id": 58188, - "name": "nextElementSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first following sibling that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/nextElementSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 205882, - "name": "Text.nextElementSibling" - } - }, - "58189": { - "id": 58189, - "name": "nextSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the next sibling.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nextSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 205883, - "name": "Text.nextSibling" - } - }, - "58190": { - "id": 58190, - "name": "nodeName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a string appropriate for the type of node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 205884, - "name": "Text.nodeName" - } - }, - "58191": { - "id": 58191, - "name": "nodeType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeType)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 205885, - "name": "Text.nodeType" - } - }, - "58192": { - "id": 58192, - "name": "nodeValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeValue)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 205886, - "name": "Text.nodeValue" - } - }, - "58193": { - "id": 58193, - "name": "ownerDocument", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the node document. Returns null for documents.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/ownerDocument)" - } - ] - }, - "type": { - "type": "reference", - "target": 60250, - "name": "Document", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 205887, - "name": "Text.ownerDocument" - } - }, - "58194": { - "id": 58194, - "name": "parentElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentElement)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 205888, - "name": "Text.parentElement" - } - }, - "58195": { - "id": 58195, - "name": "parentNode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentNode)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 135318, - "name": "ParentNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 205889, - "name": "Text.parentNode" - } - }, - "58196": { - "id": 58196, - "name": "previousElementSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first preceding sibling that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/previousElementSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 205890, - "name": "Text.previousElementSibling" - } - }, - "58197": { - "id": 58197, - "name": "previousSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the previous sibling.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/previousSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 205891, - "name": "Text.previousSibling" - } - }, - "58198": { - "id": 58198, - "name": "textContent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/textContent)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 205892, - "name": "Text.textContent" - } - }, - "58199": { - "id": 58199, - "name": "wholeText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the combined data of all direct Text node siblings.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Text/wholeText)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 205893, - "name": "Text.wholeText" - } - }, - "58200": { - "id": 58200, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58201 - ], - "inheritedFrom": { - "type": "reference", - "target": 205894, - "name": "Text.addEventListener" - } - }, - "58201": { - "id": 58201, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Appends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched.\n\nThe options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options's capture.\n\nWhen set to true, options's capture prevents callback from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event's eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event's eventPhase attribute value is AT_TARGET.\n\nWhen set to true, options's passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners.\n\nWhen set to true, options's once indicates that the callback will only be invoked once after which the event listener will be removed.\n\nIf an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted.\n\nThe event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/addEventListener)" - } - ] - }, - "parameters": [ - 58202, - 58203, - 58204 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 205895, - "name": "Text.addEventListener" - } - }, - "58202": { - "id": 58202, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "58203": { - "id": 58203, - "name": "callback", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - ] - } - }, - "58204": { - "id": 58204, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 57635, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "58205": { - "id": 58205, - "name": "after", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58206 - ], - "inheritedFrom": { - "type": "reference", - "target": 205899, - "name": "Text.after" - } - }, - "58206": { - "id": 58206, - "name": "after", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes just after node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/after)" - } - ] - }, - "parameters": [ - 58207 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 205900, - "name": "Text.after" - } - }, - "58207": { - "id": 58207, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "58208": { - "id": 58208, - "name": "appendChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58209 - ], - "inheritedFrom": { - "type": "reference", - "target": 205902, - "name": "Text.appendChild" - } - }, - "58209": { - "id": 58209, - "name": "appendChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/appendChild)" - } - ] - }, - "typeParameter": [ - 58210 - ], - "parameters": [ - 58211 - ], - "type": { - "type": "reference", - "target": 71251, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 205903, - "name": "Text.appendChild" - } - }, - "58211": { - "id": 58211, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71251, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "58212": { - "id": 58212, - "name": "appendData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58213 - ], - "inheritedFrom": { - "type": "reference", - "target": 205906, - "name": "Text.appendData" - } - }, - "58213": { - "id": 58213, - "name": "appendData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/appendData)" - } - ] - }, - "parameters": [ - 58214 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 205907, - "name": "Text.appendData" - } - }, - "58214": { - "id": 58214, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "58215": { - "id": 58215, - "name": "before", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58216 - ], - "inheritedFrom": { - "type": "reference", - "target": 205909, - "name": "Text.before" - } - }, - "58216": { - "id": 58216, - "name": "before", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes just before node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/before)" - } - ] - }, - "parameters": [ - 58217 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 205910, - "name": "Text.before" - } - }, - "58217": { - "id": 58217, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "58218": { - "id": 58218, - "name": "cloneNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58219 - ], - "inheritedFrom": { - "type": "reference", - "target": 205912, - "name": "Text.cloneNode" - } - }, - "58219": { - "id": 58219, - "name": "cloneNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a copy of node. If deep is true, the copy also includes the node's descendants.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/cloneNode)" - } - ] - }, - "parameters": [ - 58220 - ], - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 205913, - "name": "Text.cloneNode" - } - }, - "58220": { - "id": 58220, - "name": "subtree", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "58221": { - "id": 58221, - "name": "compareDocumentPosition", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58222 - ], - "inheritedFrom": { - "type": "reference", - "target": 205915, - "name": "Text.compareDocumentPosition" - } - }, - "58222": { - "id": 58222, - "name": "compareDocumentPosition", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a bitmask indicating the position of other relative to node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/compareDocumentPosition)" - } - ] - }, - "parameters": [ - 58223 - ], - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 205916, - "name": "Text.compareDocumentPosition" - } - }, - "58223": { - "id": 58223, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "58224": { - "id": 58224, - "name": "contains", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58225 - ], - "inheritedFrom": { - "type": "reference", - "target": 205918, - "name": "Text.contains" - } - }, - "58225": { - "id": 58225, - "name": "contains", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if other is an inclusive descendant of node, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/contains)" - } - ] - }, - "parameters": [ - 58226 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 205919, - "name": "Text.contains" - } - }, - "58226": { - "id": 58226, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "58227": { - "id": 58227, - "name": "deleteData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58228 - ], - "inheritedFrom": { - "type": "reference", - "target": 205921, - "name": "Text.deleteData" - } - }, - "58228": { - "id": 58228, - "name": "deleteData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/deleteData)" - } - ] - }, - "parameters": [ - 58229, - 58230 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 205922, - "name": "Text.deleteData" - } - }, - "58229": { - "id": 58229, - "name": "offset", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58230": { - "id": 58230, - "name": "count", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58231": { - "id": 58231, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58232 - ], - "inheritedFrom": { - "type": "reference", - "target": 205925, - "name": "Text.dispatchEvent" - } - }, - "58232": { - "id": 58232, - "name": "dispatchEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "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.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/dispatchEvent)" - } - ] - }, - "parameters": [ - 58233 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 205926, - "name": "Text.dispatchEvent" - } - }, - "58233": { - "id": 58233, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "58234": { - "id": 58234, - "name": "getRootNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58235 - ], - "inheritedFrom": { - "type": "reference", - "target": 205928, - "name": "Text.getRootNode" - } - }, - "58235": { - "id": 58235, - "name": "getRootNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's root.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/getRootNode)" - } - ] - }, - "parameters": [ - 58236 - ], - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 205929, - "name": "Text.getRootNode" - } - }, - "58236": { - "id": 58236, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62813, - "name": "GetRootNodeOptions", - "package": "typescript" - } - }, - "58237": { - "id": 58237, - "name": "hasChildNodes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58238 - ], - "inheritedFrom": { - "type": "reference", - "target": 205931, - "name": "Text.hasChildNodes" - } - }, - "58238": { - "id": 58238, - "name": "hasChildNodes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node has children.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/hasChildNodes)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 205932, - "name": "Text.hasChildNodes" - } - }, - "58239": { - "id": 58239, - "name": "insertBefore", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58240 - ], - "inheritedFrom": { - "type": "reference", - "target": 205933, - "name": "Text.insertBefore" - } - }, - "58240": { - "id": 58240, - "name": "insertBefore", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/insertBefore)" - } - ] - }, - "typeParameter": [ - 58241 - ], - "parameters": [ - 58242, - 58243 - ], - "type": { - "type": "reference", - "target": 71407, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 205934, - "name": "Text.insertBefore" - } - }, - "58242": { - "id": 58242, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71407, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "58243": { - "id": 58243, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "58244": { - "id": 58244, - "name": "insertData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58245 - ], - "inheritedFrom": { - "type": "reference", - "target": 205938, - "name": "Text.insertData" - } - }, - "58245": { - "id": 58245, - "name": "insertData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/insertData)" - } - ] - }, - "parameters": [ - 58246, - 58247 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 205939, - "name": "Text.insertData" - } - }, - "58246": { - "id": 58246, - "name": "offset", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58247": { - "id": 58247, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "58248": { - "id": 58248, - "name": "isDefaultNamespace", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58249 - ], - "inheritedFrom": { - "type": "reference", - "target": 205942, - "name": "Text.isDefaultNamespace" - } - }, - "58249": { - "id": 58249, - "name": "isDefaultNamespace", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isDefaultNamespace)" - } - ] - }, - "parameters": [ - 58250 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 205943, - "name": "Text.isDefaultNamespace" - } - }, - "58250": { - "id": 58250, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "58251": { - "id": 58251, - "name": "isEqualNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58252 - ], - "inheritedFrom": { - "type": "reference", - "target": 205945, - "name": "Text.isEqualNode" - } - }, - "58252": { - "id": 58252, - "name": "isEqualNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node and otherNode have the same properties.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isEqualNode)" - } - ] - }, - "parameters": [ - 58253 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 205946, - "name": "Text.isEqualNode" - } - }, - "58253": { - "id": 58253, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "58254": { - "id": 58254, - "name": "isSameNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58255 - ], - "inheritedFrom": { - "type": "reference", - "target": 205948, - "name": "Text.isSameNode" - } - }, - "58255": { - "id": 58255, - "name": "isSameNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isSameNode)" - } - ] - }, - "parameters": [ - 58256 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 205949, - "name": "Text.isSameNode" - } - }, - "58256": { - "id": 58256, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "58257": { - "id": 58257, - "name": "lookupNamespaceURI", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58258 - ], - "inheritedFrom": { - "type": "reference", - "target": 205951, - "name": "Text.lookupNamespaceURI" - } - }, - "58258": { - "id": 58258, - "name": "lookupNamespaceURI", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupNamespaceURI)" - } - ] - }, - "parameters": [ - 58259 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 205952, - "name": "Text.lookupNamespaceURI" - } - }, - "58259": { - "id": 58259, - "name": "prefix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "58260": { - "id": 58260, - "name": "lookupPrefix", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58261 - ], - "inheritedFrom": { - "type": "reference", - "target": 205954, - "name": "Text.lookupPrefix" - } - }, - "58261": { - "id": 58261, - "name": "lookupPrefix", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupPrefix)" - } - ] - }, - "parameters": [ - 58262 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 205955, - "name": "Text.lookupPrefix" - } - }, - "58262": { - "id": 58262, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "58263": { - "id": 58263, - "name": "normalize", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58264 - ], - "inheritedFrom": { - "type": "reference", - "target": 205957, - "name": "Text.normalize" - } - }, - "58264": { - "id": 58264, - "name": "normalize", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes empty exclusive Text nodes and concatenates the data of remaining contiguous exclusive Text nodes into the first of their nodes.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/normalize)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 205958, - "name": "Text.normalize" - } - }, - "58265": { - "id": 58265, - "name": "remove", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58266 - ], - "inheritedFrom": { - "type": "reference", - "target": 205959, - "name": "Text.remove" - } - }, - "58266": { - "id": 58266, - "name": "remove", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/remove)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 205960, - "name": "Text.remove" - } - }, - "58267": { - "id": 58267, - "name": "removeChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58268 - ], - "inheritedFrom": { - "type": "reference", - "target": 205961, - "name": "Text.removeChild" - } - }, - "58268": { - "id": 58268, - "name": "removeChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/removeChild)" - } - ] - }, - "typeParameter": [ - 58269 - ], - "parameters": [ - 58270 - ], - "type": { - "type": "reference", - "target": 71482, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 205962, - "name": "Text.removeChild" - } - }, - "58270": { - "id": 58270, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71482, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "58271": { - "id": 58271, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58272 - ], - "inheritedFrom": { - "type": "reference", - "target": 205965, - "name": "Text.removeEventListener" - } - }, - "58272": { - "id": 58272, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes the event listener in target's event listener list with the same type, callback, and options.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/removeEventListener)" - } - ] - }, - "parameters": [ - 58273, - 58274, - 58275 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 205966, - "name": "Text.removeEventListener" - } - }, - "58273": { - "id": 58273, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "58274": { - "id": 58274, - "name": "callback", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - ] - } - }, - "58275": { - "id": 58275, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 62469, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "58276": { - "id": 58276, - "name": "replaceChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58277 - ], - "inheritedFrom": { - "type": "reference", - "target": 205970, - "name": "Text.replaceChild" - } - }, - "58277": { - "id": 58277, - "name": "replaceChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/replaceChild)" - } - ] - }, - "typeParameter": [ - 58278 - ], - "parameters": [ - 58279, - 58280 - ], - "type": { - "type": "reference", - "target": 71500, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 205971, - "name": "Text.replaceChild" - } - }, - "58279": { - "id": 58279, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "58280": { - "id": 58280, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71500, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "58281": { - "id": 58281, - "name": "replaceData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58282 - ], - "inheritedFrom": { - "type": "reference", - "target": 205975, - "name": "Text.replaceData" - } - }, - "58282": { - "id": 58282, - "name": "replaceData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/replaceData)" - } - ] - }, - "parameters": [ - 58283, - 58284, - 58285 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 205976, - "name": "Text.replaceData" - } - }, - "58283": { - "id": 58283, - "name": "offset", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58284": { - "id": 58284, - "name": "count", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58285": { - "id": 58285, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "58286": { - "id": 58286, - "name": "replaceWith", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58287 - ], - "inheritedFrom": { - "type": "reference", - "target": 205980, - "name": "Text.replaceWith" - } - }, - "58287": { - "id": 58287, - "name": "replaceWith", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Replaces node with nodes, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/replaceWith)" - } - ] - }, - "parameters": [ - 58288 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 205981, - "name": "Text.replaceWith" - } - }, - "58288": { - "id": 58288, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "58289": { - "id": 58289, - "name": "splitText", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58290 - ], - "inheritedFrom": { - "type": "reference", - "target": 205983, - "name": "Text.splitText" - } - }, - "58290": { - "id": 58290, - "name": "splitText", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Splits data at the given offset and returns the remainder as Text node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Text/splitText)" - } - ] - }, - "parameters": [ - 58291 - ], - "type": { - "type": "reference", - "target": 205855, - "name": "Text", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 205984, - "name": "Text.splitText" - } - }, - "58291": { - "id": 58291, - "name": "offset", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58292": { - "id": 58292, - "name": "substringData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58293 - ], - "inheritedFrom": { - "type": "reference", - "target": 205986, - "name": "Text.substringData" - } - }, - "58293": { - "id": 58293, - "name": "substringData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/substringData)" - } - ] - }, - "parameters": [ - 58294, - 58295 - ], - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 205987, - "name": "Text.substringData" - } - }, - "58294": { - "id": 58294, - "name": "offset", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58295": { - "id": 58295, - "name": "count", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58296": { - "id": 58296, - "name": "CSSMathSum", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSMathSum)" - } - ] - }, - "children": [ - 58297, - 58298, - 58299, - 58302, - 58305, - 58308, - 58311, - 58314, - 58317, - 58320, - 58323, - 58325, - 58328 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 58297, - 58298 - ] - }, - { - "title": "Methods", - "children": [ - 58299, - 58302, - 58305, - 58308, - 58311, - 58314, - 58317, - 58320, - 58323, - 58325, - 58328 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 58330, - "name": "CSSMathValue", - "package": "typescript" - } - ] - }, - "58297": { - "id": 58297, - "name": "operator", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSMathValue/operator)" - } - ] - }, - "type": { - "type": "reference", - "target": 212495, - "name": "CSSMathOperator", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 58331, - "name": "CSSMathValue.operator" - } - }, - "58298": { - "id": 58298, - "name": "values", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSMathSum/values)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "CSSNumericArray" - }, - "name": "CSSNumericArray", - "package": "typescript" - } - }, - "58299": { - "id": 58299, - "name": "add", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58300 - ], - "inheritedFrom": { - "type": "reference", - "target": 58332, - "name": "CSSMathValue.add" - } - }, - "58300": { - "id": 58300, - "name": "add", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNumericValue/add)" - } - ] - }, - "parameters": [ - 58301 - ], - "type": { - "type": "reference", - "target": 58372, - "name": "CSSNumericValue", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 58333, - "name": "CSSMathValue.add" - } - }, - "58301": { - "id": 58301, - "name": "values", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 212496, - "name": "CSSNumberish", - "package": "typescript" - } - } - }, - "58302": { - "id": 58302, - "name": "div", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58303 - ], - "inheritedFrom": { - "type": "reference", - "target": 58335, - "name": "CSSMathValue.div" - } - }, - "58303": { - "id": 58303, - "name": "div", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNumericValue/div)" - } - ] - }, - "parameters": [ - 58304 - ], - "type": { - "type": "reference", - "target": 58372, - "name": "CSSNumericValue", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 58336, - "name": "CSSMathValue.div" - } - }, - "58304": { - "id": 58304, - "name": "values", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 212496, - "name": "CSSNumberish", - "package": "typescript" - } - } - }, - "58305": { - "id": 58305, - "name": "equals", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58306 - ], - "inheritedFrom": { - "type": "reference", - "target": 58338, - "name": "CSSMathValue.equals" - } - }, - "58306": { - "id": 58306, - "name": "equals", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNumericValue/equals)" - } - ] - }, - "parameters": [ - 58307 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 58339, - "name": "CSSMathValue.equals" - } - }, - "58307": { - "id": 58307, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 212496, - "name": "CSSNumberish", - "package": "typescript" - } - } - }, - "58308": { - "id": 58308, - "name": "max", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58309 - ], - "inheritedFrom": { - "type": "reference", - "target": 58341, - "name": "CSSMathValue.max" - } - }, - "58309": { - "id": 58309, - "name": "max", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNumericValue/max)" - } - ] - }, - "parameters": [ - 58310 - ], - "type": { - "type": "reference", - "target": 58372, - "name": "CSSNumericValue", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 58342, - "name": "CSSMathValue.max" - } - }, - "58310": { - "id": 58310, - "name": "values", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 212496, - "name": "CSSNumberish", - "package": "typescript" - } - } - }, - "58311": { - "id": 58311, - "name": "min", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58312 - ], - "inheritedFrom": { - "type": "reference", - "target": 58344, - "name": "CSSMathValue.min" - } - }, - "58312": { - "id": 58312, - "name": "min", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNumericValue/min)" - } - ] - }, - "parameters": [ - 58313 - ], - "type": { - "type": "reference", - "target": 58372, - "name": "CSSNumericValue", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 58345, - "name": "CSSMathValue.min" - } - }, - "58313": { - "id": 58313, - "name": "values", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 212496, - "name": "CSSNumberish", - "package": "typescript" - } - } - }, - "58314": { - "id": 58314, - "name": "mul", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58315 - ], - "inheritedFrom": { - "type": "reference", - "target": 58347, - "name": "CSSMathValue.mul" - } - }, - "58315": { - "id": 58315, - "name": "mul", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNumericValue/mul)" - } - ] - }, - "parameters": [ - 58316 - ], - "type": { - "type": "reference", - "target": 58372, - "name": "CSSNumericValue", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 58348, - "name": "CSSMathValue.mul" - } - }, - "58316": { - "id": 58316, - "name": "values", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 212496, - "name": "CSSNumberish", - "package": "typescript" - } - } - }, - "58317": { - "id": 58317, - "name": "sub", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58318 - ], - "inheritedFrom": { - "type": "reference", - "target": 58350, - "name": "CSSMathValue.sub" - } - }, - "58318": { - "id": 58318, - "name": "sub", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNumericValue/sub)" - } - ] - }, - "parameters": [ - 58319 - ], - "type": { - "type": "reference", - "target": 58372, - "name": "CSSNumericValue", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 58351, - "name": "CSSMathValue.sub" - } - }, - "58319": { - "id": 58319, - "name": "values", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 212496, - "name": "CSSNumberish", - "package": "typescript" - } - } - }, - "58320": { - "id": 58320, - "name": "to", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58321 - ], - "inheritedFrom": { - "type": "reference", - "target": 58353, - "name": "CSSMathValue.to" - } - }, - "58321": { - "id": 58321, - "name": "to", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNumericValue/to)" - } - ] - }, - "parameters": [ - 58322 - ], - "type": { - "type": "reference", - "target": 58463, - "name": "CSSUnitValue", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 58354, - "name": "CSSMathValue.to" - } - }, - "58322": { - "id": 58322, - "name": "unit", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "58323": { - "id": 58323, - "name": "toString", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58324 - ], - "inheritedFrom": { - "type": "reference", - "target": 58356, - "name": "CSSMathValue.toString" - } - }, - "58324": { - "id": 58324, - "name": "toString", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 58357, - "name": "CSSMathValue.toString" - } - }, - "58325": { - "id": 58325, - "name": "toSum", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58326 - ], - "inheritedFrom": { - "type": "reference", - "target": 58358, - "name": "CSSMathValue.toSum" - } - }, - "58326": { - "id": 58326, - "name": "toSum", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNumericValue/toSum)" - } - ] - }, - "parameters": [ - 58327 - ], - "type": { - "type": "reference", - "target": 58296, - "name": "CSSMathSum", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 58359, - "name": "CSSMathValue.toSum" - } - }, - "58327": { - "id": 58327, - "name": "units", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - }, - "58328": { - "id": 58328, - "name": "type", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58329 - ], - "inheritedFrom": { - "type": "reference", - "target": 58361, - "name": "CSSMathValue.type" - } - }, - "58329": { - "id": 58329, - "name": "type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNumericValue/type)" - } - ] - }, - "type": { - "type": "reference", - "target": 58363, - "name": "CSSNumericType", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 58362, - "name": "CSSMathValue.type" - } - }, - "58363": { - "id": 58363, - "name": "CSSNumericType", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 58364, - 58365, - 58366, - 58367, - 58368, - 58369, - 58370, - 58371 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 58364, - 58365, - 58366, - 58367, - 58368, - 58369, - 58370, - 58371 - ] - } - ] - }, - "58364": { - "id": 58364, - "name": "angle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58365": { - "id": 58365, - "name": "flex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58366": { - "id": 58366, - "name": "frequency", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58367": { - "id": 58367, - "name": "length", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58368": { - "id": 58368, - "name": "percent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58369": { - "id": 58369, - "name": "percentHint", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 212497, - "name": "CSSNumericBaseType", - "package": "typescript" - } - }, - "58370": { - "id": 58370, - "name": "resolution", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58371": { - "id": 58371, - "name": "time", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58372": { - "id": 58372, - "name": "CSSNumericValue", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNumericValue)" - } - ] - }, - "children": [ - 58373, - 58376, - 58379, - 58382, - 58385, - 58388, - 58391, - 58394, - 58397, - 58399, - 58402 - ], - "groups": [ - { - "title": "Methods", - "children": [ - 58373, - 58376, - 58379, - 58382, - 58385, - 58388, - 58391, - 58394, - 58397, - 58399, - 58402 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 58460, - "name": "CSSStyleValue", - "package": "typescript" - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 58463, - "name": "CSSUnitValue" - }, - { - "type": "reference", - "target": 58330, - "name": "CSSMathValue" - } - ] - }, - "58373": { - "id": 58373, - "name": "add", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58374 - ] - }, - "58374": { - "id": 58374, - "name": "add", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNumericValue/add)" - } - ] - }, - "parameters": [ - 58375 - ], - "type": { - "type": "reference", - "target": 58372, - "name": "CSSNumericValue", - "package": "typescript" - } - }, - "58375": { - "id": 58375, - "name": "values", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 212496, - "name": "CSSNumberish", - "package": "typescript" - } - } - }, - "58376": { - "id": 58376, - "name": "div", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58377 - ] - }, - "58377": { - "id": 58377, - "name": "div", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNumericValue/div)" - } - ] - }, - "parameters": [ - 58378 - ], - "type": { - "type": "reference", - "target": 58372, - "name": "CSSNumericValue", - "package": "typescript" - } - }, - "58378": { - "id": 58378, - "name": "values", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 212496, - "name": "CSSNumberish", - "package": "typescript" - } - } - }, - "58379": { - "id": 58379, - "name": "equals", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58380 - ] - }, - "58380": { - "id": 58380, - "name": "equals", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNumericValue/equals)" - } - ] - }, - "parameters": [ - 58381 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "58381": { - "id": 58381, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 212496, - "name": "CSSNumberish", - "package": "typescript" - } - } - }, - "58382": { - "id": 58382, - "name": "max", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58383 - ] - }, - "58383": { - "id": 58383, - "name": "max", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNumericValue/max)" - } - ] - }, - "parameters": [ - 58384 - ], - "type": { - "type": "reference", - "target": 58372, - "name": "CSSNumericValue", - "package": "typescript" - } - }, - "58384": { - "id": 58384, - "name": "values", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 212496, - "name": "CSSNumberish", - "package": "typescript" - } - } - }, - "58385": { - "id": 58385, - "name": "min", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58386 - ] - }, - "58386": { - "id": 58386, - "name": "min", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNumericValue/min)" - } - ] - }, - "parameters": [ - 58387 - ], - "type": { - "type": "reference", - "target": 58372, - "name": "CSSNumericValue", - "package": "typescript" - } - }, - "58387": { - "id": 58387, - "name": "values", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 212496, - "name": "CSSNumberish", - "package": "typescript" - } - } - }, - "58388": { - "id": 58388, - "name": "mul", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58389 - ] - }, - "58389": { - "id": 58389, - "name": "mul", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNumericValue/mul)" - } - ] - }, - "parameters": [ - 58390 - ], - "type": { - "type": "reference", - "target": 58372, - "name": "CSSNumericValue", - "package": "typescript" - } - }, - "58390": { - "id": 58390, - "name": "values", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 212496, - "name": "CSSNumberish", - "package": "typescript" - } - } - }, - "58391": { - "id": 58391, - "name": "sub", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58392 - ] - }, - "58392": { - "id": 58392, - "name": "sub", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNumericValue/sub)" - } - ] - }, - "parameters": [ - 58393 - ], - "type": { - "type": "reference", - "target": 58372, - "name": "CSSNumericValue", - "package": "typescript" - } - }, - "58393": { - "id": 58393, - "name": "values", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 212496, - "name": "CSSNumberish", - "package": "typescript" - } - } - }, - "58394": { - "id": 58394, - "name": "to", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58395 - ] - }, - "58395": { - "id": 58395, - "name": "to", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNumericValue/to)" - } - ] - }, - "parameters": [ - 58396 - ], - "type": { - "type": "reference", - "target": 58463, - "name": "CSSUnitValue", - "package": "typescript" - } - }, - "58396": { - "id": 58396, - "name": "unit", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "58397": { - "id": 58397, - "name": "toString", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58398 - ], - "inheritedFrom": { - "type": "reference", - "target": 58461, - "name": "CSSStyleValue.toString" - } - }, - "58398": { - "id": 58398, - "name": "toString", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 58462, - "name": "CSSStyleValue.toString" - } - }, - "58399": { - "id": 58399, - "name": "toSum", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58400 - ] - }, - "58400": { - "id": 58400, - "name": "toSum", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNumericValue/toSum)" - } - ] - }, - "parameters": [ - 58401 - ], - "type": { - "type": "reference", - "target": 58296, - "name": "CSSMathSum", - "package": "typescript" - } - }, - "58401": { - "id": 58401, - "name": "units", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - }, - "58402": { - "id": 58402, - "name": "type", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58403 - ] - }, - "58403": { - "id": 58403, - "name": "type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNumericValue/type)" - } - ] - }, - "type": { - "type": "reference", - "target": 58363, - "name": "CSSNumericType", - "package": "typescript" - } - }, - "58404": { - "id": 58404, - "name": "CSSRule", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "A single CSS rule. There are several types of rules, listed in the Type constants section below.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSRule)" - } - ] - }, - "children": [ - 58405, - 58406, - 58407, - 58408, - 58409, - 58410, - 58411, - 58412, - 58413, - 58414, - 58415, - 58416, - 58417, - 58418, - 58419, - 58420 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 58405, - 58406, - 58407, - 58408, - 58409, - 58410, - 58411, - 58412, - 58413, - 58414, - 58415, - 58416, - 58417, - 58418, - 58419, - 58420 - ] - } - ] - }, - "58405": { - "id": 58405, - "name": "CHARSET_RULE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - } - }, - "58406": { - "id": 58406, - "name": "COUNTER_STYLE_RULE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 11 - } - }, - "58407": { - "id": 58407, - "name": "FONT_FACE_RULE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 5 - } - }, - "58408": { - "id": 58408, - "name": "FONT_FEATURE_VALUES_RULE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 14 - } - }, - "58409": { - "id": 58409, - "name": "IMPORT_RULE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 3 - } - }, - "58410": { - "id": 58410, - "name": "KEYFRAMES_RULE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 7 - } - }, - "58411": { - "id": 58411, - "name": "KEYFRAME_RULE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 8 - } - }, - "58412": { - "id": 58412, - "name": "MEDIA_RULE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 4 - } - }, - "58413": { - "id": 58413, - "name": "NAMESPACE_RULE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 10 - } - }, - "58414": { - "id": 58414, - "name": "PAGE_RULE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 6 - } - }, - "58415": { - "id": 58415, - "name": "STYLE_RULE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 1 - } - }, - "58416": { - "id": 58416, - "name": "SUPPORTS_RULE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 12 - } - }, - "58417": { - "id": 58417, - "name": "cssText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSRule/cssText)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "58418": { - "id": 58418, - "name": "parentRule", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSRule/parentRule)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 58404, - "name": "CSSRule", - "package": "typescript" - } - ] - } - }, - "58419": { - "id": 58419, - "name": "parentStyleSheet", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSRule/parentStyleSheet)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 58421, - "name": "CSSStyleSheet", - "package": "typescript" - } - ] - } - }, - "58420": { - "id": 58420, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSRule/type)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58421": { - "id": 58421, - "name": "CSSStyleSheet", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "A single CSS style sheet. It inherits properties and methods from its parent, StyleSheet.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSStyleSheet)" - } - ] - }, - "children": [ - 58422, - 58423, - 58424, - 58425, - 58426, - 58427, - 58428, - 58429, - 58430, - 58431, - 58435, - 58440, - 58443, - 58447, - 58450, - 58453 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 58422, - 58423, - 58424, - 58425, - 58426, - 58427, - 58428, - 58429, - 58430 - ] - }, - { - "title": "Accessors", - "children": [ - 58431 - ] - }, - { - "title": "Methods", - "children": [ - 58435, - 58440, - 58443, - 58447, - 58450, - 58453 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 205807, - "name": "StyleSheet", - "package": "typescript" - } - ] - }, - "58422": { - "id": 58422, - "name": "cssRules", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSStyleSheet/cssRules)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "CSSRuleList" - }, - "name": "CSSRuleList", - "package": "typescript" - } - }, - "58423": { - "id": 58423, - "name": "disabled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/StyleSheet/disabled)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 205808, - "name": "StyleSheet.disabled" - } - }, - "58424": { - "id": 58424, - "name": "href", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/StyleSheet/href)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 205809, - "name": "StyleSheet.href" - } - }, - "58425": { - "id": 58425, - "name": "ownerNode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/StyleSheet/ownerNode)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - }, - { - "type": "reference", - "target": 136046, - "name": "ProcessingInstruction", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 205810, - "name": "StyleSheet.ownerNode" - } - }, - "58426": { - "id": 58426, - "name": "ownerRule", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSStyleSheet/ownerRule)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 58404, - "name": "CSSRule", - "package": "typescript" - } - ] - } - }, - "58427": { - "id": 58427, - "name": "parentStyleSheet", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/StyleSheet/parentStyleSheet)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 58421, - "name": "CSSStyleSheet", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 205811, - "name": "StyleSheet.parentStyleSheet" - } - }, - "58428": { - "id": 58428, - "name": "rules", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSStyleSheet/rules)" - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "CSSRuleList" - }, - "name": "CSSRuleList", - "package": "typescript" - } - }, - "58429": { - "id": 58429, - "name": "title", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/StyleSheet/title)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 205812, - "name": "StyleSheet.title" - } - }, - "58430": { - "id": 58430, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/StyleSheet/type)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 205813, - "name": "StyleSheet.type" - } - }, - "58431": { - "id": 58431, - "name": "media", - "variant": "declaration", - "kind": 262144, - "flags": { - "isExternal": true - }, - "getSignature": { - "id": 58432, - "name": "media", - "variant": "signature", - "kind": 524288, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/StyleSheet/media)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "MediaList" - }, - "name": "MediaList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "StyleSheet.media" - } - }, - "setSignature": { - "id": 58433, - "name": "media", - "variant": "signature", - "kind": 1048576, - "flags": { - "isExternal": true - }, - "parameters": [ - 58434 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "StyleSheet.media" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 205814, - "name": "StyleSheet.media" - } - }, - "58435": { - "id": 58435, - "name": "addRule", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58436 - ] - }, - "58436": { - "id": 58436, - "name": "addRule", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSStyleSheet/addRule)" - } - ] - } - ] - }, - "parameters": [ - 58437, - 58438, - 58439 - ], - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58437": { - "id": 58437, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "58438": { - "id": 58438, - "name": "style", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "58439": { - "id": 58439, - "name": "index", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58440": { - "id": 58440, - "name": "deleteRule", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58441 - ] - }, - "58441": { - "id": 58441, - "name": "deleteRule", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSStyleSheet/deleteRule)" - } - ] - }, - "parameters": [ - 58442 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "58442": { - "id": 58442, - "name": "index", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58443": { - "id": 58443, - "name": "insertRule", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58444 - ] - }, - "58444": { - "id": 58444, - "name": "insertRule", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSStyleSheet/insertRule)" - } - ] - }, - "parameters": [ - 58445, - 58446 - ], - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58445": { - "id": 58445, - "name": "rule", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "58446": { - "id": 58446, - "name": "index", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58447": { - "id": 58447, - "name": "removeRule", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58448 - ] - }, - "58448": { - "id": 58448, - "name": "removeRule", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSStyleSheet/removeRule)" - } - ] - } - ] - }, - "parameters": [ - 58449 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "58449": { - "id": 58449, - "name": "index", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58450": { - "id": 58450, - "name": "replace", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58451 - ] - }, - "58451": { - "id": 58451, - "name": "replace", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSStyleSheet/replace)" - } - ] - }, - "parameters": [ - 58452 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 58421, - "name": "CSSStyleSheet", - "package": "typescript" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "58452": { - "id": 58452, - "name": "text", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "58453": { - "id": 58453, - "name": "replaceSync", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58454 - ] - }, - "58454": { - "id": 58454, - "name": "replaceSync", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSStyleSheet/replaceSync)" - } - ] - }, - "parameters": [ - 58455 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "58455": { - "id": 58455, - "name": "text", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "58460": { - "id": 58460, - "name": "CSSStyleValue", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSStyleValue)" - } - ] - }, - "children": [ - 58461 - ], - "groups": [ - { - "title": "Methods", - "children": [ - 58461 - ] - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 58372, - "name": "CSSNumericValue" - } - ] - }, - "58461": { - "id": 58461, - "name": "toString", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58462 - ] - }, - "58462": { - "id": 58462, - "name": "toString", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "58463": { - "id": 58463, - "name": "CSSUnitValue", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSUnitValue)" - } - ] - }, - "children": [ - 58464, - 58465, - 58466, - 58469, - 58472, - 58475, - 58478, - 58481, - 58484, - 58487, - 58490, - 58492, - 58495 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 58464, - 58465 - ] - }, - { - "title": "Methods", - "children": [ - 58466, - 58469, - 58472, - 58475, - 58478, - 58481, - 58484, - 58487, - 58490, - 58492, - 58495 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 58372, - "name": "CSSNumericValue", - "package": "typescript" - } - ] - }, - "58464": { - "id": 58464, - "name": "unit", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSUnitValue/unit)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "58465": { - "id": 58465, - "name": "value", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSUnitValue/value)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58466": { - "id": 58466, - "name": "add", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58467 - ], - "inheritedFrom": { - "type": "reference", - "target": 58373, - "name": "CSSNumericValue.add" - } - }, - "58467": { - "id": 58467, - "name": "add", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNumericValue/add)" - } - ] - }, - "parameters": [ - 58468 - ], - "type": { - "type": "reference", - "target": 58372, - "name": "CSSNumericValue", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 58374, - "name": "CSSNumericValue.add" - } - }, - "58468": { - "id": 58468, - "name": "values", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 212496, - "name": "CSSNumberish", - "package": "typescript" - } - } - }, - "58469": { - "id": 58469, - "name": "div", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58470 - ], - "inheritedFrom": { - "type": "reference", - "target": 58376, - "name": "CSSNumericValue.div" - } - }, - "58470": { - "id": 58470, - "name": "div", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNumericValue/div)" - } - ] - }, - "parameters": [ - 58471 - ], - "type": { - "type": "reference", - "target": 58372, - "name": "CSSNumericValue", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 58377, - "name": "CSSNumericValue.div" - } - }, - "58471": { - "id": 58471, - "name": "values", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 212496, - "name": "CSSNumberish", - "package": "typescript" - } - } - }, - "58472": { - "id": 58472, - "name": "equals", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58473 - ], - "inheritedFrom": { - "type": "reference", - "target": 58379, - "name": "CSSNumericValue.equals" - } - }, - "58473": { - "id": 58473, - "name": "equals", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNumericValue/equals)" - } - ] - }, - "parameters": [ - 58474 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 58380, - "name": "CSSNumericValue.equals" - } - }, - "58474": { - "id": 58474, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 212496, - "name": "CSSNumberish", - "package": "typescript" - } - } - }, - "58475": { - "id": 58475, - "name": "max", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58476 - ], - "inheritedFrom": { - "type": "reference", - "target": 58382, - "name": "CSSNumericValue.max" - } - }, - "58476": { - "id": 58476, - "name": "max", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNumericValue/max)" - } - ] - }, - "parameters": [ - 58477 - ], - "type": { - "type": "reference", - "target": 58372, - "name": "CSSNumericValue", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 58383, - "name": "CSSNumericValue.max" - } - }, - "58477": { - "id": 58477, - "name": "values", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 212496, - "name": "CSSNumberish", - "package": "typescript" - } - } - }, - "58478": { - "id": 58478, - "name": "min", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58479 - ], - "inheritedFrom": { - "type": "reference", - "target": 58385, - "name": "CSSNumericValue.min" - } - }, - "58479": { - "id": 58479, - "name": "min", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNumericValue/min)" - } - ] - }, - "parameters": [ - 58480 - ], - "type": { - "type": "reference", - "target": 58372, - "name": "CSSNumericValue", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 58386, - "name": "CSSNumericValue.min" - } - }, - "58480": { - "id": 58480, - "name": "values", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 212496, - "name": "CSSNumberish", - "package": "typescript" - } - } - }, - "58481": { - "id": 58481, - "name": "mul", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58482 - ], - "inheritedFrom": { - "type": "reference", - "target": 58388, - "name": "CSSNumericValue.mul" - } - }, - "58482": { - "id": 58482, - "name": "mul", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNumericValue/mul)" - } - ] - }, - "parameters": [ - 58483 - ], - "type": { - "type": "reference", - "target": 58372, - "name": "CSSNumericValue", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 58389, - "name": "CSSNumericValue.mul" - } - }, - "58483": { - "id": 58483, - "name": "values", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 212496, - "name": "CSSNumberish", - "package": "typescript" - } - } - }, - "58484": { - "id": 58484, - "name": "sub", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58485 - ], - "inheritedFrom": { - "type": "reference", - "target": 58391, - "name": "CSSNumericValue.sub" - } - }, - "58485": { - "id": 58485, - "name": "sub", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNumericValue/sub)" - } - ] - }, - "parameters": [ - 58486 - ], - "type": { - "type": "reference", - "target": 58372, - "name": "CSSNumericValue", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 58392, - "name": "CSSNumericValue.sub" - } - }, - "58486": { - "id": 58486, - "name": "values", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 212496, - "name": "CSSNumberish", - "package": "typescript" - } - } - }, - "58487": { - "id": 58487, - "name": "to", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58488 - ], - "inheritedFrom": { - "type": "reference", - "target": 58394, - "name": "CSSNumericValue.to" - } - }, - "58488": { - "id": 58488, - "name": "to", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNumericValue/to)" - } - ] - }, - "parameters": [ - 58489 - ], - "type": { - "type": "reference", - "target": 58463, - "name": "CSSUnitValue", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 58395, - "name": "CSSNumericValue.to" - } - }, - "58489": { - "id": 58489, - "name": "unit", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "58490": { - "id": 58490, - "name": "toString", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58491 - ], - "inheritedFrom": { - "type": "reference", - "target": 58397, - "name": "CSSNumericValue.toString" - } - }, - "58491": { - "id": 58491, - "name": "toString", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 58398, - "name": "CSSNumericValue.toString" - } - }, - "58492": { - "id": 58492, - "name": "toSum", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58493 - ], - "inheritedFrom": { - "type": "reference", - "target": 58399, - "name": "CSSNumericValue.toSum" - } - }, - "58493": { - "id": 58493, - "name": "toSum", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNumericValue/toSum)" - } - ] - }, - "parameters": [ - 58494 - ], - "type": { - "type": "reference", - "target": 58296, - "name": "CSSMathSum", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 58400, - "name": "CSSNumericValue.toSum" - } - }, - "58494": { - "id": 58494, - "name": "units", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - }, - "58495": { - "id": 58495, - "name": "type", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58496 - ], - "inheritedFrom": { - "type": "reference", - "target": 58402, - "name": "CSSNumericValue.type" - } - }, - "58496": { - "id": 58496, - "name": "type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSNumericValue/type)" - } - ] - }, - "type": { - "type": "reference", - "target": 58363, - "name": "CSSNumericType", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 58403, - "name": "CSSNumericValue.type" - } - }, - "58548": { - "id": 58548, - "name": "CacheStorage", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The storage for Cache objects.\nAvailable only in secure contexts.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CacheStorage)" - } - ] - }, - "children": [ - 58549, - 58552, - 58555, - 58557, - 58561 - ], - "groups": [ - { - "title": "Methods", - "children": [ - 58549, - 58552, - 58555, - 58557, - 58561 - ] - } - ] - }, - "58549": { - "id": 58549, - "name": "delete", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58550 - ] - }, - "58550": { - "id": 58550, - "name": "delete", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CacheStorage/delete)" - } - ] - }, - "parameters": [ - 58551 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "boolean" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "58551": { - "id": 58551, - "name": "cacheName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "58552": { - "id": 58552, - "name": "has", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58553 - ] - }, - "58553": { - "id": 58553, - "name": "has", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CacheStorage/has)" - } - ] - }, - "parameters": [ - 58554 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "boolean" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "58554": { - "id": 58554, - "name": "cacheName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "58555": { - "id": 58555, - "name": "keys", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58556 - ] - }, - "58556": { - "id": 58556, - "name": "keys", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CacheStorage/keys)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "58557": { - "id": 58557, - "name": "match", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58558 - ] - }, - "58558": { - "id": 58558, - "name": "match", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CacheStorage/match)" - } - ] - }, - "parameters": [ - 58559, - 58560 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "undefined" - }, - { - "type": "reference", - "target": 137014, - "name": "Response", - "package": "typescript" - } - ] - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "58559": { - "id": 58559, - "name": "request", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "reference", - "target": 206489, - "name": "URL", - "package": "typescript" - }, - { - "type": "reference", - "target": 212613, - "name": "RequestInfo", - "package": "typescript" - } - ] - } - }, - "58560": { - "id": 58560, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 134595, - "name": "MultiCacheQueryOptions", - "package": "typescript" - } - }, - "58561": { - "id": 58561, - "name": "open", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58562 - ] - }, - "58562": { - "id": 58562, - "name": "open", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CacheStorage/open)" - } - ] - }, - "parameters": [ - 58563 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "Cache" - }, - "name": "Cache", - "package": "typescript" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "58563": { - "id": 58563, - "name": "cacheName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "58654": { - "id": 58654, - "name": "CanvasGradient", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "An opaque object describing a gradient. It is returned by the methods CanvasRenderingContext2D.createLinearGradient() or CanvasRenderingContext2D.createRadialGradient().\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasGradient)" - } - ] - }, - "children": [ - 58655 - ], - "groups": [ - { - "title": "Methods", - "children": [ - 58655 - ] - } - ] - }, - "58655": { - "id": 58655, - "name": "addColorStop", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58656 - ] - }, - "58656": { - "id": 58656, - "name": "addColorStop", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Adds a color stop with the given color to the gradient at the given offset. 0.0 is the offset at one end of the gradient, 1.0 is the offset at the other end.\n\nThrows an \"IndexSizeError\" DOMException if the offset is out of range. Throws a \"SyntaxError\" DOMException if the color cannot be parsed.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasGradient/addColorStop)" - } - ] - }, - "parameters": [ - 58657, - 58658 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "58657": { - "id": 58657, - "name": "offset", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58658": { - "id": 58658, - "name": "color", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "58690": { - "id": 58690, - "name": "CanvasPattern", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "An opaque object describing a pattern, based on an image, a canvas, or a video, created by the CanvasRenderingContext2D.createPattern() method.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasPattern)" - } - ] - }, - "children": [ - 58691 - ], - "groups": [ - { - "title": "Methods", - "children": [ - 58691 - ] - } - ] - }, - "58691": { - "id": 58691, - "name": "setTransform", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58692 - ] - }, - "58692": { - "id": 58692, - "name": "setTransform", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets the transformation matrix that will be used when rendering the pattern during a fill or stroke painting operation.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasPattern/setTransform)" - } - ] - }, - "parameters": [ - 58693 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "58693": { - "id": 58693, - "name": "transform", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 59946, - "name": "DOMMatrix2DInit", - "package": "typescript" - } - }, - "58713": { - "id": 58713, - "name": "CanvasRenderingContext2D", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The CanvasRenderingContext2D interface, part of the Canvas API, provides the 2D rendering context for the drawing surface of a element. It is used for drawing shapes, text, images, and other objects.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D)" - } - ] - }, - "children": [ - 58714, - 58715, - 58716, - 58717, - 58718, - 58719, - 58720, - 58721, - 58722, - 58723, - 58724, - 58725, - 58726, - 58727, - 58728, - 58729, - 58730, - 58731, - 58732, - 58733, - 58734, - 58735, - 58736, - 58737, - 58738, - 58739, - 58740, - 58741, - 58749, - 58756, - 58758, - 58766, - 58772, - 58778, - 58780, - 58785, - 58792, - 58798, - 58802, - 58810, - 58816, - 58837, - 58847, - 58853, - 58859, - 58865, - 58867, - 58874, - 58876, - 58878, - 58880, - 58890, - 58898, - 58902, - 58905, - 58909, - 58922, - 58928, - 58934, - 58936, - 58938, - 58940, - 58943, - 58956, - 58958, - 58962, - 58967, - 58977, - 58981, - 58987, - 58993, - 59001 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 58714, - 58715, - 58716, - 58717, - 58718, - 58719, - 58720, - 58721, - 58722, - 58723, - 58724, - 58725, - 58726, - 58727, - 58728, - 58729, - 58730, - 58731, - 58732, - 58733, - 58734, - 58735, - 58736, - 58737, - 58738, - 58739, - 58740 - ] - }, - { - "title": "Methods", - "children": [ - 58741, - 58749, - 58756, - 58758, - 58766, - 58772, - 58778, - 58780, - 58785, - 58792, - 58798, - 58802, - 58810, - 58816, - 58837, - 58847, - 58853, - 58859, - 58865, - 58867, - 58874, - 58876, - 58878, - 58880, - 58890, - 58898, - 58902, - 58905, - 58909, - 58922, - 58928, - 58934, - 58936, - 58938, - 58940, - 58943, - 58956, - 58958, - 58962, - 58967, - 58977, - 58981, - 58987, - 58993, - 59001 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 58564, - "name": "CanvasCompositing", - "package": "typescript" - }, - { - "type": "reference", - "target": 58567, - "name": "CanvasDrawImage", - "package": "typescript" - }, - { - "type": "reference", - "target": 58589, - "name": "CanvasDrawPath", - "package": "typescript" - }, - { - "type": "reference", - "target": 58626, - "name": "CanvasFillStrokeStyles", - "package": "typescript" - }, - { - "type": "reference", - "target": 58652, - "name": "CanvasFilters", - "package": "typescript" - }, - { - "type": "reference", - "target": 58659, - "name": "CanvasImageData", - "package": "typescript" - }, - { - "type": "reference", - "target": 58687, - "name": "CanvasImageSmoothing", - "package": "typescript" - }, - { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "CanvasPath" - }, - "name": "CanvasPath", - "package": "typescript" - }, - { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "CanvasPathDrawingStyles" - }, - "name": "CanvasPathDrawingStyles", - "package": "typescript" - }, - { - "type": "reference", - "target": 58694, - "name": "CanvasRect", - "package": "typescript" - }, - { - "type": "reference", - "target": 59010, - "name": "CanvasSettings", - "package": "typescript" - }, - { - "type": "reference", - "target": 59013, - "name": "CanvasShadowStyles", - "package": "typescript" - }, - { - "type": "reference", - "target": 59018, - "name": "CanvasState", - "package": "typescript" - }, - { - "type": "reference", - "target": 59027, - "name": "CanvasText", - "package": "typescript" - }, - { - "type": "reference", - "target": 59043, - "name": "CanvasTextDrawingStyles", - "package": "typescript" - }, - { - "type": "reference", - "target": 59054, - "name": "CanvasTransform", - "package": "typescript" - }, - { - "type": "reference", - "target": 59088, - "name": "CanvasUserInterface", - "package": "typescript" - } - ] - }, - "58714": { - "id": 58714, - "name": "canvas", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/canvas)" - } - ] - }, - "type": { - "type": "reference", - "target": 70582, - "name": "HTMLCanvasElement", - "package": "typescript" - } - }, - "58715": { - "id": 58715, - "name": "direction", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/direction)" - } - ] - }, - "type": { - "type": "reference", - "target": 212499, - "name": "CanvasDirection", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 59044, - "name": "CanvasTextDrawingStyles.direction" - } - }, - "58716": { - "id": 58716, - "name": "fillStyle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/fillStyle)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 58654, - "name": "CanvasGradient", - "package": "typescript" - }, - { - "type": "reference", - "target": 58690, - "name": "CanvasPattern", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 58627, - "name": "CanvasFillStrokeStyles.fillStyle" - } - }, - "58717": { - "id": 58717, - "name": "filter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/filter)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 58653, - "name": "CanvasFilters.filter" - } - }, - "58718": { - "id": 58718, - "name": "font", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/font)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 59045, - "name": "CanvasTextDrawingStyles.font" - } - }, - "58719": { - "id": 58719, - "name": "fontKerning", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/fontKerning)" - } - ] - }, - "type": { - "type": "reference", - "target": 212501, - "name": "CanvasFontKerning", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 59046, - "name": "CanvasTextDrawingStyles.fontKerning" - } - }, - "58720": { - "id": 58720, - "name": "fontStretch", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/fontStretch)" - } - ] - }, - "type": { - "type": "reference", - "target": 212502, - "name": "CanvasFontStretch", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 59047, - "name": "CanvasTextDrawingStyles.fontStretch" - } - }, - "58721": { - "id": 58721, - "name": "fontVariantCaps", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/fontVariantCaps)" - } - ] - }, - "type": { - "type": "reference", - "target": 212503, - "name": "CanvasFontVariantCaps", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 59048, - "name": "CanvasTextDrawingStyles.fontVariantCaps" - } - }, - "58722": { - "id": 58722, - "name": "globalAlpha", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/globalAlpha)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 58565, - "name": "CanvasCompositing.globalAlpha" - } - }, - "58723": { - "id": 58723, - "name": "globalCompositeOperation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/globalCompositeOperation)" - } - ] - }, - "type": { - "type": "reference", - "target": 212536, - "name": "GlobalCompositeOperation", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 58566, - "name": "CanvasCompositing.globalCompositeOperation" - } - }, - "58724": { - "id": 58724, - "name": "imageSmoothingEnabled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/imageSmoothingEnabled)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 58688, - "name": "CanvasImageSmoothing.imageSmoothingEnabled" - } - }, - "58725": { - "id": 58725, - "name": "imageSmoothingQuality", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/imageSmoothingQuality)" - } - ] - }, - "type": { - "type": "reference", - "target": 212557, - "name": "ImageSmoothingQuality", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 58689, - "name": "CanvasImageSmoothing.imageSmoothingQuality" - } - }, - "58726": { - "id": 58726, - "name": "letterSpacing", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/letterSpacing)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 59049, - "name": "CanvasTextDrawingStyles.letterSpacing" - } - }, - "58727": { - "id": 58727, - "name": "lineCap", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/lineCap)" - } - ] - }, - "type": { - "type": "reference", - "target": 212505, - "name": "CanvasLineCap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPathDrawingStyles.lineCap" - } - }, - "58728": { - "id": 58728, - "name": "lineDashOffset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/lineDashOffset)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPathDrawingStyles.lineDashOffset" - } - }, - "58729": { - "id": 58729, - "name": "lineJoin", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/lineJoin)" - } - ] - }, - "type": { - "type": "reference", - "target": 212506, - "name": "CanvasLineJoin", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPathDrawingStyles.lineJoin" - } - }, - "58730": { - "id": 58730, - "name": "lineWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/lineWidth)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPathDrawingStyles.lineWidth" - } - }, - "58731": { - "id": 58731, - "name": "miterLimit", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/miterLimit)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPathDrawingStyles.miterLimit" - } - }, - "58732": { - "id": 58732, - "name": "shadowBlur", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/shadowBlur)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 59014, - "name": "CanvasShadowStyles.shadowBlur" - } - }, - "58733": { - "id": 58733, - "name": "shadowColor", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/shadowColor)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 59015, - "name": "CanvasShadowStyles.shadowColor" - } - }, - "58734": { - "id": 58734, - "name": "shadowOffsetX", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/shadowOffsetX)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 59016, - "name": "CanvasShadowStyles.shadowOffsetX" - } - }, - "58735": { - "id": 58735, - "name": "shadowOffsetY", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/shadowOffsetY)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 59017, - "name": "CanvasShadowStyles.shadowOffsetY" - } - }, - "58736": { - "id": 58736, - "name": "strokeStyle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/strokeStyle)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 58654, - "name": "CanvasGradient", - "package": "typescript" - }, - { - "type": "reference", - "target": 58690, - "name": "CanvasPattern", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 58628, - "name": "CanvasFillStrokeStyles.strokeStyle" - } - }, - "58737": { - "id": 58737, - "name": "textAlign", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textAlign)" - } - ] - }, - "type": { - "type": "reference", - "target": 212507, - "name": "CanvasTextAlign", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 59050, - "name": "CanvasTextDrawingStyles.textAlign" - } - }, - "58738": { - "id": 58738, - "name": "textBaseline", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textBaseline)" - } - ] - }, - "type": { - "type": "reference", - "target": 212508, - "name": "CanvasTextBaseline", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 59051, - "name": "CanvasTextDrawingStyles.textBaseline" - } - }, - "58739": { - "id": 58739, - "name": "textRendering", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textRendering)" - } - ] - }, - "type": { - "type": "reference", - "target": 212509, - "name": "CanvasTextRendering", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 59052, - "name": "CanvasTextDrawingStyles.textRendering" - } - }, - "58740": { - "id": 58740, - "name": "wordSpacing", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/wordSpacing)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 59053, - "name": "CanvasTextDrawingStyles.wordSpacing" - } - }, - "58741": { - "id": 58741, - "name": "arc", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58742 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.arc" - } - }, - "58742": { - "id": 58742, - "name": "arc", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/arc)" - } - ] - }, - "parameters": [ - 58743, - 58744, - 58745, - 58746, - 58747, - 58748 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.arc" - } - }, - "58743": { - "id": 58743, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58744": { - "id": 58744, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58745": { - "id": 58745, - "name": "radius", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58746": { - "id": 58746, - "name": "startAngle", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58747": { - "id": 58747, - "name": "endAngle", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58748": { - "id": 58748, - "name": "counterclockwise", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "58749": { - "id": 58749, - "name": "arcTo", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58750 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.arcTo" - } - }, - "58750": { - "id": 58750, - "name": "arcTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/arcTo)" - } - ] - }, - "parameters": [ - 58751, - 58752, - 58753, - 58754, - 58755 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.arcTo" - } - }, - "58751": { - "id": 58751, - "name": "x1", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58752": { - "id": 58752, - "name": "y1", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58753": { - "id": 58753, - "name": "x2", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58754": { - "id": 58754, - "name": "y2", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58755": { - "id": 58755, - "name": "radius", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58756": { - "id": 58756, - "name": "beginPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58757 - ], - "inheritedFrom": { - "type": "reference", - "target": 58590, - "name": "CanvasDrawPath.beginPath" - } - }, - "58757": { - "id": 58757, - "name": "beginPath", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/beginPath)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 58591, - "name": "CanvasDrawPath.beginPath" - } - }, - "58758": { - "id": 58758, - "name": "bezierCurveTo", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58759 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.bezierCurveTo" - } - }, - "58759": { - "id": 58759, - "name": "bezierCurveTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/bezierCurveTo)" - } - ] - }, - "parameters": [ - 58760, - 58761, - 58762, - 58763, - 58764, - 58765 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.bezierCurveTo" - } - }, - "58760": { - "id": 58760, - "name": "cp1x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58761": { - "id": 58761, - "name": "cp1y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58762": { - "id": 58762, - "name": "cp2x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58763": { - "id": 58763, - "name": "cp2y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58764": { - "id": 58764, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58765": { - "id": 58765, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58766": { - "id": 58766, - "name": "clearRect", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58767 - ], - "inheritedFrom": { - "type": "reference", - "target": 58695, - "name": "CanvasRect.clearRect" - } - }, - "58767": { - "id": 58767, - "name": "clearRect", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/clearRect)" - } - ] - }, - "parameters": [ - 58768, - 58769, - 58770, - 58771 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 58696, - "name": "CanvasRect.clearRect" - } - }, - "58768": { - "id": 58768, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58769": { - "id": 58769, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58770": { - "id": 58770, - "name": "w", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58771": { - "id": 58771, - "name": "h", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58772": { - "id": 58772, - "name": "clip", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58773, - 58775 - ], - "inheritedFrom": { - "type": "reference", - "target": 58592, - "name": "CanvasDrawPath.clip" - } - }, - "58773": { - "id": 58773, - "name": "clip", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/clip)" - } - ] - }, - "parameters": [ - 58774 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 58593, - "name": "CanvasDrawPath.clip" - } - }, - "58774": { - "id": 58774, - "name": "fillRule", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 212500, - "name": "CanvasFillRule", - "package": "typescript" - } - }, - "58775": { - "id": 58775, - "name": "clip", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 58776, - 58777 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 58595, - "name": "CanvasDrawPath.clip" - } - }, - "58776": { - "id": 58776, - "name": "path", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135458, - "name": "Path2D", - "package": "typescript" - } - }, - "58777": { - "id": 58777, - "name": "fillRule", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 212500, - "name": "CanvasFillRule", - "package": "typescript" - } - }, - "58778": { - "id": 58778, - "name": "closePath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58779 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.closePath" - } - }, - "58779": { - "id": 58779, - "name": "closePath", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/closePath)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.closePath" - } - }, - "58780": { - "id": 58780, - "name": "createConicGradient", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58781 - ], - "inheritedFrom": { - "type": "reference", - "target": 58629, - "name": "CanvasFillStrokeStyles.createConicGradient" - } - }, - "58781": { - "id": 58781, - "name": "createConicGradient", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/createConicGradient)" - } - ] - }, - "parameters": [ - 58782, - 58783, - 58784 - ], - "type": { - "type": "reference", - "target": 58654, - "name": "CanvasGradient", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 58630, - "name": "CanvasFillStrokeStyles.createConicGradient" - } - }, - "58782": { - "id": 58782, - "name": "startAngle", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58783": { - "id": 58783, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58784": { - "id": 58784, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58785": { - "id": 58785, - "name": "createImageData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58786, - 58790 - ], - "inheritedFrom": { - "type": "reference", - "target": 58660, - "name": "CanvasImageData.createImageData" - } - }, - "58786": { - "id": 58786, - "name": "createImageData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/createImageData)" - } - ] - }, - "parameters": [ - 58787, - 58788, - 58789 - ], - "type": { - "type": "reference", - "target": 132331, - "name": "ImageData", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 58661, - "name": "CanvasImageData.createImageData" - } - }, - "58787": { - "id": 58787, - "name": "sw", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58788": { - "id": 58788, - "name": "sh", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58789": { - "id": 58789, - "name": "settings", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 132336, - "name": "ImageDataSettings", - "package": "typescript" - } - }, - "58790": { - "id": 58790, - "name": "createImageData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 58791 - ], - "type": { - "type": "reference", - "target": 132331, - "name": "ImageData", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 58665, - "name": "CanvasImageData.createImageData" - } - }, - "58791": { - "id": 58791, - "name": "imagedata", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132331, - "name": "ImageData", - "package": "typescript" - } - }, - "58792": { - "id": 58792, - "name": "createLinearGradient", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58793 - ], - "inheritedFrom": { - "type": "reference", - "target": 58634, - "name": "CanvasFillStrokeStyles.createLinearGradient" - } - }, - "58793": { - "id": 58793, - "name": "createLinearGradient", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/createLinearGradient)" - } - ] - }, - "parameters": [ - 58794, - 58795, - 58796, - 58797 - ], - "type": { - "type": "reference", - "target": 58654, - "name": "CanvasGradient", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 58635, - "name": "CanvasFillStrokeStyles.createLinearGradient" - } - }, - "58794": { - "id": 58794, - "name": "x0", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58795": { - "id": 58795, - "name": "y0", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58796": { - "id": 58796, - "name": "x1", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58797": { - "id": 58797, - "name": "y1", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58798": { - "id": 58798, - "name": "createPattern", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58799 - ], - "inheritedFrom": { - "type": "reference", - "target": 58640, - "name": "CanvasFillStrokeStyles.createPattern" - } - }, - "58799": { - "id": 58799, - "name": "createPattern", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/createPattern)" - } - ] - }, - "parameters": [ - 58800, - 58801 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 58690, - "name": "CanvasPattern", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 58641, - "name": "CanvasFillStrokeStyles.createPattern" - } - }, - "58800": { - "id": 58800, - "name": "image", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212504, - "name": "CanvasImageSource", - "package": "typescript" - } - }, - "58801": { - "id": 58801, - "name": "repetition", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "58802": { - "id": 58802, - "name": "createRadialGradient", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58803 - ], - "inheritedFrom": { - "type": "reference", - "target": 58644, - "name": "CanvasFillStrokeStyles.createRadialGradient" - } - }, - "58803": { - "id": 58803, - "name": "createRadialGradient", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/createRadialGradient)" - } - ] - }, - "parameters": [ - 58804, - 58805, - 58806, - 58807, - 58808, - 58809 - ], - "type": { - "type": "reference", - "target": 58654, - "name": "CanvasGradient", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 58645, - "name": "CanvasFillStrokeStyles.createRadialGradient" - } - }, - "58804": { - "id": 58804, - "name": "x0", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58805": { - "id": 58805, - "name": "y0", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58806": { - "id": 58806, - "name": "r0", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58807": { - "id": 58807, - "name": "x1", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58808": { - "id": 58808, - "name": "y1", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58809": { - "id": 58809, - "name": "r1", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58810": { - "id": 58810, - "name": "drawFocusIfNeeded", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58811, - 58813 - ], - "inheritedFrom": { - "type": "reference", - "target": 59089, - "name": "CanvasUserInterface.drawFocusIfNeeded" - } - }, - "58811": { - "id": 58811, - "name": "drawFocusIfNeeded", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/drawFocusIfNeeded)" - } - ] - }, - "parameters": [ - 58812 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59090, - "name": "CanvasUserInterface.drawFocusIfNeeded" - } - }, - "58812": { - "id": 58812, - "name": "element", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - }, - "58813": { - "id": 58813, - "name": "drawFocusIfNeeded", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 58814, - 58815 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59092, - "name": "CanvasUserInterface.drawFocusIfNeeded" - } - }, - "58814": { - "id": 58814, - "name": "path", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135458, - "name": "Path2D", - "package": "typescript" - } - }, - "58815": { - "id": 58815, - "name": "element", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - }, - "58816": { - "id": 58816, - "name": "drawImage", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58817, - 58821, - 58827 - ], - "inheritedFrom": { - "type": "reference", - "target": 58568, - "name": "CanvasDrawImage.drawImage" - } - }, - "58817": { - "id": 58817, - "name": "drawImage", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/drawImage)" - } - ] - }, - "parameters": [ - 58818, - 58819, - 58820 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 58569, - "name": "CanvasDrawImage.drawImage" - } - }, - "58818": { - "id": 58818, - "name": "image", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212504, - "name": "CanvasImageSource", - "package": "typescript" - } - }, - "58819": { - "id": 58819, - "name": "dx", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58820": { - "id": 58820, - "name": "dy", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58821": { - "id": 58821, - "name": "drawImage", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 58822, - 58823, - 58824, - 58825, - 58826 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 58573, - "name": "CanvasDrawImage.drawImage" - } - }, - "58822": { - "id": 58822, - "name": "image", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212504, - "name": "CanvasImageSource", - "package": "typescript" - } - }, - "58823": { - "id": 58823, - "name": "dx", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58824": { - "id": 58824, - "name": "dy", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58825": { - "id": 58825, - "name": "dw", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58826": { - "id": 58826, - "name": "dh", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58827": { - "id": 58827, - "name": "drawImage", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 58828, - 58829, - 58830, - 58831, - 58832, - 58833, - 58834, - 58835, - 58836 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 58579, - "name": "CanvasDrawImage.drawImage" - } - }, - "58828": { - "id": 58828, - "name": "image", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212504, - "name": "CanvasImageSource", - "package": "typescript" - } - }, - "58829": { - "id": 58829, - "name": "sx", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58830": { - "id": 58830, - "name": "sy", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58831": { - "id": 58831, - "name": "sw", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58832": { - "id": 58832, - "name": "sh", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58833": { - "id": 58833, - "name": "dx", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58834": { - "id": 58834, - "name": "dy", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58835": { - "id": 58835, - "name": "dw", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58836": { - "id": 58836, - "name": "dh", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58837": { - "id": 58837, - "name": "ellipse", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58838 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.ellipse" - } - }, - "58838": { - "id": 58838, - "name": "ellipse", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/ellipse)" - } - ] - }, - "parameters": [ - 58839, - 58840, - 58841, - 58842, - 58843, - 58844, - 58845, - 58846 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.ellipse" - } - }, - "58839": { - "id": 58839, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58840": { - "id": 58840, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58841": { - "id": 58841, - "name": "radiusX", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58842": { - "id": 58842, - "name": "radiusY", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58843": { - "id": 58843, - "name": "rotation", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58844": { - "id": 58844, - "name": "startAngle", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58845": { - "id": 58845, - "name": "endAngle", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58846": { - "id": 58846, - "name": "counterclockwise", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "58847": { - "id": 58847, - "name": "fill", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58848, - 58850 - ], - "inheritedFrom": { - "type": "reference", - "target": 58598, - "name": "CanvasDrawPath.fill" - } - }, - "58848": { - "id": 58848, - "name": "fill", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/fill)" - } - ] - }, - "parameters": [ - 58849 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 58599, - "name": "CanvasDrawPath.fill" - } - }, - "58849": { - "id": 58849, - "name": "fillRule", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 212500, - "name": "CanvasFillRule", - "package": "typescript" - } - }, - "58850": { - "id": 58850, - "name": "fill", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 58851, - 58852 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 58601, - "name": "CanvasDrawPath.fill" - } - }, - "58851": { - "id": 58851, - "name": "path", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135458, - "name": "Path2D", - "package": "typescript" - } - }, - "58852": { - "id": 58852, - "name": "fillRule", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 212500, - "name": "CanvasFillRule", - "package": "typescript" - } - }, - "58853": { - "id": 58853, - "name": "fillRect", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58854 - ], - "inheritedFrom": { - "type": "reference", - "target": 58701, - "name": "CanvasRect.fillRect" - } - }, - "58854": { - "id": 58854, - "name": "fillRect", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/fillRect)" - } - ] - }, - "parameters": [ - 58855, - 58856, - 58857, - 58858 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 58702, - "name": "CanvasRect.fillRect" - } - }, - "58855": { - "id": 58855, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58856": { - "id": 58856, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58857": { - "id": 58857, - "name": "w", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58858": { - "id": 58858, - "name": "h", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58859": { - "id": 58859, - "name": "fillText", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58860 - ], - "inheritedFrom": { - "type": "reference", - "target": 59028, - "name": "CanvasText.fillText" - } - }, - "58860": { - "id": 58860, - "name": "fillText", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/fillText)" - } - ] - }, - "parameters": [ - 58861, - 58862, - 58863, - 58864 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59029, - "name": "CanvasText.fillText" - } - }, - "58861": { - "id": 58861, - "name": "text", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "58862": { - "id": 58862, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58863": { - "id": 58863, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58864": { - "id": 58864, - "name": "maxWidth", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58865": { - "id": 58865, - "name": "getContextAttributes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58866 - ], - "inheritedFrom": { - "type": "reference", - "target": 59011, - "name": "CanvasSettings.getContextAttributes" - } - }, - "58866": { - "id": 58866, - "name": "getContextAttributes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/getContextAttributes)" - } - ] - }, - "type": { - "type": "reference", - "target": 59005, - "name": "CanvasRenderingContext2DSettings", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 59012, - "name": "CanvasSettings.getContextAttributes" - } - }, - "58867": { - "id": 58867, - "name": "getImageData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58868 - ], - "inheritedFrom": { - "type": "reference", - "target": 58667, - "name": "CanvasImageData.getImageData" - } - }, - "58868": { - "id": 58868, - "name": "getImageData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/getImageData)" - } - ] - }, - "parameters": [ - 58869, - 58870, - 58871, - 58872, - 58873 - ], - "type": { - "type": "reference", - "target": 132331, - "name": "ImageData", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 58668, - "name": "CanvasImageData.getImageData" - } - }, - "58869": { - "id": 58869, - "name": "sx", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58870": { - "id": 58870, - "name": "sy", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58871": { - "id": 58871, - "name": "sw", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58872": { - "id": 58872, - "name": "sh", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58873": { - "id": 58873, - "name": "settings", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 132336, - "name": "ImageDataSettings", - "package": "typescript" - } - }, - "58874": { - "id": 58874, - "name": "getLineDash", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58875 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPathDrawingStyles.getLineDash" - } - }, - "58875": { - "id": 58875, - "name": "getLineDash", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/getLineDash)" - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "number" - } - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPathDrawingStyles.getLineDash" - } - }, - "58876": { - "id": 58876, - "name": "getTransform", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58877 - ], - "inheritedFrom": { - "type": "reference", - "target": 59055, - "name": "CanvasTransform.getTransform" - } - }, - "58877": { - "id": 58877, - "name": "getTransform", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/getTransform)" - } - ] - }, - "type": { - "type": "reference", - "target": 59806, - "name": "DOMMatrix", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 59056, - "name": "CanvasTransform.getTransform" - } - }, - "58878": { - "id": 58878, - "name": "isContextLost", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58879 - ], - "inheritedFrom": { - "type": "reference", - "target": 59019, - "name": "CanvasState.isContextLost" - } - }, - "58879": { - "id": 58879, - "name": "isContextLost", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/isContextLost)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 59020, - "name": "CanvasState.isContextLost" - } - }, - "58880": { - "id": 58880, - "name": "isPointInPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58881, - 58885 - ], - "inheritedFrom": { - "type": "reference", - "target": 58604, - "name": "CanvasDrawPath.isPointInPath" - } - }, - "58881": { - "id": 58881, - "name": "isPointInPath", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/isPointInPath)" - } - ] - }, - "parameters": [ - 58882, - 58883, - 58884 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 58605, - "name": "CanvasDrawPath.isPointInPath" - } - }, - "58882": { - "id": 58882, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58883": { - "id": 58883, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58884": { - "id": 58884, - "name": "fillRule", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 212500, - "name": "CanvasFillRule", - "package": "typescript" - } - }, - "58885": { - "id": 58885, - "name": "isPointInPath", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 58886, - 58887, - 58888, - 58889 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 58609, - "name": "CanvasDrawPath.isPointInPath" - } - }, - "58886": { - "id": 58886, - "name": "path", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135458, - "name": "Path2D", - "package": "typescript" - } - }, - "58887": { - "id": 58887, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58888": { - "id": 58888, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58889": { - "id": 58889, - "name": "fillRule", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 212500, - "name": "CanvasFillRule", - "package": "typescript" - } - }, - "58890": { - "id": 58890, - "name": "isPointInStroke", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58891, - 58894 - ], - "inheritedFrom": { - "type": "reference", - "target": 58614, - "name": "CanvasDrawPath.isPointInStroke" - } - }, - "58891": { - "id": 58891, - "name": "isPointInStroke", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/isPointInStroke)" - } - ] - }, - "parameters": [ - 58892, - 58893 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 58615, - "name": "CanvasDrawPath.isPointInStroke" - } - }, - "58892": { - "id": 58892, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58893": { - "id": 58893, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58894": { - "id": 58894, - "name": "isPointInStroke", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 58895, - 58896, - 58897 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 58618, - "name": "CanvasDrawPath.isPointInStroke" - } - }, - "58895": { - "id": 58895, - "name": "path", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135458, - "name": "Path2D", - "package": "typescript" - } - }, - "58896": { - "id": 58896, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58897": { - "id": 58897, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58898": { - "id": 58898, - "name": "lineTo", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58899 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.lineTo" - } - }, - "58899": { - "id": 58899, - "name": "lineTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/lineTo)" - } - ] - }, - "parameters": [ - 58900, - 58901 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.lineTo" - } - }, - "58900": { - "id": 58900, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58901": { - "id": 58901, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58902": { - "id": 58902, - "name": "measureText", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58903 - ], - "inheritedFrom": { - "type": "reference", - "target": 59034, - "name": "CanvasText.measureText" - } - }, - "58903": { - "id": 58903, - "name": "measureText", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/measureText)" - } - ] - }, - "parameters": [ - 58904 - ], - "type": { - "type": "reference", - "target": 206039, - "name": "TextMetrics", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 59035, - "name": "CanvasText.measureText" - } - }, - "58904": { - "id": 58904, - "name": "text", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "58905": { - "id": 58905, - "name": "moveTo", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58906 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.moveTo" - } - }, - "58906": { - "id": 58906, - "name": "moveTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/moveTo)" - } - ] - }, - "parameters": [ - 58907, - 58908 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.moveTo" - } - }, - "58907": { - "id": 58907, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58908": { - "id": 58908, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58909": { - "id": 58909, - "name": "putImageData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58910, - 58914 - ], - "inheritedFrom": { - "type": "reference", - "target": 58674, - "name": "CanvasImageData.putImageData" - } - }, - "58910": { - "id": 58910, - "name": "putImageData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/putImageData)" - } - ] - }, - "parameters": [ - 58911, - 58912, - 58913 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 58675, - "name": "CanvasImageData.putImageData" - } - }, - "58911": { - "id": 58911, - "name": "imagedata", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132331, - "name": "ImageData", - "package": "typescript" - } - }, - "58912": { - "id": 58912, - "name": "dx", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58913": { - "id": 58913, - "name": "dy", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58914": { - "id": 58914, - "name": "putImageData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 58915, - 58916, - 58917, - 58918, - 58919, - 58920, - 58921 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 58679, - "name": "CanvasImageData.putImageData" - } - }, - "58915": { - "id": 58915, - "name": "imagedata", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132331, - "name": "ImageData", - "package": "typescript" - } - }, - "58916": { - "id": 58916, - "name": "dx", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58917": { - "id": 58917, - "name": "dy", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58918": { - "id": 58918, - "name": "dirtyX", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58919": { - "id": 58919, - "name": "dirtyY", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58920": { - "id": 58920, - "name": "dirtyWidth", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58921": { - "id": 58921, - "name": "dirtyHeight", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58922": { - "id": 58922, - "name": "quadraticCurveTo", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58923 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.quadraticCurveTo" - } - }, - "58923": { - "id": 58923, - "name": "quadraticCurveTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/quadraticCurveTo)" - } - ] - }, - "parameters": [ - 58924, - 58925, - 58926, - 58927 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.quadraticCurveTo" - } - }, - "58924": { - "id": 58924, - "name": "cpx", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58925": { - "id": 58925, - "name": "cpy", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58926": { - "id": 58926, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58927": { - "id": 58927, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58928": { - "id": 58928, - "name": "rect", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58929 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.rect" - } - }, - "58929": { - "id": 58929, - "name": "rect", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/rect)" - } - ] - }, - "parameters": [ - 58930, - 58931, - 58932, - 58933 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.rect" - } - }, - "58930": { - "id": 58930, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58931": { - "id": 58931, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58932": { - "id": 58932, - "name": "w", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58933": { - "id": 58933, - "name": "h", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58934": { - "id": 58934, - "name": "reset", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58935 - ], - "inheritedFrom": { - "type": "reference", - "target": 59021, - "name": "CanvasState.reset" - } - }, - "58935": { - "id": 58935, - "name": "reset", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/reset)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59022, - "name": "CanvasState.reset" - } - }, - "58936": { - "id": 58936, - "name": "resetTransform", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58937 - ], - "inheritedFrom": { - "type": "reference", - "target": 59057, - "name": "CanvasTransform.resetTransform" - } - }, - "58937": { - "id": 58937, - "name": "resetTransform", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/resetTransform)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59058, - "name": "CanvasTransform.resetTransform" - } - }, - "58938": { - "id": 58938, - "name": "restore", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58939 - ], - "inheritedFrom": { - "type": "reference", - "target": 59023, - "name": "CanvasState.restore" - } - }, - "58939": { - "id": 58939, - "name": "restore", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/restore)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59024, - "name": "CanvasState.restore" - } - }, - "58940": { - "id": 58940, - "name": "rotate", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58941 - ], - "inheritedFrom": { - "type": "reference", - "target": 59059, - "name": "CanvasTransform.rotate" - } - }, - "58941": { - "id": 58941, - "name": "rotate", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/rotate)" - } - ] - }, - "parameters": [ - 58942 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59060, - "name": "CanvasTransform.rotate" - } - }, - "58942": { - "id": 58942, - "name": "angle", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58943": { - "id": 58943, - "name": "roundRect", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58944, - 58950 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.roundRect" - } - }, - "58944": { - "id": 58944, - "name": "roundRect", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/roundRect)" - } - ] - }, - "parameters": [ - 58945, - 58946, - 58947, - 58948, - 58949 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.roundRect" - } - }, - "58945": { - "id": 58945, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58946": { - "id": 58946, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58947": { - "id": 58947, - "name": "w", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58948": { - "id": 58948, - "name": "h", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58949": { - "id": 58949, - "name": "radii", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": 60082, - "name": "DOMPointInit", - "package": "typescript" - }, - { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": 60082, - "name": "DOMPointInit", - "package": "typescript" - } - ] - } - } - ] - } - }, - "58950": { - "id": 58950, - "name": "roundRect", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/roundRect)" - } - ] - }, - "parameters": [ - 58951, - 58952, - 58953, - 58954, - 58955 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.roundRect" - } - }, - "58951": { - "id": 58951, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58952": { - "id": 58952, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58953": { - "id": 58953, - "name": "w", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58954": { - "id": 58954, - "name": "h", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58955": { - "id": 58955, - "name": "radii", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": 60082, - "name": "DOMPointInit", - "package": "typescript" - }, - { - "type": "reference", - "target": 132403, - "typeArguments": [ - { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": 60082, - "name": "DOMPointInit", - "package": "typescript" - } - ] - }, - { - "type": "intrinsic", - "name": "any" - }, - { - "type": "intrinsic", - "name": "any" - } - ], - "name": "Iterable", - "package": "typescript" - } - ] - } - }, - "58956": { - "id": 58956, - "name": "save", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58957 - ], - "inheritedFrom": { - "type": "reference", - "target": 59025, - "name": "CanvasState.save" - } - }, - "58957": { - "id": 58957, - "name": "save", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/save)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59026, - "name": "CanvasState.save" - } - }, - "58958": { - "id": 58958, - "name": "scale", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58959 - ], - "inheritedFrom": { - "type": "reference", - "target": 59062, - "name": "CanvasTransform.scale" - } - }, - "58959": { - "id": 58959, - "name": "scale", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/scale)" - } - ] - }, - "parameters": [ - 58960, - 58961 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59063, - "name": "CanvasTransform.scale" - } - }, - "58960": { - "id": 58960, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58961": { - "id": 58961, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58962": { - "id": 58962, - "name": "setLineDash", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58963, - 58965 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPathDrawingStyles.setLineDash" - } - }, - "58963": { - "id": 58963, - "name": "setLineDash", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/setLineDash)" - } - ] - }, - "parameters": [ - 58964 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPathDrawingStyles.setLineDash" - } - }, - "58964": { - "id": 58964, - "name": "segments", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "number" - } - } - }, - "58965": { - "id": 58965, - "name": "setLineDash", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/setLineDash)" - } - ] - }, - "parameters": [ - 58966 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPathDrawingStyles.setLineDash" - } - }, - "58966": { - "id": 58966, - "name": "segments", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132403, - "typeArguments": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "intrinsic", - "name": "any" - }, - { - "type": "intrinsic", - "name": "any" - } - ], - "name": "Iterable", - "package": "typescript" - } - }, - "58967": { - "id": 58967, - "name": "setTransform", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58968, - 58975 - ], - "inheritedFrom": { - "type": "reference", - "target": 59066, - "name": "CanvasTransform.setTransform" - } - }, - "58968": { - "id": 58968, - "name": "setTransform", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/setTransform)" - } - ] - }, - "parameters": [ - 58969, - 58970, - 58971, - 58972, - 58973, - 58974 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59067, - "name": "CanvasTransform.setTransform" - } - }, - "58969": { - "id": 58969, - "name": "a", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58970": { - "id": 58970, - "name": "b", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58971": { - "id": 58971, - "name": "c", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58972": { - "id": 58972, - "name": "d", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58973": { - "id": 58973, - "name": "e", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58974": { - "id": 58974, - "name": "f", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58975": { - "id": 58975, - "name": "setTransform", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 58976 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59074, - "name": "CanvasTransform.setTransform" - } - }, - "58976": { - "id": 58976, - "name": "transform", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 59946, - "name": "DOMMatrix2DInit", - "package": "typescript" - } - }, - "58977": { - "id": 58977, - "name": "stroke", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58978, - 58979 - ], - "inheritedFrom": { - "type": "reference", - "target": 58622, - "name": "CanvasDrawPath.stroke" - } - }, - "58978": { - "id": 58978, - "name": "stroke", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/stroke)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 58623, - "name": "CanvasDrawPath.stroke" - } - }, - "58979": { - "id": 58979, - "name": "stroke", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 58980 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 58624, - "name": "CanvasDrawPath.stroke" - } - }, - "58980": { - "id": 58980, - "name": "path", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135458, - "name": "Path2D", - "package": "typescript" - } - }, - "58981": { - "id": 58981, - "name": "strokeRect", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58982 - ], - "inheritedFrom": { - "type": "reference", - "target": 58707, - "name": "CanvasRect.strokeRect" - } - }, - "58982": { - "id": 58982, - "name": "strokeRect", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/strokeRect)" - } - ] - }, - "parameters": [ - 58983, - 58984, - 58985, - 58986 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 58708, - "name": "CanvasRect.strokeRect" - } - }, - "58983": { - "id": 58983, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58984": { - "id": 58984, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58985": { - "id": 58985, - "name": "w", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58986": { - "id": 58986, - "name": "h", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58987": { - "id": 58987, - "name": "strokeText", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58988 - ], - "inheritedFrom": { - "type": "reference", - "target": 59037, - "name": "CanvasText.strokeText" - } - }, - "58988": { - "id": 58988, - "name": "strokeText", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/strokeText)" - } - ] - }, - "parameters": [ - 58989, - 58990, - 58991, - 58992 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59038, - "name": "CanvasText.strokeText" - } - }, - "58989": { - "id": 58989, - "name": "text", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "58990": { - "id": 58990, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58991": { - "id": 58991, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58992": { - "id": 58992, - "name": "maxWidth", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58993": { - "id": 58993, - "name": "transform", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 58994 - ], - "inheritedFrom": { - "type": "reference", - "target": 59076, - "name": "CanvasTransform.transform" - } - }, - "58994": { - "id": 58994, - "name": "transform", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/transform)" - } - ] - }, - "parameters": [ - 58995, - 58996, - 58997, - 58998, - 58999, - 59000 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59077, - "name": "CanvasTransform.transform" - } - }, - "58995": { - "id": 58995, - "name": "a", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58996": { - "id": 58996, - "name": "b", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58997": { - "id": 58997, - "name": "c", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58998": { - "id": 58998, - "name": "d", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "58999": { - "id": 58999, - "name": "e", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59000": { - "id": 59000, - "name": "f", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59001": { - "id": 59001, - "name": "translate", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59002 - ], - "inheritedFrom": { - "type": "reference", - "target": 59084, - "name": "CanvasTransform.translate" - } - }, - "59002": { - "id": 59002, - "name": "translate", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/translate)" - } - ] - }, - "parameters": [ - 59003, - 59004 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59085, - "name": "CanvasTransform.translate" - } - }, - "59003": { - "id": 59003, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59004": { - "id": 59004, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59005": { - "id": 59005, - "name": "CanvasRenderingContext2DSettings", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 59006, - 59007, - 59008, - 59009 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 59006, - 59007, - 59008, - 59009 - ] - } - ] - }, - "59006": { - "id": 59006, - "name": "alpha", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "59007": { - "id": 59007, - "name": "colorSpace", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 212595, - "name": "PredefinedColorSpace", - "package": "typescript" - } - }, - "59008": { - "id": 59008, - "name": "desynchronized", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "59009": { - "id": 59009, - "name": "willReadFrequently", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "59095": { - "id": 59095, - "name": "CaretPosition", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CaretPosition)" - } - ] - }, - "children": [ - 59096, - 59097, - 59098 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 59096, - 59097 - ] - }, - { - "title": "Methods", - "children": [ - 59098 - ] - } - ] - }, - "59096": { - "id": 59096, - "name": "offset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59097": { - "id": 59097, - "name": "offsetNode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "59098": { - "id": 59098, - "name": "getClientRect", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59099 - ] - }, - "59099": { - "id": 59099, - "name": "getClientRect", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 60097, - "name": "DOMRect", - "package": "typescript" - } - ] - } - }, - "59100": { - "id": 59100, - "name": "CaretPositionFromPointOptions", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 59101 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 59101 - ] - } - ] - }, - "59101": { - "id": 59101, - "name": "shadowRoots", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 205149, - "name": "ShadowRoot", - "package": "typescript" - } - } - }, - "59232": { - "id": 59232, - "name": "CheckVisibilityOptions", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 59233, - 59234, - 59235, - 59236, - 59237 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 59233, - 59234, - 59235, - 59236, - 59237 - ] - } - ] - }, - "59233": { - "id": 59233, - "name": "checkOpacity", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "59234": { - "id": 59234, - "name": "checkVisibilityCSS", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "59235": { - "id": 59235, - "name": "contentVisibilityAuto", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "59236": { - "id": 59236, - "name": "opacityProperty", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "59237": { - "id": 59237, - "name": "visibilityProperty", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "59238": { - "id": 59238, - "name": "ChildNode", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Node is an interface from which a number of DOM API object types inherit. It allows those types to be treated similarly; for example, inheriting the same set of methods, or being tested in the same way.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node)" - } - ] - }, - "children": [ - 59239, - 59240, - 59241, - 59242, - 59243, - 59244, - 59245, - 59246, - 59247, - 59248, - 59249, - 59250, - 59251, - 59252, - 59253, - 59254, - 59255, - 59256, - 59257, - 59258, - 59259, - 59260, - 59261, - 59262, - 59263, - 59264, - 59265, - 59266, - 59267, - 59268, - 59269, - 59270, - 59271, - 59276, - 59279, - 59283, - 59286, - 59289, - 59292, - 59295, - 59298, - 59301, - 59303, - 59308, - 59311, - 59314, - 59317, - 59320, - 59323, - 59325, - 59327, - 59331, - 59336, - 59341 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 59239, - 59240, - 59241, - 59242, - 59243, - 59244, - 59245, - 59246, - 59247, - 59248, - 59249, - 59250, - 59251, - 59252, - 59253, - 59254, - 59255, - 59256, - 59257, - 59258, - 59259, - 59260, - 59261, - 59262, - 59263, - 59264, - 59265, - 59266, - 59267, - 59268, - 59269, - 59270 - ] - }, - { - "title": "Methods", - "children": [ - 59271, - 59276, - 59279, - 59283, - 59286, - 59289, - 59292, - 59295, - 59298, - 59301, - 59303, - 59308, - 59311, - 59314, - 59317, - 59320, - 59323, - 59325, - 59327, - 59331, - 59336, - 59341 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 61862, - "name": "Element" - }, - { - "type": "reference", - "target": 61596, - "name": "DocumentType" - }, - { - "type": "reference", - "target": 59102, - "name": "CharacterData" - } - ] - }, - "59239": { - "id": 59239, - "name": "ATTRIBUTE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 134651, - "name": "Node.ATTRIBUTE_NODE" - } - }, - "59240": { - "id": 59240, - "name": "CDATA_SECTION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a CDATASection node." - } - ] - }, - "type": { - "type": "literal", - "value": 4 - }, - "inheritedFrom": { - "type": "reference", - "target": 134652, - "name": "Node.CDATA_SECTION_NODE" - } - }, - "59241": { - "id": 59241, - "name": "COMMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Comment node." - } - ] - }, - "type": { - "type": "literal", - "value": 8 - }, - "inheritedFrom": { - "type": "reference", - "target": 134653, - "name": "Node.COMMENT_NODE" - } - }, - "59242": { - "id": 59242, - "name": "DOCUMENT_FRAGMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a DocumentFragment node." - } - ] - }, - "type": { - "type": "literal", - "value": 11 - }, - "inheritedFrom": { - "type": "reference", - "target": 134654, - "name": "Node.DOCUMENT_FRAGMENT_NODE" - } - }, - "59243": { - "id": 59243, - "name": "DOCUMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a document." - } - ] - }, - "type": { - "type": "literal", - "value": 9 - }, - "inheritedFrom": { - "type": "reference", - "target": 134655, - "name": "Node.DOCUMENT_NODE" - } - }, - "59244": { - "id": 59244, - "name": "DOCUMENT_POSITION_CONTAINED_BY", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is a descendant of node." - } - ] - }, - "type": { - "type": "literal", - "value": 16 - }, - "inheritedFrom": { - "type": "reference", - "target": 134656, - "name": "Node.DOCUMENT_POSITION_CONTAINED_BY" - } - }, - "59245": { - "id": 59245, - "name": "DOCUMENT_POSITION_CONTAINS", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is an ancestor of node." - } - ] - }, - "type": { - "type": "literal", - "value": 8 - }, - "inheritedFrom": { - "type": "reference", - "target": 134657, - "name": "Node.DOCUMENT_POSITION_CONTAINS" - } - }, - "59246": { - "id": 59246, - "name": "DOCUMENT_POSITION_DISCONNECTED", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when node and other are not in the same tree." - } - ] - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 134658, - "name": "Node.DOCUMENT_POSITION_DISCONNECTED" - } - }, - "59247": { - "id": 59247, - "name": "DOCUMENT_POSITION_FOLLOWING", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is following node." - } - ] - }, - "type": { - "type": "literal", - "value": 4 - }, - "inheritedFrom": { - "type": "reference", - "target": 134659, - "name": "Node.DOCUMENT_POSITION_FOLLOWING" - } - }, - "59248": { - "id": 59248, - "name": "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 32 - }, - "inheritedFrom": { - "type": "reference", - "target": 134660, - "name": "Node.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" - } - }, - "59249": { - "id": 59249, - "name": "DOCUMENT_POSITION_PRECEDING", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is preceding node." - } - ] - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 134661, - "name": "Node.DOCUMENT_POSITION_PRECEDING" - } - }, - "59250": { - "id": 59250, - "name": "DOCUMENT_TYPE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a doctype." - } - ] - }, - "type": { - "type": "literal", - "value": 10 - }, - "inheritedFrom": { - "type": "reference", - "target": 134662, - "name": "Node.DOCUMENT_TYPE_NODE" - } - }, - "59251": { - "id": 59251, - "name": "ELEMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is an element." - } - ] - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 134663, - "name": "Node.ELEMENT_NODE" - } - }, - "59252": { - "id": 59252, - "name": "ENTITY_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 6 - }, - "inheritedFrom": { - "type": "reference", - "target": 134664, - "name": "Node.ENTITY_NODE" - } - }, - "59253": { - "id": 59253, - "name": "ENTITY_REFERENCE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 5 - }, - "inheritedFrom": { - "type": "reference", - "target": 134665, - "name": "Node.ENTITY_REFERENCE_NODE" - } - }, - "59254": { - "id": 59254, - "name": "NOTATION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 12 - }, - "inheritedFrom": { - "type": "reference", - "target": 134666, - "name": "Node.NOTATION_NODE" - } - }, - "59255": { - "id": 59255, - "name": "PROCESSING_INSTRUCTION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a ProcessingInstruction node." - } - ] - }, - "type": { - "type": "literal", - "value": 7 - }, - "inheritedFrom": { - "type": "reference", - "target": 134667, - "name": "Node.PROCESSING_INSTRUCTION_NODE" - } - }, - "59256": { - "id": 59256, - "name": "TEXT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Text node." - } - ] - }, - "type": { - "type": "literal", - "value": 3 - }, - "inheritedFrom": { - "type": "reference", - "target": 134668, - "name": "Node.TEXT_NODE" - } - }, - "59257": { - "id": 59257, - "name": "baseURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's node document's document base URL.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/baseURI)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 134669, - "name": "Node.baseURI" - } - }, - "59258": { - "id": 59258, - "name": "childNodes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the children.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/childNodes)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 134670, - "name": "Node.childNodes" - } - }, - "59259": { - "id": 59259, - "name": "firstChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/firstChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 134671, - "name": "Node.firstChild" - } - }, - "59260": { - "id": 59260, - "name": "isConnected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if node is connected and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isConnected)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 134672, - "name": "Node.isConnected" - } - }, - "59261": { - "id": 59261, - "name": "lastChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lastChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 134673, - "name": "Node.lastChild" - } - }, - "59262": { - "id": 59262, - "name": "nextSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the next sibling.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nextSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 134674, - "name": "Node.nextSibling" - } - }, - "59263": { - "id": 59263, - "name": "nodeName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a string appropriate for the type of node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 134675, - "name": "Node.nodeName" - } - }, - "59264": { - "id": 59264, - "name": "nodeType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeType)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 134676, - "name": "Node.nodeType" - } - }, - "59265": { - "id": 59265, - "name": "nodeValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeValue)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 134677, - "name": "Node.nodeValue" - } - }, - "59266": { - "id": 59266, - "name": "ownerDocument", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the node document. Returns null for documents.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/ownerDocument)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 60250, - "name": "Document", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 134678, - "name": "Node.ownerDocument" - } - }, - "59267": { - "id": 59267, - "name": "parentElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentElement)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 134679, - "name": "Node.parentElement" - } - }, - "59268": { - "id": 59268, - "name": "parentNode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentNode)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 135318, - "name": "ParentNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 134680, - "name": "Node.parentNode" - } - }, - "59269": { - "id": 59269, - "name": "previousSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the previous sibling.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/previousSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 134681, - "name": "Node.previousSibling" - } - }, - "59270": { - "id": 59270, - "name": "textContent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/textContent)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 134682, - "name": "Node.textContent" - } - }, - "59271": { - "id": 59271, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59272 - ], - "inheritedFrom": { - "type": "reference", - "target": 134683, - "name": "Node.addEventListener" - } - }, - "59272": { - "id": 59272, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Appends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched.\n\nThe options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options's capture.\n\nWhen set to true, options's capture prevents callback from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event's eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event's eventPhase attribute value is AT_TARGET.\n\nWhen set to true, options's passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners.\n\nWhen set to true, options's once indicates that the callback will only be invoked once after which the event listener will be removed.\n\nIf an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted.\n\nThe event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/addEventListener)" - } - ] - }, - "parameters": [ - 59273, - 59274, - 59275 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 134684, - "name": "Node.addEventListener" - } - }, - "59273": { - "id": 59273, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "59274": { - "id": 59274, - "name": "callback", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - ] - } - }, - "59275": { - "id": 59275, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 57635, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "59276": { - "id": 59276, - "name": "after", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59277 - ] - }, - "59277": { - "id": 59277, - "name": "after", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes just after node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/after)" - } - ] - }, - "parameters": [ - 59278 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "59278": { - "id": 59278, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "59279": { - "id": 59279, - "name": "appendChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59280 - ], - "inheritedFrom": { - "type": "reference", - "target": 134688, - "name": "Node.appendChild" - } - }, - "59280": { - "id": 59280, - "name": "appendChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/appendChild)" - } - ] - }, - "typeParameter": [ - 59281 - ], - "parameters": [ - 59282 - ], - "type": { - "type": "reference", - "target": 71251, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 134689, - "name": "Node.appendChild" - } - }, - "59282": { - "id": 59282, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71251, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "59283": { - "id": 59283, - "name": "before", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59284 - ] - }, - "59284": { - "id": 59284, - "name": "before", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes just before node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/before)" - } - ] - }, - "parameters": [ - 59285 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "59285": { - "id": 59285, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "59286": { - "id": 59286, - "name": "cloneNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59287 - ], - "inheritedFrom": { - "type": "reference", - "target": 134692, - "name": "Node.cloneNode" - } - }, - "59287": { - "id": 59287, - "name": "cloneNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a copy of node. If deep is true, the copy also includes the node's descendants.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/cloneNode)" - } - ] - }, - "parameters": [ - 59288 - ], - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 134693, - "name": "Node.cloneNode" - } - }, - "59288": { - "id": 59288, - "name": "subtree", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "59289": { - "id": 59289, - "name": "compareDocumentPosition", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59290 - ], - "inheritedFrom": { - "type": "reference", - "target": 134695, - "name": "Node.compareDocumentPosition" - } - }, - "59290": { - "id": 59290, - "name": "compareDocumentPosition", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a bitmask indicating the position of other relative to node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/compareDocumentPosition)" - } - ] - }, - "parameters": [ - 59291 - ], - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 134696, - "name": "Node.compareDocumentPosition" - } - }, - "59291": { - "id": 59291, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "59292": { - "id": 59292, - "name": "contains", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59293 - ], - "inheritedFrom": { - "type": "reference", - "target": 134698, - "name": "Node.contains" - } - }, - "59293": { - "id": 59293, - "name": "contains", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if other is an inclusive descendant of node, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/contains)" - } - ] - }, - "parameters": [ - 59294 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 134699, - "name": "Node.contains" - } - }, - "59294": { - "id": 59294, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "59295": { - "id": 59295, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59296 - ], - "inheritedFrom": { - "type": "reference", - "target": 134701, - "name": "Node.dispatchEvent" - } - }, - "59296": { - "id": 59296, - "name": "dispatchEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "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.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/dispatchEvent)" - } - ] - }, - "parameters": [ - 59297 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 134702, - "name": "Node.dispatchEvent" - } - }, - "59297": { - "id": 59297, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "59298": { - "id": 59298, - "name": "getRootNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59299 - ], - "inheritedFrom": { - "type": "reference", - "target": 134704, - "name": "Node.getRootNode" - } - }, - "59299": { - "id": 59299, - "name": "getRootNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's root.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/getRootNode)" - } - ] - }, - "parameters": [ - 59300 - ], - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 134705, - "name": "Node.getRootNode" - } - }, - "59300": { - "id": 59300, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62813, - "name": "GetRootNodeOptions", - "package": "typescript" - } - }, - "59301": { - "id": 59301, - "name": "hasChildNodes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59302 - ], - "inheritedFrom": { - "type": "reference", - "target": 134707, - "name": "Node.hasChildNodes" - } - }, - "59302": { - "id": 59302, - "name": "hasChildNodes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node has children.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/hasChildNodes)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 134708, - "name": "Node.hasChildNodes" - } - }, - "59303": { - "id": 59303, - "name": "insertBefore", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59304 - ], - "inheritedFrom": { - "type": "reference", - "target": 134709, - "name": "Node.insertBefore" - } - }, - "59304": { - "id": 59304, - "name": "insertBefore", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/insertBefore)" - } - ] - }, - "typeParameter": [ - 59305 - ], - "parameters": [ - 59306, - 59307 - ], - "type": { - "type": "reference", - "target": 71407, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 134710, - "name": "Node.insertBefore" - } - }, - "59306": { - "id": 59306, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71407, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "59307": { - "id": 59307, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "59308": { - "id": 59308, - "name": "isDefaultNamespace", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59309 - ], - "inheritedFrom": { - "type": "reference", - "target": 134714, - "name": "Node.isDefaultNamespace" - } - }, - "59309": { - "id": 59309, - "name": "isDefaultNamespace", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isDefaultNamespace)" - } - ] - }, - "parameters": [ - 59310 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 134715, - "name": "Node.isDefaultNamespace" - } - }, - "59310": { - "id": 59310, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "59311": { - "id": 59311, - "name": "isEqualNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59312 - ], - "inheritedFrom": { - "type": "reference", - "target": 134717, - "name": "Node.isEqualNode" - } - }, - "59312": { - "id": 59312, - "name": "isEqualNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node and otherNode have the same properties.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isEqualNode)" - } - ] - }, - "parameters": [ - 59313 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 134718, - "name": "Node.isEqualNode" - } - }, - "59313": { - "id": 59313, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "59314": { - "id": 59314, - "name": "isSameNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59315 - ], - "inheritedFrom": { - "type": "reference", - "target": 134720, - "name": "Node.isSameNode" - } - }, - "59315": { - "id": 59315, - "name": "isSameNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isSameNode)" - } - ] - }, - "parameters": [ - 59316 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 134721, - "name": "Node.isSameNode" - } - }, - "59316": { - "id": 59316, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "59317": { - "id": 59317, - "name": "lookupNamespaceURI", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59318 - ], - "inheritedFrom": { - "type": "reference", - "target": 134723, - "name": "Node.lookupNamespaceURI" - } - }, - "59318": { - "id": 59318, - "name": "lookupNamespaceURI", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupNamespaceURI)" - } - ] - }, - "parameters": [ - 59319 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 134724, - "name": "Node.lookupNamespaceURI" - } - }, - "59319": { - "id": 59319, - "name": "prefix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "59320": { - "id": 59320, - "name": "lookupPrefix", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59321 - ], - "inheritedFrom": { - "type": "reference", - "target": 134726, - "name": "Node.lookupPrefix" - } - }, - "59321": { - "id": 59321, - "name": "lookupPrefix", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupPrefix)" - } - ] - }, - "parameters": [ - 59322 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 134727, - "name": "Node.lookupPrefix" - } - }, - "59322": { - "id": 59322, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "59323": { - "id": 59323, - "name": "normalize", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59324 - ], - "inheritedFrom": { - "type": "reference", - "target": 134729, - "name": "Node.normalize" - } - }, - "59324": { - "id": 59324, - "name": "normalize", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes empty exclusive Text nodes and concatenates the data of remaining contiguous exclusive Text nodes into the first of their nodes.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/normalize)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 134730, - "name": "Node.normalize" - } - }, - "59325": { - "id": 59325, - "name": "remove", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59326 - ] - }, - "59326": { - "id": 59326, - "name": "remove", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/remove)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "59327": { - "id": 59327, - "name": "removeChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59328 - ], - "inheritedFrom": { - "type": "reference", - "target": 134731, - "name": "Node.removeChild" - } - }, - "59328": { - "id": 59328, - "name": "removeChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/removeChild)" - } - ] - }, - "typeParameter": [ - 59329 - ], - "parameters": [ - 59330 - ], - "type": { - "type": "reference", - "target": 71482, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 134732, - "name": "Node.removeChild" - } - }, - "59330": { - "id": 59330, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71482, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "59331": { - "id": 59331, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59332 - ], - "inheritedFrom": { - "type": "reference", - "target": 134735, - "name": "Node.removeEventListener" - } - }, - "59332": { - "id": 59332, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes the event listener in target's event listener list with the same type, callback, and options.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/removeEventListener)" - } - ] - }, - "parameters": [ - 59333, - 59334, - 59335 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 134736, - "name": "Node.removeEventListener" - } - }, - "59333": { - "id": 59333, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "59334": { - "id": 59334, - "name": "callback", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - ] - } - }, - "59335": { - "id": 59335, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 62469, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "59336": { - "id": 59336, - "name": "replaceChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59337 - ], - "inheritedFrom": { - "type": "reference", - "target": 134740, - "name": "Node.replaceChild" - } - }, - "59337": { - "id": 59337, - "name": "replaceChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/replaceChild)" - } - ] - }, - "typeParameter": [ - 59338 - ], - "parameters": [ - 59339, - 59340 - ], - "type": { - "type": "reference", - "target": 71500, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 134741, - "name": "Node.replaceChild" - } - }, - "59339": { - "id": 59339, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "59340": { - "id": 59340, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71500, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "59341": { - "id": 59341, - "name": "replaceWith", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59342 - ] - }, - "59342": { - "id": 59342, - "name": "replaceWith", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Replaces node with nodes, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/replaceWith)" - } - ] - }, - "parameters": [ - 59343 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "59343": { - "id": 59343, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "59344": { - "id": 59344, - "name": "ClipboardEvent", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Events providing information related to modification of the clipboard, that is cut, copy, and paste events.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/ClipboardEvent)" - } - ] - }, - "children": [ - 59345, - 59346, - 59347, - 59348, - 59349, - 59350, - 59351, - 59352, - 59353, - 59354, - 59355, - 59356, - 59357, - 59358, - 59359, - 59360, - 59361, - 59362, - 59363, - 59365, - 59370, - 59372, - 59374 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 59345, - 59346, - 59347, - 59348, - 59349, - 59350, - 59351, - 59352, - 59353, - 59354, - 59355, - 59356, - 59357, - 59358, - 59359, - 59360, - 59361, - 59362 - ] - }, - { - "title": "Methods", - "children": [ - 59363, - 59365, - 59370, - 59372, - 59374 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - ] - }, - "59345": { - "id": 59345, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 62425, - "name": "Event.AT_TARGET" - } - }, - "59346": { - "id": 59346, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 3 - }, - "inheritedFrom": { - "type": "reference", - "target": 62426, - "name": "Event.BUBBLING_PHASE" - } - }, - "59347": { - "id": 59347, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 62427, - "name": "Event.CAPTURING_PHASE" - } - }, - "59348": { - "id": 59348, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 0 - }, - "inheritedFrom": { - "type": "reference", - "target": 62428, - "name": "Event.NONE" - } - }, - "59349": { - "id": 59349, - "name": "bubbles", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/bubbles)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62429, - "name": "Event.bubbles" - } - }, - "59350": { - "id": 59350, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelBubble)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62430, - "name": "Event.cancelBubble" - } - }, - "59351": { - "id": 59351, - "name": "cancelable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. Its return value does not always carry meaning, but true can indicate that part of the operation during which event was dispatched, can be canceled by invoking the preventDefault() method.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62431, - "name": "Event.cancelable" - } - }, - "59352": { - "id": 59352, - "name": "clipboardData", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/ClipboardEvent/clipboardData)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 60127, - "name": "DataTransfer", - "package": "typescript" - } - ] - } - }, - "59353": { - "id": 59353, - "name": "composed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event invokes listeners past a ShadowRoot node that is the root of its target, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composed)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62432, - "name": "Event.composed" - } - }, - "59354": { - "id": 59354, - "name": "currentTarget", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object whose event listener's callback is currently being invoked.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/currentTarget)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62433, - "name": "Event.currentTarget" - } - }, - "59355": { - "id": 59355, - "name": "defaultPrevented", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if preventDefault() was invoked successfully to indicate cancelation, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/defaultPrevented)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62434, - "name": "Event.defaultPrevented" - } - }, - "59356": { - "id": 59356, - "name": "eventPhase", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's phase, which is one of NONE, CAPTURING_PHASE, AT_TARGET, and BUBBLING_PHASE.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/eventPhase)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 62435, - "name": "Event.eventPhase" - } - }, - "59357": { - "id": 59357, - "name": "isTrusted", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if event was dispatched by the user agent, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/isTrusted)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62436, - "name": "Event.isTrusted" - } - }, - "59358": { - "id": 59358, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/returnValue)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62437, - "name": "Event.returnValue" - } - }, - "59359": { - "id": 59359, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/srcElement)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62438, - "name": "Event.srcElement" - } - }, - "59360": { - "id": 59360, - "name": "target", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object to which event is dispatched (its target).\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/target)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62439, - "name": "Event.target" - } - }, - "59361": { - "id": 59361, - "name": "timeStamp", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's timestamp as the number of milliseconds measured relative to the time origin.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/timeStamp)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 62440, - "name": "Event.timeStamp" - } - }, - "59362": { - "id": 59362, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of event, e.g. \"click\", \"hashchange\", or \"submit\".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/type)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 62441, - "name": "Event.type" - } - }, - "59363": { - "id": 59363, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59364 - ], - "inheritedFrom": { - "type": "reference", - "target": 62442, - "name": "Event.composedPath" - } - }, - "59364": { - "id": 59364, - "name": "composedPath", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the invocation target objects of event's path (objects on which listeners will be invoked), except for any nodes in shadow trees of which the shadow root's mode is \"closed\" that are not reachable from event's currentTarget.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composedPath)" - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 62443, - "name": "Event.composedPath" - } - }, - "59365": { - "id": 59365, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59366 - ], - "inheritedFrom": { - "type": "reference", - "target": 62444, - "name": "Event.initEvent" - } - }, - "59366": { - "id": 59366, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/initEvent)" - } - ] - } - ] - }, - "parameters": [ - 59367, - 59368, - 59369 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62445, - "name": "Event.initEvent" - } - }, - "59367": { - "id": 59367, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "59368": { - "id": 59368, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "59369": { - "id": 59369, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "59370": { - "id": 59370, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59371 - ], - "inheritedFrom": { - "type": "reference", - "target": 62449, - "name": "Event.preventDefault" - } - }, - "59371": { - "id": 59371, - "name": "preventDefault", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "If invoked when the cancelable attribute value is true, and while executing a listener for the event with passive set to false, signals to the operation that caused event to be dispatched that it needs to be canceled.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/preventDefault)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62450, - "name": "Event.preventDefault" - } - }, - "59372": { - "id": 59372, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59373 - ], - "inheritedFrom": { - "type": "reference", - "target": 62451, - "name": "Event.stopImmediatePropagation" - } - }, - "59373": { - "id": 59373, - "name": "stopImmediatePropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Invoking this method prevents event from reaching any registered event listeners after the current one finishes running and, when dispatched in a tree, also prevents event from reaching any other objects.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopImmediatePropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62452, - "name": "Event.stopImmediatePropagation" - } - }, - "59374": { - "id": 59374, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59375 - ], - "inheritedFrom": { - "type": "reference", - "target": 62453, - "name": "Event.stopPropagation" - } - }, - "59375": { - "id": 59375, - "name": "stopPropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "When dispatched in a tree, invoking this method prevents event from reaching any objects other than the current object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopPropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62454, - "name": "Event.stopPropagation" - } - }, - "59381": { - "id": 59381, - "name": "CloseEvent", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "A CloseEvent is sent to clients using WebSockets when the connection is closed. This is delivered to the listener indicated by the WebSocket object's onclose attribute.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CloseEvent)" - } - ] - }, - "children": [ - 59382, - 59383, - 59384, - 59385, - 59386, - 59387, - 59388, - 59389, - 59390, - 59391, - 59392, - 59393, - 59394, - 59395, - 59396, - 59397, - 59398, - 59399, - 59400, - 59401, - 59402, - 59404, - 59409, - 59411, - 59413 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 59382, - 59383, - 59384, - 59385, - 59386, - 59387, - 59388, - 59389, - 59390, - 59391, - 59392, - 59393, - 59394, - 59395, - 59396, - 59397, - 59398, - 59399, - 59400, - 59401 - ] - }, - { - "title": "Methods", - "children": [ - 59402, - 59404, - 59409, - 59411, - 59413 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - ] - }, - "59382": { - "id": 59382, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 62425, - "name": "Event.AT_TARGET" - } - }, - "59383": { - "id": 59383, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 3 - }, - "inheritedFrom": { - "type": "reference", - "target": 62426, - "name": "Event.BUBBLING_PHASE" - } - }, - "59384": { - "id": 59384, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 62427, - "name": "Event.CAPTURING_PHASE" - } - }, - "59385": { - "id": 59385, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 0 - }, - "inheritedFrom": { - "type": "reference", - "target": 62428, - "name": "Event.NONE" - } - }, - "59386": { - "id": 59386, - "name": "bubbles", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/bubbles)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62429, - "name": "Event.bubbles" - } - }, - "59387": { - "id": 59387, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelBubble)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62430, - "name": "Event.cancelBubble" - } - }, - "59388": { - "id": 59388, - "name": "cancelable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. Its return value does not always carry meaning, but true can indicate that part of the operation during which event was dispatched, can be canceled by invoking the preventDefault() method.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62431, - "name": "Event.cancelable" - } - }, - "59389": { - "id": 59389, - "name": "code", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the WebSocket connection close code provided by the server.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CloseEvent/code)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59390": { - "id": 59390, - "name": "composed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event invokes listeners past a ShadowRoot node that is the root of its target, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composed)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62432, - "name": "Event.composed" - } - }, - "59391": { - "id": 59391, - "name": "currentTarget", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object whose event listener's callback is currently being invoked.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/currentTarget)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62433, - "name": "Event.currentTarget" - } - }, - "59392": { - "id": 59392, - "name": "defaultPrevented", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if preventDefault() was invoked successfully to indicate cancelation, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/defaultPrevented)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62434, - "name": "Event.defaultPrevented" - } - }, - "59393": { - "id": 59393, - "name": "eventPhase", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's phase, which is one of NONE, CAPTURING_PHASE, AT_TARGET, and BUBBLING_PHASE.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/eventPhase)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 62435, - "name": "Event.eventPhase" - } - }, - "59394": { - "id": 59394, - "name": "isTrusted", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if event was dispatched by the user agent, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/isTrusted)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62436, - "name": "Event.isTrusted" - } - }, - "59395": { - "id": 59395, - "name": "reason", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the WebSocket connection close reason provided by the server.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CloseEvent/reason)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "59396": { - "id": 59396, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/returnValue)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62437, - "name": "Event.returnValue" - } - }, - "59397": { - "id": 59397, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/srcElement)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62438, - "name": "Event.srcElement" - } - }, - "59398": { - "id": 59398, - "name": "target", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object to which event is dispatched (its target).\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/target)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62439, - "name": "Event.target" - } - }, - "59399": { - "id": 59399, - "name": "timeStamp", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's timestamp as the number of milliseconds measured relative to the time origin.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/timeStamp)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 62440, - "name": "Event.timeStamp" - } - }, - "59400": { - "id": 59400, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of event, e.g. \"click\", \"hashchange\", or \"submit\".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/type)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 62441, - "name": "Event.type" - } - }, - "59401": { - "id": 59401, - "name": "wasClean", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if the connection closed cleanly; false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CloseEvent/wasClean)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "59402": { - "id": 59402, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59403 - ], - "inheritedFrom": { - "type": "reference", - "target": 62442, - "name": "Event.composedPath" - } - }, - "59403": { - "id": 59403, - "name": "composedPath", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the invocation target objects of event's path (objects on which listeners will be invoked), except for any nodes in shadow trees of which the shadow root's mode is \"closed\" that are not reachable from event's currentTarget.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composedPath)" - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 62443, - "name": "Event.composedPath" - } - }, - "59404": { - "id": 59404, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59405 - ], - "inheritedFrom": { - "type": "reference", - "target": 62444, - "name": "Event.initEvent" - } - }, - "59405": { - "id": 59405, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/initEvent)" - } - ] - } - ] - }, - "parameters": [ - 59406, - 59407, - 59408 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62445, - "name": "Event.initEvent" - } - }, - "59406": { - "id": 59406, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "59407": { - "id": 59407, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "59408": { - "id": 59408, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "59409": { - "id": 59409, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59410 - ], - "inheritedFrom": { - "type": "reference", - "target": 62449, - "name": "Event.preventDefault" - } - }, - "59410": { - "id": 59410, - "name": "preventDefault", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "If invoked when the cancelable attribute value is true, and while executing a listener for the event with passive set to false, signals to the operation that caused event to be dispatched that it needs to be canceled.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/preventDefault)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62450, - "name": "Event.preventDefault" - } - }, - "59411": { - "id": 59411, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59412 - ], - "inheritedFrom": { - "type": "reference", - "target": 62451, - "name": "Event.stopImmediatePropagation" - } - }, - "59412": { - "id": 59412, - "name": "stopImmediatePropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Invoking this method prevents event from reaching any registered event listeners after the current one finishes running and, when dispatched in a tree, also prevents event from reaching any other objects.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopImmediatePropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62452, - "name": "Event.stopImmediatePropagation" - } - }, - "59413": { - "id": 59413, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59414 - ], - "inheritedFrom": { - "type": "reference", - "target": 62453, - "name": "Event.stopPropagation" - } - }, - "59414": { - "id": 59414, - "name": "stopPropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "When dispatched in a tree, invoking this method prevents event from reaching any objects other than the current object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopPropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62454, - "name": "Event.stopPropagation" - } - }, - "59422": { - "id": 59422, - "name": "Comment", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Textual notations within markup; although it is generally not visually shown, such comments are available to be read in the source view.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Comment)" - } - ] - }, - "children": [ - 59423, - 59424, - 59425, - 59426, - 59427, - 59428, - 59429, - 59430, - 59431, - 59432, - 59433, - 59434, - 59435, - 59436, - 59437, - 59438, - 59439, - 59440, - 59441, - 59442, - 59443, - 59444, - 59445, - 59446, - 59447, - 59448, - 59449, - 59450, - 59451, - 59452, - 59453, - 59454, - 59455, - 59456, - 59457, - 59458, - 59459, - 59464, - 59467, - 59471, - 59474, - 59477, - 59480, - 59483, - 59486, - 59490, - 59493, - 59496, - 59498, - 59503, - 59507, - 59510, - 59513, - 59516, - 59519, - 59522, - 59524, - 59526, - 59530, - 59535, - 59540, - 59545, - 59548 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 59423, - 59424, - 59425, - 59426, - 59427, - 59428, - 59429, - 59430, - 59431, - 59432, - 59433, - 59434, - 59435, - 59436, - 59437, - 59438, - 59439, - 59440, - 59441, - 59442, - 59443, - 59444, - 59445, - 59446, - 59447, - 59448, - 59449, - 59450, - 59451, - 59452, - 59453, - 59454, - 59455, - 59456, - 59457, - 59458 - ] - }, - { - "title": "Methods", - "children": [ - 59459, - 59464, - 59467, - 59471, - 59474, - 59477, - 59480, - 59483, - 59486, - 59490, - 59493, - 59496, - 59498, - 59503, - 59507, - 59510, - 59513, - 59516, - 59519, - 59522, - 59524, - 59526, - 59530, - 59535, - 59540, - 59545, - 59548 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 59102, - "name": "CharacterData", - "package": "typescript" - } - ] - }, - "59423": { - "id": 59423, - "name": "ATTRIBUTE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 59103, - "name": "CharacterData.ATTRIBUTE_NODE" - } - }, - "59424": { - "id": 59424, - "name": "CDATA_SECTION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a CDATASection node." - } - ] - }, - "type": { - "type": "literal", - "value": 4 - }, - "inheritedFrom": { - "type": "reference", - "target": 59104, - "name": "CharacterData.CDATA_SECTION_NODE" - } - }, - "59425": { - "id": 59425, - "name": "COMMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Comment node." - } - ] - }, - "type": { - "type": "literal", - "value": 8 - }, - "inheritedFrom": { - "type": "reference", - "target": 59105, - "name": "CharacterData.COMMENT_NODE" - } - }, - "59426": { - "id": 59426, - "name": "DOCUMENT_FRAGMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a DocumentFragment node." - } - ] - }, - "type": { - "type": "literal", - "value": 11 - }, - "inheritedFrom": { - "type": "reference", - "target": 59106, - "name": "CharacterData.DOCUMENT_FRAGMENT_NODE" - } - }, - "59427": { - "id": 59427, - "name": "DOCUMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a document." - } - ] - }, - "type": { - "type": "literal", - "value": 9 - }, - "inheritedFrom": { - "type": "reference", - "target": 59107, - "name": "CharacterData.DOCUMENT_NODE" - } - }, - "59428": { - "id": 59428, - "name": "DOCUMENT_POSITION_CONTAINED_BY", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is a descendant of node." - } - ] - }, - "type": { - "type": "literal", - "value": 16 - }, - "inheritedFrom": { - "type": "reference", - "target": 59108, - "name": "CharacterData.DOCUMENT_POSITION_CONTAINED_BY" - } - }, - "59429": { - "id": 59429, - "name": "DOCUMENT_POSITION_CONTAINS", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is an ancestor of node." - } - ] - }, - "type": { - "type": "literal", - "value": 8 - }, - "inheritedFrom": { - "type": "reference", - "target": 59109, - "name": "CharacterData.DOCUMENT_POSITION_CONTAINS" - } - }, - "59430": { - "id": 59430, - "name": "DOCUMENT_POSITION_DISCONNECTED", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when node and other are not in the same tree." - } - ] - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 59110, - "name": "CharacterData.DOCUMENT_POSITION_DISCONNECTED" - } - }, - "59431": { - "id": 59431, - "name": "DOCUMENT_POSITION_FOLLOWING", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is following node." - } - ] - }, - "type": { - "type": "literal", - "value": 4 - }, - "inheritedFrom": { - "type": "reference", - "target": 59111, - "name": "CharacterData.DOCUMENT_POSITION_FOLLOWING" - } - }, - "59432": { - "id": 59432, - "name": "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 32 - }, - "inheritedFrom": { - "type": "reference", - "target": 59112, - "name": "CharacterData.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" - } - }, - "59433": { - "id": 59433, - "name": "DOCUMENT_POSITION_PRECEDING", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is preceding node." - } - ] - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 59113, - "name": "CharacterData.DOCUMENT_POSITION_PRECEDING" - } - }, - "59434": { - "id": 59434, - "name": "DOCUMENT_TYPE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a doctype." - } - ] - }, - "type": { - "type": "literal", - "value": 10 - }, - "inheritedFrom": { - "type": "reference", - "target": 59114, - "name": "CharacterData.DOCUMENT_TYPE_NODE" - } - }, - "59435": { - "id": 59435, - "name": "ELEMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is an element." - } - ] - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 59115, - "name": "CharacterData.ELEMENT_NODE" - } - }, - "59436": { - "id": 59436, - "name": "ENTITY_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 6 - }, - "inheritedFrom": { - "type": "reference", - "target": 59116, - "name": "CharacterData.ENTITY_NODE" - } - }, - "59437": { - "id": 59437, - "name": "ENTITY_REFERENCE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 5 - }, - "inheritedFrom": { - "type": "reference", - "target": 59117, - "name": "CharacterData.ENTITY_REFERENCE_NODE" - } - }, - "59438": { - "id": 59438, - "name": "NOTATION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 12 - }, - "inheritedFrom": { - "type": "reference", - "target": 59118, - "name": "CharacterData.NOTATION_NODE" - } - }, - "59439": { - "id": 59439, - "name": "PROCESSING_INSTRUCTION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a ProcessingInstruction node." - } - ] - }, - "type": { - "type": "literal", - "value": 7 - }, - "inheritedFrom": { - "type": "reference", - "target": 59119, - "name": "CharacterData.PROCESSING_INSTRUCTION_NODE" - } - }, - "59440": { - "id": 59440, - "name": "TEXT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Text node." - } - ] - }, - "type": { - "type": "literal", - "value": 3 - }, - "inheritedFrom": { - "type": "reference", - "target": 59120, - "name": "CharacterData.TEXT_NODE" - } - }, - "59441": { - "id": 59441, - "name": "baseURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's node document's document base URL.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/baseURI)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 59121, - "name": "CharacterData.baseURI" - } - }, - "59442": { - "id": 59442, - "name": "childNodes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the children.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/childNodes)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 59122, - "name": "CharacterData.childNodes" - } - }, - "59443": { - "id": 59443, - "name": "data", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/data)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 59123, - "name": "CharacterData.data" - } - }, - "59444": { - "id": 59444, - "name": "firstChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/firstChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 59124, - "name": "CharacterData.firstChild" - } - }, - "59445": { - "id": 59445, - "name": "isConnected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if node is connected and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isConnected)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 59125, - "name": "CharacterData.isConnected" - } - }, - "59446": { - "id": 59446, - "name": "lastChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lastChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 59126, - "name": "CharacterData.lastChild" - } - }, - "59447": { - "id": 59447, - "name": "length", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/length)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 59127, - "name": "CharacterData.length" - } - }, - "59448": { - "id": 59448, - "name": "nextElementSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first following sibling that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/nextElementSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 59128, - "name": "CharacterData.nextElementSibling" - } - }, - "59449": { - "id": 59449, - "name": "nextSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the next sibling.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nextSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 59129, - "name": "CharacterData.nextSibling" - } - }, - "59450": { - "id": 59450, - "name": "nodeName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a string appropriate for the type of node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 59130, - "name": "CharacterData.nodeName" - } - }, - "59451": { - "id": 59451, - "name": "nodeType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeType)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 59131, - "name": "CharacterData.nodeType" - } - }, - "59452": { - "id": 59452, - "name": "nodeValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeValue)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 59132, - "name": "CharacterData.nodeValue" - } - }, - "59453": { - "id": 59453, - "name": "ownerDocument", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the node document. Returns null for documents.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/ownerDocument)" - } - ] - }, - "type": { - "type": "reference", - "target": 60250, - "name": "Document", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 59133, - "name": "CharacterData.ownerDocument" - } - }, - "59454": { - "id": 59454, - "name": "parentElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentElement)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 59134, - "name": "CharacterData.parentElement" - } - }, - "59455": { - "id": 59455, - "name": "parentNode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentNode)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 135318, - "name": "ParentNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 59135, - "name": "CharacterData.parentNode" - } - }, - "59456": { - "id": 59456, - "name": "previousElementSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first preceding sibling that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/previousElementSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 59136, - "name": "CharacterData.previousElementSibling" - } - }, - "59457": { - "id": 59457, - "name": "previousSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the previous sibling.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/previousSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 59137, - "name": "CharacterData.previousSibling" - } - }, - "59458": { - "id": 59458, - "name": "textContent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/textContent)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 59138, - "name": "CharacterData.textContent" - } - }, - "59459": { - "id": 59459, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59460 - ], - "inheritedFrom": { - "type": "reference", - "target": 59139, - "name": "CharacterData.addEventListener" - } - }, - "59460": { - "id": 59460, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Appends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched.\n\nThe options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options's capture.\n\nWhen set to true, options's capture prevents callback from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event's eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event's eventPhase attribute value is AT_TARGET.\n\nWhen set to true, options's passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners.\n\nWhen set to true, options's once indicates that the callback will only be invoked once after which the event listener will be removed.\n\nIf an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted.\n\nThe event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/addEventListener)" - } - ] - }, - "parameters": [ - 59461, - 59462, - 59463 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59140, - "name": "CharacterData.addEventListener" - } - }, - "59461": { - "id": 59461, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "59462": { - "id": 59462, - "name": "callback", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - ] - } - }, - "59463": { - "id": 59463, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 57635, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "59464": { - "id": 59464, - "name": "after", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59465 - ], - "inheritedFrom": { - "type": "reference", - "target": 59144, - "name": "CharacterData.after" - } - }, - "59465": { - "id": 59465, - "name": "after", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes just after node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/after)" - } - ] - }, - "parameters": [ - 59466 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59145, - "name": "CharacterData.after" - } - }, - "59466": { - "id": 59466, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "59467": { - "id": 59467, - "name": "appendChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59468 - ], - "inheritedFrom": { - "type": "reference", - "target": 59147, - "name": "CharacterData.appendChild" - } - }, - "59468": { - "id": 59468, - "name": "appendChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/appendChild)" - } - ] - }, - "typeParameter": [ - 59469 - ], - "parameters": [ - 59470 - ], - "type": { - "type": "reference", - "target": 71251, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 59148, - "name": "CharacterData.appendChild" - } - }, - "59470": { - "id": 59470, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71251, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "59471": { - "id": 59471, - "name": "appendData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59472 - ], - "inheritedFrom": { - "type": "reference", - "target": 59151, - "name": "CharacterData.appendData" - } - }, - "59472": { - "id": 59472, - "name": "appendData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/appendData)" - } - ] - }, - "parameters": [ - 59473 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59152, - "name": "CharacterData.appendData" - } - }, - "59473": { - "id": 59473, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "59474": { - "id": 59474, - "name": "before", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59475 - ], - "inheritedFrom": { - "type": "reference", - "target": 59154, - "name": "CharacterData.before" - } - }, - "59475": { - "id": 59475, - "name": "before", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes just before node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/before)" - } - ] - }, - "parameters": [ - 59476 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59155, - "name": "CharacterData.before" - } - }, - "59476": { - "id": 59476, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "59477": { - "id": 59477, - "name": "cloneNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59478 - ], - "inheritedFrom": { - "type": "reference", - "target": 59157, - "name": "CharacterData.cloneNode" - } - }, - "59478": { - "id": 59478, - "name": "cloneNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a copy of node. If deep is true, the copy also includes the node's descendants.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/cloneNode)" - } - ] - }, - "parameters": [ - 59479 - ], - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 59158, - "name": "CharacterData.cloneNode" - } - }, - "59479": { - "id": 59479, - "name": "subtree", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "59480": { - "id": 59480, - "name": "compareDocumentPosition", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59481 - ], - "inheritedFrom": { - "type": "reference", - "target": 59160, - "name": "CharacterData.compareDocumentPosition" - } - }, - "59481": { - "id": 59481, - "name": "compareDocumentPosition", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a bitmask indicating the position of other relative to node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/compareDocumentPosition)" - } - ] - }, - "parameters": [ - 59482 - ], - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 59161, - "name": "CharacterData.compareDocumentPosition" - } - }, - "59482": { - "id": 59482, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "59483": { - "id": 59483, - "name": "contains", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59484 - ], - "inheritedFrom": { - "type": "reference", - "target": 59163, - "name": "CharacterData.contains" - } - }, - "59484": { - "id": 59484, - "name": "contains", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if other is an inclusive descendant of node, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/contains)" - } - ] - }, - "parameters": [ - 59485 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 59164, - "name": "CharacterData.contains" - } - }, - "59485": { - "id": 59485, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "59486": { - "id": 59486, - "name": "deleteData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59487 - ], - "inheritedFrom": { - "type": "reference", - "target": 59166, - "name": "CharacterData.deleteData" - } - }, - "59487": { - "id": 59487, - "name": "deleteData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/deleteData)" - } - ] - }, - "parameters": [ - 59488, - 59489 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59167, - "name": "CharacterData.deleteData" - } - }, - "59488": { - "id": 59488, - "name": "offset", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59489": { - "id": 59489, - "name": "count", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59490": { - "id": 59490, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59491 - ], - "inheritedFrom": { - "type": "reference", - "target": 59170, - "name": "CharacterData.dispatchEvent" - } - }, - "59491": { - "id": 59491, - "name": "dispatchEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "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.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/dispatchEvent)" - } - ] - }, - "parameters": [ - 59492 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 59171, - "name": "CharacterData.dispatchEvent" - } - }, - "59492": { - "id": 59492, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "59493": { - "id": 59493, - "name": "getRootNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59494 - ], - "inheritedFrom": { - "type": "reference", - "target": 59173, - "name": "CharacterData.getRootNode" - } - }, - "59494": { - "id": 59494, - "name": "getRootNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's root.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/getRootNode)" - } - ] - }, - "parameters": [ - 59495 - ], - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 59174, - "name": "CharacterData.getRootNode" - } - }, - "59495": { - "id": 59495, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62813, - "name": "GetRootNodeOptions", - "package": "typescript" - } - }, - "59496": { - "id": 59496, - "name": "hasChildNodes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59497 - ], - "inheritedFrom": { - "type": "reference", - "target": 59176, - "name": "CharacterData.hasChildNodes" - } - }, - "59497": { - "id": 59497, - "name": "hasChildNodes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node has children.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/hasChildNodes)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 59177, - "name": "CharacterData.hasChildNodes" - } - }, - "59498": { - "id": 59498, - "name": "insertBefore", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59499 - ], - "inheritedFrom": { - "type": "reference", - "target": 59178, - "name": "CharacterData.insertBefore" - } - }, - "59499": { - "id": 59499, - "name": "insertBefore", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/insertBefore)" - } - ] - }, - "typeParameter": [ - 59500 - ], - "parameters": [ - 59501, - 59502 - ], - "type": { - "type": "reference", - "target": 71407, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 59179, - "name": "CharacterData.insertBefore" - } - }, - "59501": { - "id": 59501, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71407, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "59502": { - "id": 59502, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "59503": { - "id": 59503, - "name": "insertData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59504 - ], - "inheritedFrom": { - "type": "reference", - "target": 59183, - "name": "CharacterData.insertData" - } - }, - "59504": { - "id": 59504, - "name": "insertData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/insertData)" - } - ] - }, - "parameters": [ - 59505, - 59506 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59184, - "name": "CharacterData.insertData" - } - }, - "59505": { - "id": 59505, - "name": "offset", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59506": { - "id": 59506, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "59507": { - "id": 59507, - "name": "isDefaultNamespace", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59508 - ], - "inheritedFrom": { - "type": "reference", - "target": 59187, - "name": "CharacterData.isDefaultNamespace" - } - }, - "59508": { - "id": 59508, - "name": "isDefaultNamespace", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isDefaultNamespace)" - } - ] - }, - "parameters": [ - 59509 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 59188, - "name": "CharacterData.isDefaultNamespace" - } - }, - "59509": { - "id": 59509, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "59510": { - "id": 59510, - "name": "isEqualNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59511 - ], - "inheritedFrom": { - "type": "reference", - "target": 59190, - "name": "CharacterData.isEqualNode" - } - }, - "59511": { - "id": 59511, - "name": "isEqualNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node and otherNode have the same properties.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isEqualNode)" - } - ] - }, - "parameters": [ - 59512 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 59191, - "name": "CharacterData.isEqualNode" - } - }, - "59512": { - "id": 59512, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "59513": { - "id": 59513, - "name": "isSameNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59514 - ], - "inheritedFrom": { - "type": "reference", - "target": 59193, - "name": "CharacterData.isSameNode" - } - }, - "59514": { - "id": 59514, - "name": "isSameNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isSameNode)" - } - ] - }, - "parameters": [ - 59515 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 59194, - "name": "CharacterData.isSameNode" - } - }, - "59515": { - "id": 59515, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "59516": { - "id": 59516, - "name": "lookupNamespaceURI", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59517 - ], - "inheritedFrom": { - "type": "reference", - "target": 59196, - "name": "CharacterData.lookupNamespaceURI" - } - }, - "59517": { - "id": 59517, - "name": "lookupNamespaceURI", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupNamespaceURI)" - } - ] - }, - "parameters": [ - 59518 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 59197, - "name": "CharacterData.lookupNamespaceURI" - } - }, - "59518": { - "id": 59518, - "name": "prefix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "59519": { - "id": 59519, - "name": "lookupPrefix", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59520 - ], - "inheritedFrom": { - "type": "reference", - "target": 59199, - "name": "CharacterData.lookupPrefix" - } - }, - "59520": { - "id": 59520, - "name": "lookupPrefix", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupPrefix)" - } - ] - }, - "parameters": [ - 59521 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 59200, - "name": "CharacterData.lookupPrefix" - } - }, - "59521": { - "id": 59521, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "59522": { - "id": 59522, - "name": "normalize", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59523 - ], - "inheritedFrom": { - "type": "reference", - "target": 59202, - "name": "CharacterData.normalize" - } - }, - "59523": { - "id": 59523, - "name": "normalize", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes empty exclusive Text nodes and concatenates the data of remaining contiguous exclusive Text nodes into the first of their nodes.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/normalize)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59203, - "name": "CharacterData.normalize" - } - }, - "59524": { - "id": 59524, - "name": "remove", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59525 - ], - "inheritedFrom": { - "type": "reference", - "target": 59204, - "name": "CharacterData.remove" - } - }, - "59525": { - "id": 59525, - "name": "remove", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/remove)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59205, - "name": "CharacterData.remove" - } - }, - "59526": { - "id": 59526, - "name": "removeChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59527 - ], - "inheritedFrom": { - "type": "reference", - "target": 59206, - "name": "CharacterData.removeChild" - } - }, - "59527": { - "id": 59527, - "name": "removeChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/removeChild)" - } - ] - }, - "typeParameter": [ - 59528 - ], - "parameters": [ - 59529 - ], - "type": { - "type": "reference", - "target": 71482, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 59207, - "name": "CharacterData.removeChild" - } - }, - "59529": { - "id": 59529, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71482, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "59530": { - "id": 59530, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59531 - ], - "inheritedFrom": { - "type": "reference", - "target": 59210, - "name": "CharacterData.removeEventListener" - } - }, - "59531": { - "id": 59531, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes the event listener in target's event listener list with the same type, callback, and options.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/removeEventListener)" - } - ] - }, - "parameters": [ - 59532, - 59533, - 59534 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59211, - "name": "CharacterData.removeEventListener" - } - }, - "59532": { - "id": 59532, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "59533": { - "id": 59533, - "name": "callback", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - ] - } - }, - "59534": { - "id": 59534, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 62469, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "59535": { - "id": 59535, - "name": "replaceChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59536 - ], - "inheritedFrom": { - "type": "reference", - "target": 59215, - "name": "CharacterData.replaceChild" - } - }, - "59536": { - "id": 59536, - "name": "replaceChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/replaceChild)" - } - ] - }, - "typeParameter": [ - 59537 - ], - "parameters": [ - 59538, - 59539 - ], - "type": { - "type": "reference", - "target": 71500, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 59216, - "name": "CharacterData.replaceChild" - } - }, - "59538": { - "id": 59538, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "59539": { - "id": 59539, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71500, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "59540": { - "id": 59540, - "name": "replaceData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59541 - ], - "inheritedFrom": { - "type": "reference", - "target": 59220, - "name": "CharacterData.replaceData" - } - }, - "59541": { - "id": 59541, - "name": "replaceData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/replaceData)" - } - ] - }, - "parameters": [ - 59542, - 59543, - 59544 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59221, - "name": "CharacterData.replaceData" - } - }, - "59542": { - "id": 59542, - "name": "offset", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59543": { - "id": 59543, - "name": "count", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59544": { - "id": 59544, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "59545": { - "id": 59545, - "name": "replaceWith", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59546 - ], - "inheritedFrom": { - "type": "reference", - "target": 59225, - "name": "CharacterData.replaceWith" - } - }, - "59546": { - "id": 59546, - "name": "replaceWith", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Replaces node with nodes, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/replaceWith)" - } - ] - }, - "parameters": [ - 59547 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59226, - "name": "CharacterData.replaceWith" - } - }, - "59547": { - "id": 59547, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "59548": { - "id": 59548, - "name": "substringData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59549 - ], - "inheritedFrom": { - "type": "reference", - "target": 59228, - "name": "CharacterData.substringData" - } - }, - "59549": { - "id": 59549, - "name": "substringData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/substringData)" - } - ] - }, - "parameters": [ - 59550, - 59551 - ], - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 59229, - "name": "CharacterData.substringData" - } - }, - "59550": { - "id": 59550, - "name": "offset", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59551": { - "id": 59551, - "name": "count", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59552": { - "id": 59552, - "name": "CompositionEvent", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The DOM CompositionEvent represents events that occur due to the user indirectly entering text.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CompositionEvent)" - } - ] - }, - "children": [ - 59553, - 59554, - 59555, - 59556, - 59557, - 59558, - 59559, - 59560, - 59561, - 59562, - 59563, - 59564, - 59565, - 59566, - 59567, - 59568, - 59569, - 59570, - 59571, - 59572, - 59573, - 59574, - 59576, - 59583, - 59588, - 59595, - 59597, - 59599 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 59553, - 59554, - 59555, - 59556, - 59557, - 59558, - 59559, - 59560, - 59561, - 59562, - 59563, - 59564, - 59565, - 59566, - 59567, - 59568, - 59569, - 59570, - 59571, - 59572, - 59573 - ] - }, - { - "title": "Methods", - "children": [ - 59574, - 59576, - 59583, - 59588, - 59595, - 59597, - 59599 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 206438, - "name": "UIEvent", - "package": "typescript" - } - ] - }, - "59553": { - "id": 59553, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 206439, - "name": "UIEvent.AT_TARGET" - } - }, - "59554": { - "id": 59554, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 3 - }, - "inheritedFrom": { - "type": "reference", - "target": 206440, - "name": "UIEvent.BUBBLING_PHASE" - } - }, - "59555": { - "id": 59555, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 206441, - "name": "UIEvent.CAPTURING_PHASE" - } - }, - "59556": { - "id": 59556, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 0 - }, - "inheritedFrom": { - "type": "reference", - "target": 206442, - "name": "UIEvent.NONE" - } - }, - "59557": { - "id": 59557, - "name": "bubbles", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/bubbles)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 206443, - "name": "UIEvent.bubbles" - } - }, - "59558": { - "id": 59558, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelBubble)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 206444, - "name": "UIEvent.cancelBubble" - } - }, - "59559": { - "id": 59559, - "name": "cancelable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. Its return value does not always carry meaning, but true can indicate that part of the operation during which event was dispatched, can be canceled by invoking the preventDefault() method.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 206445, - "name": "UIEvent.cancelable" - } - }, - "59560": { - "id": 59560, - "name": "composed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event invokes listeners past a ShadowRoot node that is the root of its target, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composed)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 206446, - "name": "UIEvent.composed" - } - }, - "59561": { - "id": 59561, - "name": "currentTarget", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object whose event listener's callback is currently being invoked.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/currentTarget)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 206447, - "name": "UIEvent.currentTarget" - } - }, - "59562": { - "id": 59562, - "name": "data", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CompositionEvent/data)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "59563": { - "id": 59563, - "name": "defaultPrevented", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if preventDefault() was invoked successfully to indicate cancelation, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/defaultPrevented)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 206448, - "name": "UIEvent.defaultPrevented" - } - }, - "59564": { - "id": 59564, - "name": "detail", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/UIEvent/detail)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 206449, - "name": "UIEvent.detail" - } - }, - "59565": { - "id": 59565, - "name": "eventPhase", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's phase, which is one of NONE, CAPTURING_PHASE, AT_TARGET, and BUBBLING_PHASE.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/eventPhase)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 206450, - "name": "UIEvent.eventPhase" - } - }, - "59566": { - "id": 59566, - "name": "isTrusted", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if event was dispatched by the user agent, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/isTrusted)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 206451, - "name": "UIEvent.isTrusted" - } - }, - "59567": { - "id": 59567, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/returnValue)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 206452, - "name": "UIEvent.returnValue" - } - }, - "59568": { - "id": 59568, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/srcElement)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 206453, - "name": "UIEvent.srcElement" - } - }, - "59569": { - "id": 59569, - "name": "target", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object to which event is dispatched (its target).\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/target)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 206454, - "name": "UIEvent.target" - } - }, - "59570": { - "id": 59570, - "name": "timeStamp", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's timestamp as the number of milliseconds measured relative to the time origin.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/timeStamp)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 206455, - "name": "UIEvent.timeStamp" - } - }, - "59571": { - "id": 59571, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of event, e.g. \"click\", \"hashchange\", or \"submit\".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/type)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 206456, - "name": "UIEvent.type" - } - }, - "59572": { - "id": 59572, - "name": "view", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/UIEvent/view)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 210065, - "name": "Window", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 206457, - "name": "UIEvent.view" - } - }, - "59573": { - "id": 59573, - "name": "which", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/UIEvent/which)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 206458, - "name": "UIEvent.which" - } - }, - "59574": { - "id": 59574, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59575 - ], - "inheritedFrom": { - "type": "reference", - "target": 206459, - "name": "UIEvent.composedPath" - } - }, - "59575": { - "id": 59575, - "name": "composedPath", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the invocation target objects of event's path (objects on which listeners will be invoked), except for any nodes in shadow trees of which the shadow root's mode is \"closed\" that are not reachable from event's currentTarget.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composedPath)" - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 206460, - "name": "UIEvent.composedPath" - } - }, - "59576": { - "id": 59576, - "name": "initCompositionEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59577 - ] - }, - "59577": { - "id": 59577, - "name": "initCompositionEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CompositionEvent/initCompositionEvent)" - } - ] - } - ] - }, - "parameters": [ - 59578, - 59579, - 59580, - 59581, - 59582 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "59578": { - "id": 59578, - "name": "typeArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "59579": { - "id": 59579, - "name": "bubblesArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "59580": { - "id": 59580, - "name": "cancelableArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "59581": { - "id": 59581, - "name": "viewArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 210065, - "name": "Window", - "package": "typescript" - } - ] - } - }, - "59582": { - "id": 59582, - "name": "dataArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "59583": { - "id": 59583, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59584 - ], - "inheritedFrom": { - "type": "reference", - "target": 206461, - "name": "UIEvent.initEvent" - } - }, - "59584": { - "id": 59584, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/initEvent)" - } - ] - } - ] - }, - "parameters": [ - 59585, - 59586, - 59587 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 206462, - "name": "UIEvent.initEvent" - } - }, - "59585": { - "id": 59585, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "59586": { - "id": 59586, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "59587": { - "id": 59587, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "59588": { - "id": 59588, - "name": "initUIEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59589 - ], - "inheritedFrom": { - "type": "reference", - "target": 206466, - "name": "UIEvent.initUIEvent" - } - }, - "59589": { - "id": 59589, - "name": "initUIEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/UIEvent/initUIEvent)" - } - ] - } - ] - }, - "parameters": [ - 59590, - 59591, - 59592, - 59593, - 59594 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 206467, - "name": "UIEvent.initUIEvent" - } - }, - "59590": { - "id": 59590, - "name": "typeArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "59591": { - "id": 59591, - "name": "bubblesArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "59592": { - "id": 59592, - "name": "cancelableArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "59593": { - "id": 59593, - "name": "viewArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 210065, - "name": "Window", - "package": "typescript" - } - ] - } - }, - "59594": { - "id": 59594, - "name": "detailArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59595": { - "id": 59595, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59596 - ], - "inheritedFrom": { - "type": "reference", - "target": 206473, - "name": "UIEvent.preventDefault" - } - }, - "59596": { - "id": 59596, - "name": "preventDefault", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "If invoked when the cancelable attribute value is true, and while executing a listener for the event with passive set to false, signals to the operation that caused event to be dispatched that it needs to be canceled.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/preventDefault)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 206474, - "name": "UIEvent.preventDefault" - } - }, - "59597": { - "id": 59597, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59598 - ], - "inheritedFrom": { - "type": "reference", - "target": 206475, - "name": "UIEvent.stopImmediatePropagation" - } - }, - "59598": { - "id": 59598, - "name": "stopImmediatePropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Invoking this method prevents event from reaching any registered event listeners after the current one finishes running and, when dispatched in a tree, also prevents event from reaching any other objects.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopImmediatePropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 206476, - "name": "UIEvent.stopImmediatePropagation" - } - }, - "59599": { - "id": 59599, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59600 - ], - "inheritedFrom": { - "type": "reference", - "target": 206477, - "name": "UIEvent.stopPropagation" - } - }, - "59600": { - "id": 59600, - "name": "stopPropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "When dispatched in a tree, invoking this method prevents event from reaching any objects other than the current object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopPropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 206478, - "name": "UIEvent.stopPropagation" - } - }, - "59609": { - "id": 59609, - "name": "ComputedEffectTiming", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 59610, - 59611, - 59612, - 59613, - 59614, - 59615, - 59616, - 59617, - 59618, - 59619, - 59620, - 59621, - 59622, - 59623, - 59624 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 59610, - 59611, - 59612, - 59613, - 59614, - 59615, - 59616, - 59617, - 59618, - 59619, - 59620, - 59621, - 59622, - 59623, - 59624 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 61852, - "name": "EffectTiming", - "package": "typescript" - } - ] - }, - "59610": { - "id": 59610, - "name": "activeDuration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 212496, - "name": "CSSNumberish", - "package": "typescript" - } - }, - "59611": { - "id": 59611, - "name": "currentIteration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "number" - } - ] - } - }, - "59612": { - "id": 59612, - "name": "delay", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 61853, - "name": "EffectTiming.delay" - } - }, - "59613": { - "id": 59613, - "name": "direction", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 212594, - "name": "PlaybackDirection", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 61854, - "name": "EffectTiming.direction" - } - }, - "59614": { - "id": 59614, - "name": "duration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": 58372, - "name": "CSSNumericValue", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61855, - "name": "EffectTiming.duration" - } - }, - "59615": { - "id": 59615, - "name": "easing", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 61856, - "name": "EffectTiming.easing" - } - }, - "59616": { - "id": 59616, - "name": "endDelay", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 61857, - "name": "EffectTiming.endDelay" - } - }, - "59617": { - "id": 59617, - "name": "endTime", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 212496, - "name": "CSSNumberish", - "package": "typescript" - } - }, - "59618": { - "id": 59618, - "name": "fill", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 212525, - "name": "FillMode", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 61858, - "name": "EffectTiming.fill" - } - }, - "59619": { - "id": 59619, - "name": "iterationStart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 61859, - "name": "EffectTiming.iterationStart" - } - }, - "59620": { - "id": 59620, - "name": "iterations", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 61860, - "name": "EffectTiming.iterations" - } - }, - "59621": { - "id": 59621, - "name": "localTime", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 212496, - "name": "CSSNumberish", - "package": "typescript" - } - ] - } - }, - "59622": { - "id": 59622, - "name": "playbackRate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 61861, - "name": "EffectTiming.playbackRate" - } - }, - "59623": { - "id": 59623, - "name": "progress", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "number" - } - ] - } - }, - "59624": { - "id": 59624, - "name": "startTime", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 212496, - "name": "CSSNumberish", - "package": "typescript" - } - }, - "59625": { - "id": 59625, - "name": "ConstrainBooleanParameters", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 59626, - 59627 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 59626, - 59627 - ] - } - ] - }, - "59626": { - "id": 59626, - "name": "exact", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "59627": { - "id": 59627, - "name": "ideal", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "59628": { - "id": 59628, - "name": "ConstrainDOMStringParameters", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 59629, - 59630 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 59629, - 59630 - ] - } - ] - }, - "59629": { - "id": 59629, - "name": "exact", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - ] - } - }, - "59630": { - "id": 59630, - "name": "ideal", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - ] - } - }, - "59631": { - "id": 59631, - "name": "ConstrainDoubleRange", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 59632, - 59633, - 59634, - 59635 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 59632, - 59633, - 59634, - 59635 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 61705, - "name": "DoubleRange", - "package": "typescript" - } - ] - }, - "59632": { - "id": 59632, - "name": "exact", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59633": { - "id": 59633, - "name": "ideal", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59634": { - "id": 59634, - "name": "max", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 61706, - "name": "DoubleRange.max" - } - }, - "59635": { - "id": 59635, - "name": "min", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 61707, - "name": "DoubleRange.min" - } - }, - "59636": { - "id": 59636, - "name": "ConstrainULongRange", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 59637, - 59638, - 59639, - 59640 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 59637, - 59638, - 59639, - 59640 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 206486, - "name": "ULongRange", - "package": "typescript" - } - ] - }, - "59637": { - "id": 59637, - "name": "exact", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59638": { - "id": 59638, - "name": "ideal", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59639": { - "id": 59639, - "name": "max", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 206487, - "name": "ULongRange.max" - } - }, - "59640": { - "id": 59640, - "name": "min", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 206488, - "name": "ULongRange.min" - } - }, - "59641": { - "id": 59641, - "name": "ContentVisibilityAutoStateChangeEvent", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/ContentVisibilityAutoStateChangeEvent)" - } - ] - }, - "children": [ - 59642, - 59643, - 59644, - 59645, - 59646, - 59647, - 59648, - 59649, - 59650, - 59651, - 59652, - 59653, - 59654, - 59655, - 59656, - 59657, - 59658, - 59659, - 59660, - 59662, - 59667, - 59669, - 59671 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 59642, - 59643, - 59644, - 59645, - 59646, - 59647, - 59648, - 59649, - 59650, - 59651, - 59652, - 59653, - 59654, - 59655, - 59656, - 59657, - 59658, - 59659 - ] - }, - { - "title": "Methods", - "children": [ - 59660, - 59662, - 59667, - 59669, - 59671 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - ] - }, - "59642": { - "id": 59642, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 62425, - "name": "Event.AT_TARGET" - } - }, - "59643": { - "id": 59643, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 3 - }, - "inheritedFrom": { - "type": "reference", - "target": 62426, - "name": "Event.BUBBLING_PHASE" - } - }, - "59644": { - "id": 59644, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 62427, - "name": "Event.CAPTURING_PHASE" - } - }, - "59645": { - "id": 59645, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 0 - }, - "inheritedFrom": { - "type": "reference", - "target": 62428, - "name": "Event.NONE" - } - }, - "59646": { - "id": 59646, - "name": "bubbles", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/bubbles)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62429, - "name": "Event.bubbles" - } - }, - "59647": { - "id": 59647, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelBubble)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62430, - "name": "Event.cancelBubble" - } - }, - "59648": { - "id": 59648, - "name": "cancelable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. Its return value does not always carry meaning, but true can indicate that part of the operation during which event was dispatched, can be canceled by invoking the preventDefault() method.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62431, - "name": "Event.cancelable" - } - }, - "59649": { - "id": 59649, - "name": "composed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event invokes listeners past a ShadowRoot node that is the root of its target, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composed)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62432, - "name": "Event.composed" - } - }, - "59650": { - "id": 59650, - "name": "currentTarget", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object whose event listener's callback is currently being invoked.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/currentTarget)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62433, - "name": "Event.currentTarget" - } - }, - "59651": { - "id": 59651, - "name": "defaultPrevented", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if preventDefault() was invoked successfully to indicate cancelation, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/defaultPrevented)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62434, - "name": "Event.defaultPrevented" - } - }, - "59652": { - "id": 59652, - "name": "eventPhase", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's phase, which is one of NONE, CAPTURING_PHASE, AT_TARGET, and BUBBLING_PHASE.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/eventPhase)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 62435, - "name": "Event.eventPhase" - } - }, - "59653": { - "id": 59653, - "name": "isTrusted", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if event was dispatched by the user agent, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/isTrusted)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62436, - "name": "Event.isTrusted" - } - }, - "59654": { - "id": 59654, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/returnValue)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62437, - "name": "Event.returnValue" - } - }, - "59655": { - "id": 59655, - "name": "skipped", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/ContentVisibilityAutoStateChangeEvent/skipped)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "59656": { - "id": 59656, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/srcElement)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62438, - "name": "Event.srcElement" - } - }, - "59657": { - "id": 59657, - "name": "target", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object to which event is dispatched (its target).\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/target)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62439, - "name": "Event.target" - } - }, - "59658": { - "id": 59658, - "name": "timeStamp", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's timestamp as the number of milliseconds measured relative to the time origin.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/timeStamp)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 62440, - "name": "Event.timeStamp" - } - }, - "59659": { - "id": 59659, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of event, e.g. \"click\", \"hashchange\", or \"submit\".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/type)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 62441, - "name": "Event.type" - } - }, - "59660": { - "id": 59660, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59661 - ], - "inheritedFrom": { - "type": "reference", - "target": 62442, - "name": "Event.composedPath" - } - }, - "59661": { - "id": 59661, - "name": "composedPath", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the invocation target objects of event's path (objects on which listeners will be invoked), except for any nodes in shadow trees of which the shadow root's mode is \"closed\" that are not reachable from event's currentTarget.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composedPath)" - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 62443, - "name": "Event.composedPath" - } - }, - "59662": { - "id": 59662, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59663 - ], - "inheritedFrom": { - "type": "reference", - "target": 62444, - "name": "Event.initEvent" - } - }, - "59663": { - "id": 59663, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/initEvent)" - } - ] - } - ] - }, - "parameters": [ - 59664, - 59665, - 59666 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62445, - "name": "Event.initEvent" - } - }, - "59664": { - "id": 59664, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "59665": { - "id": 59665, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "59666": { - "id": 59666, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "59667": { - "id": 59667, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59668 - ], - "inheritedFrom": { - "type": "reference", - "target": 62449, - "name": "Event.preventDefault" - } - }, - "59668": { - "id": 59668, - "name": "preventDefault", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "If invoked when the cancelable attribute value is true, and while executing a listener for the event with passive set to false, signals to the operation that caused event to be dispatched that it needs to be canceled.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/preventDefault)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62450, - "name": "Event.preventDefault" - } - }, - "59669": { - "id": 59669, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59670 - ], - "inheritedFrom": { - "type": "reference", - "target": 62451, - "name": "Event.stopImmediatePropagation" - } - }, - "59670": { - "id": 59670, - "name": "stopImmediatePropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Invoking this method prevents event from reaching any registered event listeners after the current one finishes running and, when dispatched in a tree, also prevents event from reaching any other objects.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopImmediatePropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62452, - "name": "Event.stopImmediatePropagation" - } - }, - "59671": { - "id": 59671, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59672 - ], - "inheritedFrom": { - "type": "reference", - "target": 62453, - "name": "Event.stopPropagation" - } - }, - "59672": { - "id": 59672, - "name": "stopPropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "When dispatched in a tree, invoking this method prevents event from reaching any objects other than the current object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopPropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62454, - "name": "Event.stopPropagation" - } - }, - "59684": { - "id": 59684, - "name": "Crypto", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Basic cryptography features available in the current context. It allows access to a cryptographically strong random number generator and to cryptographic primitives.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Crypto)" - } - ] - }, - "children": [ - 59685, - 59686, - 59690 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 59685 - ] - }, - { - "title": "Methods", - "children": [ - 59686, - 59690 - ] - } - ] - }, - "59685": { - "id": 59685, - "name": "subtle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Available only in secure contexts.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Crypto/subtle)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "SubtleCrypto" - }, - "name": "SubtleCrypto", - "package": "typescript" - } - }, - "59686": { - "id": 59686, - "name": "getRandomValues", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59687 - ] - }, - "59687": { - "id": 59687, - "name": "getRandomValues", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Crypto/getRandomValues)" - } - ] - }, - "typeParameter": [ - 59688 - ], - "parameters": [ - 59689 - ], - "type": { - "type": "reference", - "target": 59688, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "59688": { - "id": 59688, - "name": "T", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57848, - "typeArguments": [ - { - "type": "reference", - "target": 212456, - "name": "ArrayBufferLike", - "package": "typescript" - } - ], - "name": "ArrayBufferView", - "package": "typescript" - } - ] - } - }, - "59689": { - "id": 59689, - "name": "array", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 59688, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "59690": { - "id": 59690, - "name": "randomUUID", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59691 - ] - }, - "59691": { - "id": 59691, - "name": "randomUUID", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Available only in secure contexts.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Crypto/randomUUID)" - } - ] - }, - "type": { - "type": "templateLiteral", - "head": "", - "tail": [ - [ - { - "type": "intrinsic", - "name": "string" - }, - "-" - ], - [ - { - "type": "intrinsic", - "name": "string" - }, - "-" - ], - [ - { - "type": "intrinsic", - "name": "string" - }, - "-" - ], - [ - { - "type": "intrinsic", - "name": "string" - }, - "-" - ], - [ - { - "type": "intrinsic", - "name": "string" - }, - "" - ] - ] - } - }, - "59692": { - "id": 59692, - "name": "CustomElementConstructor", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 59693 - ], - "groups": [ - { - "title": "Constructors", - "children": [ - 59693 - ] - } - ] - }, - "59693": { - "id": 59693, - "name": "constructor", - "variant": "declaration", - "kind": 512, - "flags": { - "isExternal": true - }, - "signatures": [ - 59694 - ] - }, - "59694": { - "id": 59694, - "name": "new CustomElementConstructor", - "variant": "signature", - "kind": 16384, - "flags": { - "isExternal": true - }, - "parameters": [ - 59695 - ], - "type": { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - }, - "59695": { - "id": 59695, - "name": "params", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "any" - } - } - }, - "59696": { - "id": 59696, - "name": "CustomElementRegistry", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CustomElementRegistry)" - } - ] - }, - "children": [ - 59697, - 59702, - 59705, - 59708, - 59711 - ], - "groups": [ - { - "title": "Methods", - "children": [ - 59697, - 59702, - 59705, - 59708, - 59711 - ] - } - ] - }, - "59697": { - "id": 59697, - "name": "define", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59698 - ] - }, - "59698": { - "id": 59698, - "name": "define", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CustomElementRegistry/define)" - } - ] - }, - "parameters": [ - 59699, - 59700, - 59701 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "59699": { - "id": 59699, - "name": "name", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "59700": { - "id": 59700, - "name": "constructor", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 59692, - "name": "CustomElementConstructor", - "package": "typescript" - } - }, - "59701": { - "id": 59701, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62306, - "name": "ElementDefinitionOptions", - "package": "typescript" - } - }, - "59702": { - "id": 59702, - "name": "get", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59703 - ] - }, - "59703": { - "id": 59703, - "name": "get", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CustomElementRegistry/get)" - } - ] - }, - "parameters": [ - 59704 - ], - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "undefined" - }, - { - "type": "reference", - "target": 59692, - "name": "CustomElementConstructor", - "package": "typescript" - } - ] - } - }, - "59704": { - "id": 59704, - "name": "name", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "59705": { - "id": 59705, - "name": "getName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59706 - ] - }, - "59706": { - "id": 59706, - "name": "getName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CustomElementRegistry/getName)" - } - ] - }, - "parameters": [ - 59707 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "59707": { - "id": 59707, - "name": "constructor", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 59692, - "name": "CustomElementConstructor", - "package": "typescript" - } - }, - "59708": { - "id": 59708, - "name": "upgrade", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59709 - ] - }, - "59709": { - "id": 59709, - "name": "upgrade", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CustomElementRegistry/upgrade)" - } - ] - }, - "parameters": [ - 59710 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "59710": { - "id": 59710, - "name": "root", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "59711": { - "id": 59711, - "name": "whenDefined", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59712 - ] - }, - "59712": { - "id": 59712, - "name": "whenDefined", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CustomElementRegistry/whenDefined)" - } - ] - }, - "parameters": [ - 59713 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 59692, - "name": "CustomElementConstructor", - "package": "typescript" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "59713": { - "id": 59713, - "name": "name", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "59714": { - "id": 59714, - "name": "CustomEvent", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CustomEvent)" - } - ] - }, - "children": [ - 59715, - 59716, - 59717, - 59718, - 59719, - 59720, - 59721, - 59722, - 59723, - 59724, - 59725, - 59726, - 59727, - 59728, - 59729, - 59730, - 59731, - 59732, - 59733, - 59735, - 59741, - 59746, - 59748, - 59750 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 59715, - 59716, - 59717, - 59718, - 59719, - 59720, - 59721, - 59722, - 59723, - 59724, - 59725, - 59726, - 59727, - 59728, - 59729, - 59730, - 59731, - 59732 - ] - }, - { - "title": "Methods", - "children": [ - 59733, - 59735, - 59741, - 59746, - 59748, - 59750 - ] - } - ], - "typeParameters": [ - 59752 - ], - "extendedTypes": [ - { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - ] - }, - "59715": { - "id": 59715, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 62425, - "name": "Event.AT_TARGET" - } - }, - "59716": { - "id": 59716, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 3 - }, - "inheritedFrom": { - "type": "reference", - "target": 62426, - "name": "Event.BUBBLING_PHASE" - } - }, - "59717": { - "id": 59717, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 62427, - "name": "Event.CAPTURING_PHASE" - } - }, - "59718": { - "id": 59718, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 0 - }, - "inheritedFrom": { - "type": "reference", - "target": 62428, - "name": "Event.NONE" - } - }, - "59719": { - "id": 59719, - "name": "bubbles", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/bubbles)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62429, - "name": "Event.bubbles" - } - }, - "59720": { - "id": 59720, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelBubble)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62430, - "name": "Event.cancelBubble" - } - }, - "59721": { - "id": 59721, - "name": "cancelable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. Its return value does not always carry meaning, but true can indicate that part of the operation during which event was dispatched, can be canceled by invoking the preventDefault() method.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62431, - "name": "Event.cancelable" - } - }, - "59722": { - "id": 59722, - "name": "composed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event invokes listeners past a ShadowRoot node that is the root of its target, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composed)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62432, - "name": "Event.composed" - } - }, - "59723": { - "id": 59723, - "name": "currentTarget", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object whose event listener's callback is currently being invoked.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/currentTarget)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62433, - "name": "Event.currentTarget" - } - }, - "59724": { - "id": 59724, - "name": "defaultPrevented", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if preventDefault() was invoked successfully to indicate cancelation, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/defaultPrevented)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62434, - "name": "Event.defaultPrevented" - } - }, - "59725": { - "id": 59725, - "name": "detail", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns any custom data event was created with. Typically used for synthetic events.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CustomEvent/detail)" - } - ] - }, - "type": { - "type": "reference", - "target": 59752, - "name": "T", - "package": "typescript", - "qualifiedName": "CustomEvent.T", - "refersToTypeParameter": true - } - }, - "59726": { - "id": 59726, - "name": "eventPhase", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's phase, which is one of NONE, CAPTURING_PHASE, AT_TARGET, and BUBBLING_PHASE.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/eventPhase)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 62435, - "name": "Event.eventPhase" - } - }, - "59727": { - "id": 59727, - "name": "isTrusted", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if event was dispatched by the user agent, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/isTrusted)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62436, - "name": "Event.isTrusted" - } - }, - "59728": { - "id": 59728, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/returnValue)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62437, - "name": "Event.returnValue" - } - }, - "59729": { - "id": 59729, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/srcElement)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62438, - "name": "Event.srcElement" - } - }, - "59730": { - "id": 59730, - "name": "target", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object to which event is dispatched (its target).\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/target)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62439, - "name": "Event.target" - } - }, - "59731": { - "id": 59731, - "name": "timeStamp", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's timestamp as the number of milliseconds measured relative to the time origin.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/timeStamp)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 62440, - "name": "Event.timeStamp" - } - }, - "59732": { - "id": 59732, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of event, e.g. \"click\", \"hashchange\", or \"submit\".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/type)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 62441, - "name": "Event.type" - } - }, - "59733": { - "id": 59733, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59734 - ], - "inheritedFrom": { - "type": "reference", - "target": 62442, - "name": "Event.composedPath" - } - }, - "59734": { - "id": 59734, - "name": "composedPath", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the invocation target objects of event's path (objects on which listeners will be invoked), except for any nodes in shadow trees of which the shadow root's mode is \"closed\" that are not reachable from event's currentTarget.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composedPath)" - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 62443, - "name": "Event.composedPath" - } - }, - "59735": { - "id": 59735, - "name": "initCustomEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59736 - ] - }, - "59736": { - "id": 59736, - "name": "initCustomEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/CustomEvent/initCustomEvent)" - } - ] - } - ] - }, - "parameters": [ - 59737, - 59738, - 59739, - 59740 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "59737": { - "id": 59737, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "59738": { - "id": 59738, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "59739": { - "id": 59739, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "59740": { - "id": 59740, - "name": "detail", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 59752, - "name": "T", - "package": "typescript", - "qualifiedName": "CustomEvent.T", - "refersToTypeParameter": true - } - }, - "59741": { - "id": 59741, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59742 - ], - "inheritedFrom": { - "type": "reference", - "target": 62444, - "name": "Event.initEvent" - } - }, - "59742": { - "id": 59742, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/initEvent)" - } - ] - } - ] - }, - "parameters": [ - 59743, - 59744, - 59745 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62445, - "name": "Event.initEvent" - } - }, - "59743": { - "id": 59743, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "59744": { - "id": 59744, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "59745": { - "id": 59745, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "59746": { - "id": 59746, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59747 - ], - "inheritedFrom": { - "type": "reference", - "target": 62449, - "name": "Event.preventDefault" - } - }, - "59747": { - "id": 59747, - "name": "preventDefault", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "If invoked when the cancelable attribute value is true, and while executing a listener for the event with passive set to false, signals to the operation that caused event to be dispatched that it needs to be canceled.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/preventDefault)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62450, - "name": "Event.preventDefault" - } - }, - "59748": { - "id": 59748, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59749 - ], - "inheritedFrom": { - "type": "reference", - "target": 62451, - "name": "Event.stopImmediatePropagation" - } - }, - "59749": { - "id": 59749, - "name": "stopImmediatePropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Invoking this method prevents event from reaching any registered event listeners after the current one finishes running and, when dispatched in a tree, also prevents event from reaching any other objects.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopImmediatePropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62452, - "name": "Event.stopImmediatePropagation" - } - }, - "59750": { - "id": 59750, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59751 - ], - "inheritedFrom": { - "type": "reference", - "target": 62453, - "name": "Event.stopPropagation" - } - }, - "59751": { - "id": 59751, - "name": "stopPropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "When dispatched in a tree, invoking this method prevents event from reaching any objects other than the current object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopPropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62454, - "name": "Event.stopPropagation" - } - }, - "59752": { - "id": 59752, - "name": "T", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "default": { - "type": "intrinsic", - "name": "any" - } - }, - "59759": { - "id": 59759, - "name": "DOMException", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "An abnormal event (called an exception) which occurs as a result of calling a method or accessing a property of a web API.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMException)" - } - ] - }, - "children": [ - 59760, - 59761, - 59762, - 59763, - 59764, - 59765, - 59766, - 59767, - 59768, - 59769, - 59770, - 59771, - 59772, - 59773, - 59774, - 59775, - 59776, - 59777, - 59778, - 59779, - 59780, - 59781, - 59782, - 59783, - 59784, - 59785, - 59786, - 59787, - 59788 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 59760, - 59761, - 59762, - 59763, - 59764, - 59765, - 59766, - 59767, - 59768, - 59769, - 59770, - 59771, - 59772, - 59773, - 59774, - 59775, - 59776, - 59777, - 59778, - 59779, - 59780, - 59781, - 59782, - 59783, - 59784, - 59785, - 59786, - 59787, - 59788 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Error" - }, - "name": "Error", - "package": "typescript" - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 136501, - "name": "RTCError" - } - ] - }, - "59760": { - "id": 59760, - "name": "ABORT_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 20 - } - }, - "59761": { - "id": 59761, - "name": "DATA_CLONE_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 25 - } - }, - "59762": { - "id": 59762, - "name": "DOMSTRING_SIZE_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - } - }, - "59763": { - "id": 59763, - "name": "HIERARCHY_REQUEST_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 3 - } - }, - "59764": { - "id": 59764, - "name": "INDEX_SIZE_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 1 - } - }, - "59765": { - "id": 59765, - "name": "INUSE_ATTRIBUTE_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 10 - } - }, - "59766": { - "id": 59766, - "name": "INVALID_ACCESS_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 15 - } - }, - "59767": { - "id": 59767, - "name": "INVALID_CHARACTER_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 5 - } - }, - "59768": { - "id": 59768, - "name": "INVALID_MODIFICATION_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 13 - } - }, - "59769": { - "id": 59769, - "name": "INVALID_NODE_TYPE_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 24 - } - }, - "59770": { - "id": 59770, - "name": "INVALID_STATE_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 11 - } - }, - "59771": { - "id": 59771, - "name": "NAMESPACE_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 14 - } - }, - "59772": { - "id": 59772, - "name": "NETWORK_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 19 - } - }, - "59773": { - "id": 59773, - "name": "NOT_FOUND_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 8 - } - }, - "59774": { - "id": 59774, - "name": "NOT_SUPPORTED_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 9 - } - }, - "59775": { - "id": 59775, - "name": "NO_DATA_ALLOWED_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 6 - } - }, - "59776": { - "id": 59776, - "name": "NO_MODIFICATION_ALLOWED_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 7 - } - }, - "59777": { - "id": 59777, - "name": "QUOTA_EXCEEDED_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 22 - } - }, - "59778": { - "id": 59778, - "name": "SECURITY_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 18 - } - }, - "59779": { - "id": 59779, - "name": "SYNTAX_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 12 - } - }, - "59780": { - "id": 59780, - "name": "TIMEOUT_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 23 - } - }, - "59781": { - "id": 59781, - "name": "TYPE_MISMATCH_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 17 - } - }, - "59782": { - "id": 59782, - "name": "URL_MISMATCH_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 21 - } - }, - "59783": { - "id": 59783, - "name": "VALIDATION_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 16 - } - }, - "59784": { - "id": 59784, - "name": "WRONG_DOCUMENT_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 4 - } - }, - "59785": { - "id": 59785, - "name": "code", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMException/code)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59786": { - "id": 59786, - "name": "message", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMException/message)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "overwrites": { - "type": "reference", - "target": -1, - "name": "Error.message" - } - }, - "59787": { - "id": 59787, - "name": "name", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMException/name)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "overwrites": { - "type": "reference", - "target": -1, - "name": "Error.name" - } - }, - "59788": { - "id": 59788, - "name": "stack", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "Error.stack" - } - }, - "59789": { - "id": 59789, - "name": "DOMImplementation", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "An object providing methods which are not dependent on any particular document. Such an object is returned by the Document.implementation property.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMImplementation)" - } - ] - }, - "children": [ - 59790, - 59795, - 59800, - 59803 - ], - "groups": [ - { - "title": "Methods", - "children": [ - 59790, - 59795, - 59800, - 59803 - ] - } - ] - }, - "59790": { - "id": 59790, - "name": "createDocument", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59791 - ] - }, - "59791": { - "id": 59791, - "name": "createDocument", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMImplementation/createDocument)" - } - ] - }, - "parameters": [ - 59792, - 59793, - 59794 - ], - "type": { - "type": "reference", - "target": 211336, - "name": "XMLDocument", - "package": "typescript" - } - }, - "59792": { - "id": 59792, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "59793": { - "id": 59793, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "59794": { - "id": 59794, - "name": "doctype", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61596, - "name": "DocumentType", - "package": "typescript" - } - ] - } - }, - "59795": { - "id": 59795, - "name": "createDocumentType", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59796 - ] - }, - "59796": { - "id": 59796, - "name": "createDocumentType", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMImplementation/createDocumentType)" - } - ] - }, - "parameters": [ - 59797, - 59798, - 59799 - ], - "type": { - "type": "reference", - "target": 61596, - "name": "DocumentType", - "package": "typescript" - } - }, - "59797": { - "id": 59797, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "59798": { - "id": 59798, - "name": "publicId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "59799": { - "id": 59799, - "name": "systemId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "59800": { - "id": 59800, - "name": "createHTMLDocument", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59801 - ] - }, - "59801": { - "id": 59801, - "name": "createHTMLDocument", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMImplementation/createHTMLDocument)" - } - ] - }, - "parameters": [ - 59802 - ], - "type": { - "type": "reference", - "target": 60250, - "name": "Document", - "package": "typescript" - } - }, - "59802": { - "id": 59802, - "name": "title", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "59803": { - "id": 59803, - "name": "hasFeature", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59804 - ] - }, - "59804": { - "id": 59804, - "name": "hasFeature", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMImplementation/hasFeature)" - } - ] - } - ] - }, - "parameters": [ - 59805 - ], - "type": { - "type": "literal", - "value": true - } - }, - "59805": { - "id": 59805, - "name": "args", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "any" - } - } - }, - "59806": { - "id": 59806, - "name": "DOMMatrix", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix)" - } - ] - }, - "children": [ - 59807, - 59808, - 59809, - 59810, - 59811, - 59812, - 59813, - 59814, - 59815, - 59816, - 59817, - 59818, - 59819, - 59820, - 59821, - 59822, - 59823, - 59824, - 59825, - 59826, - 59827, - 59828, - 59829, - 59830, - 59831, - 59833, - 59835, - 59837, - 59839, - 59842, - 59845, - 59848, - 59853, - 59859, - 59865, - 59869, - 59873, - 59878, - 59886, - 59892, - 59898, - 59902, - 59910, - 59913, - 59916, - 59919, - 59922, - 59925, - 59927, - 59929, - 59931, - 59933, - 59936, - 59941 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 59807, - 59808, - 59809, - 59810, - 59811, - 59812, - 59813, - 59814, - 59815, - 59816, - 59817, - 59818, - 59819, - 59820, - 59821, - 59822, - 59823, - 59824, - 59825, - 59826, - 59827, - 59828, - 59829, - 59830 - ] - }, - { - "title": "Methods", - "children": [ - 59831, - 59833, - 59835, - 59837, - 59839, - 59842, - 59845, - 59848, - 59853, - 59859, - 59865, - 59869, - 59873, - 59878, - 59886, - 59892, - 59898, - 59902, - 59910, - 59913, - 59916, - 59919, - 59922, - 59925, - 59927, - 59929, - 59931, - 59933, - 59936, - 59941 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 59983, - "name": "DOMMatrixReadOnly", - "package": "typescript" - } - ] - }, - "59807": { - "id": 59807, - "name": "a", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 59984, - "name": "DOMMatrixReadOnly.a" - } - }, - "59808": { - "id": 59808, - "name": "b", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 59985, - "name": "DOMMatrixReadOnly.b" - } - }, - "59809": { - "id": 59809, - "name": "c", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 59986, - "name": "DOMMatrixReadOnly.c" - } - }, - "59810": { - "id": 59810, - "name": "d", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 59987, - "name": "DOMMatrixReadOnly.d" - } - }, - "59811": { - "id": 59811, - "name": "e", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 59988, - "name": "DOMMatrixReadOnly.e" - } - }, - "59812": { - "id": 59812, - "name": "f", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 59989, - "name": "DOMMatrixReadOnly.f" - } - }, - "59813": { - "id": 59813, - "name": "is2D", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/is2D)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 59990, - "name": "DOMMatrixReadOnly.is2D" - } - }, - "59814": { - "id": 59814, - "name": "isIdentity", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/isIdentity)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 59991, - "name": "DOMMatrixReadOnly.isIdentity" - } - }, - "59815": { - "id": 59815, - "name": "m11", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 59992, - "name": "DOMMatrixReadOnly.m11" - } - }, - "59816": { - "id": 59816, - "name": "m12", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 59993, - "name": "DOMMatrixReadOnly.m12" - } - }, - "59817": { - "id": 59817, - "name": "m13", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 59994, - "name": "DOMMatrixReadOnly.m13" - } - }, - "59818": { - "id": 59818, - "name": "m14", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 59995, - "name": "DOMMatrixReadOnly.m14" - } - }, - "59819": { - "id": 59819, - "name": "m21", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 59996, - "name": "DOMMatrixReadOnly.m21" - } - }, - "59820": { - "id": 59820, - "name": "m22", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 59997, - "name": "DOMMatrixReadOnly.m22" - } - }, - "59821": { - "id": 59821, - "name": "m23", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 59998, - "name": "DOMMatrixReadOnly.m23" - } - }, - "59822": { - "id": 59822, - "name": "m24", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 59999, - "name": "DOMMatrixReadOnly.m24" - } - }, - "59823": { - "id": 59823, - "name": "m31", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 60000, - "name": "DOMMatrixReadOnly.m31" - } - }, - "59824": { - "id": 59824, - "name": "m32", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 60001, - "name": "DOMMatrixReadOnly.m32" - } - }, - "59825": { - "id": 59825, - "name": "m33", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 60002, - "name": "DOMMatrixReadOnly.m33" - } - }, - "59826": { - "id": 59826, - "name": "m34", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 60003, - "name": "DOMMatrixReadOnly.m34" - } - }, - "59827": { - "id": 59827, - "name": "m41", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 60004, - "name": "DOMMatrixReadOnly.m41" - } - }, - "59828": { - "id": 59828, - "name": "m42", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 60005, - "name": "DOMMatrixReadOnly.m42" - } - }, - "59829": { - "id": 59829, - "name": "m43", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 60006, - "name": "DOMMatrixReadOnly.m43" - } - }, - "59830": { - "id": 59830, - "name": "m44", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 60007, - "name": "DOMMatrixReadOnly.m44" - } - }, - "59831": { - "id": 59831, - "name": "flipX", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59832 - ], - "inheritedFrom": { - "type": "reference", - "target": 60008, - "name": "DOMMatrixReadOnly.flipX" - } - }, - "59832": { - "id": 59832, - "name": "flipX", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/flipX)" - } - ] - }, - "type": { - "type": "reference", - "target": 59806, - "name": "DOMMatrix", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 60009, - "name": "DOMMatrixReadOnly.flipX" - } - }, - "59833": { - "id": 59833, - "name": "flipY", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59834 - ], - "inheritedFrom": { - "type": "reference", - "target": 60010, - "name": "DOMMatrixReadOnly.flipY" - } - }, - "59834": { - "id": 59834, - "name": "flipY", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/flipY)" - } - ] - }, - "type": { - "type": "reference", - "target": 59806, - "name": "DOMMatrix", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 60011, - "name": "DOMMatrixReadOnly.flipY" - } - }, - "59835": { - "id": 59835, - "name": "inverse", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59836 - ], - "inheritedFrom": { - "type": "reference", - "target": 60012, - "name": "DOMMatrixReadOnly.inverse" - } - }, - "59836": { - "id": 59836, - "name": "inverse", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/inverse)" - } - ] - }, - "type": { - "type": "reference", - "target": 59806, - "name": "DOMMatrix", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 60013, - "name": "DOMMatrixReadOnly.inverse" - } - }, - "59837": { - "id": 59837, - "name": "invertSelf", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59838 - ] - }, - "59838": { - "id": 59838, - "name": "invertSelf", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix/invertSelf)" - } - ] - }, - "type": { - "type": "reference", - "target": 59806, - "name": "DOMMatrix", - "package": "typescript" - } - }, - "59839": { - "id": 59839, - "name": "multiply", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59840 - ], - "inheritedFrom": { - "type": "reference", - "target": 60014, - "name": "DOMMatrixReadOnly.multiply" - } - }, - "59840": { - "id": 59840, - "name": "multiply", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/multiply)" - } - ] - }, - "parameters": [ - 59841 - ], - "type": { - "type": "reference", - "target": 59806, - "name": "DOMMatrix", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 60015, - "name": "DOMMatrixReadOnly.multiply" - } - }, - "59841": { - "id": 59841, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 59959, - "name": "DOMMatrixInit", - "package": "typescript" - } - }, - "59842": { - "id": 59842, - "name": "multiplySelf", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59843 - ] - }, - "59843": { - "id": 59843, - "name": "multiplySelf", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix/multiplySelf)" - } - ] - }, - "parameters": [ - 59844 - ], - "type": { - "type": "reference", - "target": 59806, - "name": "DOMMatrix", - "package": "typescript" - } - }, - "59844": { - "id": 59844, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 59959, - "name": "DOMMatrixInit", - "package": "typescript" - } - }, - "59845": { - "id": 59845, - "name": "preMultiplySelf", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59846 - ] - }, - "59846": { - "id": 59846, - "name": "preMultiplySelf", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix/preMultiplySelf)" - } - ] - }, - "parameters": [ - 59847 - ], - "type": { - "type": "reference", - "target": 59806, - "name": "DOMMatrix", - "package": "typescript" - } - }, - "59847": { - "id": 59847, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 59959, - "name": "DOMMatrixInit", - "package": "typescript" - } - }, - "59848": { - "id": 59848, - "name": "rotate", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59849 - ], - "inheritedFrom": { - "type": "reference", - "target": 60017, - "name": "DOMMatrixReadOnly.rotate" - } - }, - "59849": { - "id": 59849, - "name": "rotate", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 59850, - 59851, - 59852 - ], - "type": { - "type": "reference", - "target": 59806, - "name": "DOMMatrix", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 60018, - "name": "DOMMatrixReadOnly.rotate" - } - }, - "59850": { - "id": 59850, - "name": "rotX", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59851": { - "id": 59851, - "name": "rotY", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59852": { - "id": 59852, - "name": "rotZ", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59853": { - "id": 59853, - "name": "rotateAxisAngle", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59854 - ], - "inheritedFrom": { - "type": "reference", - "target": 60022, - "name": "DOMMatrixReadOnly.rotateAxisAngle" - } - }, - "59854": { - "id": 59854, - "name": "rotateAxisAngle", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 59855, - 59856, - 59857, - 59858 - ], - "type": { - "type": "reference", - "target": 59806, - "name": "DOMMatrix", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 60023, - "name": "DOMMatrixReadOnly.rotateAxisAngle" - } - }, - "59855": { - "id": 59855, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59856": { - "id": 59856, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59857": { - "id": 59857, - "name": "z", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59858": { - "id": 59858, - "name": "angle", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59859": { - "id": 59859, - "name": "rotateAxisAngleSelf", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59860 - ] - }, - "59860": { - "id": 59860, - "name": "rotateAxisAngleSelf", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 59861, - 59862, - 59863, - 59864 - ], - "type": { - "type": "reference", - "target": 59806, - "name": "DOMMatrix", - "package": "typescript" - } - }, - "59861": { - "id": 59861, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59862": { - "id": 59862, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59863": { - "id": 59863, - "name": "z", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59864": { - "id": 59864, - "name": "angle", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59865": { - "id": 59865, - "name": "rotateFromVector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59866 - ], - "inheritedFrom": { - "type": "reference", - "target": 60028, - "name": "DOMMatrixReadOnly.rotateFromVector" - } - }, - "59866": { - "id": 59866, - "name": "rotateFromVector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 59867, - 59868 - ], - "type": { - "type": "reference", - "target": 59806, - "name": "DOMMatrix", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 60029, - "name": "DOMMatrixReadOnly.rotateFromVector" - } - }, - "59867": { - "id": 59867, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59868": { - "id": 59868, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59869": { - "id": 59869, - "name": "rotateFromVectorSelf", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59870 - ] - }, - "59870": { - "id": 59870, - "name": "rotateFromVectorSelf", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 59871, - 59872 - ], - "type": { - "type": "reference", - "target": 59806, - "name": "DOMMatrix", - "package": "typescript" - } - }, - "59871": { - "id": 59871, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59872": { - "id": 59872, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59873": { - "id": 59873, - "name": "rotateSelf", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59874 - ] - }, - "59874": { - "id": 59874, - "name": "rotateSelf", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix/rotateSelf)" - } - ] - }, - "parameters": [ - 59875, - 59876, - 59877 - ], - "type": { - "type": "reference", - "target": 59806, - "name": "DOMMatrix", - "package": "typescript" - } - }, - "59875": { - "id": 59875, - "name": "rotX", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59876": { - "id": 59876, - "name": "rotY", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59877": { - "id": 59877, - "name": "rotZ", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59878": { - "id": 59878, - "name": "scale", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59879 - ], - "inheritedFrom": { - "type": "reference", - "target": 60032, - "name": "DOMMatrixReadOnly.scale" - } - }, - "59879": { - "id": 59879, - "name": "scale", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/scale)" - } - ] - }, - "parameters": [ - 59880, - 59881, - 59882, - 59883, - 59884, - 59885 - ], - "type": { - "type": "reference", - "target": 59806, - "name": "DOMMatrix", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 60033, - "name": "DOMMatrixReadOnly.scale" - } - }, - "59880": { - "id": 59880, - "name": "scaleX", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59881": { - "id": 59881, - "name": "scaleY", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59882": { - "id": 59882, - "name": "scaleZ", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59883": { - "id": 59883, - "name": "originX", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59884": { - "id": 59884, - "name": "originY", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59885": { - "id": 59885, - "name": "originZ", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59886": { - "id": 59886, - "name": "scale3d", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59887 - ], - "inheritedFrom": { - "type": "reference", - "target": 60040, - "name": "DOMMatrixReadOnly.scale3d" - } - }, - "59887": { - "id": 59887, - "name": "scale3d", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 59888, - 59889, - 59890, - 59891 - ], - "type": { - "type": "reference", - "target": 59806, - "name": "DOMMatrix", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 60041, - "name": "DOMMatrixReadOnly.scale3d" - } - }, - "59888": { - "id": 59888, - "name": "scale", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59889": { - "id": 59889, - "name": "originX", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59890": { - "id": 59890, - "name": "originY", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59891": { - "id": 59891, - "name": "originZ", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59892": { - "id": 59892, - "name": "scale3dSelf", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59893 - ] - }, - "59893": { - "id": 59893, - "name": "scale3dSelf", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 59894, - 59895, - 59896, - 59897 - ], - "type": { - "type": "reference", - "target": 59806, - "name": "DOMMatrix", - "package": "typescript" - } - }, - "59894": { - "id": 59894, - "name": "scale", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59895": { - "id": 59895, - "name": "originX", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59896": { - "id": 59896, - "name": "originY", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59897": { - "id": 59897, - "name": "originZ", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59898": { - "id": 59898, - "name": "scaleNonUniform", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59899 - ], - "inheritedFrom": { - "type": "reference", - "target": 60046, - "name": "DOMMatrixReadOnly.scaleNonUniform" - } - }, - "59899": { - "id": 59899, - "name": "scaleNonUniform", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "parameters": [ - 59900, - 59901 - ], - "type": { - "type": "reference", - "target": 59806, - "name": "DOMMatrix", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 60047, - "name": "DOMMatrixReadOnly.scaleNonUniform" - } - }, - "59900": { - "id": 59900, - "name": "scaleX", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59901": { - "id": 59901, - "name": "scaleY", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59902": { - "id": 59902, - "name": "scaleSelf", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59903 - ] - }, - "59903": { - "id": 59903, - "name": "scaleSelf", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 59904, - 59905, - 59906, - 59907, - 59908, - 59909 - ], - "type": { - "type": "reference", - "target": 59806, - "name": "DOMMatrix", - "package": "typescript" - } - }, - "59904": { - "id": 59904, - "name": "scaleX", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59905": { - "id": 59905, - "name": "scaleY", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59906": { - "id": 59906, - "name": "scaleZ", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59907": { - "id": 59907, - "name": "originX", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59908": { - "id": 59908, - "name": "originY", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59909": { - "id": 59909, - "name": "originZ", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59910": { - "id": 59910, - "name": "setMatrixValue", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59911 - ] - }, - "59911": { - "id": 59911, - "name": "setMatrixValue", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix/setMatrixValue)" - } - ] - }, - "parameters": [ - 59912 - ], - "type": { - "type": "reference", - "target": 59806, - "name": "DOMMatrix", - "package": "typescript" - } - }, - "59912": { - "id": 59912, - "name": "transformList", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "59913": { - "id": 59913, - "name": "skewX", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59914 - ], - "inheritedFrom": { - "type": "reference", - "target": 60050, - "name": "DOMMatrixReadOnly.skewX" - } - }, - "59914": { - "id": 59914, - "name": "skewX", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 59915 - ], - "type": { - "type": "reference", - "target": 59806, - "name": "DOMMatrix", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 60051, - "name": "DOMMatrixReadOnly.skewX" - } - }, - "59915": { - "id": 59915, - "name": "sx", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59916": { - "id": 59916, - "name": "skewXSelf", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59917 - ] - }, - "59917": { - "id": 59917, - "name": "skewXSelf", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix/skewXSelf)" - } - ] - }, - "parameters": [ - 59918 - ], - "type": { - "type": "reference", - "target": 59806, - "name": "DOMMatrix", - "package": "typescript" - } - }, - "59918": { - "id": 59918, - "name": "sx", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59919": { - "id": 59919, - "name": "skewY", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59920 - ], - "inheritedFrom": { - "type": "reference", - "target": 60053, - "name": "DOMMatrixReadOnly.skewY" - } - }, - "59920": { - "id": 59920, - "name": "skewY", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 59921 - ], - "type": { - "type": "reference", - "target": 59806, - "name": "DOMMatrix", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 60054, - "name": "DOMMatrixReadOnly.skewY" - } - }, - "59921": { - "id": 59921, - "name": "sy", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59922": { - "id": 59922, - "name": "skewYSelf", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59923 - ] - }, - "59923": { - "id": 59923, - "name": "skewYSelf", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix/skewYSelf)" - } - ] - }, - "parameters": [ - 59924 - ], - "type": { - "type": "reference", - "target": 59806, - "name": "DOMMatrix", - "package": "typescript" - } - }, - "59924": { - "id": 59924, - "name": "sy", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59925": { - "id": 59925, - "name": "toFloat32Array", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59926 - ], - "inheritedFrom": { - "type": "reference", - "target": 60056, - "name": "DOMMatrixReadOnly.toFloat32Array" - } - }, - "59926": { - "id": 59926, - "name": "toFloat32Array", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/toFloat32Array)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Float32Array" - }, - "typeArguments": [ - { - "type": "reference", - "target": 212456, - "name": "ArrayBufferLike", - "package": "typescript" - } - ], - "name": "Float32Array", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 60057, - "name": "DOMMatrixReadOnly.toFloat32Array" - } - }, - "59927": { - "id": 59927, - "name": "toFloat64Array", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59928 - ], - "inheritedFrom": { - "type": "reference", - "target": 60058, - "name": "DOMMatrixReadOnly.toFloat64Array" - } - }, - "59928": { - "id": 59928, - "name": "toFloat64Array", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/toFloat64Array)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Float64Array" - }, - "typeArguments": [ - { - "type": "reference", - "target": 212456, - "name": "ArrayBufferLike", - "package": "typescript" - } - ], - "name": "Float64Array", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 60059, - "name": "DOMMatrixReadOnly.toFloat64Array" - } - }, - "59929": { - "id": 59929, - "name": "toJSON", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59930 - ], - "inheritedFrom": { - "type": "reference", - "target": 60060, - "name": "DOMMatrixReadOnly.toJSON" - } - }, - "59930": { - "id": 59930, - "name": "toJSON", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/toJSON)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "any" - }, - "inheritedFrom": { - "type": "reference", - "target": 60061, - "name": "DOMMatrixReadOnly.toJSON" - } - }, - "59931": { - "id": 59931, - "name": "toString", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59932 - ], - "inheritedFrom": { - "type": "reference", - "target": 60062, - "name": "DOMMatrixReadOnly.toString" - } - }, - "59932": { - "id": 59932, - "name": "toString", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 60063, - "name": "DOMMatrixReadOnly.toString" - } - }, - "59933": { - "id": 59933, - "name": "transformPoint", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59934 - ], - "inheritedFrom": { - "type": "reference", - "target": 60064, - "name": "DOMMatrixReadOnly.transformPoint" - } - }, - "59934": { - "id": 59934, - "name": "transformPoint", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/transformPoint)" - } - ] - }, - "parameters": [ - 59935 - ], - "type": { - "type": "reference", - "target": 60072, - "name": "DOMPoint", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 60065, - "name": "DOMMatrixReadOnly.transformPoint" - } - }, - "59935": { - "id": 59935, - "name": "point", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 60082, - "name": "DOMPointInit", - "package": "typescript" - } - }, - "59936": { - "id": 59936, - "name": "translate", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59937 - ], - "inheritedFrom": { - "type": "reference", - "target": 60067, - "name": "DOMMatrixReadOnly.translate" - } - }, - "59937": { - "id": 59937, - "name": "translate", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/translate)" - } - ] - }, - "parameters": [ - 59938, - 59939, - 59940 - ], - "type": { - "type": "reference", - "target": 59806, - "name": "DOMMatrix", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 60068, - "name": "DOMMatrixReadOnly.translate" - } - }, - "59938": { - "id": 59938, - "name": "tx", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59939": { - "id": 59939, - "name": "ty", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59940": { - "id": 59940, - "name": "tz", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59941": { - "id": 59941, - "name": "translateSelf", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 59942 - ] - }, - "59942": { - "id": 59942, - "name": "translateSelf", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrix/translateSelf)" - } - ] - }, - "parameters": [ - 59943, - 59944, - 59945 - ], - "type": { - "type": "reference", - "target": 59806, - "name": "DOMMatrix", - "package": "typescript" - } - }, - "59943": { - "id": 59943, - "name": "tx", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59944": { - "id": 59944, - "name": "ty", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59945": { - "id": 59945, - "name": "tz", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59946": { - "id": 59946, - "name": "DOMMatrix2DInit", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 59947, - 59948, - 59949, - 59950, - 59951, - 59952, - 59953, - 59954, - 59955, - 59956, - 59957, - 59958 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 59947, - 59948, - 59949, - 59950, - 59951, - 59952, - 59953, - 59954, - 59955, - 59956, - 59957, - 59958 - ] - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 59959, - "name": "DOMMatrixInit" - } - ] - }, - "59947": { - "id": 59947, - "name": "a", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59948": { - "id": 59948, - "name": "b", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59949": { - "id": 59949, - "name": "c", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59950": { - "id": 59950, - "name": "d", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59951": { - "id": 59951, - "name": "e", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59952": { - "id": 59952, - "name": "f", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59953": { - "id": 59953, - "name": "m11", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59954": { - "id": 59954, - "name": "m12", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59955": { - "id": 59955, - "name": "m21", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59956": { - "id": 59956, - "name": "m22", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59957": { - "id": 59957, - "name": "m41", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59958": { - "id": 59958, - "name": "m42", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59959": { - "id": 59959, - "name": "DOMMatrixInit", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 59960, - 59961, - 59962, - 59963, - 59964, - 59965, - 59966, - 59967, - 59968, - 59969, - 59970, - 59971, - 59972, - 59973, - 59974, - 59975, - 59976, - 59977, - 59978, - 59979, - 59980, - 59981, - 59982 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 59960, - 59961, - 59962, - 59963, - 59964, - 59965, - 59966, - 59967, - 59968, - 59969, - 59970, - 59971, - 59972, - 59973, - 59974, - 59975, - 59976, - 59977, - 59978, - 59979, - 59980, - 59981, - 59982 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 59946, - "name": "DOMMatrix2DInit", - "package": "typescript" - } - ] - }, - "59960": { - "id": 59960, - "name": "a", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 59947, - "name": "DOMMatrix2DInit.a" - } - }, - "59961": { - "id": 59961, - "name": "b", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 59948, - "name": "DOMMatrix2DInit.b" - } - }, - "59962": { - "id": 59962, - "name": "c", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 59949, - "name": "DOMMatrix2DInit.c" - } - }, - "59963": { - "id": 59963, - "name": "d", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 59950, - "name": "DOMMatrix2DInit.d" - } - }, - "59964": { - "id": 59964, - "name": "e", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 59951, - "name": "DOMMatrix2DInit.e" - } - }, - "59965": { - "id": 59965, - "name": "f", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 59952, - "name": "DOMMatrix2DInit.f" - } - }, - "59966": { - "id": 59966, - "name": "is2D", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "59967": { - "id": 59967, - "name": "m11", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 59953, - "name": "DOMMatrix2DInit.m11" - } - }, - "59968": { - "id": 59968, - "name": "m12", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 59954, - "name": "DOMMatrix2DInit.m12" - } - }, - "59969": { - "id": 59969, - "name": "m13", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59970": { - "id": 59970, - "name": "m14", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59971": { - "id": 59971, - "name": "m21", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 59955, - "name": "DOMMatrix2DInit.m21" - } - }, - "59972": { - "id": 59972, - "name": "m22", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 59956, - "name": "DOMMatrix2DInit.m22" - } - }, - "59973": { - "id": 59973, - "name": "m23", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59974": { - "id": 59974, - "name": "m24", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59975": { - "id": 59975, - "name": "m31", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59976": { - "id": 59976, - "name": "m32", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59977": { - "id": 59977, - "name": "m33", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59978": { - "id": 59978, - "name": "m34", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59979": { - "id": 59979, - "name": "m41", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 59957, - "name": "DOMMatrix2DInit.m41" - } - }, - "59980": { - "id": 59980, - "name": "m42", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 59958, - "name": "DOMMatrix2DInit.m42" - } - }, - "59981": { - "id": 59981, - "name": "m43", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "59982": { - "id": 59982, - "name": "m44", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "60072": { - "id": 60072, - "name": "DOMPoint", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMPoint)" - } - ] - }, - "children": [ - 60073, - 60074, - 60075, - 60076, - 60077, - 60080 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 60073, - 60074, - 60075, - 60076 - ] - }, - { - "title": "Methods", - "children": [ - 60077, - 60080 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 60087, - "name": "DOMPointReadOnly", - "package": "typescript" - } - ] - }, - "60073": { - "id": 60073, - "name": "w", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMPoint/w)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 60088, - "name": "DOMPointReadOnly.w" - } - }, - "60074": { - "id": 60074, - "name": "x", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMPoint/x)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 60089, - "name": "DOMPointReadOnly.x" - } - }, - "60075": { - "id": 60075, - "name": "y", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMPoint/y)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 60090, - "name": "DOMPointReadOnly.y" - } - }, - "60076": { - "id": 60076, - "name": "z", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMPoint/z)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 60091, - "name": "DOMPointReadOnly.z" - } - }, - "60077": { - "id": 60077, - "name": "matrixTransform", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60078 - ], - "inheritedFrom": { - "type": "reference", - "target": 60092, - "name": "DOMPointReadOnly.matrixTransform" - } - }, - "60078": { - "id": 60078, - "name": "matrixTransform", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMPointReadOnly/matrixTransform)" - } - ] - }, - "parameters": [ - 60079 - ], - "type": { - "type": "reference", - "target": 60072, - "name": "DOMPoint", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 60093, - "name": "DOMPointReadOnly.matrixTransform" - } - }, - "60079": { - "id": 60079, - "name": "matrix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 59959, - "name": "DOMMatrixInit", - "package": "typescript" - } - }, - "60080": { - "id": 60080, - "name": "toJSON", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60081 - ], - "inheritedFrom": { - "type": "reference", - "target": 60095, - "name": "DOMPointReadOnly.toJSON" - } - }, - "60081": { - "id": 60081, - "name": "toJSON", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMPointReadOnly/toJSON)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "any" - }, - "inheritedFrom": { - "type": "reference", - "target": 60096, - "name": "DOMPointReadOnly.toJSON" - } - }, - "60082": { - "id": 60082, - "name": "DOMPointInit", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 60083, - 60084, - 60085, - 60086 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 60083, - 60084, - 60085, - 60086 - ] - } - ] - }, - "60083": { - "id": 60083, - "name": "w", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "60084": { - "id": 60084, - "name": "x", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "60085": { - "id": 60085, - "name": "y", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "60086": { - "id": 60086, - "name": "z", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "60087": { - "id": 60087, - "name": "DOMPointReadOnly", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMPointReadOnly)" - } - ] - }, - "children": [ - 60088, - 60089, - 60090, - 60091, - 60092, - 60095 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 60088, - 60089, - 60090, - 60091 - ] - }, - { - "title": "Methods", - "children": [ - 60092, - 60095 - ] - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 60072, - "name": "DOMPoint" - } - ] - }, - "60088": { - "id": 60088, - "name": "w", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMPointReadOnly/w)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "60089": { - "id": 60089, - "name": "x", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMPointReadOnly/x)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "60090": { - "id": 60090, - "name": "y", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMPointReadOnly/y)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "60091": { - "id": 60091, - "name": "z", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMPointReadOnly/z)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "60092": { - "id": 60092, - "name": "matrixTransform", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60093 - ] - }, - "60093": { - "id": 60093, - "name": "matrixTransform", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMPointReadOnly/matrixTransform)" - } - ] - }, - "parameters": [ - 60094 - ], - "type": { - "type": "reference", - "target": 60072, - "name": "DOMPoint", - "package": "typescript" - } - }, - "60094": { - "id": 60094, - "name": "matrix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 59959, - "name": "DOMMatrixInit", - "package": "typescript" - } - }, - "60095": { - "id": 60095, - "name": "toJSON", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60096 - ] - }, - "60096": { - "id": 60096, - "name": "toJSON", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMPointReadOnly/toJSON)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "any" - } - }, - "60097": { - "id": 60097, - "name": "DOMRect", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMRect)" - } - ] - }, - "children": [ - 60098, - 60099, - 60100, - 60101, - 60102, - 60103, - 60104, - 60105, - 60106 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 60098, - 60099, - 60100, - 60101, - 60102, - 60103, - 60104, - 60105 - ] - }, - { - "title": "Methods", - "children": [ - 60106 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 60113, - "name": "DOMRectReadOnly", - "package": "typescript" - } - ] - }, - "60098": { - "id": 60098, - "name": "bottom", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMRectReadOnly/bottom)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 60114, - "name": "DOMRectReadOnly.bottom" - } - }, - "60099": { - "id": 60099, - "name": "height", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMRect/height)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 60115, - "name": "DOMRectReadOnly.height" - } - }, - "60100": { - "id": 60100, - "name": "left", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMRectReadOnly/left)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 60116, - "name": "DOMRectReadOnly.left" - } - }, - "60101": { - "id": 60101, - "name": "right", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMRectReadOnly/right)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 60117, - "name": "DOMRectReadOnly.right" - } - }, - "60102": { - "id": 60102, - "name": "top", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMRectReadOnly/top)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 60118, - "name": "DOMRectReadOnly.top" - } - }, - "60103": { - "id": 60103, - "name": "width", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMRect/width)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 60119, - "name": "DOMRectReadOnly.width" - } - }, - "60104": { - "id": 60104, - "name": "x", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMRect/x)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 60120, - "name": "DOMRectReadOnly.x" - } - }, - "60105": { - "id": 60105, - "name": "y", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMRect/y)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 60121, - "name": "DOMRectReadOnly.y" - } - }, - "60106": { - "id": 60106, - "name": "toJSON", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60107 - ], - "inheritedFrom": { - "type": "reference", - "target": 60122, - "name": "DOMRectReadOnly.toJSON" - } - }, - "60107": { - "id": 60107, - "name": "toJSON", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMRectReadOnly/toJSON)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "any" - }, - "inheritedFrom": { - "type": "reference", - "target": 60123, - "name": "DOMRectReadOnly.toJSON" - } - }, - "60108": { - "id": 60108, - "name": "DOMRectInit", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 60109, - 60110, - 60111, - 60112 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 60109, - 60110, - 60111, - 60112 - ] - } - ] - }, - "60109": { - "id": 60109, - "name": "height", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "60110": { - "id": 60110, - "name": "width", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "60111": { - "id": 60111, - "name": "x", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "60112": { - "id": 60112, - "name": "y", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "60113": { - "id": 60113, - "name": "DOMRectReadOnly", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMRectReadOnly)" - } - ] - }, - "children": [ - 60114, - 60115, - 60116, - 60117, - 60118, - 60119, - 60120, - 60121, - 60122 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 60114, - 60115, - 60116, - 60117, - 60118, - 60119, - 60120, - 60121 - ] - }, - { - "title": "Methods", - "children": [ - 60122 - ] - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 60097, - "name": "DOMRect" - } - ] - }, - "60114": { - "id": 60114, - "name": "bottom", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMRectReadOnly/bottom)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "60115": { - "id": 60115, - "name": "height", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMRectReadOnly/height)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "60116": { - "id": 60116, - "name": "left", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMRectReadOnly/left)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "60117": { - "id": 60117, - "name": "right", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMRectReadOnly/right)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "60118": { - "id": 60118, - "name": "top", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMRectReadOnly/top)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "60119": { - "id": 60119, - "name": "width", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMRectReadOnly/width)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "60120": { - "id": 60120, - "name": "x", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMRectReadOnly/x)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "60121": { - "id": 60121, - "name": "y", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMRectReadOnly/y)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "60122": { - "id": 60122, - "name": "toJSON", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60123 - ] - }, - "60123": { - "id": 60123, - "name": "toJSON", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMRectReadOnly/toJSON)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "any" - } - }, - "60124": { - "id": 60124, - "name": "DOMStringMap", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Used by the dataset HTML attribute to represent data for custom attributes added to elements.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMStringMap)" - } - ] - }, - "indexSignature": { - "id": 60125, - "name": "__index", - "variant": "signature", - "kind": 8192, - "flags": { - "isExternal": true - }, - "parameters": [ - 60126 - ], - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "undefined" - } - ] - } - } - }, - "60127": { - "id": 60127, - "name": "DataTransfer", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Used to hold the data that is being dragged during a drag and drop operation. It may hold one or more data items, each of one or more data types. For more information about drag and drop, see HTML Drag and Drop API.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/DataTransfer)" - } - ] - }, - "children": [ - 60128, - 60129, - 60130, - 60131, - 60132, - 60133, - 60136, - 60139, - 60143 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 60128, - 60129, - 60130, - 60131, - 60132 - ] - }, - { - "title": "Methods", - "children": [ - 60133, - 60136, - 60139, - 60143 - ] - } - ] - }, - "60128": { - "id": 60128, - "name": "dropEffect", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the kind of operation that is currently selected. If the kind of operation isn't one of those that is allowed by the effectAllowed attribute, then the operation will fail.\n\nCan be set, to change the selected operation.\n\nThe possible values are \"none\", \"copy\", \"link\", and \"move\".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/DataTransfer/dropEffect)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "none" - }, - { - "type": "literal", - "value": "link" - }, - { - "type": "literal", - "value": "copy" - }, - { - "type": "literal", - "value": "move" - } - ] - } - }, - "60129": { - "id": 60129, - "name": "effectAllowed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the kinds of operations that are to be allowed.\n\nCan be set (during the dragstart event), to change the allowed operations.\n\nThe possible values are \"none\", \"copy\", \"copyLink\", \"copyMove\", \"link\", \"linkMove\", \"move\", \"all\", and \"uninitialized\",\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/DataTransfer/effectAllowed)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "none" - }, - { - "type": "literal", - "value": "link" - }, - { - "type": "literal", - "value": "copy" - }, - { - "type": "literal", - "value": "move" - }, - { - "type": "literal", - "value": "copyLink" - }, - { - "type": "literal", - "value": "copyMove" - }, - { - "type": "literal", - "value": "linkMove" - }, - { - "type": "literal", - "value": "all" - }, - { - "type": "literal", - "value": "uninitialized" - } - ] - } - }, - "60130": { - "id": 60130, - "name": "files", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a FileList of the files being dragged, if any.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/DataTransfer/files)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "FileList" - }, - "name": "FileList", - "package": "typescript" - } - }, - "60131": { - "id": 60131, - "name": "items", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a DataTransferItemList object, with the drag data.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/DataTransfer/items)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DataTransferItemList" - }, - "name": "DataTransferItemList", - "package": "typescript" - } - }, - "60132": { - "id": 60132, - "name": "types", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a frozen array listing the formats that were set in the dragstart event. In addition, if any files are being dragged, then one of the types will be the string \"Files\".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/DataTransfer/types)" - } - ] - }, - "type": { - "type": "typeOperator", - "operator": "readonly", - "target": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - } - }, - "60133": { - "id": 60133, - "name": "clearData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60134 - ] - }, - "60134": { - "id": 60134, - "name": "clearData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes the data of the specified formats. Removes all data if the argument is omitted.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/DataTransfer/clearData)" - } - ] - }, - "parameters": [ - 60135 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "60135": { - "id": 60135, - "name": "format", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60136": { - "id": 60136, - "name": "getData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60137 - ] - }, - "60137": { - "id": 60137, - "name": "getData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the specified data. If there is no such data, returns the empty string.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/DataTransfer/getData)" - } - ] - }, - "parameters": [ - 60138 - ], - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60138": { - "id": 60138, - "name": "format", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60139": { - "id": 60139, - "name": "setData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60140 - ] - }, - "60140": { - "id": 60140, - "name": "setData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Adds the specified data.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/DataTransfer/setData)" - } - ] - }, - "parameters": [ - 60141, - 60142 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "60141": { - "id": 60141, - "name": "format", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60142": { - "id": 60142, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60143": { - "id": 60143, - "name": "setDragImage", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60144 - ] - }, - "60144": { - "id": 60144, - "name": "setDragImage", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Uses the given element to update the drag feedback, replacing any previously specified feedback.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/DataTransfer/setDragImage)" - } - ] - }, - "parameters": [ - 60145, - 60146, - 60147 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "60145": { - "id": 60145, - "name": "image", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - }, - "60146": { - "id": 60146, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "60147": { - "id": 60147, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "60148": { - "id": 60148, - "name": "DeviceMotionEvent", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The DeviceMotionEvent provides web developers with information about the speed of changes for the device's position and orientation.\nAvailable only in secure contexts.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/DeviceMotionEvent)" - } - ] - }, - "children": [ - 60149, - 60150, - 60151, - 60152, - 60153, - 60154, - 60155, - 60156, - 60157, - 60158, - 60159, - 60160, - 60161, - 60162, - 60163, - 60164, - 60165, - 60166, - 60167, - 60168, - 60169, - 60170, - 60172, - 60177, - 60179, - 60181 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 60149, - 60150, - 60151, - 60152, - 60153, - 60154, - 60155, - 60156, - 60157, - 60158, - 60159, - 60160, - 60161, - 60162, - 60163, - 60164, - 60165, - 60166, - 60167, - 60168, - 60169 - ] - }, - { - "title": "Methods", - "children": [ - 60170, - 60172, - 60177, - 60179, - 60181 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - ] - }, - "60149": { - "id": 60149, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 62425, - "name": "Event.AT_TARGET" - } - }, - "60150": { - "id": 60150, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 3 - }, - "inheritedFrom": { - "type": "reference", - "target": 62426, - "name": "Event.BUBBLING_PHASE" - } - }, - "60151": { - "id": 60151, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 62427, - "name": "Event.CAPTURING_PHASE" - } - }, - "60152": { - "id": 60152, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 0 - }, - "inheritedFrom": { - "type": "reference", - "target": 62428, - "name": "Event.NONE" - } - }, - "60153": { - "id": 60153, - "name": "acceleration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DeviceMotionEvent/acceleration)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 60183, - "name": "DeviceMotionEventAcceleration", - "package": "typescript" - } - ] - } - }, - "60154": { - "id": 60154, - "name": "accelerationIncludingGravity", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DeviceMotionEvent/accelerationIncludingGravity)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 60183, - "name": "DeviceMotionEventAcceleration", - "package": "typescript" - } - ] - } - }, - "60155": { - "id": 60155, - "name": "bubbles", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/bubbles)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62429, - "name": "Event.bubbles" - } - }, - "60156": { - "id": 60156, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelBubble)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62430, - "name": "Event.cancelBubble" - } - }, - "60157": { - "id": 60157, - "name": "cancelable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. Its return value does not always carry meaning, but true can indicate that part of the operation during which event was dispatched, can be canceled by invoking the preventDefault() method.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62431, - "name": "Event.cancelable" - } - }, - "60158": { - "id": 60158, - "name": "composed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event invokes listeners past a ShadowRoot node that is the root of its target, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composed)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62432, - "name": "Event.composed" - } - }, - "60159": { - "id": 60159, - "name": "currentTarget", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object whose event listener's callback is currently being invoked.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/currentTarget)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62433, - "name": "Event.currentTarget" - } - }, - "60160": { - "id": 60160, - "name": "defaultPrevented", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if preventDefault() was invoked successfully to indicate cancelation, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/defaultPrevented)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62434, - "name": "Event.defaultPrevented" - } - }, - "60161": { - "id": 60161, - "name": "eventPhase", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's phase, which is one of NONE, CAPTURING_PHASE, AT_TARGET, and BUBBLING_PHASE.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/eventPhase)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 62435, - "name": "Event.eventPhase" - } - }, - "60162": { - "id": 60162, - "name": "interval", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DeviceMotionEvent/interval)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "60163": { - "id": 60163, - "name": "isTrusted", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if event was dispatched by the user agent, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/isTrusted)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62436, - "name": "Event.isTrusted" - } - }, - "60164": { - "id": 60164, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/returnValue)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62437, - "name": "Event.returnValue" - } - }, - "60165": { - "id": 60165, - "name": "rotationRate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DeviceMotionEvent/rotationRate)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 60199, - "name": "DeviceMotionEventRotationRate", - "package": "typescript" - } - ] - } - }, - "60166": { - "id": 60166, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/srcElement)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62438, - "name": "Event.srcElement" - } - }, - "60167": { - "id": 60167, - "name": "target", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object to which event is dispatched (its target).\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/target)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62439, - "name": "Event.target" - } - }, - "60168": { - "id": 60168, - "name": "timeStamp", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's timestamp as the number of milliseconds measured relative to the time origin.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/timeStamp)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 62440, - "name": "Event.timeStamp" - } - }, - "60169": { - "id": 60169, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of event, e.g. \"click\", \"hashchange\", or \"submit\".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/type)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 62441, - "name": "Event.type" - } - }, - "60170": { - "id": 60170, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60171 - ], - "inheritedFrom": { - "type": "reference", - "target": 62442, - "name": "Event.composedPath" - } - }, - "60171": { - "id": 60171, - "name": "composedPath", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the invocation target objects of event's path (objects on which listeners will be invoked), except for any nodes in shadow trees of which the shadow root's mode is \"closed\" that are not reachable from event's currentTarget.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composedPath)" - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 62443, - "name": "Event.composedPath" - } - }, - "60172": { - "id": 60172, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60173 - ], - "inheritedFrom": { - "type": "reference", - "target": 62444, - "name": "Event.initEvent" - } - }, - "60173": { - "id": 60173, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/initEvent)" - } - ] - } - ] - }, - "parameters": [ - 60174, - 60175, - 60176 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62445, - "name": "Event.initEvent" - } - }, - "60174": { - "id": 60174, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60175": { - "id": 60175, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "60176": { - "id": 60176, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "60177": { - "id": 60177, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60178 - ], - "inheritedFrom": { - "type": "reference", - "target": 62449, - "name": "Event.preventDefault" - } - }, - "60178": { - "id": 60178, - "name": "preventDefault", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "If invoked when the cancelable attribute value is true, and while executing a listener for the event with passive set to false, signals to the operation that caused event to be dispatched that it needs to be canceled.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/preventDefault)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62450, - "name": "Event.preventDefault" - } - }, - "60179": { - "id": 60179, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60180 - ], - "inheritedFrom": { - "type": "reference", - "target": 62451, - "name": "Event.stopImmediatePropagation" - } - }, - "60180": { - "id": 60180, - "name": "stopImmediatePropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Invoking this method prevents event from reaching any registered event listeners after the current one finishes running and, when dispatched in a tree, also prevents event from reaching any other objects.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopImmediatePropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62452, - "name": "Event.stopImmediatePropagation" - } - }, - "60181": { - "id": 60181, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60182 - ], - "inheritedFrom": { - "type": "reference", - "target": 62453, - "name": "Event.stopPropagation" - } - }, - "60182": { - "id": 60182, - "name": "stopPropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "When dispatched in a tree, invoking this method prevents event from reaching any objects other than the current object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopPropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62454, - "name": "Event.stopPropagation" - } - }, - "60183": { - "id": 60183, - "name": "DeviceMotionEventAcceleration", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Available only in secure contexts.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/DeviceMotionEventAcceleration)" - } - ] - }, - "children": [ - 60184, - 60185, - 60186 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 60184, - 60185, - 60186 - ] - } - ] - }, - "60184": { - "id": 60184, - "name": "x", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DeviceMotionEventAcceleration/x)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "number" - } - ] - } - }, - "60185": { - "id": 60185, - "name": "y", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DeviceMotionEventAcceleration/y)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "number" - } - ] - } - }, - "60186": { - "id": 60186, - "name": "z", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DeviceMotionEventAcceleration/z)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "number" - } - ] - } - }, - "60199": { - "id": 60199, - "name": "DeviceMotionEventRotationRate", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Available only in secure contexts.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/DeviceMotionEventRotationRate)" - } - ] - }, - "children": [ - 60200, - 60201, - 60202 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 60200, - 60201, - 60202 - ] - } - ] - }, - "60200": { - "id": 60200, - "name": "alpha", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DeviceMotionEventRotationRate/alpha)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "number" - } - ] - } - }, - "60201": { - "id": 60201, - "name": "beta", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DeviceMotionEventRotationRate/beta)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "number" - } - ] - } - }, - "60202": { - "id": 60202, - "name": "gamma", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DeviceMotionEventRotationRate/gamma)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "number" - } - ] - } - }, - "60207": { - "id": 60207, - "name": "DeviceOrientationEvent", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The DeviceOrientationEvent provides web developers with information from the physical orientation of the device running the web page.\nAvailable only in secure contexts.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/DeviceOrientationEvent)" - } - ] - }, - "children": [ - 60208, - 60209, - 60210, - 60211, - 60212, - 60213, - 60214, - 60215, - 60216, - 60217, - 60218, - 60219, - 60220, - 60221, - 60222, - 60223, - 60224, - 60225, - 60226, - 60227, - 60228, - 60229, - 60231, - 60236, - 60238, - 60240 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 60208, - 60209, - 60210, - 60211, - 60212, - 60213, - 60214, - 60215, - 60216, - 60217, - 60218, - 60219, - 60220, - 60221, - 60222, - 60223, - 60224, - 60225, - 60226, - 60227, - 60228 - ] - }, - { - "title": "Methods", - "children": [ - 60229, - 60231, - 60236, - 60238, - 60240 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - ] - }, - "60208": { - "id": 60208, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 62425, - "name": "Event.AT_TARGET" - } - }, - "60209": { - "id": 60209, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 3 - }, - "inheritedFrom": { - "type": "reference", - "target": 62426, - "name": "Event.BUBBLING_PHASE" - } - }, - "60210": { - "id": 60210, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 62427, - "name": "Event.CAPTURING_PHASE" - } - }, - "60211": { - "id": 60211, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 0 - }, - "inheritedFrom": { - "type": "reference", - "target": 62428, - "name": "Event.NONE" - } - }, - "60212": { - "id": 60212, - "name": "absolute", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DeviceOrientationEvent/absolute)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "60213": { - "id": 60213, - "name": "alpha", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DeviceOrientationEvent/alpha)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "number" - } - ] - } - }, - "60214": { - "id": 60214, - "name": "beta", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DeviceOrientationEvent/beta)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "number" - } - ] - } - }, - "60215": { - "id": 60215, - "name": "bubbles", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/bubbles)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62429, - "name": "Event.bubbles" - } - }, - "60216": { - "id": 60216, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelBubble)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62430, - "name": "Event.cancelBubble" - } - }, - "60217": { - "id": 60217, - "name": "cancelable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. Its return value does not always carry meaning, but true can indicate that part of the operation during which event was dispatched, can be canceled by invoking the preventDefault() method.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62431, - "name": "Event.cancelable" - } - }, - "60218": { - "id": 60218, - "name": "composed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event invokes listeners past a ShadowRoot node that is the root of its target, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composed)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62432, - "name": "Event.composed" - } - }, - "60219": { - "id": 60219, - "name": "currentTarget", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object whose event listener's callback is currently being invoked.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/currentTarget)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62433, - "name": "Event.currentTarget" - } - }, - "60220": { - "id": 60220, - "name": "defaultPrevented", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if preventDefault() was invoked successfully to indicate cancelation, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/defaultPrevented)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62434, - "name": "Event.defaultPrevented" - } - }, - "60221": { - "id": 60221, - "name": "eventPhase", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's phase, which is one of NONE, CAPTURING_PHASE, AT_TARGET, and BUBBLING_PHASE.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/eventPhase)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 62435, - "name": "Event.eventPhase" - } - }, - "60222": { - "id": 60222, - "name": "gamma", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DeviceOrientationEvent/gamma)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "number" - } - ] - } - }, - "60223": { - "id": 60223, - "name": "isTrusted", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if event was dispatched by the user agent, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/isTrusted)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62436, - "name": "Event.isTrusted" - } - }, - "60224": { - "id": 60224, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/returnValue)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62437, - "name": "Event.returnValue" - } - }, - "60225": { - "id": 60225, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/srcElement)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62438, - "name": "Event.srcElement" - } - }, - "60226": { - "id": 60226, - "name": "target", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object to which event is dispatched (its target).\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/target)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62439, - "name": "Event.target" - } - }, - "60227": { - "id": 60227, - "name": "timeStamp", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's timestamp as the number of milliseconds measured relative to the time origin.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/timeStamp)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 62440, - "name": "Event.timeStamp" - } - }, - "60228": { - "id": 60228, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of event, e.g. \"click\", \"hashchange\", or \"submit\".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/type)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 62441, - "name": "Event.type" - } - }, - "60229": { - "id": 60229, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60230 - ], - "inheritedFrom": { - "type": "reference", - "target": 62442, - "name": "Event.composedPath" - } - }, - "60230": { - "id": 60230, - "name": "composedPath", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the invocation target objects of event's path (objects on which listeners will be invoked), except for any nodes in shadow trees of which the shadow root's mode is \"closed\" that are not reachable from event's currentTarget.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composedPath)" - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 62443, - "name": "Event.composedPath" - } - }, - "60231": { - "id": 60231, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60232 - ], - "inheritedFrom": { - "type": "reference", - "target": 62444, - "name": "Event.initEvent" - } - }, - "60232": { - "id": 60232, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/initEvent)" - } - ] - } - ] - }, - "parameters": [ - 60233, - 60234, - 60235 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62445, - "name": "Event.initEvent" - } - }, - "60233": { - "id": 60233, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60234": { - "id": 60234, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "60235": { - "id": 60235, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "60236": { - "id": 60236, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60237 - ], - "inheritedFrom": { - "type": "reference", - "target": 62449, - "name": "Event.preventDefault" - } - }, - "60237": { - "id": 60237, - "name": "preventDefault", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "If invoked when the cancelable attribute value is true, and while executing a listener for the event with passive set to false, signals to the operation that caused event to be dispatched that it needs to be canceled.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/preventDefault)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62450, - "name": "Event.preventDefault" - } - }, - "60238": { - "id": 60238, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60239 - ], - "inheritedFrom": { - "type": "reference", - "target": 62451, - "name": "Event.stopImmediatePropagation" - } - }, - "60239": { - "id": 60239, - "name": "stopImmediatePropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Invoking this method prevents event from reaching any registered event listeners after the current one finishes running and, when dispatched in a tree, also prevents event from reaching any other objects.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopImmediatePropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62452, - "name": "Event.stopImmediatePropagation" - } - }, - "60240": { - "id": 60240, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60241 - ], - "inheritedFrom": { - "type": "reference", - "target": 62453, - "name": "Event.stopPropagation" - } - }, - "60241": { - "id": 60241, - "name": "stopPropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "When dispatched in a tree, invoking this method prevents event from reaching any objects other than the current object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopPropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62454, - "name": "Event.stopPropagation" - } - }, - "60250": { - "id": 60250, - "name": "Document", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Any web page loaded in the browser and serves as an entry point into the web page's content, which is the DOM tree.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document)" - } - ] - }, - "children": [ - 60251, - 60252, - 60253, - 60254, - 60255, - 60256, - 60257, - 60258, - 60259, - 60260, - 60261, - 60262, - 60263, - 60264, - 60265, - 60266, - 60267, - 60268, - 60269, - 60270, - 60271, - 60272, - 60273, - 60274, - 60275, - 60276, - 60277, - 60278, - 60279, - 60280, - 60281, - 60282, - 60283, - 60284, - 60285, - 60286, - 60287, - 60288, - 60289, - 60290, - 60291, - 60292, - 60293, - 60294, - 60295, - 60296, - 60297, - 60298, - 60299, - 60300, - 60301, - 60302, - 60303, - 60304, - 60305, - 60306, - 60307, - 60308, - 60309, - 60310, - 60311, - 60312, - 60313, - 60314, - 60315, - 60316, - 60317, - 60318, - 60319, - 60320, - 60325, - 60330, - 60335, - 60340, - 60345, - 60350, - 60355, - 60360, - 60365, - 60370, - 60375, - 60380, - 60385, - 60390, - 60395, - 60400, - 60405, - 60410, - 60415, - 60420, - 60425, - 60430, - 60435, - 60440, - 60445, - 60450, - 60455, - 60460, - 60465, - 60470, - 60475, - 60480, - 60481, - 60486, - 60491, - 60496, - 60501, - 60506, - 60511, - 60516, - 60521, - 60526, - 60531, - 60536, - 60541, - 60546, - 60551, - 60556, - 60561, - 60566, - 60571, - 60576, - 60581, - 60586, - 60591, - 60596, - 60601, - 60606, - 60611, - 60616, - 60621, - 60626, - 60631, - 60636, - 60641, - 60646, - 60651, - 60656, - 60661, - 60666, - 60671, - 60676, - 60681, - 60686, - 60691, - 60696, - 60701, - 60706, - 60711, - 60716, - 60721, - 60726, - 60731, - 60736, - 60741, - 60746, - 60751, - 60756, - 60761, - 60766, - 60771, - 60776, - 60781, - 60786, - 60791, - 60796, - 60801, - 60806, - 60811, - 60816, - 60821, - 60826, - 60831, - 60836, - 60837, - 60838, - 60839, - 60840, - 60841, - 60842, - 60843, - 60844, - 60845, - 60846, - 60847, - 60848, - 60849, - 60850, - 60851, - 60852, - 60853, - 60854, - 60855, - 60859, - 60873, - 60877, - 60880, - 60884, - 60886, - 60891, - 60895, - 60897, - 60900, - 60902, - 60905, - 60908, - 60911, - 60915, - 60918, - 60921, - 60923, - 60935, - 60961, - 61092, - 61096, - 61099, - 61104, - 61108, - 61110, - 61113, - 61118, - 61121, - 61125, - 61129, - 61136, - 61141, - 61143, - 61145, - 61147, - 61149, - 61152, - 61155, - 61158, - 61173, - 61186, - 61189, - 61191, - 61193, - 61195, - 61197, - 61202, - 61207, - 61210, - 61213, - 61216, - 61219, - 61222, - 61224, - 61232, - 61235, - 61238, - 61241, - 61244, - 61247, - 61250, - 61266, - 61282, - 61284, - 61288, - 61302, - 61307, - 61310, - 61312, - 61315, - 61318 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 60251, - 60252, - 60253, - 60254, - 60255, - 60256, - 60257, - 60258, - 60259, - 60260, - 60261, - 60262, - 60263, - 60264, - 60265, - 60266, - 60267, - 60268, - 60269, - 60270, - 60271, - 60272, - 60273, - 60274, - 60275, - 60276, - 60277, - 60278, - 60279, - 60280, - 60281, - 60282, - 60283, - 60284, - 60285, - 60286, - 60287, - 60288, - 60289, - 60290, - 60291, - 60292, - 60293, - 60294, - 60295, - 60296, - 60297, - 60298, - 60299, - 60300, - 60301, - 60302, - 60303, - 60304, - 60305, - 60306, - 60307, - 60308, - 60309, - 60310, - 60311, - 60312, - 60313, - 60314, - 60315, - 60316, - 60317, - 60318, - 60319, - 60320, - 60325, - 60330, - 60335, - 60340, - 60345, - 60350, - 60355, - 60360, - 60365, - 60370, - 60375, - 60380, - 60385, - 60390, - 60395, - 60400, - 60405, - 60410, - 60415, - 60420, - 60425, - 60430, - 60435, - 60440, - 60445, - 60450, - 60455, - 60460, - 60465, - 60470, - 60475, - 60480, - 60481, - 60486, - 60491, - 60496, - 60501, - 60506, - 60511, - 60516, - 60521, - 60526, - 60531, - 60536, - 60541, - 60546, - 60551, - 60556, - 60561, - 60566, - 60571, - 60576, - 60581, - 60586, - 60591, - 60596, - 60601, - 60606, - 60611, - 60616, - 60621, - 60626, - 60631, - 60636, - 60641, - 60646, - 60651, - 60656, - 60661, - 60666, - 60671, - 60676, - 60681, - 60686, - 60691, - 60696, - 60701, - 60706, - 60711, - 60716, - 60721, - 60726, - 60731, - 60736, - 60741, - 60746, - 60751, - 60756, - 60761, - 60766, - 60771, - 60776, - 60781, - 60786, - 60791, - 60796, - 60801, - 60806, - 60811, - 60816, - 60821, - 60826, - 60831, - 60836, - 60837, - 60838, - 60839, - 60840, - 60841, - 60842, - 60843, - 60844, - 60845, - 60846, - 60847, - 60848, - 60849, - 60850, - 60851, - 60852, - 60853, - 60854 - ] - }, - { - "title": "Accessors", - "children": [ - 60855 - ] - }, - { - "title": "Methods", - "children": [ - 60859, - 60873, - 60877, - 60880, - 60884, - 60886, - 60891, - 60895, - 60897, - 60900, - 60902, - 60905, - 60908, - 60911, - 60915, - 60918, - 60921, - 60923, - 60935, - 60961, - 61092, - 61096, - 61099, - 61104, - 61108, - 61110, - 61113, - 61118, - 61121, - 61125, - 61129, - 61136, - 61141, - 61143, - 61145, - 61147, - 61149, - 61152, - 61155, - 61158, - 61173, - 61186, - 61189, - 61191, - 61193, - 61195, - 61197, - 61202, - 61207, - 61210, - 61213, - 61216, - 61219, - 61222, - 61224, - 61232, - 61235, - 61238, - 61241, - 61244, - 61247, - 61250, - 61266, - 61282, - 61284, - 61288, - 61302, - 61307, - 61310, - 61312, - 61315, - 61318 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - { - "type": "reference", - "target": 61575, - "name": "DocumentOrShadowRoot", - "package": "typescript" - }, - { - "type": "reference", - "target": 62699, - "name": "FontFaceSource", - "package": "typescript" - }, - { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - }, - { - "type": "reference", - "target": 134760, - "name": "NonElementParentNode", - "package": "typescript" - }, - { - "type": "reference", - "target": 135318, - "name": "ParentNode", - "package": "typescript" - }, - { - "type": "reference", - "target": 212407, - "name": "XPathEvaluatorBase", - "package": "typescript" - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 211336, - "name": "XMLDocument" - } - ] - }, - "60251": { - "id": 60251, - "name": "ATTRIBUTE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 135319, - "name": "ParentNode.ATTRIBUTE_NODE" - } - }, - "60252": { - "id": 60252, - "name": "CDATA_SECTION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a CDATASection node." - } - ] - }, - "type": { - "type": "literal", - "value": 4 - }, - "inheritedFrom": { - "type": "reference", - "target": 135320, - "name": "ParentNode.CDATA_SECTION_NODE" - } - }, - "60253": { - "id": 60253, - "name": "COMMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Comment node." - } - ] - }, - "type": { - "type": "literal", - "value": 8 - }, - "inheritedFrom": { - "type": "reference", - "target": 135321, - "name": "ParentNode.COMMENT_NODE" - } - }, - "60254": { - "id": 60254, - "name": "DOCUMENT_FRAGMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a DocumentFragment node." - } - ] - }, - "type": { - "type": "literal", - "value": 11 - }, - "inheritedFrom": { - "type": "reference", - "target": 135322, - "name": "ParentNode.DOCUMENT_FRAGMENT_NODE" - } - }, - "60255": { - "id": 60255, - "name": "DOCUMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a document." - } - ] - }, - "type": { - "type": "literal", - "value": 9 - }, - "inheritedFrom": { - "type": "reference", - "target": 135323, - "name": "ParentNode.DOCUMENT_NODE" - } - }, - "60256": { - "id": 60256, - "name": "DOCUMENT_POSITION_CONTAINED_BY", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is a descendant of node." - } - ] - }, - "type": { - "type": "literal", - "value": 16 - }, - "inheritedFrom": { - "type": "reference", - "target": 135324, - "name": "ParentNode.DOCUMENT_POSITION_CONTAINED_BY" - } - }, - "60257": { - "id": 60257, - "name": "DOCUMENT_POSITION_CONTAINS", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is an ancestor of node." - } - ] - }, - "type": { - "type": "literal", - "value": 8 - }, - "inheritedFrom": { - "type": "reference", - "target": 135325, - "name": "ParentNode.DOCUMENT_POSITION_CONTAINS" - } - }, - "60258": { - "id": 60258, - "name": "DOCUMENT_POSITION_DISCONNECTED", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when node and other are not in the same tree." - } - ] - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 135326, - "name": "ParentNode.DOCUMENT_POSITION_DISCONNECTED" - } - }, - "60259": { - "id": 60259, - "name": "DOCUMENT_POSITION_FOLLOWING", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is following node." - } - ] - }, - "type": { - "type": "literal", - "value": 4 - }, - "inheritedFrom": { - "type": "reference", - "target": 135327, - "name": "ParentNode.DOCUMENT_POSITION_FOLLOWING" - } - }, - "60260": { - "id": 60260, - "name": "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 32 - }, - "inheritedFrom": { - "type": "reference", - "target": 135328, - "name": "ParentNode.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" - } - }, - "60261": { - "id": 60261, - "name": "DOCUMENT_POSITION_PRECEDING", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is preceding node." - } - ] - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 135329, - "name": "ParentNode.DOCUMENT_POSITION_PRECEDING" - } - }, - "60262": { - "id": 60262, - "name": "DOCUMENT_TYPE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a doctype." - } - ] - }, - "type": { - "type": "literal", - "value": 10 - }, - "inheritedFrom": { - "type": "reference", - "target": 135330, - "name": "ParentNode.DOCUMENT_TYPE_NODE" - } - }, - "60263": { - "id": 60263, - "name": "ELEMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is an element." - } - ] - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 135331, - "name": "ParentNode.ELEMENT_NODE" - } - }, - "60264": { - "id": 60264, - "name": "ENTITY_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 6 - }, - "inheritedFrom": { - "type": "reference", - "target": 135332, - "name": "ParentNode.ENTITY_NODE" - } - }, - "60265": { - "id": 60265, - "name": "ENTITY_REFERENCE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 5 - }, - "inheritedFrom": { - "type": "reference", - "target": 135333, - "name": "ParentNode.ENTITY_REFERENCE_NODE" - } - }, - "60266": { - "id": 60266, - "name": "NOTATION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 12 - }, - "inheritedFrom": { - "type": "reference", - "target": 135334, - "name": "ParentNode.NOTATION_NODE" - } - }, - "60267": { - "id": 60267, - "name": "PROCESSING_INSTRUCTION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a ProcessingInstruction node." - } - ] - }, - "type": { - "type": "literal", - "value": 7 - }, - "inheritedFrom": { - "type": "reference", - "target": 135335, - "name": "ParentNode.PROCESSING_INSTRUCTION_NODE" - } - }, - "60268": { - "id": 60268, - "name": "TEXT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Text node." - } - ] - }, - "type": { - "type": "literal", - "value": 3 - }, - "inheritedFrom": { - "type": "reference", - "target": 135336, - "name": "ParentNode.TEXT_NODE" - } - }, - "60269": { - "id": 60269, - "name": "URL", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or gets the URL for the current document.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/URL)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60270": { - "id": 60270, - "name": "activeElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the deepest element in the document through which or to which key events are being routed. This is, roughly speaking, the focused element in the document.\n\nFor the purposes of this API, when a child browsing context is focused, its container is focused in the parent browsing context. For example, if the user moves the focus to a text control in an iframe, the iframe is the element returned by the activeElement API in the iframe's node document.\n\nSimilarly, when the focused element is in a different node tree than documentOrShadowRoot, the element returned will be the host that's located in the same node tree as documentOrShadowRoot if documentOrShadowRoot is a shadow-including inclusive ancestor of the focused element, and null if not.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/activeElement)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61576, - "name": "DocumentOrShadowRoot.activeElement" - } - }, - "60271": { - "id": 60271, - "name": "adoptedStyleSheets", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/adoptedStyleSheets)" - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 58421, - "name": "CSSStyleSheet", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 61577, - "name": "DocumentOrShadowRoot.adoptedStyleSheets" - } - }, - "60272": { - "id": 60272, - "name": "alinkColor", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or gets the color of all active links in the document." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/alinkColor)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60273": { - "id": 60273, - "name": "all", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a reference to the collection of elements contained by the object." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/all)" - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLAllCollection" - }, - "name": "HTMLAllCollection", - "package": "typescript" - } - }, - "60274": { - "id": 60274, - "name": "anchors", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Retrieves a collection of all a objects that have a name and/or id property. Objects in this collection are in HTML source order." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/anchors)" - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 63434, - "name": "HTMLAnchorElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "60275": { - "id": 60275, - "name": "applets", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Retrieves a collection of all applet objects in the document." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/applets)" - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 71580, - "name": "HTMLCollection", - "package": "typescript" - } - }, - "60276": { - "id": 60276, - "name": "baseURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's node document's document base URL.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/baseURI)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 135337, - "name": "ParentNode.baseURI" - } - }, - "60277": { - "id": 60277, - "name": "bgColor", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Deprecated. Sets or retrieves a value that indicates the background color behind the object." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/bgColor)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60278": { - "id": 60278, - "name": "body", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Specifies the beginning and end of the document body.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/body)" - } - ] - }, - "type": { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - }, - "60279": { - "id": 60279, - "name": "characterSet", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns document's encoding.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/characterSet)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60280": { - "id": 60280, - "name": "charset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Gets or sets the character set used to encode the object." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`characterSet`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/characterSet)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60281": { - "id": 60281, - "name": "childElementCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/childElementCount)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 135338, - "name": "ParentNode.childElementCount" - } - }, - "60282": { - "id": 60282, - "name": "childNodes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the children.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/childNodes)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 135339, - "name": "ParentNode.childNodes" - } - }, - "60283": { - "id": 60283, - "name": "children", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the child elements.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/children)" - } - ] - }, - "type": { - "type": "reference", - "target": 71580, - "name": "HTMLCollection", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 135340, - "name": "ParentNode.children" - } - }, - "60284": { - "id": 60284, - "name": "compatMode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Gets a value that indicates whether standards-compliant mode is switched on for the object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/compatMode)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60285": { - "id": 60285, - "name": "contentType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns document's content type.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/contentType)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60286": { - "id": 60286, - "name": "cookie", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the HTTP cookies that apply to the Document. If there are no cookies or cookies can't be applied to this resource, the empty string will be returned.\n\nCan be set, to add a new cookie to the element's set of HTTP cookies.\n\nIf the contents are sandboxed into a unique origin (e.g. in an iframe with the sandbox attribute), a \"SecurityError\" DOMException will be thrown on getting and setting.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/cookie)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60287": { - "id": 60287, - "name": "currentScript", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the script element, or the SVG script element, that is currently executing, as long as the element represents a classic script. In the case of reentrant script execution, returns the one that most recently started executing amongst those that have not yet finished executing.\n\nReturns null if the Document is not currently executing a script or SVG script element (e.g., because the running script is an event handler, or a timeout), or if the currently executing script or SVG script element represents a module script.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/currentScript)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 212538, - "name": "HTMLOrSVGScriptElement", - "package": "typescript" - } - ] - } - }, - "60288": { - "id": 60288, - "name": "defaultView", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the Window object of the active document.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/defaultView)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 210065, - "name": "Window", - "package": "typescript" - }, - { - "type": "query", - "queryType": { - "type": "reference", - "target": { - "sourceFileName": "", - "qualifiedName": "globalThis" - }, - "name": "globalThis", - "preferValues": true - } - } - ] - } - ] - } - }, - "60289": { - "id": 60289, - "name": "designMode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or gets a value that indicates whether the document can be edited.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/designMode)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60290": { - "id": 60290, - "name": "dir", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves a value that indicates the reading order of the object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/dir)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60291": { - "id": 60291, - "name": "doctype", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Gets an object representing the document type declaration associated with the current document.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/doctype)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61596, - "name": "DocumentType", - "package": "typescript" - } - ] - } - }, - "60292": { - "id": 60292, - "name": "documentElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Gets a reference to the root node of the document.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/documentElement)" - } - ] - }, - "type": { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - }, - "60293": { - "id": 60293, - "name": "documentURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns document's URL.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/documentURI)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60294": { - "id": 60294, - "name": "domain", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or gets the security domain of the document." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/domain)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60295": { - "id": 60295, - "name": "embeds", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Retrieves a collection of all embed objects in the document.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/embeds)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 79583, - "name": "HTMLEmbedElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "60296": { - "id": 60296, - "name": "fgColor", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or gets the foreground (text) color of the document." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/fgColor)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60297": { - "id": 60297, - "name": "firstChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/firstChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135341, - "name": "ParentNode.firstChild" - } - }, - "60298": { - "id": 60298, - "name": "firstElementChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/firstElementChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135342, - "name": "ParentNode.firstElementChild" - } - }, - "60299": { - "id": 60299, - "name": "fonts", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/fonts)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "FontFaceSet" - }, - "name": "FontFaceSet", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 62700, - "name": "FontFaceSource.fonts" - } - }, - "60300": { - "id": 60300, - "name": "forms", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Retrieves a collection, in source order, of all form objects in the document.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/forms)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLFormElement" - }, - "name": "HTMLFormElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "60301": { - "id": 60301, - "name": "fragmentDirective", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/fragmentDirective)" - } - ] - }, - "type": { - "type": "reference", - "target": 62738, - "name": "FragmentDirective", - "package": "typescript" - } - }, - "60302": { - "id": 60302, - "name": "fullscreen", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/fullscreen)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "60303": { - "id": 60303, - "name": "fullscreenElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns document's fullscreen element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/fullscreenElement)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61578, - "name": "DocumentOrShadowRoot.fullscreenElement" - } - }, - "60304": { - "id": 60304, - "name": "fullscreenEnabled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if document has the ability to display elements fullscreen and fullscreen is supported, or false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/fullscreenEnabled)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "60305": { - "id": 60305, - "name": "head", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the head element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/head)" - } - ] - }, - "type": { - "type": "reference", - "target": 85648, - "name": "HTMLHeadElement", - "package": "typescript" - } - }, - "60306": { - "id": 60306, - "name": "hidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/hidden)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "60307": { - "id": 60307, - "name": "images", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Retrieves a collection, in source order, of img objects in the document.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/images)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 89551, - "name": "HTMLImageElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "60308": { - "id": 60308, - "name": "implementation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Gets the implementation object of the current document.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/implementation)" - } - ] - }, - "type": { - "type": "reference", - "target": 59789, - "name": "DOMImplementation", - "package": "typescript" - } - }, - "60309": { - "id": 60309, - "name": "inputEncoding", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the character encoding used to create the webpage that is loaded into the document object." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`characterSet`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/characterSet)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60310": { - "id": 60310, - "name": "isConnected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if node is connected and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isConnected)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 135343, - "name": "ParentNode.isConnected" - } - }, - "60311": { - "id": 60311, - "name": "lastChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lastChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135344, - "name": "ParentNode.lastChild" - } - }, - "60312": { - "id": 60312, - "name": "lastElementChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/lastElementChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135345, - "name": "ParentNode.lastElementChild" - } - }, - "60313": { - "id": 60313, - "name": "lastModified", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Gets the date that the page was last modified, if the page supplies one.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/lastModified)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60314": { - "id": 60314, - "name": "linkColor", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or gets the color of the document links." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/linkColor)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60315": { - "id": 60315, - "name": "links", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Retrieves a collection of all a objects that specify the href property and all area objects in the document.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/links)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "union", - "types": [ - { - "type": "reference", - "target": 63434, - "name": "HTMLAnchorElement", - "package": "typescript" - }, - { - "type": "reference", - "target": 64430, - "name": "HTMLAreaElement", - "package": "typescript" - } - ] - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "60316": { - "id": 60316, - "name": "nextSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the next sibling.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nextSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135346, - "name": "ParentNode.nextSibling" - } - }, - "60317": { - "id": 60317, - "name": "nodeName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a string appropriate for the type of node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 135347, - "name": "ParentNode.nodeName" - } - }, - "60318": { - "id": 60318, - "name": "nodeType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeType)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 135348, - "name": "ParentNode.nodeType" - } - }, - "60319": { - "id": 60319, - "name": "nodeValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeValue)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135349, - "name": "ParentNode.nodeValue" - } - }, - "60320": { - "id": 60320, - "name": "onabort", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user aborts the download." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/abort_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60321, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60322, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60323, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60324, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206438, - "name": "UIEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62816, - "name": "GlobalEventHandlers.onabort" - } - }, - "60325": { - "id": 60325, - "name": "onanimationcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationcancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60326, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60327, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60328, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60329, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62821, - "name": "GlobalEventHandlers.onanimationcancel" - } - }, - "60330": { - "id": 60330, - "name": "onanimationend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationend_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60331, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60332, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60333, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60334, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62826, - "name": "GlobalEventHandlers.onanimationend" - } - }, - "60335": { - "id": 60335, - "name": "onanimationiteration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationiteration_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60336, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60337, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60338, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60339, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62831, - "name": "GlobalEventHandlers.onanimationiteration" - } - }, - "60340": { - "id": 60340, - "name": "onanimationstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationstart_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60341, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60342, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60343, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60344, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62836, - "name": "GlobalEventHandlers.onanimationstart" - } - }, - "60345": { - "id": 60345, - "name": "onauxclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/auxclick_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60346, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60347, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60348, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60349, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62841, - "name": "GlobalEventHandlers.onauxclick" - } - }, - "60350": { - "id": 60350, - "name": "onbeforeinput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/beforeinput_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60351, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60352, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60353, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60354, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132341, - "name": "InputEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62846, - "name": "GlobalEventHandlers.onbeforeinput" - } - }, - "60355": { - "id": 60355, - "name": "onbeforetoggle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/beforetoggle_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60356, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60357, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60358, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60359, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62851, - "name": "GlobalEventHandlers.onbeforetoggle" - } - }, - "60360": { - "id": 60360, - "name": "onblur", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the object loses the input focus." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The focus event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/blur_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60361, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60362, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60363, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60364, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62585, - "name": "FocusEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62856, - "name": "GlobalEventHandlers.onblur" - } - }, - "60365": { - "id": 60365, - "name": "oncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDialogElement/cancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60366, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60367, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60368, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60369, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62861, - "name": "GlobalEventHandlers.oncancel" - } - }, - "60370": { - "id": 60370, - "name": "oncanplay", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when playback is possible, but would require further buffering." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/canplay_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60371, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60372, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60373, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60374, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62866, - "name": "GlobalEventHandlers.oncanplay" - } - }, - "60375": { - "id": 60375, - "name": "oncanplaythrough", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/canplaythrough_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60376, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60377, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60378, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60379, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62871, - "name": "GlobalEventHandlers.oncanplaythrough" - } - }, - "60380": { - "id": 60380, - "name": "onchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the contents of the object or selection have changed." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/change_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60381, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60382, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60383, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60384, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62876, - "name": "GlobalEventHandlers.onchange" - } - }, - "60385": { - "id": 60385, - "name": "onclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user clicks the left mouse button on the object" - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/click_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60386, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60387, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60388, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60389, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62881, - "name": "GlobalEventHandlers.onclick" - } - }, - "60390": { - "id": 60390, - "name": "onclose", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDialogElement/close_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60391, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60392, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60393, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60394, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62886, - "name": "GlobalEventHandlers.onclose" - } - }, - "60395": { - "id": 60395, - "name": "oncontextlost", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/contextlost_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60396, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60397, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60398, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60399, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62891, - "name": "GlobalEventHandlers.oncontextlost" - } - }, - "60400": { - "id": 60400, - "name": "oncontextmenu", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user clicks the right mouse button in the client area, opening the context menu." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/contextmenu_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60401, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60402, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60403, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60404, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62896, - "name": "GlobalEventHandlers.oncontextmenu" - } - }, - "60405": { - "id": 60405, - "name": "oncontextrestored", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/contextrestored_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60406, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60407, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60408, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60409, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62901, - "name": "GlobalEventHandlers.oncontextrestored" - } - }, - "60410": { - "id": 60410, - "name": "oncopy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/copy_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60411, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60412, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60413, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60414, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 59344, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62906, - "name": "GlobalEventHandlers.oncopy" - } - }, - "60415": { - "id": 60415, - "name": "oncuechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/cuechange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60416, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60417, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60418, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60419, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62911, - "name": "GlobalEventHandlers.oncuechange" - } - }, - "60420": { - "id": 60420, - "name": "oncut", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/cut_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60421, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60422, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60423, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60424, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 59344, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62916, - "name": "GlobalEventHandlers.oncut" - } - }, - "60425": { - "id": 60425, - "name": "ondblclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user double-clicks the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/dblclick_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60426, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60427, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60428, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60429, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62921, - "name": "GlobalEventHandlers.ondblclick" - } - }, - "60430": { - "id": 60430, - "name": "ondrag", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the source object continuously during a drag operation." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/drag_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60431, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60432, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60433, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60434, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62926, - "name": "GlobalEventHandlers.ondrag" - } - }, - "60435": { - "id": 60435, - "name": "ondragend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the source object when the user releases the mouse at the close of a drag operation." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragend_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60436, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60437, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60438, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60439, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62931, - "name": "GlobalEventHandlers.ondragend" - } - }, - "60440": { - "id": 60440, - "name": "ondragenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the target element when the user drags the object to a valid drop target." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The drag event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragenter_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60441, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60442, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60443, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60444, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62936, - "name": "GlobalEventHandlers.ondragenter" - } - }, - "60445": { - "id": 60445, - "name": "ondragleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The drag event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragleave_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60446, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60447, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60448, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60449, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62941, - "name": "GlobalEventHandlers.ondragleave" - } - }, - "60450": { - "id": 60450, - "name": "ondragover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the target element continuously while the user drags the object over a valid drop target." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragover_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60451, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60452, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60453, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60454, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62946, - "name": "GlobalEventHandlers.ondragover" - } - }, - "60455": { - "id": 60455, - "name": "ondragstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the source object when the user starts to drag a text selection or selected object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragstart_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60456, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60457, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60458, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60459, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62951, - "name": "GlobalEventHandlers.ondragstart" - } - }, - "60460": { - "id": 60460, - "name": "ondrop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/drop_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60461, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60462, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60463, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60464, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62956, - "name": "GlobalEventHandlers.ondrop" - } - }, - "60465": { - "id": 60465, - "name": "ondurationchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the duration attribute is updated." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/durationchange_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60466, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60467, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60468, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60469, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62961, - "name": "GlobalEventHandlers.ondurationchange" - } - }, - "60470": { - "id": 60470, - "name": "onemptied", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the media element is reset to its initial state." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/emptied_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60471, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60472, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60473, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60474, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62966, - "name": "GlobalEventHandlers.onemptied" - } - }, - "60475": { - "id": 60475, - "name": "onended", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the end of playback is reached." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/ended_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60476, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60477, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60478, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60479, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62971, - "name": "GlobalEventHandlers.onended" - } - }, - "60480": { - "id": 60480, - "name": "onerror", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when an error occurs during object loading." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/error_event)" - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 212587, - "name": "OnErrorEventHandler", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 62976, - "name": "GlobalEventHandlers.onerror" - } - }, - "60481": { - "id": 60481, - "name": "onfocus", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the object receives focus." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/focus_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60482, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60483, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60484, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60485, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62585, - "name": "FocusEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62977, - "name": "GlobalEventHandlers.onfocus" - } - }, - "60486": { - "id": 60486, - "name": "onformdata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/formdata_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60487, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60488, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60489, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60490, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62701, - "name": "FormDataEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62982, - "name": "GlobalEventHandlers.onformdata" - } - }, - "60491": { - "id": 60491, - "name": "onfullscreenchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/fullscreenchange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60492, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60493, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60494, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 60250, - "name": "Document", - "package": "typescript" - } - }, - { - "id": 60495, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - } - }, - "60496": { - "id": 60496, - "name": "onfullscreenerror", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/fullscreenerror_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60497, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60498, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60499, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 60250, - "name": "Document", - "package": "typescript" - } - }, - { - "id": 60500, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - } - }, - "60501": { - "id": 60501, - "name": "ongotpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/gotpointercapture_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60502, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60503, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60504, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60505, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62987, - "name": "GlobalEventHandlers.ongotpointercapture" - } - }, - "60506": { - "id": 60506, - "name": "oninput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/input_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60507, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60508, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60509, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60510, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62992, - "name": "GlobalEventHandlers.oninput" - } - }, - "60511": { - "id": 60511, - "name": "oninvalid", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/invalid_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60512, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60513, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60514, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60515, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62997, - "name": "GlobalEventHandlers.oninvalid" - } - }, - "60516": { - "id": 60516, - "name": "onkeydown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user presses a key." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The keyboard event\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/keydown_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60517, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60518, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60519, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60520, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132447, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63002, - "name": "GlobalEventHandlers.onkeydown" - } - }, - "60521": { - "id": 60521, - "name": "onkeypress", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user presses an alphanumeric key." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event." - } - ] - }, - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/keypress_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60522, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60523, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60524, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60525, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132447, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63007, - "name": "GlobalEventHandlers.onkeypress" - } - }, - "60526": { - "id": 60526, - "name": "onkeyup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user releases a key." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The keyboard event\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/keyup_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60527, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60528, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60529, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60530, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132447, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63012, - "name": "GlobalEventHandlers.onkeyup" - } - }, - "60531": { - "id": 60531, - "name": "onload", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires immediately after the browser loads the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGElement/load_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60532, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60533, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60534, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60535, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63017, - "name": "GlobalEventHandlers.onload" - } - }, - "60536": { - "id": 60536, - "name": "onloadeddata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when media data is loaded at the current playback position." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadeddata_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60537, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60538, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60539, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60540, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63022, - "name": "GlobalEventHandlers.onloadeddata" - } - }, - "60541": { - "id": 60541, - "name": "onloadedmetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the duration and dimensions of the media have been determined." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadedmetadata_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60542, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60543, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60544, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60545, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63027, - "name": "GlobalEventHandlers.onloadedmetadata" - } - }, - "60546": { - "id": 60546, - "name": "onloadstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when Internet Explorer begins looking for media data." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadstart_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60547, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60548, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60549, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60550, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63032, - "name": "GlobalEventHandlers.onloadstart" - } - }, - "60551": { - "id": 60551, - "name": "onlostpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/lostpointercapture_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60552, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60553, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60554, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60555, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63037, - "name": "GlobalEventHandlers.onlostpointercapture" - } - }, - "60556": { - "id": 60556, - "name": "onmousedown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user clicks the object with either mouse button." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mousedown_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60557, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60558, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60559, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60560, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63042, - "name": "GlobalEventHandlers.onmousedown" - } - }, - "60561": { - "id": 60561, - "name": "onmouseenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseenter_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60562, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60563, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60564, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60565, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63047, - "name": "GlobalEventHandlers.onmouseenter" - } - }, - "60566": { - "id": 60566, - "name": "onmouseleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseleave_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60567, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60568, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60569, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60570, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63052, - "name": "GlobalEventHandlers.onmouseleave" - } - }, - "60571": { - "id": 60571, - "name": "onmousemove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user moves the mouse over the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mousemove_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60572, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60573, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60574, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60575, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63057, - "name": "GlobalEventHandlers.onmousemove" - } - }, - "60576": { - "id": 60576, - "name": "onmouseout", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user moves the mouse pointer outside the boundaries of the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseout_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60577, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60578, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60579, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60580, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63062, - "name": "GlobalEventHandlers.onmouseout" - } - }, - "60581": { - "id": 60581, - "name": "onmouseover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user moves the mouse pointer into the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseover_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60582, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60583, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60584, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60585, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63067, - "name": "GlobalEventHandlers.onmouseover" - } - }, - "60586": { - "id": 60586, - "name": "onmouseup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user releases a mouse button while the mouse is over the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseup_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60587, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60588, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60589, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60590, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63072, - "name": "GlobalEventHandlers.onmouseup" - } - }, - "60591": { - "id": 60591, - "name": "onpaste", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/paste_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60592, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60593, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60594, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60595, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 59344, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63077, - "name": "GlobalEventHandlers.onpaste" - } - }, - "60596": { - "id": 60596, - "name": "onpause", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when playback is paused." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/pause_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60597, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60598, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60599, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60600, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63082, - "name": "GlobalEventHandlers.onpause" - } - }, - "60601": { - "id": 60601, - "name": "onplay", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the play method is requested." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/play_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60602, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60603, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60604, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60605, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63087, - "name": "GlobalEventHandlers.onplay" - } - }, - "60606": { - "id": 60606, - "name": "onplaying", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the audio or video has started playing." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/playing_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60607, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60608, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60609, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60610, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63092, - "name": "GlobalEventHandlers.onplaying" - } - }, - "60611": { - "id": 60611, - "name": "onpointercancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointercancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60612, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60613, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60614, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60615, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63097, - "name": "GlobalEventHandlers.onpointercancel" - } - }, - "60616": { - "id": 60616, - "name": "onpointerdown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerdown_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60617, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60618, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60619, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60620, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63102, - "name": "GlobalEventHandlers.onpointerdown" - } - }, - "60621": { - "id": 60621, - "name": "onpointerenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerenter_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60622, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60623, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60624, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60625, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63107, - "name": "GlobalEventHandlers.onpointerenter" - } - }, - "60626": { - "id": 60626, - "name": "onpointerleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerleave_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60627, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60628, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60629, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60630, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63112, - "name": "GlobalEventHandlers.onpointerleave" - } - }, - "60631": { - "id": 60631, - "name": "onpointerlockchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/pointerlockchange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60632, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60633, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60634, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 60250, - "name": "Document", - "package": "typescript" - } - }, - { - "id": 60635, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - } - }, - "60636": { - "id": 60636, - "name": "onpointerlockerror", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/pointerlockerror_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60637, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60638, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60639, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 60250, - "name": "Document", - "package": "typescript" - } - }, - { - "id": 60640, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - } - }, - "60641": { - "id": 60641, - "name": "onpointermove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointermove_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60642, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60643, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60644, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60645, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63117, - "name": "GlobalEventHandlers.onpointermove" - } - }, - "60646": { - "id": 60646, - "name": "onpointerout", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerout_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60647, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60648, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60649, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60650, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63122, - "name": "GlobalEventHandlers.onpointerout" - } - }, - "60651": { - "id": 60651, - "name": "onpointerover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerover_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60652, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60653, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60654, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60655, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63127, - "name": "GlobalEventHandlers.onpointerover" - } - }, - "60656": { - "id": 60656, - "name": "onpointerup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerup_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60657, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60658, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60659, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60660, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63132, - "name": "GlobalEventHandlers.onpointerup" - } - }, - "60661": { - "id": 60661, - "name": "onprogress", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs to indicate progress while downloading media data." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/progress_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60662, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60663, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60664, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60665, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 136178, - "typeArguments": [ - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ], - "name": "ProgressEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63137, - "name": "GlobalEventHandlers.onprogress" - } - }, - "60666": { - "id": 60666, - "name": "onratechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the playback rate is increased or decreased." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/ratechange_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60667, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60668, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60669, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60670, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63142, - "name": "GlobalEventHandlers.onratechange" - } - }, - "60671": { - "id": 60671, - "name": "onreadystatechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the state of the object has changed." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/readystatechange_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60672, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60673, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60674, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 60250, - "name": "Document", - "package": "typescript" - } - }, - { - "id": 60675, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - } - }, - "60676": { - "id": 60676, - "name": "onreset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user resets a form." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/reset_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60677, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60678, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60679, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60680, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63147, - "name": "GlobalEventHandlers.onreset" - } - }, - "60681": { - "id": 60681, - "name": "onresize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLVideoElement/resize_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60682, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60683, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60684, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60685, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206438, - "name": "UIEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63152, - "name": "GlobalEventHandlers.onresize" - } - }, - "60686": { - "id": 60686, - "name": "onscroll", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user repositions the scroll box in the scroll bar on the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/scroll_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60687, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60688, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60689, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60690, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63157, - "name": "GlobalEventHandlers.onscroll" - } - }, - "60691": { - "id": 60691, - "name": "onscrollend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/scrollend_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60692, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60693, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60694, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60695, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63162, - "name": "GlobalEventHandlers.onscrollend" - } - }, - "60696": { - "id": 60696, - "name": "onsecuritypolicyviolation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/securitypolicyviolation_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60697, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60698, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60699, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60700, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 204976, - "name": "SecurityPolicyViolationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63167, - "name": "GlobalEventHandlers.onsecuritypolicyviolation" - } - }, - "60701": { - "id": 60701, - "name": "onseeked", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the seek operation ends." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/seeked_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60702, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60703, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60704, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60705, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63172, - "name": "GlobalEventHandlers.onseeked" - } - }, - "60706": { - "id": 60706, - "name": "onseeking", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the current playback position is moved." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/seeking_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60707, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60708, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60709, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60710, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63177, - "name": "GlobalEventHandlers.onseeking" - } - }, - "60711": { - "id": 60711, - "name": "onselect", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the current selection changes." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/select_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60712, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60713, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60714, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60715, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63182, - "name": "GlobalEventHandlers.onselect" - } - }, - "60716": { - "id": 60716, - "name": "onselectionchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/selectionchange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60717, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60718, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60719, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60720, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63187, - "name": "GlobalEventHandlers.onselectionchange" - } - }, - "60721": { - "id": 60721, - "name": "onselectstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/selectstart_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60722, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60723, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60724, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60725, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63192, - "name": "GlobalEventHandlers.onselectstart" - } - }, - "60726": { - "id": 60726, - "name": "onslotchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSlotElement/slotchange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60727, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60728, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60729, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60730, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63197, - "name": "GlobalEventHandlers.onslotchange" - } - }, - "60731": { - "id": 60731, - "name": "onstalled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the download has stopped." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/stalled_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60732, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60733, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60734, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60735, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63202, - "name": "GlobalEventHandlers.onstalled" - } - }, - "60736": { - "id": 60736, - "name": "onsubmit", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/submit_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60737, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60738, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60739, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60740, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 205818, - "name": "SubmitEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63207, - "name": "GlobalEventHandlers.onsubmit" - } - }, - "60741": { - "id": 60741, - "name": "onsuspend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs if the load operation has been intentionally halted." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/suspend_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60742, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60743, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60744, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60745, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63212, - "name": "GlobalEventHandlers.onsuspend" - } - }, - "60746": { - "id": 60746, - "name": "ontimeupdate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs to indicate the current playback position." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/timeupdate_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60747, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60748, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60749, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60750, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63217, - "name": "GlobalEventHandlers.ontimeupdate" - } - }, - "60751": { - "id": 60751, - "name": "ontoggle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/toggle_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60752, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60753, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60754, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60755, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63222, - "name": "GlobalEventHandlers.ontoggle" - } - }, - "60756": { - "id": 60756, - "name": "ontouchcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchcancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60757, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60758, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60759, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60760, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63227, - "name": "GlobalEventHandlers.ontouchcancel" - } - }, - "60761": { - "id": 60761, - "name": "ontouchend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchend_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60762, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60763, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60764, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60765, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63232, - "name": "GlobalEventHandlers.ontouchend" - } - }, - "60766": { - "id": 60766, - "name": "ontouchmove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchmove_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60767, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60768, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60769, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60770, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63237, - "name": "GlobalEventHandlers.ontouchmove" - } - }, - "60771": { - "id": 60771, - "name": "ontouchstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchstart_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60772, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60773, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60774, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60775, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63242, - "name": "GlobalEventHandlers.ontouchstart" - } - }, - "60776": { - "id": 60776, - "name": "ontransitioncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitioncancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60777, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60778, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60779, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60780, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63247, - "name": "GlobalEventHandlers.ontransitioncancel" - } - }, - "60781": { - "id": 60781, - "name": "ontransitionend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitionend_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60782, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60783, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60784, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60785, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63252, - "name": "GlobalEventHandlers.ontransitionend" - } - }, - "60786": { - "id": 60786, - "name": "ontransitionrun", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitionrun_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60787, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60788, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60789, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60790, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63257, - "name": "GlobalEventHandlers.ontransitionrun" - } - }, - "60791": { - "id": 60791, - "name": "ontransitionstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitionstart_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60792, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60793, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60794, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60795, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63262, - "name": "GlobalEventHandlers.ontransitionstart" - } - }, - "60796": { - "id": 60796, - "name": "onvisibilitychange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/visibilitychange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60797, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60798, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60799, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 60250, - "name": "Document", - "package": "typescript" - } - }, - { - "id": 60800, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - } - }, - "60801": { - "id": 60801, - "name": "onvolumechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the volume is changed, or playback is muted or unmuted." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/volumechange_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60802, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60803, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60804, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60805, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63267, - "name": "GlobalEventHandlers.onvolumechange" - } - }, - "60806": { - "id": 60806, - "name": "onwaiting", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when playback stops because the next frame of a video resource is not available." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/waiting_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60807, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60808, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60809, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60810, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63272, - "name": "GlobalEventHandlers.onwaiting" - } - }, - "60811": { - "id": 60811, - "name": "onwebkitanimationend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`onanimationend`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationend_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60812, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60813, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60814, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60815, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63277, - "name": "GlobalEventHandlers.onwebkitanimationend" - } - }, - "60816": { - "id": 60816, - "name": "onwebkitanimationiteration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`onanimationiteration`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationiteration_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60817, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60818, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60819, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60820, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63282, - "name": "GlobalEventHandlers.onwebkitanimationiteration" - } - }, - "60821": { - "id": 60821, - "name": "onwebkitanimationstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`onanimationstart`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationstart_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60822, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60823, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60824, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60825, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63287, - "name": "GlobalEventHandlers.onwebkitanimationstart" - } - }, - "60826": { - "id": 60826, - "name": "onwebkittransitionend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`ontransitionend`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitionend_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60827, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60828, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60829, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60830, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63292, - "name": "GlobalEventHandlers.onwebkittransitionend" - } - }, - "60831": { - "id": 60831, - "name": "onwheel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/wheel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 60832, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 60833, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 60834, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 60835, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 209942, - "name": "WheelEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63297, - "name": "GlobalEventHandlers.onwheel" - } - }, - "60836": { - "id": 60836, - "name": "ownerDocument", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the node document. Returns null for documents.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/ownerDocument)" - } - ] - }, - "type": { - "type": "literal", - "value": null - }, - "overwrites": { - "type": "reference", - "target": 135350, - "name": "ParentNode.ownerDocument" - } - }, - "60837": { - "id": 60837, - "name": "parentElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentElement)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135351, - "name": "ParentNode.parentElement" - } - }, - "60838": { - "id": 60838, - "name": "parentNode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentNode)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 135318, - "name": "ParentNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135352, - "name": "ParentNode.parentNode" - } - }, - "60839": { - "id": 60839, - "name": "pictureInPictureElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/pictureInPictureElement)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61579, - "name": "DocumentOrShadowRoot.pictureInPictureElement" - } - }, - "60840": { - "id": 60840, - "name": "pictureInPictureEnabled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/pictureInPictureEnabled)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "60841": { - "id": 60841, - "name": "plugins", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Return an HTMLCollection of the embed elements in the Document.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/plugins)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 79583, - "name": "HTMLEmbedElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "60842": { - "id": 60842, - "name": "pointerLockElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/pointerLockElement)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61580, - "name": "DocumentOrShadowRoot.pointerLockElement" - } - }, - "60843": { - "id": 60843, - "name": "previousSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the previous sibling.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/previousSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135353, - "name": "ParentNode.previousSibling" - } - }, - "60844": { - "id": 60844, - "name": "readyState", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Retrieves a value that indicates the current state of the object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/readyState)" - } - ] - }, - "type": { - "type": "reference", - "target": 212517, - "name": "DocumentReadyState", - "package": "typescript" - } - }, - "60845": { - "id": 60845, - "name": "referrer", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Gets the URL of the location that referred the user to the current page.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/referrer)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60846": { - "id": 60846, - "name": "rootElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/rootElement)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 190288, - "name": "SVGSVGElement", - "package": "typescript" - } - ] - } - }, - "60847": { - "id": 60847, - "name": "scripts", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Retrieves a collection of all script objects in the document.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/scripts)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 113177, - "name": "HTMLScriptElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "60848": { - "id": 60848, - "name": "scrollingElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/scrollingElement)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - } - }, - "60849": { - "id": 60849, - "name": "styleSheets", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Retrieves a collection of styleSheet objects representing the style sheets that correspond to each instance of a link or style object in the document.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/styleSheets)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "StyleSheetList" - }, - "name": "StyleSheetList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 61581, - "name": "DocumentOrShadowRoot.styleSheets" - } - }, - "60850": { - "id": 60850, - "name": "textContent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/textContent)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135354, - "name": "ParentNode.textContent" - } - }, - "60851": { - "id": 60851, - "name": "timeline", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/timeline)" - } - ] - }, - "type": { - "type": "reference", - "target": 61592, - "name": "DocumentTimeline", - "package": "typescript" - } - }, - "60852": { - "id": 60852, - "name": "title", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Contains the title of the document.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/title)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60853": { - "id": 60853, - "name": "visibilityState", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/visibilityState)" - } - ] - }, - "type": { - "type": "reference", - "target": 212518, - "name": "DocumentVisibilityState", - "package": "typescript" - } - }, - "60854": { - "id": 60854, - "name": "vlinkColor", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or gets the color of the links that the user has visited." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/vlinkColor)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60855": { - "id": 60855, - "name": "location", - "variant": "declaration", - "kind": 262144, - "flags": { - "isExternal": true - }, - "getSignature": { - "id": 60856, - "name": "location", - "variant": "signature", - "kind": 524288, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Contains information about the current URL.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/location)" - } - ] - }, - "type": { - "type": "reference", - "target": 132582, - "name": "Location", - "package": "typescript" - } - }, - "setSignature": { - "id": 60857, - "name": "location", - "variant": "signature", - "kind": 1048576, - "flags": { - "isExternal": true - }, - "parameters": [ - 60858 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - } - }, - "60859": { - "id": 60859, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60860, - 60869 - ], - "overwrites": { - "type": "reference", - "target": 135355, - "name": "ParentNode.addEventListener" - } - }, - "60860": { - "id": 60860, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Appends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched.\n\nThe options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options's capture.\n\nWhen set to true, options's capture prevents callback from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event's eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event's eventPhase attribute value is AT_TARGET.\n\nWhen set to true, options's passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners.\n\nWhen set to true, options's once indicates that the callback will only be invoked once after which the event listener will be removed.\n\nIf an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted.\n\nThe event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/addEventListener)" - } - ] - }, - "typeParameter": [ - 60861 - ], - "parameters": [ - 60862, - 60863, - 60868 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 135356, - "name": "ParentNode.addEventListener" - } - }, - "60861": { - "id": 60861, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 61321, - "name": "DocumentEventMap", - "package": "typescript" - } - } - }, - "60862": { - "id": 60862, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 60861, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "60863": { - "id": 60863, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 60864, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 60865 - ] - } - } - }, - "60868": { - "id": 60868, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 57635, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "60869": { - "id": 60869, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 60870, - 60871, - 60872 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 63312, - "name": "GlobalEventHandlers.addEventListener" - } - }, - "60870": { - "id": 60870, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60871": { - "id": 60871, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "60872": { - "id": 60872, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 57635, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "60873": { - "id": 60873, - "name": "adoptNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60874 - ] - }, - "60874": { - "id": 60874, - "name": "adoptNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Moves node from another document and returns it.\n\nIf node is a document, throws a \"NotSupportedError\" DOMException or, if node is a shadow root, throws a \"HierarchyRequestError\" DOMException.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/adoptNode)" - } - ] - }, - "typeParameter": [ - 60875 - ], - "parameters": [ - 60876 - ], - "type": { - "type": "reference", - "target": 60875, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "60875": { - "id": 60875, - "name": "T", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "60876": { - "id": 60876, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 60875, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "60877": { - "id": 60877, - "name": "append", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60878 - ], - "inheritedFrom": { - "type": "reference", - "target": 135360, - "name": "ParentNode.append" - } - }, - "60878": { - "id": 60878, - "name": "append", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes after the last child of node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/append)" - } - ] - }, - "parameters": [ - 60879 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 135361, - "name": "ParentNode.append" - } - }, - "60879": { - "id": 60879, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "60880": { - "id": 60880, - "name": "appendChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60881 - ], - "inheritedFrom": { - "type": "reference", - "target": 135363, - "name": "ParentNode.appendChild" - } - }, - "60881": { - "id": 60881, - "name": "appendChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/appendChild)" - } - ] - }, - "typeParameter": [ - 60882 - ], - "parameters": [ - 60883 - ], - "type": { - "type": "reference", - "target": 71251, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 135364, - "name": "ParentNode.appendChild" - } - }, - "60883": { - "id": 60883, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71251, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "60884": { - "id": 60884, - "name": "captureEvents", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60885 - ] - }, - "60885": { - "id": 60885, - "name": "captureEvents", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "60886": { - "id": 60886, - "name": "caretPositionFromPoint", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60887 - ] - }, - "60887": { - "id": 60887, - "name": "caretPositionFromPoint", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/caretPositionFromPoint)" - } - ] - }, - "parameters": [ - 60888, - 60889, - 60890 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59095, - "name": "CaretPosition", - "package": "typescript" - } - ] - } - }, - "60888": { - "id": 60888, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "60889": { - "id": 60889, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "60890": { - "id": 60890, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 59100, - "name": "CaretPositionFromPointOptions", - "package": "typescript" - } - }, - "60891": { - "id": 60891, - "name": "caretRangeFromPoint", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60892 - ] - }, - "60892": { - "id": 60892, - "name": "caretRangeFromPoint", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "parameters": [ - 60893, - 60894 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 136841, - "name": "Range", - "package": "typescript" - } - ] - } - }, - "60893": { - "id": 60893, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "60894": { - "id": 60894, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "60895": { - "id": 60895, - "name": "clear", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60896 - ] - }, - "60896": { - "id": 60896, - "name": "clear", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/clear)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "60897": { - "id": 60897, - "name": "cloneNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60898 - ], - "inheritedFrom": { - "type": "reference", - "target": 135367, - "name": "ParentNode.cloneNode" - } - }, - "60898": { - "id": 60898, - "name": "cloneNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a copy of node. If deep is true, the copy also includes the node's descendants.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/cloneNode)" - } - ] - }, - "parameters": [ - 60899 - ], - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 135368, - "name": "ParentNode.cloneNode" - } - }, - "60899": { - "id": 60899, - "name": "subtree", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "60900": { - "id": 60900, - "name": "close", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60901 - ] - }, - "60901": { - "id": 60901, - "name": "close", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Closes an output stream and forces the sent data to display.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/close)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "60902": { - "id": 60902, - "name": "compareDocumentPosition", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60903 - ], - "inheritedFrom": { - "type": "reference", - "target": 135370, - "name": "ParentNode.compareDocumentPosition" - } - }, - "60903": { - "id": 60903, - "name": "compareDocumentPosition", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a bitmask indicating the position of other relative to node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/compareDocumentPosition)" - } - ] - }, - "parameters": [ - 60904 - ], - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 135371, - "name": "ParentNode.compareDocumentPosition" - } - }, - "60904": { - "id": 60904, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "60905": { - "id": 60905, - "name": "contains", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60906 - ], - "inheritedFrom": { - "type": "reference", - "target": 135373, - "name": "ParentNode.contains" - } - }, - "60906": { - "id": 60906, - "name": "contains", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if other is an inclusive descendant of node, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/contains)" - } - ] - }, - "parameters": [ - 60907 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 135374, - "name": "ParentNode.contains" - } - }, - "60907": { - "id": 60907, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "60908": { - "id": 60908, - "name": "createAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60909 - ] - }, - "60909": { - "id": 60909, - "name": "createAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Creates an attribute object with a specified name." - } - ] - }, - "parameters": [ - 60910 - ], - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - }, - "60910": { - "id": 60910, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60911": { - "id": 60911, - "name": "createAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60912 - ] - }, - "60912": { - "id": 60912, - "name": "createAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/createAttributeNS)" - } - ] - }, - "parameters": [ - 60913, - 60914 - ], - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - }, - "60913": { - "id": 60913, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "60914": { - "id": 60914, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60915": { - "id": 60915, - "name": "createCDATASection", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60916 - ] - }, - "60916": { - "id": 60916, - "name": "createCDATASection", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a CDATASection node whose data is data.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/createCDATASection)" - } - ] - }, - "parameters": [ - 60917 - ], - "type": { - "type": "reference", - "target": 58161, - "name": "CDATASection", - "package": "typescript" - } - }, - "60917": { - "id": 60917, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60918": { - "id": 60918, - "name": "createComment", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60919 - ] - }, - "60919": { - "id": 60919, - "name": "createComment", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Creates a comment object with the specified data." - } - ] - }, - "parameters": [ - 60920 - ], - "type": { - "type": "reference", - "target": 59422, - "name": "Comment", - "package": "typescript" - } - }, - "60920": { - "id": 60920, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets the comment object's data.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/createComment)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60921": { - "id": 60921, - "name": "createDocumentFragment", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60922 - ] - }, - "60922": { - "id": 60922, - "name": "createDocumentFragment", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Creates a new document.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/createDocumentFragment)" - } - ] - }, - "type": { - "type": "reference", - "target": 61432, - "name": "DocumentFragment", - "package": "typescript" - } - }, - "60923": { - "id": 60923, - "name": "createElement", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60924, - 60928, - 60932 - ] - }, - "60924": { - "id": 60924, - "name": "createElement", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Creates an instance of the element for the specified tag." - } - ] - }, - "typeParameter": [ - 60925 - ], - "parameters": [ - 60926, - 60927 - ], - "type": { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 60925, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - }, - "60925": { - "id": 60925, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - }, - "60926": { - "id": 60926, - "name": "tagName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The name of an element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/createElement)" - } - ] - }, - "type": { - "type": "reference", - "target": 60925, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "60927": { - "id": 60927, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62304, - "name": "ElementCreationOptions", - "package": "typescript" - } - }, - "60928": { - "id": 60928, - "name": "createElement", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "typeParameter": [ - 60929 - ], - "parameters": [ - 60930, - 60931 - ], - "type": { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 60929, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - }, - "60929": { - "id": 60929, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - }, - "60930": { - "id": 60930, - "name": "tagName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 60929, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "60931": { - "id": 60931, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62304, - "name": "ElementCreationOptions", - "package": "typescript" - } - }, - "60932": { - "id": 60932, - "name": "createElement", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 60933, - 60934 - ], - "type": { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - }, - "60933": { - "id": 60933, - "name": "tagName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60934": { - "id": 60934, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62304, - "name": "ElementCreationOptions", - "package": "typescript" - } - }, - "60935": { - "id": 60935, - "name": "createElementNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60936, - 60939, - 60943, - 60946, - 60950, - 60953, - 60957 - ] - }, - "60936": { - "id": 60936, - "name": "createElementNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns an element with namespace namespace. Its namespace prefix will be everything before \":\" (U+003E) in qualifiedName or null. Its local name will be everything after \":\" (U+003E) in qualifiedName or qualifiedName.\n\nIf localName does not match the Name production an \"InvalidCharacterError\" DOMException will be thrown.\n\nIf one of the following conditions is true a \"NamespaceError\" DOMException will be thrown:\n\nlocalName does not match the QName production.\nNamespace prefix is not null and namespace is the empty string.\nNamespace prefix is \"xml\" and namespace is not the XML namespace.\nqualifiedName or namespace prefix is \"xmlns\" and namespace is not the XMLNS namespace.\nnamespace is the XMLNS namespace and neither qualifiedName nor namespace prefix is \"xmlns\".\n\nWhen supplied, options's is can be used to create a customized built-in element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/createElementNS)" - } - ] - }, - "parameters": [ - 60937, - 60938 - ], - "type": { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - }, - "60937": { - "id": 60937, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/1999/xhtml" - } - }, - "60938": { - "id": 60938, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60939": { - "id": 60939, - "name": "createElementNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 60940 - ], - "parameters": [ - 60941, - 60942 - ], - "type": { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 60940, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - }, - "60940": { - "id": 60940, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - }, - "60941": { - "id": 60941, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/2000/svg" - } - }, - "60942": { - "id": 60942, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 60940, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "60943": { - "id": 60943, - "name": "createElementNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 60944, - 60945 - ], - "type": { - "type": "reference", - "target": 146576, - "name": "SVGElement", - "package": "typescript" - } - }, - "60944": { - "id": 60944, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/2000/svg" - } - }, - "60945": { - "id": 60945, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60946": { - "id": 60946, - "name": "createElementNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 60947 - ], - "parameters": [ - 60948, - 60949 - ], - "type": { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 60947, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - }, - "60947": { - "id": 60947, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - }, - "60948": { - "id": 60948, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/1998/Math/MathML" - } - }, - "60949": { - "id": 60949, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 60947, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "60950": { - "id": 60950, - "name": "createElementNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 60951, - 60952 - ], - "type": { - "type": "reference", - "target": 132754, - "name": "MathMLElement", - "package": "typescript" - } - }, - "60951": { - "id": 60951, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/1998/Math/MathML" - } - }, - "60952": { - "id": 60952, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60953": { - "id": 60953, - "name": "createElementNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 60954, - 60955, - 60956 - ], - "type": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - }, - "60954": { - "id": 60954, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "60955": { - "id": 60955, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60956": { - "id": 60956, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62304, - "name": "ElementCreationOptions", - "package": "typescript" - } - }, - "60957": { - "id": 60957, - "name": "createElementNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 60958, - 60959, - 60960 - ], - "type": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - }, - "60958": { - "id": 60958, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "60959": { - "id": 60959, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "60960": { - "id": 60960, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 62304, - "name": "ElementCreationOptions", - "package": "typescript" - } - ] - } - }, - "60961": { - "id": 60961, - "name": "createEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 60962, - 60964, - 60966, - 60968, - 60970, - 60972, - 60974, - 60976, - 60978, - 60980, - 60982, - 60984, - 60986, - 60988, - 60990, - 60992, - 60994, - 60996, - 60998, - 61000, - 61002, - 61004, - 61006, - 61008, - 61010, - 61012, - 61014, - 61016, - 61018, - 61020, - 61022, - 61024, - 61026, - 61028, - 61030, - 61032, - 61034, - 61036, - 61038, - 61040, - 61042, - 61044, - 61046, - 61048, - 61050, - 61052, - 61054, - 61056, - 61058, - 61060, - 61062, - 61064, - 61066, - 61068, - 61070, - 61072, - 61074, - 61076, - 61078, - 61080, - 61082, - 61084, - 61086, - 61088, - 61090 - ] - }, - "60962": { - "id": 60962, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/createEvent)" - } - ] - } - ] - }, - "parameters": [ - 60963 - ], - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - }, - "60963": { - "id": 60963, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "AnimationEvent" - } - }, - "60964": { - "id": 60964, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 60965 - ], - "type": { - "type": "reference", - "target": 57807, - "name": "AnimationPlaybackEvent", - "package": "typescript" - } - }, - "60965": { - "id": 60965, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "AnimationPlaybackEvent" - } - }, - "60966": { - "id": 60966, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 60967 - ], - "type": { - "type": "reference", - "target": 58023, - "name": "AudioProcessingEvent", - "package": "typescript" - } - }, - "60967": { - "id": 60967, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "AudioProcessingEvent" - } - }, - "60968": { - "id": 60968, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 60969 - ], - "type": { - "type": "reference", - "target": 58073, - "name": "BeforeUnloadEvent", - "package": "typescript" - } - }, - "60969": { - "id": 60969, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "BeforeUnloadEvent" - } - }, - "60970": { - "id": 60970, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 60971 - ], - "type": { - "type": "reference", - "target": 58107, - "name": "BlobEvent", - "package": "typescript" - } - }, - "60971": { - "id": 60971, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "BlobEvent" - } - }, - "60972": { - "id": 60972, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 60973 - ], - "type": { - "type": "reference", - "target": 59344, - "name": "ClipboardEvent", - "package": "typescript" - } - }, - "60973": { - "id": 60973, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "ClipboardEvent" - } - }, - "60974": { - "id": 60974, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 60975 - ], - "type": { - "type": "reference", - "target": 59381, - "name": "CloseEvent", - "package": "typescript" - } - }, - "60975": { - "id": 60975, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "CloseEvent" - } - }, - "60976": { - "id": 60976, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 60977 - ], - "type": { - "type": "reference", - "target": 59552, - "name": "CompositionEvent", - "package": "typescript" - } - }, - "60977": { - "id": 60977, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "CompositionEvent" - } - }, - "60978": { - "id": 60978, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 60979 - ], - "type": { - "type": "reference", - "target": 59641, - "name": "ContentVisibilityAutoStateChangeEvent", - "package": "typescript" - } - }, - "60979": { - "id": 60979, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "ContentVisibilityAutoStateChangeEvent" - } - }, - "60980": { - "id": 60980, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 60981 - ], - "type": { - "type": "reference", - "target": 59714, - "typeArguments": [ - { - "type": "intrinsic", - "name": "any" - } - ], - "name": "CustomEvent", - "package": "typescript" - } - }, - "60981": { - "id": 60981, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "CustomEvent" - } - }, - "60982": { - "id": 60982, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 60983 - ], - "type": { - "type": "reference", - "target": 60148, - "name": "DeviceMotionEvent", - "package": "typescript" - } - }, - "60983": { - "id": 60983, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "DeviceMotionEvent" - } - }, - "60984": { - "id": 60984, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 60985 - ], - "type": { - "type": "reference", - "target": 60207, - "name": "DeviceOrientationEvent", - "package": "typescript" - } - }, - "60985": { - "id": 60985, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "DeviceOrientationEvent" - } - }, - "60986": { - "id": 60986, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 60987 - ], - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - }, - "60987": { - "id": 60987, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "DragEvent" - } - }, - "60988": { - "id": 60988, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 60989 - ], - "type": { - "type": "reference", - "target": 62379, - "name": "ErrorEvent", - "package": "typescript" - } - }, - "60989": { - "id": 60989, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "ErrorEvent" - } - }, - "60990": { - "id": 60990, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 60991 - ], - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "60991": { - "id": 60991, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "Event" - } - }, - "60992": { - "id": 60992, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 60993 - ], - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "60993": { - "id": 60993, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "Events" - } - }, - "60994": { - "id": 60994, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 60995 - ], - "type": { - "type": "reference", - "target": 62585, - "name": "FocusEvent", - "package": "typescript" - } - }, - "60995": { - "id": 60995, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "FocusEvent" - } - }, - "60996": { - "id": 60996, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 60997 - ], - "type": { - "type": "reference", - "target": 62662, - "name": "FontFaceSetLoadEvent", - "package": "typescript" - } - }, - "60997": { - "id": 60997, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "FontFaceSetLoadEvent" - } - }, - "60998": { - "id": 60998, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 60999 - ], - "type": { - "type": "reference", - "target": 62701, - "name": "FormDataEvent", - "package": "typescript" - } - }, - "60999": { - "id": 60999, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "FormDataEvent" - } - }, - "61000": { - "id": 61000, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61001 - ], - "type": { - "type": "reference", - "target": 62764, - "name": "GamepadEvent", - "package": "typescript" - } - }, - "61001": { - "id": 61001, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "GamepadEvent" - } - }, - "61002": { - "id": 61002, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61003 - ], - "type": { - "type": "reference", - "target": 131929, - "name": "HashChangeEvent", - "package": "typescript" - } - }, - "61003": { - "id": 61003, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "HashChangeEvent" - } - }, - "61004": { - "id": 61004, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61005 - ], - "type": { - "type": "reference", - "target": 132264, - "name": "IDBVersionChangeEvent", - "package": "typescript" - } - }, - "61005": { - "id": 61005, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "IDBVersionChangeEvent" - } - }, - "61006": { - "id": 61006, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61007 - ], - "type": { - "type": "reference", - "target": 132341, - "name": "InputEvent", - "package": "typescript" - } - }, - "61007": { - "id": 61007, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "InputEvent" - } - }, - "61008": { - "id": 61008, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61009 - ], - "type": { - "type": "reference", - "target": 132447, - "name": "KeyboardEvent", - "package": "typescript" - } - }, - "61009": { - "id": 61009, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "KeyboardEvent" - } - }, - "61010": { - "id": 61010, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61011 - ], - "type": { - "type": "reference", - "target": 132630, - "name": "MIDIConnectionEvent", - "package": "typescript" - } - }, - "61011": { - "id": 61011, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "MIDIConnectionEvent" - } - }, - "61012": { - "id": 61012, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61013 - ], - "type": { - "type": "reference", - "target": 132667, - "name": "MIDIMessageEvent", - "package": "typescript" - } - }, - "61013": { - "id": 61013, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "MIDIMessageEvent" - } - }, - "61014": { - "id": 61014, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61015 - ], - "type": { - "type": "reference", - "target": 133822, - "name": "MediaEncryptedEvent", - "package": "typescript" - } - }, - "61015": { - "id": 61015, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "MediaEncryptedEvent" - } - }, - "61016": { - "id": 61016, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61017 - ], - "type": { - "type": "reference", - "target": 133868, - "name": "MediaKeyMessageEvent", - "package": "typescript" - } - }, - "61017": { - "id": 61017, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "MediaKeyMessageEvent" - } - }, - "61018": { - "id": 61018, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61019 - ], - "type": { - "type": "reference", - "target": 134035, - "name": "MediaQueryListEvent", - "package": "typescript" - } - }, - "61019": { - "id": 61019, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "MediaQueryListEvent" - } - }, - "61020": { - "id": 61020, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61021 - ], - "type": { - "type": "reference", - "target": 134278, - "name": "MediaStreamTrackEvent", - "package": "typescript" - } - }, - "61021": { - "id": 61021, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "MediaStreamTrackEvent" - } - }, - "61022": { - "id": 61022, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61023 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "MessageEvent" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "any" - } - ], - "name": "MessageEvent", - "package": "typescript" - } - }, - "61023": { - "id": 61023, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "MessageEvent" - } - }, - "61024": { - "id": 61024, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61025 - ], - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - }, - "61025": { - "id": 61025, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "MouseEvent" - } - }, - "61026": { - "id": 61026, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61027 - ], - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - }, - "61027": { - "id": 61027, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "MouseEvents" - } - }, - "61028": { - "id": 61028, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61029 - ], - "type": { - "type": "reference", - "target": 134799, - "name": "OfflineAudioCompletionEvent", - "package": "typescript" - } - }, - "61029": { - "id": 61029, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "OfflineAudioCompletionEvent" - } - }, - "61030": { - "id": 61030, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61031 - ], - "type": { - "type": "reference", - "target": 135205, - "name": "PageRevealEvent", - "package": "typescript" - } - }, - "61031": { - "id": 61031, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "PageRevealEvent" - } - }, - "61032": { - "id": 61032, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61033 - ], - "type": { - "type": "reference", - "target": 135242, - "name": "PageSwapEvent", - "package": "typescript" - } - }, - "61033": { - "id": 61033, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "PageSwapEvent" - } - }, - "61034": { - "id": 61034, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61035 - ], - "type": { - "type": "reference", - "target": 135281, - "name": "PageTransitionEvent", - "package": "typescript" - } - }, - "61035": { - "id": 61035, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "PageTransitionEvent" - } - }, - "61036": { - "id": 61036, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61037 - ], - "type": { - "type": "reference", - "target": 135555, - "name": "PaymentMethodChangeEvent", - "package": "typescript" - } - }, - "61037": { - "id": 61037, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "PaymentMethodChangeEvent" - } - }, - "61038": { - "id": 61038, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61039 - ], - "type": { - "type": "reference", - "target": 135597, - "name": "PaymentRequestUpdateEvent", - "package": "typescript" - } - }, - "61039": { - "id": 61039, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "PaymentRequestUpdateEvent" - } - }, - "61040": { - "id": 61040, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61041 - ], - "type": { - "type": "reference", - "target": 135780, - "name": "PictureInPictureEvent", - "package": "typescript" - } - }, - "61041": { - "id": 61041, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "PictureInPictureEvent" - } - }, - "61042": { - "id": 61042, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61043 - ], - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - }, - "61043": { - "id": 61043, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "PointerEvent" - } - }, - "61044": { - "id": 61044, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61045 - ], - "type": { - "type": "reference", - "target": 136005, - "name": "PopStateEvent", - "package": "typescript" - } - }, - "61045": { - "id": 61045, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "PopStateEvent" - } - }, - "61046": { - "id": 61046, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61047 - ], - "type": { - "type": "reference", - "target": 136178, - "typeArguments": [ - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ], - "name": "ProgressEvent", - "package": "typescript" - } - }, - "61047": { - "id": 61047, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "ProgressEvent" - } - }, - "61048": { - "id": 61048, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61049 - ], - "type": { - "type": "reference", - "target": 136234, - "name": "PromiseRejectionEvent", - "package": "typescript" - } - }, - "61049": { - "id": 61049, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "PromiseRejectionEvent" - } - }, - "61050": { - "id": 61050, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61051 - ], - "type": { - "type": "reference", - "target": 136287, - "name": "RTCDTMFToneChangeEvent", - "package": "typescript" - } - }, - "61051": { - "id": 61051, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "RTCDTMFToneChangeEvent" - } - }, - "61052": { - "id": 61052, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61053 - ], - "type": { - "type": "reference", - "target": 136408, - "name": "RTCDataChannelEvent", - "package": "typescript" - } - }, - "61053": { - "id": 61053, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "RTCDataChannelEvent" - } - }, - "61054": { - "id": 61054, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61055 - ], - "type": { - "type": "reference", - "target": 136536, - "name": "RTCErrorEvent", - "package": "typescript" - } - }, - "61055": { - "id": 61055, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "RTCErrorEvent" - } - }, - "61056": { - "id": 61056, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61057 - ], - "type": { - "type": "reference", - "target": 136660, - "name": "RTCPeerConnectionIceErrorEvent", - "package": "typescript" - } - }, - "61057": { - "id": 61057, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "RTCPeerConnectionIceErrorEvent" - } - }, - "61058": { - "id": 61058, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61059 - ], - "type": { - "type": "reference", - "target": 136705, - "name": "RTCPeerConnectionIceEvent", - "package": "typescript" - } - }, - "61059": { - "id": 61059, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "RTCPeerConnectionIceEvent" - } - }, - "61060": { - "id": 61060, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61061 - ], - "type": { - "type": "reference", - "target": 136798, - "name": "RTCTrackEvent", - "package": "typescript" - } - }, - "61061": { - "id": 61061, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "RTCTrackEvent" - } - }, - "61062": { - "id": 61062, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61063 - ], - "type": { - "type": "reference", - "target": 204976, - "name": "SecurityPolicyViolationEvent", - "package": "typescript" - } - }, - "61063": { - "id": 61063, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "SecurityPolicyViolationEvent" - } - }, - "61064": { - "id": 61064, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61065 - ], - "type": { - "type": "reference", - "target": 205485, - "name": "SpeechSynthesisErrorEvent", - "package": "typescript" - } - }, - "61065": { - "id": 61065, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "SpeechSynthesisErrorEvent" - } - }, - "61066": { - "id": 61066, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61067 - ], - "type": { - "type": "reference", - "target": 205532, - "name": "SpeechSynthesisEvent", - "package": "typescript" - } - }, - "61067": { - "id": 61067, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "SpeechSynthesisEvent" - } - }, - "61068": { - "id": 61068, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61069 - ], - "type": { - "type": "reference", - "target": 205696, - "name": "StorageEvent", - "package": "typescript" - } - }, - "61069": { - "id": 61069, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "StorageEvent" - } - }, - "61070": { - "id": 61070, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61071 - ], - "type": { - "type": "reference", - "target": 205818, - "name": "SubmitEvent", - "package": "typescript" - } - }, - "61071": { - "id": 61071, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "SubmitEvent" - } - }, - "61072": { - "id": 61072, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61073 - ], - "type": { - "type": "reference", - "target": 205990, - "name": "TextEvent", - "package": "typescript" - } - }, - "61073": { - "id": 61073, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "TextEvent" - } - }, - "61074": { - "id": 61074, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61075 - ], - "type": { - "type": "reference", - "target": 206163, - "name": "ToggleEvent", - "package": "typescript" - } - }, - "61075": { - "id": 61075, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "ToggleEvent" - } - }, - "61076": { - "id": 61076, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61077 - ], - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - }, - "61077": { - "id": 61077, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "TouchEvent" - } - }, - "61078": { - "id": 61078, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61079 - ], - "type": { - "type": "reference", - "target": 206303, - "name": "TrackEvent", - "package": "typescript" - } - }, - "61079": { - "id": 61079, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "TrackEvent" - } - }, - "61080": { - "id": 61080, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61081 - ], - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - }, - "61081": { - "id": 61081, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "TransitionEvent" - } - }, - "61082": { - "id": 61082, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61083 - ], - "type": { - "type": "reference", - "target": 206438, - "name": "UIEvent", - "package": "typescript" - } - }, - "61083": { - "id": 61083, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "UIEvent" - } - }, - "61084": { - "id": 61084, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61085 - ], - "type": { - "type": "reference", - "target": 206438, - "name": "UIEvent", - "package": "typescript" - } - }, - "61085": { - "id": 61085, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "UIEvents" - } - }, - "61086": { - "id": 61086, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61087 - ], - "type": { - "type": "reference", - "target": 208869, - "name": "WebGLContextEvent", - "package": "typescript" - } - }, - "61087": { - "id": 61087, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "WebGLContextEvent" - } - }, - "61088": { - "id": 61088, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61089 - ], - "type": { - "type": "reference", - "target": 209942, - "name": "WheelEvent", - "package": "typescript" - } - }, - "61089": { - "id": 61089, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "WheelEvent" - } - }, - "61090": { - "id": 61090, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61091 - ], - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "61091": { - "id": 61091, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61092": { - "id": 61092, - "name": "createExpression", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61093 - ], - "inheritedFrom": { - "type": "reference", - "target": 212408, - "name": "XPathEvaluatorBase.createExpression" - } - }, - "61093": { - "id": 61093, - "name": "createExpression", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/createExpression)" - } - ] - }, - "parameters": [ - 61094, - 61095 - ], - "type": { - "type": "reference", - "target": 212422, - "name": "XPathExpression", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 212409, - "name": "XPathEvaluatorBase.createExpression" - } - }, - "61094": { - "id": 61094, - "name": "expression", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61095": { - "id": 61095, - "name": "resolver", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 212645, - "name": "XPathNSResolver", - "package": "typescript" - } - ] - } - }, - "61096": { - "id": 61096, - "name": "createNSResolver", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61097 - ], - "inheritedFrom": { - "type": "reference", - "target": 212412, - "name": "XPathEvaluatorBase.createNSResolver" - } - }, - "61097": { - "id": 61097, - "name": "createNSResolver", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/createNSResolver)" - } - ] - } - ] - }, - "parameters": [ - 61098 - ], - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 212413, - "name": "XPathEvaluatorBase.createNSResolver" - } - }, - "61098": { - "id": 61098, - "name": "nodeResolver", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "61099": { - "id": 61099, - "name": "createNodeIterator", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61100 - ] - }, - "61100": { - "id": 61100, - "name": "createNodeIterator", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Creates a NodeIterator object that you can use to traverse filtered lists of nodes or elements in a document." - } - ] - }, - "parameters": [ - 61101, - 61102, - 61103 - ], - "type": { - "type": "reference", - "target": 134745, - "name": "NodeIterator", - "package": "typescript" - } - }, - "61101": { - "id": 61101, - "name": "root", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The root element or node to start traversing on." - } - ] - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "61102": { - "id": 61102, - "name": "whatToShow", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The type of nodes or elements to appear in the node list" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "61103": { - "id": 61103, - "name": "filter", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "A custom NodeFilter function to use. For more information, see filter. Use null for no filter.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/createNodeIterator)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 212574, - "name": "NodeFilter", - "package": "typescript" - } - ] - } - }, - "61104": { - "id": 61104, - "name": "createProcessingInstruction", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61105 - ] - }, - "61105": { - "id": 61105, - "name": "createProcessingInstruction", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a ProcessingInstruction node whose target is target and data is data. If target does not match the Name production an \"InvalidCharacterError\" DOMException will be thrown. If data contains \"?>\" an \"InvalidCharacterError\" DOMException will be thrown.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/createProcessingInstruction)" - } - ] - }, - "parameters": [ - 61106, - 61107 - ], - "type": { - "type": "reference", - "target": 136046, - "name": "ProcessingInstruction", - "package": "typescript" - } - }, - "61106": { - "id": 61106, - "name": "target", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61107": { - "id": 61107, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61108": { - "id": 61108, - "name": "createRange", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61109 - ] - }, - "61109": { - "id": 61109, - "name": "createRange", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns an empty range object that has both of its boundary points positioned at the beginning of the document.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/createRange)" - } - ] - }, - "type": { - "type": "reference", - "target": 136841, - "name": "Range", - "package": "typescript" - } - }, - "61110": { - "id": 61110, - "name": "createTextNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61111 - ] - }, - "61111": { - "id": 61111, - "name": "createTextNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Creates a text string from the specified value." - } - ] - }, - "parameters": [ - 61112 - ], - "type": { - "type": "reference", - "target": 205855, - "name": "Text", - "package": "typescript" - } - }, - "61112": { - "id": 61112, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "String that specifies the nodeValue property of the text node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/createTextNode)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61113": { - "id": 61113, - "name": "createTreeWalker", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61114 - ] - }, - "61114": { - "id": 61114, - "name": "createTreeWalker", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Creates a TreeWalker object that you can use to traverse filtered lists of nodes or elements in a document." - } - ] - }, - "parameters": [ - 61115, - 61116, - 61117 - ], - "type": { - "type": "reference", - "target": 206419, - "name": "TreeWalker", - "package": "typescript" - } - }, - "61115": { - "id": 61115, - "name": "root", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The root element or node to start traversing on." - } - ] - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "61116": { - "id": 61116, - "name": "whatToShow", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The type of nodes or elements to appear in the node list. For more information, see whatToShow." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "61117": { - "id": 61117, - "name": "filter", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "A custom NodeFilter function to use.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/createTreeWalker)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 212574, - "name": "NodeFilter", - "package": "typescript" - } - ] - } - }, - "61118": { - "id": 61118, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61119 - ], - "inheritedFrom": { - "type": "reference", - "target": 135376, - "name": "ParentNode.dispatchEvent" - } - }, - "61119": { - "id": 61119, - "name": "dispatchEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "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.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/dispatchEvent)" - } - ] - }, - "parameters": [ - 61120 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 135377, - "name": "ParentNode.dispatchEvent" - } - }, - "61120": { - "id": 61120, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "61121": { - "id": 61121, - "name": "elementFromPoint", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61122 - ], - "inheritedFrom": { - "type": "reference", - "target": 61582, - "name": "DocumentOrShadowRoot.elementFromPoint" - } - }, - "61122": { - "id": 61122, - "name": "elementFromPoint", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the element for the specified x coordinate and the specified y coordinate." - } - ] - }, - "parameters": [ - 61123, - 61124 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61583, - "name": "DocumentOrShadowRoot.elementFromPoint" - } - }, - "61123": { - "id": 61123, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The x-offset" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "61124": { - "id": 61124, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The y-offset" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "61125": { - "id": 61125, - "name": "elementsFromPoint", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61126 - ], - "inheritedFrom": { - "type": "reference", - "target": 61586, - "name": "DocumentOrShadowRoot.elementsFromPoint" - } - }, - "61126": { - "id": 61126, - "name": "elementsFromPoint", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61127, - 61128 - ], - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 61587, - "name": "DocumentOrShadowRoot.elementsFromPoint" - } - }, - "61127": { - "id": 61127, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "61128": { - "id": 61128, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "61129": { - "id": 61129, - "name": "evaluate", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61130 - ], - "inheritedFrom": { - "type": "reference", - "target": 212415, - "name": "XPathEvaluatorBase.evaluate" - } - }, - "61130": { - "id": 61130, - "name": "evaluate", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/evaluate)" - } - ] - }, - "parameters": [ - 61131, - 61132, - 61133, - 61134, - 61135 - ], - "type": { - "type": "reference", - "target": 212428, - "name": "XPathResult", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 212416, - "name": "XPathEvaluatorBase.evaluate" - } - }, - "61131": { - "id": 61131, - "name": "expression", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61132": { - "id": 61132, - "name": "contextNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "61133": { - "id": 61133, - "name": "resolver", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 212645, - "name": "XPathNSResolver", - "package": "typescript" - } - ] - } - }, - "61134": { - "id": 61134, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "61135": { - "id": 61135, - "name": "result", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 212428, - "name": "XPathResult", - "package": "typescript" - } - ] - } - }, - "61136": { - "id": 61136, - "name": "execCommand", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61137 - ] - }, - "61137": { - "id": 61137, - "name": "execCommand", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Executes a command on the current document, current selection, or the given range." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/execCommand)" - } - ] - } - ] - }, - "parameters": [ - 61138, - 61139, - 61140 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "61138": { - "id": 61138, - "name": "commandId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "String that specifies the command to execute. This command can be any of the command identifiers that can be executed in script." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61139": { - "id": 61139, - "name": "showUI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Display the user interface, defaults to false." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "61140": { - "id": 61140, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Value to assign." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61141": { - "id": 61141, - "name": "exitFullscreen", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61142 - ] - }, - "61142": { - "id": 61142, - "name": "exitFullscreen", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Stops document's fullscreen element from being displayed fullscreen and resolves promise when done.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/exitFullscreen)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "61143": { - "id": 61143, - "name": "exitPictureInPicture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61144 - ] - }, - "61144": { - "id": 61144, - "name": "exitPictureInPicture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/exitPictureInPicture)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "61145": { - "id": 61145, - "name": "exitPointerLock", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61146 - ] - }, - "61146": { - "id": 61146, - "name": "exitPointerLock", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/exitPointerLock)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "61147": { - "id": 61147, - "name": "getAnimations", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61148 - ], - "inheritedFrom": { - "type": "reference", - "target": 61590, - "name": "DocumentOrShadowRoot.getAnimations" - } - }, - "61148": { - "id": 61148, - "name": "getAnimations", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/getAnimations)" - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 57672, - "name": "Animation", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 61591, - "name": "DocumentOrShadowRoot.getAnimations" - } - }, - "61149": { - "id": 61149, - "name": "getElementById", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61150 - ], - "overwrites": { - "type": "reference", - "target": 134761, - "name": "NonElementParentNode.getElementById" - } - }, - "61150": { - "id": 61150, - "name": "getElementById", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a reference to the first object with the specified value of the ID attribute." - } - ] - }, - "parameters": [ - 61151 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "overwrites": { - "type": "reference", - "target": 134762, - "name": "NonElementParentNode.getElementById" - } - }, - "61151": { - "id": 61151, - "name": "elementId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "String that specifies the ID value." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61152": { - "id": 61152, - "name": "getElementsByClassName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61153 - ] - }, - "61153": { - "id": 61153, - "name": "getElementsByClassName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a HTMLCollection of the elements in the object on which the method was invoked (a document or an element) that have all the classes given by classNames. The classNames argument is interpreted as a space-separated list of classes.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/getElementsByClassName)" - } - ] - }, - "parameters": [ - 61154 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "61154": { - "id": 61154, - "name": "classNames", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61155": { - "id": 61155, - "name": "getElementsByName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61156 - ] - }, - "61156": { - "id": 61156, - "name": "getElementsByName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Gets a collection of objects based on the value of the NAME or ID attribute." - } - ] - }, - "parameters": [ - 61157 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - ], - "name": "NodeListOf", - "package": "typescript" - } - }, - "61157": { - "id": 61157, - "name": "elementName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Gets a collection of objects based on the value of the NAME or ID attribute.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/getElementsByName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61158": { - "id": 61158, - "name": "getElementsByTagName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61159, - 61162, - 61165, - 61168, - 61171 - ] - }, - "61159": { - "id": 61159, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Retrieves a collection of objects based on the specified element name." - } - ] - }, - "typeParameter": [ - 61160 - ], - "parameters": [ - 61161 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 61160, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "61160": { - "id": 61160, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - }, - "61161": { - "id": 61161, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61160, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61162": { - "id": 61162, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 61163 - ], - "parameters": [ - 61164 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 61163, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "61163": { - "id": 61163, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - }, - "61164": { - "id": 61164, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61163, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61165": { - "id": 61165, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 61166 - ], - "parameters": [ - 61167 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 61166, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "61166": { - "id": 61166, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - }, - "61167": { - "id": 61167, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61166, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61168": { - "id": 61168, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "typeParameter": [ - 61169 - ], - "parameters": [ - 61170 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 61169, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "61169": { - "id": 61169, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - }, - "61170": { - "id": 61170, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61169, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61171": { - "id": 61171, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61172 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "61172": { - "id": 61172, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61173": { - "id": 61173, - "name": "getElementsByTagNameNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61174, - 61177, - 61180, - 61183 - ] - }, - "61174": { - "id": 61174, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "If namespace and localName are \"*\" returns a HTMLCollection of all descendant elements.\n\nIf only namespace is \"*\" returns a HTMLCollection of all descendant elements whose local name is localName.\n\nIf only localName is \"*\" returns a HTMLCollection of all descendant elements whose namespace is namespace.\n\nOtherwise, returns a HTMLCollection of all descendant elements whose namespace is namespace and local name is localName.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/getElementsByTagNameNS)" - } - ] - }, - "parameters": [ - 61175, - 61176 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "61175": { - "id": 61175, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/1999/xhtml" - } - }, - "61176": { - "id": 61176, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61177": { - "id": 61177, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61178, - 61179 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 146576, - "name": "SVGElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "61178": { - "id": 61178, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/2000/svg" - } - }, - "61179": { - "id": 61179, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61180": { - "id": 61180, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61181, - 61182 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 132754, - "name": "MathMLElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "61181": { - "id": 61181, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/1998/Math/MathML" - } - }, - "61182": { - "id": 61182, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61183": { - "id": 61183, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61184, - 61185 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "61184": { - "id": 61184, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "61185": { - "id": 61185, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61186": { - "id": 61186, - "name": "getRootNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61187 - ], - "inheritedFrom": { - "type": "reference", - "target": 135379, - "name": "ParentNode.getRootNode" - } - }, - "61187": { - "id": 61187, - "name": "getRootNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's root.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/getRootNode)" - } - ] - }, - "parameters": [ - 61188 - ], - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 135380, - "name": "ParentNode.getRootNode" - } - }, - "61188": { - "id": 61188, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62813, - "name": "GetRootNodeOptions", - "package": "typescript" - } - }, - "61189": { - "id": 61189, - "name": "getSelection", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61190 - ] - }, - "61190": { - "id": 61190, - "name": "getSelection", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns an object representing the current selection of the document that is loaded into the object displaying a webpage.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/getSelection)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 205035, - "name": "Selection", - "package": "typescript" - } - ] - } - }, - "61191": { - "id": 61191, - "name": "hasChildNodes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61192 - ], - "inheritedFrom": { - "type": "reference", - "target": 135382, - "name": "ParentNode.hasChildNodes" - } - }, - "61192": { - "id": 61192, - "name": "hasChildNodes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node has children.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/hasChildNodes)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 135383, - "name": "ParentNode.hasChildNodes" - } - }, - "61193": { - "id": 61193, - "name": "hasFocus", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61194 - ] - }, - "61194": { - "id": 61194, - "name": "hasFocus", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Gets a value indicating whether the object currently has focus.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/hasFocus)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "61195": { - "id": 61195, - "name": "hasStorageAccess", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61196 - ] - }, - "61196": { - "id": 61196, - "name": "hasStorageAccess", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/hasStorageAccess)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "boolean" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "61197": { - "id": 61197, - "name": "importNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61198 - ] - }, - "61198": { - "id": 61198, - "name": "importNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a copy of node. If deep is true, the copy also includes the node's descendants.\n\nIf node is a document or a shadow root, throws a \"NotSupportedError\" DOMException.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/importNode)" - } - ] - }, - "typeParameter": [ - 61199 - ], - "parameters": [ - 61200, - 61201 - ], - "type": { - "type": "reference", - "target": 61199, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61199": { - "id": 61199, - "name": "T", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "61200": { - "id": 61200, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61199, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61201": { - "id": 61201, - "name": "subtree", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "61202": { - "id": 61202, - "name": "insertBefore", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61203 - ], - "inheritedFrom": { - "type": "reference", - "target": 135384, - "name": "ParentNode.insertBefore" - } - }, - "61203": { - "id": 61203, - "name": "insertBefore", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/insertBefore)" - } - ] - }, - "typeParameter": [ - 61204 - ], - "parameters": [ - 61205, - 61206 - ], - "type": { - "type": "reference", - "target": 71407, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 135385, - "name": "ParentNode.insertBefore" - } - }, - "61205": { - "id": 61205, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71407, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61206": { - "id": 61206, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "61207": { - "id": 61207, - "name": "isDefaultNamespace", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61208 - ], - "inheritedFrom": { - "type": "reference", - "target": 135389, - "name": "ParentNode.isDefaultNamespace" - } - }, - "61208": { - "id": 61208, - "name": "isDefaultNamespace", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isDefaultNamespace)" - } - ] - }, - "parameters": [ - 61209 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 135390, - "name": "ParentNode.isDefaultNamespace" - } - }, - "61209": { - "id": 61209, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "61210": { - "id": 61210, - "name": "isEqualNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61211 - ], - "inheritedFrom": { - "type": "reference", - "target": 135392, - "name": "ParentNode.isEqualNode" - } - }, - "61211": { - "id": 61211, - "name": "isEqualNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node and otherNode have the same properties.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isEqualNode)" - } - ] - }, - "parameters": [ - 61212 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 135393, - "name": "ParentNode.isEqualNode" - } - }, - "61212": { - "id": 61212, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "61213": { - "id": 61213, - "name": "isSameNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61214 - ], - "inheritedFrom": { - "type": "reference", - "target": 135395, - "name": "ParentNode.isSameNode" - } - }, - "61214": { - "id": 61214, - "name": "isSameNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isSameNode)" - } - ] - }, - "parameters": [ - 61215 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 135396, - "name": "ParentNode.isSameNode" - } - }, - "61215": { - "id": 61215, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "61216": { - "id": 61216, - "name": "lookupNamespaceURI", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61217 - ], - "inheritedFrom": { - "type": "reference", - "target": 135398, - "name": "ParentNode.lookupNamespaceURI" - } - }, - "61217": { - "id": 61217, - "name": "lookupNamespaceURI", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupNamespaceURI)" - } - ] - }, - "parameters": [ - 61218 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135399, - "name": "ParentNode.lookupNamespaceURI" - } - }, - "61218": { - "id": 61218, - "name": "prefix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "61219": { - "id": 61219, - "name": "lookupPrefix", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61220 - ], - "inheritedFrom": { - "type": "reference", - "target": 135401, - "name": "ParentNode.lookupPrefix" - } - }, - "61220": { - "id": 61220, - "name": "lookupPrefix", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupPrefix)" - } - ] - }, - "parameters": [ - 61221 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135402, - "name": "ParentNode.lookupPrefix" - } - }, - "61221": { - "id": 61221, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "61222": { - "id": 61222, - "name": "normalize", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61223 - ], - "inheritedFrom": { - "type": "reference", - "target": 135404, - "name": "ParentNode.normalize" - } - }, - "61223": { - "id": 61223, - "name": "normalize", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes empty exclusive Text nodes and concatenates the data of remaining contiguous exclusive Text nodes into the first of their nodes.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/normalize)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 135405, - "name": "ParentNode.normalize" - } - }, - "61224": { - "id": 61224, - "name": "open", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61225, - 61228 - ] - }, - "61225": { - "id": 61225, - "name": "open", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Opens a new window and loads a document specified by a given URL. Also, opens a new window that uses the url parameter and the name parameter to collect the output of the write method and the writeln method." - } - ] - }, - "parameters": [ - 61226, - 61227 - ], - "type": { - "type": "reference", - "target": 60250, - "name": "Document", - "package": "typescript" - } - }, - "61226": { - "id": 61226, - "name": "unused1", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61227": { - "id": 61227, - "name": "unused2", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61228": { - "id": 61228, - "name": "open", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61229, - 61230, - 61231 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 210065, - "name": "Window", - "package": "typescript" - } - ] - } - }, - "61229": { - "id": 61229, - "name": "url", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 206489, - "name": "URL", - "package": "typescript" - } - ] - } - }, - "61230": { - "id": 61230, - "name": "name", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61231": { - "id": 61231, - "name": "features", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61232": { - "id": 61232, - "name": "prepend", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61233 - ], - "inheritedFrom": { - "type": "reference", - "target": 135406, - "name": "ParentNode.prepend" - } - }, - "61233": { - "id": 61233, - "name": "prepend", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes before the first child of node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/prepend)" - } - ] - }, - "parameters": [ - 61234 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 135407, - "name": "ParentNode.prepend" - } - }, - "61234": { - "id": 61234, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "61235": { - "id": 61235, - "name": "queryCommandEnabled", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61236 - ] - }, - "61236": { - "id": 61236, - "name": "queryCommandEnabled", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a Boolean value that indicates whether a specified command can be successfully executed using execCommand, given the current state of the document." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/queryCommandEnabled)" - } - ] - } - ] - }, - "parameters": [ - 61237 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "61237": { - "id": 61237, - "name": "commandId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Specifies a command identifier." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61238": { - "id": 61238, - "name": "queryCommandIndeterm", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61239 - ] - }, - "61239": { - "id": 61239, - "name": "queryCommandIndeterm", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a Boolean value that indicates whether the specified command is in the indeterminate state." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "parameters": [ - 61240 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "61240": { - "id": 61240, - "name": "commandId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "String that specifies a command identifier." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61241": { - "id": 61241, - "name": "queryCommandState", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61242 - ] - }, - "61242": { - "id": 61242, - "name": "queryCommandState", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a Boolean value that indicates the current state of the command." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/queryCommandState)" - } - ] - } - ] - }, - "parameters": [ - 61243 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "61243": { - "id": 61243, - "name": "commandId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "String that specifies a command identifier." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61244": { - "id": 61244, - "name": "queryCommandSupported", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61245 - ] - }, - "61245": { - "id": 61245, - "name": "queryCommandSupported", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a Boolean value that indicates whether the current command is supported on the current range." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/queryCommandSupported)" - } - ] - } - ] - }, - "parameters": [ - 61246 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "61246": { - "id": 61246, - "name": "commandId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Specifies a command identifier." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61247": { - "id": 61247, - "name": "queryCommandValue", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61248 - ] - }, - "61248": { - "id": 61248, - "name": "queryCommandValue", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the current value of the document, range, or current selection for the given command." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "parameters": [ - 61249 - ], - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61249": { - "id": 61249, - "name": "commandId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "String that specifies a command identifier." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61250": { - "id": 61250, - "name": "querySelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61251, - 61254, - 61257, - 61260, - 61263 - ], - "inheritedFrom": { - "type": "reference", - "target": 135409, - "name": "ParentNode.querySelector" - } - }, - "61251": { - "id": 61251, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first element that is a descendant of node that matches selectors.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/querySelector)" - } - ] - }, - "typeParameter": [ - 61252 - ], - "parameters": [ - 61253 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71435, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135410, - "name": "ParentNode.querySelector" - } - }, - "61253": { - "id": 61253, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71435, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61254": { - "id": 61254, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 61255 - ], - "parameters": [ - 61256 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71438, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135413, - "name": "ParentNode.querySelector" - } - }, - "61256": { - "id": 61256, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71438, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61257": { - "id": 61257, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 61258 - ], - "parameters": [ - 61259 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71441, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135416, - "name": "ParentNode.querySelector" - } - }, - "61259": { - "id": 61259, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71441, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61260": { - "id": 61260, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "typeParameter": [ - 61261 - ], - "parameters": [ - 61262 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71444, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135419, - "name": "ParentNode.querySelector" - } - }, - "61262": { - "id": 61262, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71444, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61263": { - "id": 61263, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 61264 - ], - "parameters": [ - 61265 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 71447, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135422, - "name": "ParentNode.querySelector" - } - }, - "61265": { - "id": 61265, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61266": { - "id": 61266, - "name": "querySelectorAll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61267, - 61270, - 61273, - 61276, - 61279 - ], - "inheritedFrom": { - "type": "reference", - "target": 135425, - "name": "ParentNode.querySelectorAll" - } - }, - "61267": { - "id": 61267, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns all element descendants of node that match selectors.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/querySelectorAll)" - } - ] - }, - "typeParameter": [ - 61268 - ], - "parameters": [ - 61269 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71451, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 135426, - "name": "ParentNode.querySelectorAll" - } - }, - "61269": { - "id": 61269, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71451, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61270": { - "id": 61270, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 61271 - ], - "parameters": [ - 61272 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71454, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 135429, - "name": "ParentNode.querySelectorAll" - } - }, - "61272": { - "id": 61272, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71454, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61273": { - "id": 61273, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 61274 - ], - "parameters": [ - 61275 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71457, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 135432, - "name": "ParentNode.querySelectorAll" - } - }, - "61275": { - "id": 61275, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71457, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61276": { - "id": 61276, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "typeParameter": [ - 61277 - ], - "parameters": [ - 61278 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71460, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 135435, - "name": "ParentNode.querySelectorAll" - } - }, - "61278": { - "id": 61278, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71460, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61279": { - "id": 61279, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 61280 - ], - "parameters": [ - 61281 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 71463, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 135438, - "name": "ParentNode.querySelectorAll" - } - }, - "61281": { - "id": 61281, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61282": { - "id": 61282, - "name": "releaseEvents", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61283 - ] - }, - "61283": { - "id": 61283, - "name": "releaseEvents", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "61284": { - "id": 61284, - "name": "removeChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61285 - ], - "inheritedFrom": { - "type": "reference", - "target": 135441, - "name": "ParentNode.removeChild" - } - }, - "61285": { - "id": 61285, - "name": "removeChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/removeChild)" - } - ] - }, - "typeParameter": [ - 61286 - ], - "parameters": [ - 61287 - ], - "type": { - "type": "reference", - "target": 71482, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 135442, - "name": "ParentNode.removeChild" - } - }, - "61287": { - "id": 61287, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71482, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61288": { - "id": 61288, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61289, - 61298 - ], - "overwrites": { - "type": "reference", - "target": 135445, - "name": "ParentNode.removeEventListener" - } - }, - "61289": { - "id": 61289, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes the event listener in target's event listener list with the same type, callback, and options.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/removeEventListener)" - } - ] - }, - "typeParameter": [ - 61290 - ], - "parameters": [ - 61291, - 61292, - 61297 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 135446, - "name": "ParentNode.removeEventListener" - } - }, - "61290": { - "id": 61290, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 61321, - "name": "DocumentEventMap", - "package": "typescript" - } - } - }, - "61291": { - "id": 61291, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61290, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61292": { - "id": 61292, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 61293, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 61294 - ] - } - } - }, - "61297": { - "id": 61297, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 62469, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "61298": { - "id": 61298, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61299, - 61300, - 61301 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 63326, - "name": "GlobalEventHandlers.removeEventListener" - } - }, - "61299": { - "id": 61299, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61300": { - "id": 61300, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "61301": { - "id": 61301, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 62469, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "61302": { - "id": 61302, - "name": "replaceChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61303 - ], - "inheritedFrom": { - "type": "reference", - "target": 135450, - "name": "ParentNode.replaceChild" - } - }, - "61303": { - "id": 61303, - "name": "replaceChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/replaceChild)" - } - ] - }, - "typeParameter": [ - 61304 - ], - "parameters": [ - 61305, - 61306 - ], - "type": { - "type": "reference", - "target": 71500, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 135451, - "name": "ParentNode.replaceChild" - } - }, - "61305": { - "id": 61305, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "61306": { - "id": 61306, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71500, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61307": { - "id": 61307, - "name": "replaceChildren", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61308 - ], - "inheritedFrom": { - "type": "reference", - "target": 135455, - "name": "ParentNode.replaceChildren" - } - }, - "61308": { - "id": 61308, - "name": "replaceChildren", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Replace all children of node with nodes, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/replaceChildren)" - } - ] - }, - "parameters": [ - 61309 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 135456, - "name": "ParentNode.replaceChildren" - } - }, - "61309": { - "id": 61309, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "61310": { - "id": 61310, - "name": "requestStorageAccess", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61311 - ] - }, - "61311": { - "id": 61311, - "name": "requestStorageAccess", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/requestStorageAccess)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "61312": { - "id": 61312, - "name": "startViewTransition", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61313 - ] - }, - "61313": { - "id": 61313, - "name": "startViewTransition", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/startViewTransition)" - } - ] - }, - "parameters": [ - 61314 - ], - "type": { - "type": "reference", - "target": 206626, - "name": "ViewTransition", - "package": "typescript" - } - }, - "61314": { - "id": 61314, - "name": "callbackOptions", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 206633, - "name": "ViewTransitionUpdateCallback", - "package": "typescript" - } - }, - "61315": { - "id": 61315, - "name": "write", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61316 - ] - }, - "61316": { - "id": 61316, - "name": "write", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Writes one or more HTML expressions to a document in the specified window." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/write)" - } - ] - } - ] - }, - "parameters": [ - 61317 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "61317": { - "id": 61317, - "name": "text", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - }, - "61318": { - "id": 61318, - "name": "writeln", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61319 - ] - }, - "61319": { - "id": 61319, - "name": "writeln", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Writes one or more HTML expressions, followed by a carriage return, to a document in the specified window." - } - ] - }, - "parameters": [ - 61320 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "61320": { - "id": 61320, - "name": "text", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - }, - "61432": { - "id": 61432, - "name": "DocumentFragment", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "A minimal document object that has no parent. It is used as a lightweight version of Document that stores a segment of a document structure comprised of nodes just like a standard document. The key difference is that because the document fragment isn't part of the active document tree structure, changes made to the fragment don't affect the document, cause reflow, or incur any performance impact that can occur when changes are made.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/DocumentFragment)" - } - ] - }, - "children": [ - 61433, - 61434, - 61435, - 61436, - 61437, - 61438, - 61439, - 61440, - 61441, - 61442, - 61443, - 61444, - 61445, - 61446, - 61447, - 61448, - 61449, - 61450, - 61451, - 61452, - 61453, - 61454, - 61455, - 61456, - 61457, - 61458, - 61459, - 61460, - 61461, - 61462, - 61463, - 61464, - 61465, - 61466, - 61467, - 61468, - 61469, - 61474, - 61477, - 61481, - 61484, - 61487, - 61490, - 61493, - 61496, - 61499, - 61501, - 61506, - 61509, - 61512, - 61515, - 61518, - 61521, - 61523, - 61526, - 61542, - 61558, - 61562, - 61567, - 61572 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 61433, - 61434, - 61435, - 61436, - 61437, - 61438, - 61439, - 61440, - 61441, - 61442, - 61443, - 61444, - 61445, - 61446, - 61447, - 61448, - 61449, - 61450, - 61451, - 61452, - 61453, - 61454, - 61455, - 61456, - 61457, - 61458, - 61459, - 61460, - 61461, - 61462, - 61463, - 61464, - 61465, - 61466, - 61467, - 61468 - ] - }, - { - "title": "Methods", - "children": [ - 61469, - 61474, - 61477, - 61481, - 61484, - 61487, - 61490, - 61493, - 61496, - 61499, - 61501, - 61506, - 61509, - 61512, - 61515, - 61518, - 61521, - 61523, - 61526, - 61542, - 61558, - 61562, - 61567, - 61572 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - { - "type": "reference", - "target": 134760, - "name": "NonElementParentNode", - "package": "typescript" - }, - { - "type": "reference", - "target": 135318, - "name": "ParentNode", - "package": "typescript" - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 205149, - "name": "ShadowRoot" - } - ] - }, - "61433": { - "id": 61433, - "name": "ATTRIBUTE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 135319, - "name": "ParentNode.ATTRIBUTE_NODE" - } - }, - "61434": { - "id": 61434, - "name": "CDATA_SECTION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a CDATASection node." - } - ] - }, - "type": { - "type": "literal", - "value": 4 - }, - "inheritedFrom": { - "type": "reference", - "target": 135320, - "name": "ParentNode.CDATA_SECTION_NODE" - } - }, - "61435": { - "id": 61435, - "name": "COMMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Comment node." - } - ] - }, - "type": { - "type": "literal", - "value": 8 - }, - "inheritedFrom": { - "type": "reference", - "target": 135321, - "name": "ParentNode.COMMENT_NODE" - } - }, - "61436": { - "id": 61436, - "name": "DOCUMENT_FRAGMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a DocumentFragment node." - } - ] - }, - "type": { - "type": "literal", - "value": 11 - }, - "inheritedFrom": { - "type": "reference", - "target": 135322, - "name": "ParentNode.DOCUMENT_FRAGMENT_NODE" - } - }, - "61437": { - "id": 61437, - "name": "DOCUMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a document." - } - ] - }, - "type": { - "type": "literal", - "value": 9 - }, - "inheritedFrom": { - "type": "reference", - "target": 135323, - "name": "ParentNode.DOCUMENT_NODE" - } - }, - "61438": { - "id": 61438, - "name": "DOCUMENT_POSITION_CONTAINED_BY", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is a descendant of node." - } - ] - }, - "type": { - "type": "literal", - "value": 16 - }, - "inheritedFrom": { - "type": "reference", - "target": 135324, - "name": "ParentNode.DOCUMENT_POSITION_CONTAINED_BY" - } - }, - "61439": { - "id": 61439, - "name": "DOCUMENT_POSITION_CONTAINS", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is an ancestor of node." - } - ] - }, - "type": { - "type": "literal", - "value": 8 - }, - "inheritedFrom": { - "type": "reference", - "target": 135325, - "name": "ParentNode.DOCUMENT_POSITION_CONTAINS" - } - }, - "61440": { - "id": 61440, - "name": "DOCUMENT_POSITION_DISCONNECTED", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when node and other are not in the same tree." - } - ] - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 135326, - "name": "ParentNode.DOCUMENT_POSITION_DISCONNECTED" - } - }, - "61441": { - "id": 61441, - "name": "DOCUMENT_POSITION_FOLLOWING", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is following node." - } - ] - }, - "type": { - "type": "literal", - "value": 4 - }, - "inheritedFrom": { - "type": "reference", - "target": 135327, - "name": "ParentNode.DOCUMENT_POSITION_FOLLOWING" - } - }, - "61442": { - "id": 61442, - "name": "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 32 - }, - "inheritedFrom": { - "type": "reference", - "target": 135328, - "name": "ParentNode.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" - } - }, - "61443": { - "id": 61443, - "name": "DOCUMENT_POSITION_PRECEDING", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is preceding node." - } - ] - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 135329, - "name": "ParentNode.DOCUMENT_POSITION_PRECEDING" - } - }, - "61444": { - "id": 61444, - "name": "DOCUMENT_TYPE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a doctype." - } - ] - }, - "type": { - "type": "literal", - "value": 10 - }, - "inheritedFrom": { - "type": "reference", - "target": 135330, - "name": "ParentNode.DOCUMENT_TYPE_NODE" - } - }, - "61445": { - "id": 61445, - "name": "ELEMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is an element." - } - ] - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 135331, - "name": "ParentNode.ELEMENT_NODE" - } - }, - "61446": { - "id": 61446, - "name": "ENTITY_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 6 - }, - "inheritedFrom": { - "type": "reference", - "target": 135332, - "name": "ParentNode.ENTITY_NODE" - } - }, - "61447": { - "id": 61447, - "name": "ENTITY_REFERENCE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 5 - }, - "inheritedFrom": { - "type": "reference", - "target": 135333, - "name": "ParentNode.ENTITY_REFERENCE_NODE" - } - }, - "61448": { - "id": 61448, - "name": "NOTATION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 12 - }, - "inheritedFrom": { - "type": "reference", - "target": 135334, - "name": "ParentNode.NOTATION_NODE" - } - }, - "61449": { - "id": 61449, - "name": "PROCESSING_INSTRUCTION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a ProcessingInstruction node." - } - ] - }, - "type": { - "type": "literal", - "value": 7 - }, - "inheritedFrom": { - "type": "reference", - "target": 135335, - "name": "ParentNode.PROCESSING_INSTRUCTION_NODE" - } - }, - "61450": { - "id": 61450, - "name": "TEXT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Text node." - } - ] - }, - "type": { - "type": "literal", - "value": 3 - }, - "inheritedFrom": { - "type": "reference", - "target": 135336, - "name": "ParentNode.TEXT_NODE" - } - }, - "61451": { - "id": 61451, - "name": "baseURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's node document's document base URL.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/baseURI)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 135337, - "name": "ParentNode.baseURI" - } - }, - "61452": { - "id": 61452, - "name": "childElementCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/childElementCount)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 135338, - "name": "ParentNode.childElementCount" - } - }, - "61453": { - "id": 61453, - "name": "childNodes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the children.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/childNodes)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 135339, - "name": "ParentNode.childNodes" - } - }, - "61454": { - "id": 61454, - "name": "children", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the child elements.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/children)" - } - ] - }, - "type": { - "type": "reference", - "target": 71580, - "name": "HTMLCollection", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 135340, - "name": "ParentNode.children" - } - }, - "61455": { - "id": 61455, - "name": "firstChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/firstChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135341, - "name": "ParentNode.firstChild" - } - }, - "61456": { - "id": 61456, - "name": "firstElementChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/firstElementChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135342, - "name": "ParentNode.firstElementChild" - } - }, - "61457": { - "id": 61457, - "name": "isConnected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if node is connected and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isConnected)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 135343, - "name": "ParentNode.isConnected" - } - }, - "61458": { - "id": 61458, - "name": "lastChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lastChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135344, - "name": "ParentNode.lastChild" - } - }, - "61459": { - "id": 61459, - "name": "lastElementChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/lastElementChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135345, - "name": "ParentNode.lastElementChild" - } - }, - "61460": { - "id": 61460, - "name": "nextSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the next sibling.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nextSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135346, - "name": "ParentNode.nextSibling" - } - }, - "61461": { - "id": 61461, - "name": "nodeName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a string appropriate for the type of node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 135347, - "name": "ParentNode.nodeName" - } - }, - "61462": { - "id": 61462, - "name": "nodeType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeType)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 135348, - "name": "ParentNode.nodeType" - } - }, - "61463": { - "id": 61463, - "name": "nodeValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeValue)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135349, - "name": "ParentNode.nodeValue" - } - }, - "61464": { - "id": 61464, - "name": "ownerDocument", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the node document. Returns null for documents.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/ownerDocument)" - } - ] - }, - "type": { - "type": "reference", - "target": 60250, - "name": "Document", - "package": "typescript" - }, - "overwrites": { - "type": "reference", - "target": 135350, - "name": "ParentNode.ownerDocument" - } - }, - "61465": { - "id": 61465, - "name": "parentElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentElement)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135351, - "name": "ParentNode.parentElement" - } - }, - "61466": { - "id": 61466, - "name": "parentNode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentNode)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 135318, - "name": "ParentNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135352, - "name": "ParentNode.parentNode" - } - }, - "61467": { - "id": 61467, - "name": "previousSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the previous sibling.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/previousSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135353, - "name": "ParentNode.previousSibling" - } - }, - "61468": { - "id": 61468, - "name": "textContent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/textContent)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135354, - "name": "ParentNode.textContent" - } - }, - "61469": { - "id": 61469, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61470 - ], - "inheritedFrom": { - "type": "reference", - "target": 135355, - "name": "ParentNode.addEventListener" - } - }, - "61470": { - "id": 61470, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Appends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched.\n\nThe options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options's capture.\n\nWhen set to true, options's capture prevents callback from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event's eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event's eventPhase attribute value is AT_TARGET.\n\nWhen set to true, options's passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners.\n\nWhen set to true, options's once indicates that the callback will only be invoked once after which the event listener will be removed.\n\nIf an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted.\n\nThe event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/addEventListener)" - } - ] - }, - "parameters": [ - 61471, - 61472, - 61473 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 135356, - "name": "ParentNode.addEventListener" - } - }, - "61471": { - "id": 61471, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61472": { - "id": 61472, - "name": "callback", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - ] - } - }, - "61473": { - "id": 61473, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 57635, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "61474": { - "id": 61474, - "name": "append", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61475 - ], - "inheritedFrom": { - "type": "reference", - "target": 135360, - "name": "ParentNode.append" - } - }, - "61475": { - "id": 61475, - "name": "append", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes after the last child of node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/append)" - } - ] - }, - "parameters": [ - 61476 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 135361, - "name": "ParentNode.append" - } - }, - "61476": { - "id": 61476, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "61477": { - "id": 61477, - "name": "appendChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61478 - ], - "inheritedFrom": { - "type": "reference", - "target": 135363, - "name": "ParentNode.appendChild" - } - }, - "61478": { - "id": 61478, - "name": "appendChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/appendChild)" - } - ] - }, - "typeParameter": [ - 61479 - ], - "parameters": [ - 61480 - ], - "type": { - "type": "reference", - "target": 71251, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 135364, - "name": "ParentNode.appendChild" - } - }, - "61480": { - "id": 61480, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71251, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61481": { - "id": 61481, - "name": "cloneNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61482 - ], - "inheritedFrom": { - "type": "reference", - "target": 135367, - "name": "ParentNode.cloneNode" - } - }, - "61482": { - "id": 61482, - "name": "cloneNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a copy of node. If deep is true, the copy also includes the node's descendants.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/cloneNode)" - } - ] - }, - "parameters": [ - 61483 - ], - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 135368, - "name": "ParentNode.cloneNode" - } - }, - "61483": { - "id": 61483, - "name": "subtree", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "61484": { - "id": 61484, - "name": "compareDocumentPosition", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61485 - ], - "inheritedFrom": { - "type": "reference", - "target": 135370, - "name": "ParentNode.compareDocumentPosition" - } - }, - "61485": { - "id": 61485, - "name": "compareDocumentPosition", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a bitmask indicating the position of other relative to node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/compareDocumentPosition)" - } - ] - }, - "parameters": [ - 61486 - ], - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 135371, - "name": "ParentNode.compareDocumentPosition" - } - }, - "61486": { - "id": 61486, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "61487": { - "id": 61487, - "name": "contains", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61488 - ], - "inheritedFrom": { - "type": "reference", - "target": 135373, - "name": "ParentNode.contains" - } - }, - "61488": { - "id": 61488, - "name": "contains", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if other is an inclusive descendant of node, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/contains)" - } - ] - }, - "parameters": [ - 61489 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 135374, - "name": "ParentNode.contains" - } - }, - "61489": { - "id": 61489, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "61490": { - "id": 61490, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61491 - ], - "inheritedFrom": { - "type": "reference", - "target": 135376, - "name": "ParentNode.dispatchEvent" - } - }, - "61491": { - "id": 61491, - "name": "dispatchEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "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.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/dispatchEvent)" - } - ] - }, - "parameters": [ - 61492 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 135377, - "name": "ParentNode.dispatchEvent" - } - }, - "61492": { - "id": 61492, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "61493": { - "id": 61493, - "name": "getElementById", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61494 - ], - "overwrites": { - "type": "reference", - "target": 134761, - "name": "NonElementParentNode.getElementById" - } - }, - "61494": { - "id": 61494, - "name": "getElementById", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first element within node's descendants whose ID is elementId.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/getElementById)" - } - ] - }, - "parameters": [ - 61495 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "overwrites": { - "type": "reference", - "target": 134762, - "name": "NonElementParentNode.getElementById" - } - }, - "61495": { - "id": 61495, - "name": "elementId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61496": { - "id": 61496, - "name": "getRootNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61497 - ], - "inheritedFrom": { - "type": "reference", - "target": 135379, - "name": "ParentNode.getRootNode" - } - }, - "61497": { - "id": 61497, - "name": "getRootNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's root.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/getRootNode)" - } - ] - }, - "parameters": [ - 61498 - ], - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 135380, - "name": "ParentNode.getRootNode" - } - }, - "61498": { - "id": 61498, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62813, - "name": "GetRootNodeOptions", - "package": "typescript" - } - }, - "61499": { - "id": 61499, - "name": "hasChildNodes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61500 - ], - "inheritedFrom": { - "type": "reference", - "target": 135382, - "name": "ParentNode.hasChildNodes" - } - }, - "61500": { - "id": 61500, - "name": "hasChildNodes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node has children.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/hasChildNodes)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 135383, - "name": "ParentNode.hasChildNodes" - } - }, - "61501": { - "id": 61501, - "name": "insertBefore", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61502 - ], - "inheritedFrom": { - "type": "reference", - "target": 135384, - "name": "ParentNode.insertBefore" - } - }, - "61502": { - "id": 61502, - "name": "insertBefore", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/insertBefore)" - } - ] - }, - "typeParameter": [ - 61503 - ], - "parameters": [ - 61504, - 61505 - ], - "type": { - "type": "reference", - "target": 71407, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 135385, - "name": "ParentNode.insertBefore" - } - }, - "61504": { - "id": 61504, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71407, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61505": { - "id": 61505, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "61506": { - "id": 61506, - "name": "isDefaultNamespace", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61507 - ], - "inheritedFrom": { - "type": "reference", - "target": 135389, - "name": "ParentNode.isDefaultNamespace" - } - }, - "61507": { - "id": 61507, - "name": "isDefaultNamespace", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isDefaultNamespace)" - } - ] - }, - "parameters": [ - 61508 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 135390, - "name": "ParentNode.isDefaultNamespace" - } - }, - "61508": { - "id": 61508, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "61509": { - "id": 61509, - "name": "isEqualNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61510 - ], - "inheritedFrom": { - "type": "reference", - "target": 135392, - "name": "ParentNode.isEqualNode" - } - }, - "61510": { - "id": 61510, - "name": "isEqualNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node and otherNode have the same properties.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isEqualNode)" - } - ] - }, - "parameters": [ - 61511 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 135393, - "name": "ParentNode.isEqualNode" - } - }, - "61511": { - "id": 61511, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "61512": { - "id": 61512, - "name": "isSameNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61513 - ], - "inheritedFrom": { - "type": "reference", - "target": 135395, - "name": "ParentNode.isSameNode" - } - }, - "61513": { - "id": 61513, - "name": "isSameNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isSameNode)" - } - ] - }, - "parameters": [ - 61514 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 135396, - "name": "ParentNode.isSameNode" - } - }, - "61514": { - "id": 61514, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "61515": { - "id": 61515, - "name": "lookupNamespaceURI", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61516 - ], - "inheritedFrom": { - "type": "reference", - "target": 135398, - "name": "ParentNode.lookupNamespaceURI" - } - }, - "61516": { - "id": 61516, - "name": "lookupNamespaceURI", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupNamespaceURI)" - } - ] - }, - "parameters": [ - 61517 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135399, - "name": "ParentNode.lookupNamespaceURI" - } - }, - "61517": { - "id": 61517, - "name": "prefix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "61518": { - "id": 61518, - "name": "lookupPrefix", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61519 - ], - "inheritedFrom": { - "type": "reference", - "target": 135401, - "name": "ParentNode.lookupPrefix" - } - }, - "61519": { - "id": 61519, - "name": "lookupPrefix", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupPrefix)" - } - ] - }, - "parameters": [ - 61520 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135402, - "name": "ParentNode.lookupPrefix" - } - }, - "61520": { - "id": 61520, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "61521": { - "id": 61521, - "name": "normalize", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61522 - ], - "inheritedFrom": { - "type": "reference", - "target": 135404, - "name": "ParentNode.normalize" - } - }, - "61522": { - "id": 61522, - "name": "normalize", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes empty exclusive Text nodes and concatenates the data of remaining contiguous exclusive Text nodes into the first of their nodes.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/normalize)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 135405, - "name": "ParentNode.normalize" - } - }, - "61523": { - "id": 61523, - "name": "prepend", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61524 - ], - "inheritedFrom": { - "type": "reference", - "target": 135406, - "name": "ParentNode.prepend" - } - }, - "61524": { - "id": 61524, - "name": "prepend", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes before the first child of node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/prepend)" - } - ] - }, - "parameters": [ - 61525 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 135407, - "name": "ParentNode.prepend" - } - }, - "61525": { - "id": 61525, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "61526": { - "id": 61526, - "name": "querySelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61527, - 61530, - 61533, - 61536, - 61539 - ], - "inheritedFrom": { - "type": "reference", - "target": 135409, - "name": "ParentNode.querySelector" - } - }, - "61527": { - "id": 61527, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first element that is a descendant of node that matches selectors.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/querySelector)" - } - ] - }, - "typeParameter": [ - 61528 - ], - "parameters": [ - 61529 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71435, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135410, - "name": "ParentNode.querySelector" - } - }, - "61529": { - "id": 61529, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71435, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61530": { - "id": 61530, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 61531 - ], - "parameters": [ - 61532 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71438, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135413, - "name": "ParentNode.querySelector" - } - }, - "61532": { - "id": 61532, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71438, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61533": { - "id": 61533, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 61534 - ], - "parameters": [ - 61535 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71441, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135416, - "name": "ParentNode.querySelector" - } - }, - "61535": { - "id": 61535, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71441, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61536": { - "id": 61536, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "typeParameter": [ - 61537 - ], - "parameters": [ - 61538 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71444, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135419, - "name": "ParentNode.querySelector" - } - }, - "61538": { - "id": 61538, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71444, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61539": { - "id": 61539, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 61540 - ], - "parameters": [ - 61541 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 71447, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135422, - "name": "ParentNode.querySelector" - } - }, - "61541": { - "id": 61541, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61542": { - "id": 61542, - "name": "querySelectorAll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61543, - 61546, - 61549, - 61552, - 61555 - ], - "inheritedFrom": { - "type": "reference", - "target": 135425, - "name": "ParentNode.querySelectorAll" - } - }, - "61543": { - "id": 61543, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns all element descendants of node that match selectors.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/querySelectorAll)" - } - ] - }, - "typeParameter": [ - 61544 - ], - "parameters": [ - 61545 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71451, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 135426, - "name": "ParentNode.querySelectorAll" - } - }, - "61545": { - "id": 61545, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71451, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61546": { - "id": 61546, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 61547 - ], - "parameters": [ - 61548 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71454, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 135429, - "name": "ParentNode.querySelectorAll" - } - }, - "61548": { - "id": 61548, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71454, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61549": { - "id": 61549, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 61550 - ], - "parameters": [ - 61551 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71457, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 135432, - "name": "ParentNode.querySelectorAll" - } - }, - "61551": { - "id": 61551, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71457, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61552": { - "id": 61552, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "typeParameter": [ - 61553 - ], - "parameters": [ - 61554 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71460, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 135435, - "name": "ParentNode.querySelectorAll" - } - }, - "61554": { - "id": 61554, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71460, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61555": { - "id": 61555, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 61556 - ], - "parameters": [ - 61557 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 71463, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 135438, - "name": "ParentNode.querySelectorAll" - } - }, - "61557": { - "id": 61557, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61558": { - "id": 61558, - "name": "removeChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61559 - ], - "inheritedFrom": { - "type": "reference", - "target": 135441, - "name": "ParentNode.removeChild" - } - }, - "61559": { - "id": 61559, - "name": "removeChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/removeChild)" - } - ] - }, - "typeParameter": [ - 61560 - ], - "parameters": [ - 61561 - ], - "type": { - "type": "reference", - "target": 71482, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 135442, - "name": "ParentNode.removeChild" - } - }, - "61561": { - "id": 61561, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71482, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61562": { - "id": 61562, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61563 - ], - "inheritedFrom": { - "type": "reference", - "target": 135445, - "name": "ParentNode.removeEventListener" - } - }, - "61563": { - "id": 61563, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes the event listener in target's event listener list with the same type, callback, and options.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/removeEventListener)" - } - ] - }, - "parameters": [ - 61564, - 61565, - 61566 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 135446, - "name": "ParentNode.removeEventListener" - } - }, - "61564": { - "id": 61564, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61565": { - "id": 61565, - "name": "callback", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - ] - } - }, - "61566": { - "id": 61566, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 62469, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "61567": { - "id": 61567, - "name": "replaceChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61568 - ], - "inheritedFrom": { - "type": "reference", - "target": 135450, - "name": "ParentNode.replaceChild" - } - }, - "61568": { - "id": 61568, - "name": "replaceChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/replaceChild)" - } - ] - }, - "typeParameter": [ - 61569 - ], - "parameters": [ - 61570, - 61571 - ], - "type": { - "type": "reference", - "target": 71500, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 135451, - "name": "ParentNode.replaceChild" - } - }, - "61570": { - "id": 61570, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "61571": { - "id": 61571, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71500, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61572": { - "id": 61572, - "name": "replaceChildren", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61573 - ], - "inheritedFrom": { - "type": "reference", - "target": 135455, - "name": "ParentNode.replaceChildren" - } - }, - "61573": { - "id": 61573, - "name": "replaceChildren", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Replace all children of node with nodes, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/replaceChildren)" - } - ] - }, - "parameters": [ - 61574 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 135456, - "name": "ParentNode.replaceChildren" - } - }, - "61574": { - "id": 61574, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "61592": { - "id": 61592, - "name": "DocumentTimeline", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DocumentTimeline)" - } - ] - }, - "children": [ - 61593 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 61593 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 57846, - "name": "AnimationTimeline", - "package": "typescript" - } - ] - }, - "61593": { - "id": 61593, - "name": "currentTime", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/AnimationTimeline/currentTime)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 212496, - "name": "CSSNumberish", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57847, - "name": "AnimationTimeline.currentTime" - } - }, - "61596": { - "id": 61596, - "name": "DocumentType", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "A Node containing a doctype.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/DocumentType)" - } - ] - }, - "children": [ - 61597, - 61598, - 61599, - 61600, - 61601, - 61602, - 61603, - 61604, - 61605, - 61606, - 61607, - 61608, - 61609, - 61610, - 61611, - 61612, - 61613, - 61614, - 61615, - 61616, - 61617, - 61618, - 61619, - 61620, - 61621, - 61622, - 61623, - 61624, - 61625, - 61626, - 61627, - 61628, - 61629, - 61630, - 61631, - 61632, - 61637, - 61640, - 61644, - 61647, - 61650, - 61653, - 61656, - 61659, - 61662, - 61664, - 61669, - 61672, - 61675, - 61678, - 61681, - 61684, - 61686, - 61688, - 61692, - 61697, - 61702 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 61597, - 61598, - 61599, - 61600, - 61601, - 61602, - 61603, - 61604, - 61605, - 61606, - 61607, - 61608, - 61609, - 61610, - 61611, - 61612, - 61613, - 61614, - 61615, - 61616, - 61617, - 61618, - 61619, - 61620, - 61621, - 61622, - 61623, - 61624, - 61625, - 61626, - 61627, - 61628, - 61629, - 61630, - 61631 - ] - }, - { - "title": "Methods", - "children": [ - 61632, - 61637, - 61640, - 61644, - 61647, - 61650, - 61653, - 61656, - 61659, - 61662, - 61664, - 61669, - 61672, - 61675, - 61678, - 61681, - 61684, - 61686, - 61688, - 61692, - 61697, - 61702 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "61597": { - "id": 61597, - "name": "ATTRIBUTE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 59239, - "name": "ChildNode.ATTRIBUTE_NODE" - } - }, - "61598": { - "id": 61598, - "name": "CDATA_SECTION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a CDATASection node." - } - ] - }, - "type": { - "type": "literal", - "value": 4 - }, - "inheritedFrom": { - "type": "reference", - "target": 59240, - "name": "ChildNode.CDATA_SECTION_NODE" - } - }, - "61599": { - "id": 61599, - "name": "COMMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Comment node." - } - ] - }, - "type": { - "type": "literal", - "value": 8 - }, - "inheritedFrom": { - "type": "reference", - "target": 59241, - "name": "ChildNode.COMMENT_NODE" - } - }, - "61600": { - "id": 61600, - "name": "DOCUMENT_FRAGMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a DocumentFragment node." - } - ] - }, - "type": { - "type": "literal", - "value": 11 - }, - "inheritedFrom": { - "type": "reference", - "target": 59242, - "name": "ChildNode.DOCUMENT_FRAGMENT_NODE" - } - }, - "61601": { - "id": 61601, - "name": "DOCUMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a document." - } - ] - }, - "type": { - "type": "literal", - "value": 9 - }, - "inheritedFrom": { - "type": "reference", - "target": 59243, - "name": "ChildNode.DOCUMENT_NODE" - } - }, - "61602": { - "id": 61602, - "name": "DOCUMENT_POSITION_CONTAINED_BY", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is a descendant of node." - } - ] - }, - "type": { - "type": "literal", - "value": 16 - }, - "inheritedFrom": { - "type": "reference", - "target": 59244, - "name": "ChildNode.DOCUMENT_POSITION_CONTAINED_BY" - } - }, - "61603": { - "id": 61603, - "name": "DOCUMENT_POSITION_CONTAINS", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is an ancestor of node." - } - ] - }, - "type": { - "type": "literal", - "value": 8 - }, - "inheritedFrom": { - "type": "reference", - "target": 59245, - "name": "ChildNode.DOCUMENT_POSITION_CONTAINS" - } - }, - "61604": { - "id": 61604, - "name": "DOCUMENT_POSITION_DISCONNECTED", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when node and other are not in the same tree." - } - ] - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 59246, - "name": "ChildNode.DOCUMENT_POSITION_DISCONNECTED" - } - }, - "61605": { - "id": 61605, - "name": "DOCUMENT_POSITION_FOLLOWING", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is following node." - } - ] - }, - "type": { - "type": "literal", - "value": 4 - }, - "inheritedFrom": { - "type": "reference", - "target": 59247, - "name": "ChildNode.DOCUMENT_POSITION_FOLLOWING" - } - }, - "61606": { - "id": 61606, - "name": "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 32 - }, - "inheritedFrom": { - "type": "reference", - "target": 59248, - "name": "ChildNode.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" - } - }, - "61607": { - "id": 61607, - "name": "DOCUMENT_POSITION_PRECEDING", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is preceding node." - } - ] - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 59249, - "name": "ChildNode.DOCUMENT_POSITION_PRECEDING" - } - }, - "61608": { - "id": 61608, - "name": "DOCUMENT_TYPE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a doctype." - } - ] - }, - "type": { - "type": "literal", - "value": 10 - }, - "inheritedFrom": { - "type": "reference", - "target": 59250, - "name": "ChildNode.DOCUMENT_TYPE_NODE" - } - }, - "61609": { - "id": 61609, - "name": "ELEMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is an element." - } - ] - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 59251, - "name": "ChildNode.ELEMENT_NODE" - } - }, - "61610": { - "id": 61610, - "name": "ENTITY_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 6 - }, - "inheritedFrom": { - "type": "reference", - "target": 59252, - "name": "ChildNode.ENTITY_NODE" - } - }, - "61611": { - "id": 61611, - "name": "ENTITY_REFERENCE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 5 - }, - "inheritedFrom": { - "type": "reference", - "target": 59253, - "name": "ChildNode.ENTITY_REFERENCE_NODE" - } - }, - "61612": { - "id": 61612, - "name": "NOTATION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 12 - }, - "inheritedFrom": { - "type": "reference", - "target": 59254, - "name": "ChildNode.NOTATION_NODE" - } - }, - "61613": { - "id": 61613, - "name": "PROCESSING_INSTRUCTION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a ProcessingInstruction node." - } - ] - }, - "type": { - "type": "literal", - "value": 7 - }, - "inheritedFrom": { - "type": "reference", - "target": 59255, - "name": "ChildNode.PROCESSING_INSTRUCTION_NODE" - } - }, - "61614": { - "id": 61614, - "name": "TEXT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Text node." - } - ] - }, - "type": { - "type": "literal", - "value": 3 - }, - "inheritedFrom": { - "type": "reference", - "target": 59256, - "name": "ChildNode.TEXT_NODE" - } - }, - "61615": { - "id": 61615, - "name": "baseURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's node document's document base URL.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/baseURI)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 59257, - "name": "ChildNode.baseURI" - } - }, - "61616": { - "id": 61616, - "name": "childNodes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the children.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/childNodes)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 59258, - "name": "ChildNode.childNodes" - } - }, - "61617": { - "id": 61617, - "name": "firstChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/firstChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 59259, - "name": "ChildNode.firstChild" - } - }, - "61618": { - "id": 61618, - "name": "isConnected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if node is connected and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isConnected)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 59260, - "name": "ChildNode.isConnected" - } - }, - "61619": { - "id": 61619, - "name": "lastChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lastChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 59261, - "name": "ChildNode.lastChild" - } - }, - "61620": { - "id": 61620, - "name": "name", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DocumentType/name)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61621": { - "id": 61621, - "name": "nextSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the next sibling.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nextSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 59262, - "name": "ChildNode.nextSibling" - } - }, - "61622": { - "id": 61622, - "name": "nodeName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a string appropriate for the type of node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 59263, - "name": "ChildNode.nodeName" - } - }, - "61623": { - "id": 61623, - "name": "nodeType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeType)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 59264, - "name": "ChildNode.nodeType" - } - }, - "61624": { - "id": 61624, - "name": "nodeValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeValue)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 59265, - "name": "ChildNode.nodeValue" - } - }, - "61625": { - "id": 61625, - "name": "ownerDocument", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the node document. Returns null for documents.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/ownerDocument)" - } - ] - }, - "type": { - "type": "reference", - "target": 60250, - "name": "Document", - "package": "typescript" - }, - "overwrites": { - "type": "reference", - "target": 59266, - "name": "ChildNode.ownerDocument" - } - }, - "61626": { - "id": 61626, - "name": "parentElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentElement)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 59267, - "name": "ChildNode.parentElement" - } - }, - "61627": { - "id": 61627, - "name": "parentNode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentNode)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 135318, - "name": "ParentNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 59268, - "name": "ChildNode.parentNode" - } - }, - "61628": { - "id": 61628, - "name": "previousSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the previous sibling.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/previousSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 59269, - "name": "ChildNode.previousSibling" - } - }, - "61629": { - "id": 61629, - "name": "publicId", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DocumentType/publicId)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61630": { - "id": 61630, - "name": "systemId", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/DocumentType/systemId)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61631": { - "id": 61631, - "name": "textContent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/textContent)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 59270, - "name": "ChildNode.textContent" - } - }, - "61632": { - "id": 61632, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61633 - ], - "inheritedFrom": { - "type": "reference", - "target": 59271, - "name": "ChildNode.addEventListener" - } - }, - "61633": { - "id": 61633, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Appends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched.\n\nThe options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options's capture.\n\nWhen set to true, options's capture prevents callback from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event's eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event's eventPhase attribute value is AT_TARGET.\n\nWhen set to true, options's passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners.\n\nWhen set to true, options's once indicates that the callback will only be invoked once after which the event listener will be removed.\n\nIf an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted.\n\nThe event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/addEventListener)" - } - ] - }, - "parameters": [ - 61634, - 61635, - 61636 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59272, - "name": "ChildNode.addEventListener" - } - }, - "61634": { - "id": 61634, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61635": { - "id": 61635, - "name": "callback", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - ] - } - }, - "61636": { - "id": 61636, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 57635, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "61637": { - "id": 61637, - "name": "after", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61638 - ], - "inheritedFrom": { - "type": "reference", - "target": 59276, - "name": "ChildNode.after" - } - }, - "61638": { - "id": 61638, - "name": "after", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes just after node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/after)" - } - ] - }, - "parameters": [ - 61639 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59277, - "name": "ChildNode.after" - } - }, - "61639": { - "id": 61639, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "61640": { - "id": 61640, - "name": "appendChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61641 - ], - "inheritedFrom": { - "type": "reference", - "target": 59279, - "name": "ChildNode.appendChild" - } - }, - "61641": { - "id": 61641, - "name": "appendChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/appendChild)" - } - ] - }, - "typeParameter": [ - 61642 - ], - "parameters": [ - 61643 - ], - "type": { - "type": "reference", - "target": 71251, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 59280, - "name": "ChildNode.appendChild" - } - }, - "61643": { - "id": 61643, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71251, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61644": { - "id": 61644, - "name": "before", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61645 - ], - "inheritedFrom": { - "type": "reference", - "target": 59283, - "name": "ChildNode.before" - } - }, - "61645": { - "id": 61645, - "name": "before", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes just before node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/before)" - } - ] - }, - "parameters": [ - 61646 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59284, - "name": "ChildNode.before" - } - }, - "61646": { - "id": 61646, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "61647": { - "id": 61647, - "name": "cloneNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61648 - ], - "inheritedFrom": { - "type": "reference", - "target": 59286, - "name": "ChildNode.cloneNode" - } - }, - "61648": { - "id": 61648, - "name": "cloneNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a copy of node. If deep is true, the copy also includes the node's descendants.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/cloneNode)" - } - ] - }, - "parameters": [ - 61649 - ], - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 59287, - "name": "ChildNode.cloneNode" - } - }, - "61649": { - "id": 61649, - "name": "subtree", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "61650": { - "id": 61650, - "name": "compareDocumentPosition", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61651 - ], - "inheritedFrom": { - "type": "reference", - "target": 59289, - "name": "ChildNode.compareDocumentPosition" - } - }, - "61651": { - "id": 61651, - "name": "compareDocumentPosition", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a bitmask indicating the position of other relative to node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/compareDocumentPosition)" - } - ] - }, - "parameters": [ - 61652 - ], - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 59290, - "name": "ChildNode.compareDocumentPosition" - } - }, - "61652": { - "id": 61652, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "61653": { - "id": 61653, - "name": "contains", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61654 - ], - "inheritedFrom": { - "type": "reference", - "target": 59292, - "name": "ChildNode.contains" - } - }, - "61654": { - "id": 61654, - "name": "contains", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if other is an inclusive descendant of node, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/contains)" - } - ] - }, - "parameters": [ - 61655 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 59293, - "name": "ChildNode.contains" - } - }, - "61655": { - "id": 61655, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "61656": { - "id": 61656, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61657 - ], - "inheritedFrom": { - "type": "reference", - "target": 59295, - "name": "ChildNode.dispatchEvent" - } - }, - "61657": { - "id": 61657, - "name": "dispatchEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "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.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/dispatchEvent)" - } - ] - }, - "parameters": [ - 61658 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 59296, - "name": "ChildNode.dispatchEvent" - } - }, - "61658": { - "id": 61658, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "61659": { - "id": 61659, - "name": "getRootNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61660 - ], - "inheritedFrom": { - "type": "reference", - "target": 59298, - "name": "ChildNode.getRootNode" - } - }, - "61660": { - "id": 61660, - "name": "getRootNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's root.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/getRootNode)" - } - ] - }, - "parameters": [ - 61661 - ], - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 59299, - "name": "ChildNode.getRootNode" - } - }, - "61661": { - "id": 61661, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62813, - "name": "GetRootNodeOptions", - "package": "typescript" - } - }, - "61662": { - "id": 61662, - "name": "hasChildNodes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61663 - ], - "inheritedFrom": { - "type": "reference", - "target": 59301, - "name": "ChildNode.hasChildNodes" - } - }, - "61663": { - "id": 61663, - "name": "hasChildNodes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node has children.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/hasChildNodes)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 59302, - "name": "ChildNode.hasChildNodes" - } - }, - "61664": { - "id": 61664, - "name": "insertBefore", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61665 - ], - "inheritedFrom": { - "type": "reference", - "target": 59303, - "name": "ChildNode.insertBefore" - } - }, - "61665": { - "id": 61665, - "name": "insertBefore", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/insertBefore)" - } - ] - }, - "typeParameter": [ - 61666 - ], - "parameters": [ - 61667, - 61668 - ], - "type": { - "type": "reference", - "target": 71407, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 59304, - "name": "ChildNode.insertBefore" - } - }, - "61667": { - "id": 61667, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71407, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61668": { - "id": 61668, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "61669": { - "id": 61669, - "name": "isDefaultNamespace", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61670 - ], - "inheritedFrom": { - "type": "reference", - "target": 59308, - "name": "ChildNode.isDefaultNamespace" - } - }, - "61670": { - "id": 61670, - "name": "isDefaultNamespace", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isDefaultNamespace)" - } - ] - }, - "parameters": [ - 61671 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 59309, - "name": "ChildNode.isDefaultNamespace" - } - }, - "61671": { - "id": 61671, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "61672": { - "id": 61672, - "name": "isEqualNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61673 - ], - "inheritedFrom": { - "type": "reference", - "target": 59311, - "name": "ChildNode.isEqualNode" - } - }, - "61673": { - "id": 61673, - "name": "isEqualNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node and otherNode have the same properties.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isEqualNode)" - } - ] - }, - "parameters": [ - 61674 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 59312, - "name": "ChildNode.isEqualNode" - } - }, - "61674": { - "id": 61674, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "61675": { - "id": 61675, - "name": "isSameNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61676 - ], - "inheritedFrom": { - "type": "reference", - "target": 59314, - "name": "ChildNode.isSameNode" - } - }, - "61676": { - "id": 61676, - "name": "isSameNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isSameNode)" - } - ] - }, - "parameters": [ - 61677 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 59315, - "name": "ChildNode.isSameNode" - } - }, - "61677": { - "id": 61677, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "61678": { - "id": 61678, - "name": "lookupNamespaceURI", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61679 - ], - "inheritedFrom": { - "type": "reference", - "target": 59317, - "name": "ChildNode.lookupNamespaceURI" - } - }, - "61679": { - "id": 61679, - "name": "lookupNamespaceURI", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupNamespaceURI)" - } - ] - }, - "parameters": [ - 61680 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 59318, - "name": "ChildNode.lookupNamespaceURI" - } - }, - "61680": { - "id": 61680, - "name": "prefix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "61681": { - "id": 61681, - "name": "lookupPrefix", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61682 - ], - "inheritedFrom": { - "type": "reference", - "target": 59320, - "name": "ChildNode.lookupPrefix" - } - }, - "61682": { - "id": 61682, - "name": "lookupPrefix", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupPrefix)" - } - ] - }, - "parameters": [ - 61683 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 59321, - "name": "ChildNode.lookupPrefix" - } - }, - "61683": { - "id": 61683, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "61684": { - "id": 61684, - "name": "normalize", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61685 - ], - "inheritedFrom": { - "type": "reference", - "target": 59323, - "name": "ChildNode.normalize" - } - }, - "61685": { - "id": 61685, - "name": "normalize", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes empty exclusive Text nodes and concatenates the data of remaining contiguous exclusive Text nodes into the first of their nodes.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/normalize)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59324, - "name": "ChildNode.normalize" - } - }, - "61686": { - "id": 61686, - "name": "remove", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61687 - ], - "inheritedFrom": { - "type": "reference", - "target": 59325, - "name": "ChildNode.remove" - } - }, - "61687": { - "id": 61687, - "name": "remove", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/remove)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59326, - "name": "ChildNode.remove" - } - }, - "61688": { - "id": 61688, - "name": "removeChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61689 - ], - "inheritedFrom": { - "type": "reference", - "target": 59327, - "name": "ChildNode.removeChild" - } - }, - "61689": { - "id": 61689, - "name": "removeChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/removeChild)" - } - ] - }, - "typeParameter": [ - 61690 - ], - "parameters": [ - 61691 - ], - "type": { - "type": "reference", - "target": 71482, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 59328, - "name": "ChildNode.removeChild" - } - }, - "61691": { - "id": 61691, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71482, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61692": { - "id": 61692, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61693 - ], - "inheritedFrom": { - "type": "reference", - "target": 59331, - "name": "ChildNode.removeEventListener" - } - }, - "61693": { - "id": 61693, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes the event listener in target's event listener list with the same type, callback, and options.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/removeEventListener)" - } - ] - }, - "parameters": [ - 61694, - 61695, - 61696 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59332, - "name": "ChildNode.removeEventListener" - } - }, - "61694": { - "id": 61694, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61695": { - "id": 61695, - "name": "callback", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - ] - } - }, - "61696": { - "id": 61696, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 62469, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "61697": { - "id": 61697, - "name": "replaceChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61698 - ], - "inheritedFrom": { - "type": "reference", - "target": 59336, - "name": "ChildNode.replaceChild" - } - }, - "61698": { - "id": 61698, - "name": "replaceChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/replaceChild)" - } - ] - }, - "typeParameter": [ - 61699 - ], - "parameters": [ - 61700, - 61701 - ], - "type": { - "type": "reference", - "target": 71500, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 59337, - "name": "ChildNode.replaceChild" - } - }, - "61700": { - "id": 61700, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "61701": { - "id": 61701, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71500, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61702": { - "id": 61702, - "name": "replaceWith", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61703 - ], - "inheritedFrom": { - "type": "reference", - "target": 59341, - "name": "ChildNode.replaceWith" - } - }, - "61703": { - "id": 61703, - "name": "replaceWith", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Replaces node with nodes, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/replaceWith)" - } - ] - }, - "parameters": [ - 61704 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59342, - "name": "ChildNode.replaceWith" - } - }, - "61704": { - "id": 61704, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "61705": { - "id": 61705, - "name": "DoubleRange", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 61706, - 61707 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 61706, - 61707 - ] - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 59631, - "name": "ConstrainDoubleRange" - } - ] - }, - "61706": { - "id": 61706, - "name": "max", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "61707": { - "id": 61707, - "name": "min", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "61708": { - "id": 61708, - "name": "DragEvent", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "A DOM event that represents a drag and drop interaction. The user initiates a drag by placing a pointer device (such as a mouse) on the touch surface and then dragging the pointer to a new location (such as another DOM element). Applications are free to interpret a drag and drop interaction in an application-specific way.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/DragEvent)" - } - ] - }, - "children": [ - 61709, - 61710, - 61711, - 61712, - 61713, - 61714, - 61715, - 61716, - 61717, - 61718, - 61719, - 61720, - 61721, - 61722, - 61723, - 61724, - 61725, - 61726, - 61727, - 61728, - 61729, - 61730, - 61731, - 61732, - 61733, - 61734, - 61735, - 61736, - 61737, - 61738, - 61739, - 61740, - 61741, - 61742, - 61743, - 61744, - 61745, - 61746, - 61747, - 61748, - 61749, - 61750, - 61751, - 61753, - 61756, - 61761, - 61778, - 61785, - 61787, - 61789 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 61709, - 61710, - 61711, - 61712, - 61713, - 61714, - 61715, - 61716, - 61717, - 61718, - 61719, - 61720, - 61721, - 61722, - 61723, - 61724, - 61725, - 61726, - 61727, - 61728, - 61729, - 61730, - 61731, - 61732, - 61733, - 61734, - 61735, - 61736, - 61737, - 61738, - 61739, - 61740, - 61741, - 61742, - 61743, - 61744, - 61745, - 61746, - 61747, - 61748, - 61749, - 61750 - ] - }, - { - "title": "Methods", - "children": [ - 61751, - 61753, - 61756, - 61761, - 61778, - 61785, - 61787, - 61789 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - ] - }, - "61709": { - "id": 61709, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 134484, - "name": "MouseEvent.AT_TARGET" - } - }, - "61710": { - "id": 61710, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 3 - }, - "inheritedFrom": { - "type": "reference", - "target": 134485, - "name": "MouseEvent.BUBBLING_PHASE" - } - }, - "61711": { - "id": 61711, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 134486, - "name": "MouseEvent.CAPTURING_PHASE" - } - }, - "61712": { - "id": 61712, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 0 - }, - "inheritedFrom": { - "type": "reference", - "target": 134487, - "name": "MouseEvent.NONE" - } - }, - "61713": { - "id": 61713, - "name": "altKey", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/MouseEvent/altKey)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 134488, - "name": "MouseEvent.altKey" - } - }, - "61714": { - "id": 61714, - "name": "bubbles", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/bubbles)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 134489, - "name": "MouseEvent.bubbles" - } - }, - "61715": { - "id": 61715, - "name": "button", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/MouseEvent/button)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 134490, - "name": "MouseEvent.button" - } - }, - "61716": { - "id": 61716, - "name": "buttons", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/MouseEvent/buttons)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 134491, - "name": "MouseEvent.buttons" - } - }, - "61717": { - "id": 61717, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelBubble)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 134492, - "name": "MouseEvent.cancelBubble" - } - }, - "61718": { - "id": 61718, - "name": "cancelable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. Its return value does not always carry meaning, but true can indicate that part of the operation during which event was dispatched, can be canceled by invoking the preventDefault() method.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 134493, - "name": "MouseEvent.cancelable" - } - }, - "61719": { - "id": 61719, - "name": "clientX", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/MouseEvent/clientX)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 134494, - "name": "MouseEvent.clientX" - } - }, - "61720": { - "id": 61720, - "name": "clientY", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/MouseEvent/clientY)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 134495, - "name": "MouseEvent.clientY" - } - }, - "61721": { - "id": 61721, - "name": "composed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event invokes listeners past a ShadowRoot node that is the root of its target, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composed)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 134496, - "name": "MouseEvent.composed" - } - }, - "61722": { - "id": 61722, - "name": "ctrlKey", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/MouseEvent/ctrlKey)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 134497, - "name": "MouseEvent.ctrlKey" - } - }, - "61723": { - "id": 61723, - "name": "currentTarget", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object whose event listener's callback is currently being invoked.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/currentTarget)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 134498, - "name": "MouseEvent.currentTarget" - } - }, - "61724": { - "id": 61724, - "name": "dataTransfer", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the DataTransfer object for the event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/DragEvent/dataTransfer)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 60127, - "name": "DataTransfer", - "package": "typescript" - } - ] - } - }, - "61725": { - "id": 61725, - "name": "defaultPrevented", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if preventDefault() was invoked successfully to indicate cancelation, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/defaultPrevented)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 134499, - "name": "MouseEvent.defaultPrevented" - } - }, - "61726": { - "id": 61726, - "name": "detail", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/UIEvent/detail)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 134500, - "name": "MouseEvent.detail" - } - }, - "61727": { - "id": 61727, - "name": "eventPhase", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's phase, which is one of NONE, CAPTURING_PHASE, AT_TARGET, and BUBBLING_PHASE.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/eventPhase)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 134501, - "name": "MouseEvent.eventPhase" - } - }, - "61728": { - "id": 61728, - "name": "isTrusted", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if event was dispatched by the user agent, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/isTrusted)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 134502, - "name": "MouseEvent.isTrusted" - } - }, - "61729": { - "id": 61729, - "name": "layerX", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/MouseEvent/layerX)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 134503, - "name": "MouseEvent.layerX" - } - }, - "61730": { - "id": 61730, - "name": "layerY", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/MouseEvent/layerY)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 134504, - "name": "MouseEvent.layerY" - } - }, - "61731": { - "id": 61731, - "name": "metaKey", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/MouseEvent/metaKey)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 134505, - "name": "MouseEvent.metaKey" - } - }, - "61732": { - "id": 61732, - "name": "movementX", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/MouseEvent/movementX)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 134506, - "name": "MouseEvent.movementX" - } - }, - "61733": { - "id": 61733, - "name": "movementY", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/MouseEvent/movementY)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 134507, - "name": "MouseEvent.movementY" - } - }, - "61734": { - "id": 61734, - "name": "offsetX", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/MouseEvent/offsetX)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 134508, - "name": "MouseEvent.offsetX" - } - }, - "61735": { - "id": 61735, - "name": "offsetY", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/MouseEvent/offsetY)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 134509, - "name": "MouseEvent.offsetY" - } - }, - "61736": { - "id": 61736, - "name": "pageX", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/MouseEvent/pageX)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 134510, - "name": "MouseEvent.pageX" - } - }, - "61737": { - "id": 61737, - "name": "pageY", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/MouseEvent/pageY)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 134511, - "name": "MouseEvent.pageY" - } - }, - "61738": { - "id": 61738, - "name": "relatedTarget", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/MouseEvent/relatedTarget)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 134512, - "name": "MouseEvent.relatedTarget" - } - }, - "61739": { - "id": 61739, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/returnValue)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 134513, - "name": "MouseEvent.returnValue" - } - }, - "61740": { - "id": 61740, - "name": "screenX", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/MouseEvent/screenX)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 134514, - "name": "MouseEvent.screenX" - } - }, - "61741": { - "id": 61741, - "name": "screenY", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/MouseEvent/screenY)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 134515, - "name": "MouseEvent.screenY" - } - }, - "61742": { - "id": 61742, - "name": "shiftKey", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/MouseEvent/shiftKey)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 134516, - "name": "MouseEvent.shiftKey" - } - }, - "61743": { - "id": 61743, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/srcElement)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 134517, - "name": "MouseEvent.srcElement" - } - }, - "61744": { - "id": 61744, - "name": "target", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object to which event is dispatched (its target).\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/target)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 134518, - "name": "MouseEvent.target" - } - }, - "61745": { - "id": 61745, - "name": "timeStamp", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's timestamp as the number of milliseconds measured relative to the time origin.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/timeStamp)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 134519, - "name": "MouseEvent.timeStamp" - } - }, - "61746": { - "id": 61746, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of event, e.g. \"click\", \"hashchange\", or \"submit\".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/type)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 134520, - "name": "MouseEvent.type" - } - }, - "61747": { - "id": 61747, - "name": "view", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/UIEvent/view)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 210065, - "name": "Window", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 134521, - "name": "MouseEvent.view" - } - }, - "61748": { - "id": 61748, - "name": "which", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/UIEvent/which)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 134522, - "name": "MouseEvent.which" - } - }, - "61749": { - "id": 61749, - "name": "x", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/MouseEvent/x)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 134523, - "name": "MouseEvent.x" - } - }, - "61750": { - "id": 61750, - "name": "y", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/MouseEvent/y)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 134524, - "name": "MouseEvent.y" - } - }, - "61751": { - "id": 61751, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61752 - ], - "inheritedFrom": { - "type": "reference", - "target": 134525, - "name": "MouseEvent.composedPath" - } - }, - "61752": { - "id": 61752, - "name": "composedPath", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the invocation target objects of event's path (objects on which listeners will be invoked), except for any nodes in shadow trees of which the shadow root's mode is \"closed\" that are not reachable from event's currentTarget.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composedPath)" - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 134526, - "name": "MouseEvent.composedPath" - } - }, - "61753": { - "id": 61753, - "name": "getModifierState", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61754 - ], - "inheritedFrom": { - "type": "reference", - "target": 134527, - "name": "MouseEvent.getModifierState" - } - }, - "61754": { - "id": 61754, - "name": "getModifierState", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/MouseEvent/getModifierState)" - } - ] - }, - "parameters": [ - 61755 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 134528, - "name": "MouseEvent.getModifierState" - } - }, - "61755": { - "id": 61755, - "name": "keyArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61756": { - "id": 61756, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61757 - ], - "inheritedFrom": { - "type": "reference", - "target": 134530, - "name": "MouseEvent.initEvent" - } - }, - "61757": { - "id": 61757, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/initEvent)" - } - ] - } - ] - }, - "parameters": [ - 61758, - 61759, - 61760 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 134531, - "name": "MouseEvent.initEvent" - } - }, - "61758": { - "id": 61758, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61759": { - "id": 61759, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "61760": { - "id": 61760, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "61761": { - "id": 61761, - "name": "initMouseEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61762 - ], - "inheritedFrom": { - "type": "reference", - "target": 134535, - "name": "MouseEvent.initMouseEvent" - } - }, - "61762": { - "id": 61762, - "name": "initMouseEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/MouseEvent/initMouseEvent)" - } - ] - } - ] - }, - "parameters": [ - 61763, - 61764, - 61765, - 61766, - 61767, - 61768, - 61769, - 61770, - 61771, - 61772, - 61773, - 61774, - 61775, - 61776, - 61777 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 134536, - "name": "MouseEvent.initMouseEvent" - } - }, - "61763": { - "id": 61763, - "name": "typeArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61764": { - "id": 61764, - "name": "canBubbleArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "61765": { - "id": 61765, - "name": "cancelableArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "61766": { - "id": 61766, - "name": "viewArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 210065, - "name": "Window", - "package": "typescript" - } - }, - "61767": { - "id": 61767, - "name": "detailArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "61768": { - "id": 61768, - "name": "screenXArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "61769": { - "id": 61769, - "name": "screenYArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "61770": { - "id": 61770, - "name": "clientXArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "61771": { - "id": 61771, - "name": "clientYArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "61772": { - "id": 61772, - "name": "ctrlKeyArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "61773": { - "id": 61773, - "name": "altKeyArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "61774": { - "id": 61774, - "name": "shiftKeyArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "61775": { - "id": 61775, - "name": "metaKeyArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "61776": { - "id": 61776, - "name": "buttonArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "61777": { - "id": 61777, - "name": "relatedTargetArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - } - }, - "61778": { - "id": 61778, - "name": "initUIEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61779 - ], - "inheritedFrom": { - "type": "reference", - "target": 134552, - "name": "MouseEvent.initUIEvent" - } - }, - "61779": { - "id": 61779, - "name": "initUIEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/UIEvent/initUIEvent)" - } - ] - } - ] - }, - "parameters": [ - 61780, - 61781, - 61782, - 61783, - 61784 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 134553, - "name": "MouseEvent.initUIEvent" - } - }, - "61780": { - "id": 61780, - "name": "typeArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61781": { - "id": 61781, - "name": "bubblesArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "61782": { - "id": 61782, - "name": "cancelableArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "61783": { - "id": 61783, - "name": "viewArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 210065, - "name": "Window", - "package": "typescript" - } - ] - } - }, - "61784": { - "id": 61784, - "name": "detailArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "61785": { - "id": 61785, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61786 - ], - "inheritedFrom": { - "type": "reference", - "target": 134559, - "name": "MouseEvent.preventDefault" - } - }, - "61786": { - "id": 61786, - "name": "preventDefault", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "If invoked when the cancelable attribute value is true, and while executing a listener for the event with passive set to false, signals to the operation that caused event to be dispatched that it needs to be canceled.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/preventDefault)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 134560, - "name": "MouseEvent.preventDefault" - } - }, - "61787": { - "id": 61787, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61788 - ], - "inheritedFrom": { - "type": "reference", - "target": 134561, - "name": "MouseEvent.stopImmediatePropagation" - } - }, - "61788": { - "id": 61788, - "name": "stopImmediatePropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Invoking this method prevents event from reaching any registered event listeners after the current one finishes running and, when dispatched in a tree, also prevents event from reaching any other objects.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopImmediatePropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 134562, - "name": "MouseEvent.stopImmediatePropagation" - } - }, - "61789": { - "id": 61789, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61790 - ], - "inheritedFrom": { - "type": "reference", - "target": 134563, - "name": "MouseEvent.stopPropagation" - } - }, - "61790": { - "id": 61790, - "name": "stopPropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "When dispatched in a tree, invoking this method prevents event from reaching any objects other than the current object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopPropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 134564, - "name": "MouseEvent.stopPropagation" - } - }, - "61822": { - "id": 61822, - "name": "EXT_blend_minmax", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/EXT_blend_minmax)" - } - ] - }, - "children": [ - 61823, - 61824 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 61823, - 61824 - ] - } - ] - }, - "61823": { - "id": 61823, - "name": "MAX_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 32776 - } - }, - "61824": { - "id": 61824, - "name": "MIN_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 32775 - } - }, - "61825": { - "id": 61825, - "name": "EXT_color_buffer_float", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/EXT_color_buffer_float)" - } - ] - } - }, - "61826": { - "id": 61826, - "name": "EXT_color_buffer_half_float", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/EXT_color_buffer_half_float)" - } - ] - }, - "children": [ - 61827, - 61828, - 61829, - 61830 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 61827, - 61828, - 61829, - 61830 - ] - } - ] - }, - "61827": { - "id": 61827, - "name": "FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 33297 - } - }, - "61828": { - "id": 61828, - "name": "RGB16F_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 34843 - } - }, - "61829": { - "id": 61829, - "name": "RGBA16F_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 34842 - } - }, - "61830": { - "id": 61830, - "name": "UNSIGNED_NORMALIZED_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 35863 - } - }, - "61831": { - "id": 61831, - "name": "EXT_float_blend", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/EXT_float_blend)" - } - ] - } - }, - "61832": { - "id": 61832, - "name": "EXT_frag_depth", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The EXT_frag_depth extension is part of the WebGL API and enables to set a depth value of a fragment from within the fragment shader.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EXT_frag_depth)" - } - ] - } - }, - "61833": { - "id": 61833, - "name": "EXT_sRGB", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/EXT_sRGB)" - } - ] - }, - "children": [ - 61834, - 61835, - 61836, - 61837 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 61834, - 61835, - 61836, - 61837 - ] - } - ] - }, - "61834": { - "id": 61834, - "name": "FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 33296 - } - }, - "61835": { - "id": 61835, - "name": "SRGB8_ALPHA8_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 35907 - } - }, - "61836": { - "id": 61836, - "name": "SRGB_ALPHA_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 35906 - } - }, - "61837": { - "id": 61837, - "name": "SRGB_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 35904 - } - }, - "61838": { - "id": 61838, - "name": "EXT_shader_texture_lod", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/EXT_shader_texture_lod)" - } - ] - } - }, - "61839": { - "id": 61839, - "name": "EXT_texture_compression_bptc", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/EXT_texture_compression_bptc)" - } - ] - }, - "children": [ - 61840, - 61841, - 61842, - 61843 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 61840, - 61841, - 61842, - 61843 - ] - } - ] - }, - "61840": { - "id": 61840, - "name": "COMPRESSED_RGBA_BPTC_UNORM_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 36492 - } - }, - "61841": { - "id": 61841, - "name": "COMPRESSED_RGB_BPTC_SIGNED_FLOAT_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 36494 - } - }, - "61842": { - "id": 61842, - "name": "COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 36495 - } - }, - "61843": { - "id": 61843, - "name": "COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 36493 - } - }, - "61844": { - "id": 61844, - "name": "EXT_texture_compression_rgtc", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/EXT_texture_compression_rgtc)" - } - ] - }, - "children": [ - 61845, - 61846, - 61847, - 61848 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 61845, - 61846, - 61847, - 61848 - ] - } - ] - }, - "61845": { - "id": 61845, - "name": "COMPRESSED_RED_GREEN_RGTC2_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 36285 - } - }, - "61846": { - "id": 61846, - "name": "COMPRESSED_RED_RGTC1_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 36283 - } - }, - "61847": { - "id": 61847, - "name": "COMPRESSED_SIGNED_RED_GREEN_RGTC2_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 36286 - } - }, - "61848": { - "id": 61848, - "name": "COMPRESSED_SIGNED_RED_RGTC1_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 36284 - } - }, - "61849": { - "id": 61849, - "name": "EXT_texture_filter_anisotropic", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The EXT_texture_filter_anisotropic extension is part of the WebGL API and exposes two constants for anisotropic filtering (AF).\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EXT_texture_filter_anisotropic)" - } - ] - }, - "children": [ - 61850, - 61851 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 61850, - 61851 - ] - } - ] - }, - "61850": { - "id": 61850, - "name": "MAX_TEXTURE_MAX_ANISOTROPY_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 34047 - } - }, - "61851": { - "id": 61851, - "name": "TEXTURE_MAX_ANISOTROPY_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 34046 - } - }, - "61852": { - "id": 61852, - "name": "EffectTiming", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 61853, - 61854, - 61855, - 61856, - 61857, - 61858, - 61859, - 61860, - 61861 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 61853, - 61854, - 61855, - 61856, - 61857, - 61858, - 61859, - 61860, - 61861 - ] - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 132567, - "name": "KeyframeEffectOptions" - }, - { - "type": "reference", - "target": 59609, - "name": "ComputedEffectTiming" - } - ] - }, - "61853": { - "id": 61853, - "name": "delay", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "61854": { - "id": 61854, - "name": "direction", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 212594, - "name": "PlaybackDirection", - "package": "typescript" - } - }, - "61855": { - "id": 61855, - "name": "duration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": 58372, - "name": "CSSNumericValue", - "package": "typescript" - } - ] - } - }, - "61856": { - "id": 61856, - "name": "easing", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61857": { - "id": 61857, - "name": "endDelay", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "61858": { - "id": 61858, - "name": "fill", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 212525, - "name": "FillMode", - "package": "typescript" - } - }, - "61859": { - "id": 61859, - "name": "iterationStart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "61860": { - "id": 61860, - "name": "iterations", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "61861": { - "id": 61861, - "name": "playbackRate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "61862": { - "id": 61862, - "name": "Element", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Element is the most general base class from which all objects in a Document inherit. It only has methods and properties common to all kinds of elements. More specific classes inherit from Element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element)" - } - ] - }, - "children": [ - 61863, - 61864, - 61865, - 61866, - 61867, - 61868, - 61869, - 61870, - 61871, - 61872, - 61873, - 61874, - 61875, - 61876, - 61877, - 61878, - 61879, - 61880, - 61881, - 61882, - 61883, - 61884, - 61885, - 61886, - 61887, - 61888, - 61889, - 61890, - 61891, - 61892, - 61893, - 61894, - 61895, - 61896, - 61897, - 61898, - 61899, - 61900, - 61901, - 61902, - 61903, - 61904, - 61905, - 61906, - 61907, - 61908, - 61909, - 61910, - 61911, - 61912, - 61913, - 61914, - 61915, - 61916, - 61917, - 61918, - 61919, - 61920, - 61921, - 61922, - 61923, - 61924, - 61925, - 61926, - 61927, - 61928, - 61929, - 61930, - 61931, - 61932, - 61933, - 61934, - 61935, - 61936, - 61937, - 61938, - 61939, - 61940, - 61941, - 61942, - 61943, - 61944, - 61945, - 61946, - 61947, - 61948, - 61949, - 61950, - 61955, - 61960, - 61961, - 61962, - 61963, - 61964, - 61965, - 61966, - 61967, - 61968, - 61969, - 61970, - 61971, - 61972, - 61973, - 61974, - 61975, - 61976, - 61980, - 61984, - 61998, - 62001, - 62005, - 62008, - 62012, - 62015, - 62018, - 62021, - 62024, - 62037, - 62040, - 62042, - 62045, - 62048, - 62051, - 62054, - 62058, - 62060, - 62063, - 62067, - 62069, - 62071, - 62074, - 62089, - 62102, - 62105, - 62108, - 62111, - 62115, - 62117, - 62119, - 62122, - 62126, - 62130, - 62134, - 62139, - 62142, - 62145, - 62148, - 62151, - 62154, - 62157, - 62159, - 62162, - 62178, - 62194, - 62197, - 62199, - 62202, - 62206, - 62209, - 62213, - 62227, - 62232, - 62235, - 62238, - 62241, - 62244, - 62250, - 62256, - 62259, - 62265, - 62269, - 62274, - 62277, - 62280, - 62283, - 62286, - 62290 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 61863, - 61864, - 61865, - 61866, - 61867, - 61868, - 61869, - 61870, - 61871, - 61872, - 61873, - 61874, - 61875, - 61876, - 61877, - 61878, - 61879, - 61880, - 61881, - 61882, - 61883, - 61884, - 61885, - 61886, - 61887, - 61888, - 61889, - 61890, - 61891, - 61892, - 61893, - 61894, - 61895, - 61896, - 61897, - 61898, - 61899, - 61900, - 61901, - 61902, - 61903, - 61904, - 61905, - 61906, - 61907, - 61908, - 61909, - 61910, - 61911, - 61912, - 61913, - 61914, - 61915, - 61916, - 61917, - 61918, - 61919, - 61920, - 61921, - 61922, - 61923, - 61924, - 61925, - 61926, - 61927, - 61928, - 61929, - 61930, - 61931, - 61932, - 61933, - 61934, - 61935, - 61936, - 61937, - 61938, - 61939, - 61940, - 61941, - 61942, - 61943, - 61944, - 61945, - 61946, - 61947, - 61948, - 61949, - 61950, - 61955, - 61960, - 61961, - 61962, - 61963, - 61964, - 61965, - 61966, - 61967, - 61968, - 61969, - 61970, - 61971, - 61972, - 61973, - 61974, - 61975 - ] - }, - { - "title": "Accessors", - "children": [ - 61976, - 61980 - ] - }, - { - "title": "Methods", - "children": [ - 61984, - 61998, - 62001, - 62005, - 62008, - 62012, - 62015, - 62018, - 62021, - 62024, - 62037, - 62040, - 62042, - 62045, - 62048, - 62051, - 62054, - 62058, - 62060, - 62063, - 62067, - 62069, - 62071, - 62074, - 62089, - 62102, - 62105, - 62108, - 62111, - 62115, - 62117, - 62119, - 62122, - 62126, - 62130, - 62134, - 62139, - 62142, - 62145, - 62148, - 62151, - 62154, - 62157, - 62159, - 62162, - 62178, - 62194, - 62197, - 62199, - 62202, - 62206, - 62209, - 62213, - 62227, - 62232, - 62235, - 62238, - 62241, - 62244, - 62250, - 62256, - 62259, - 62265, - 62269, - 62274, - 62277, - 62280, - 62283, - 62286, - 62290 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - { - "type": "reference", - "target": 57505, - "name": "ARIAMixin", - "package": "typescript" - }, - { - "type": "reference", - "target": 57664, - "name": "Animatable", - "package": "typescript" - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - }, - { - "type": "reference", - "target": 134757, - "name": "NonDocumentTypeChildNode", - "package": "typescript" - }, - { - "type": "reference", - "target": 135318, - "name": "ParentNode", - "package": "typescript" - }, - { - "type": "reference", - "target": 205351, - "name": "Slottable", - "package": "typescript" - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 78368, - "name": "HTMLElement" - }, - { - "type": "reference", - "target": 146576, - "name": "SVGElement" - }, - { - "type": "reference", - "target": 132754, - "name": "MathMLElement" - } - ] - }, - "61863": { - "id": 61863, - "name": "ATTRIBUTE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 135319, - "name": "ParentNode.ATTRIBUTE_NODE" - } - }, - "61864": { - "id": 61864, - "name": "CDATA_SECTION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a CDATASection node." - } - ] - }, - "type": { - "type": "literal", - "value": 4 - }, - "inheritedFrom": { - "type": "reference", - "target": 135320, - "name": "ParentNode.CDATA_SECTION_NODE" - } - }, - "61865": { - "id": 61865, - "name": "COMMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Comment node." - } - ] - }, - "type": { - "type": "literal", - "value": 8 - }, - "inheritedFrom": { - "type": "reference", - "target": 135321, - "name": "ParentNode.COMMENT_NODE" - } - }, - "61866": { - "id": 61866, - "name": "DOCUMENT_FRAGMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a DocumentFragment node." - } - ] - }, - "type": { - "type": "literal", - "value": 11 - }, - "inheritedFrom": { - "type": "reference", - "target": 135322, - "name": "ParentNode.DOCUMENT_FRAGMENT_NODE" - } - }, - "61867": { - "id": 61867, - "name": "DOCUMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a document." - } - ] - }, - "type": { - "type": "literal", - "value": 9 - }, - "inheritedFrom": { - "type": "reference", - "target": 135323, - "name": "ParentNode.DOCUMENT_NODE" - } - }, - "61868": { - "id": 61868, - "name": "DOCUMENT_POSITION_CONTAINED_BY", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is a descendant of node." - } - ] - }, - "type": { - "type": "literal", - "value": 16 - }, - "inheritedFrom": { - "type": "reference", - "target": 135324, - "name": "ParentNode.DOCUMENT_POSITION_CONTAINED_BY" - } - }, - "61869": { - "id": 61869, - "name": "DOCUMENT_POSITION_CONTAINS", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is an ancestor of node." - } - ] - }, - "type": { - "type": "literal", - "value": 8 - }, - "inheritedFrom": { - "type": "reference", - "target": 135325, - "name": "ParentNode.DOCUMENT_POSITION_CONTAINS" - } - }, - "61870": { - "id": 61870, - "name": "DOCUMENT_POSITION_DISCONNECTED", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when node and other are not in the same tree." - } - ] - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 135326, - "name": "ParentNode.DOCUMENT_POSITION_DISCONNECTED" - } - }, - "61871": { - "id": 61871, - "name": "DOCUMENT_POSITION_FOLLOWING", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is following node." - } - ] - }, - "type": { - "type": "literal", - "value": 4 - }, - "inheritedFrom": { - "type": "reference", - "target": 135327, - "name": "ParentNode.DOCUMENT_POSITION_FOLLOWING" - } - }, - "61872": { - "id": 61872, - "name": "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 32 - }, - "inheritedFrom": { - "type": "reference", - "target": 135328, - "name": "ParentNode.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" - } - }, - "61873": { - "id": 61873, - "name": "DOCUMENT_POSITION_PRECEDING", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is preceding node." - } - ] - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 135329, - "name": "ParentNode.DOCUMENT_POSITION_PRECEDING" - } - }, - "61874": { - "id": 61874, - "name": "DOCUMENT_TYPE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a doctype." - } - ] - }, - "type": { - "type": "literal", - "value": 10 - }, - "inheritedFrom": { - "type": "reference", - "target": 135330, - "name": "ParentNode.DOCUMENT_TYPE_NODE" - } - }, - "61875": { - "id": 61875, - "name": "ELEMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is an element." - } - ] - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 135331, - "name": "ParentNode.ELEMENT_NODE" - } - }, - "61876": { - "id": 61876, - "name": "ENTITY_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 6 - }, - "inheritedFrom": { - "type": "reference", - "target": 135332, - "name": "ParentNode.ENTITY_NODE" - } - }, - "61877": { - "id": 61877, - "name": "ENTITY_REFERENCE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 5 - }, - "inheritedFrom": { - "type": "reference", - "target": 135333, - "name": "ParentNode.ENTITY_REFERENCE_NODE" - } - }, - "61878": { - "id": 61878, - "name": "NOTATION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 12 - }, - "inheritedFrom": { - "type": "reference", - "target": 135334, - "name": "ParentNode.NOTATION_NODE" - } - }, - "61879": { - "id": 61879, - "name": "PROCESSING_INSTRUCTION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a ProcessingInstruction node." - } - ] - }, - "type": { - "type": "literal", - "value": 7 - }, - "inheritedFrom": { - "type": "reference", - "target": 135335, - "name": "ParentNode.PROCESSING_INSTRUCTION_NODE" - } - }, - "61880": { - "id": 61880, - "name": "TEXT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Text node." - } - ] - }, - "type": { - "type": "literal", - "value": 3 - }, - "inheritedFrom": { - "type": "reference", - "target": 135336, - "name": "ParentNode.TEXT_NODE" - } - }, - "61881": { - "id": 61881, - "name": "ariaAtomic", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaAtomic)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57506, - "name": "ARIAMixin.ariaAtomic" - } - }, - "61882": { - "id": 61882, - "name": "ariaAutoComplete", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaAutoComplete)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57507, - "name": "ARIAMixin.ariaAutoComplete" - } - }, - "61883": { - "id": 61883, - "name": "ariaBrailleLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaBrailleLabel)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57508, - "name": "ARIAMixin.ariaBrailleLabel" - } - }, - "61884": { - "id": 61884, - "name": "ariaBrailleRoleDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaBrailleRoleDescription)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57509, - "name": "ARIAMixin.ariaBrailleRoleDescription" - } - }, - "61885": { - "id": 61885, - "name": "ariaBusy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaBusy)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57510, - "name": "ARIAMixin.ariaBusy" - } - }, - "61886": { - "id": 61886, - "name": "ariaChecked", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaChecked)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57511, - "name": "ARIAMixin.ariaChecked" - } - }, - "61887": { - "id": 61887, - "name": "ariaColCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColCount)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57512, - "name": "ARIAMixin.ariaColCount" - } - }, - "61888": { - "id": 61888, - "name": "ariaColIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColIndex)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57513, - "name": "ARIAMixin.ariaColIndex" - } - }, - "61889": { - "id": 61889, - "name": "ariaColIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColIndexText)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57514, - "name": "ARIAMixin.ariaColIndexText" - } - }, - "61890": { - "id": 61890, - "name": "ariaColSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColSpan)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57515, - "name": "ARIAMixin.ariaColSpan" - } - }, - "61891": { - "id": 61891, - "name": "ariaCurrent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaCurrent)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57516, - "name": "ARIAMixin.ariaCurrent" - } - }, - "61892": { - "id": 61892, - "name": "ariaDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDescription)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57517, - "name": "ARIAMixin.ariaDescription" - } - }, - "61893": { - "id": 61893, - "name": "ariaDisabled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDisabled)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57518, - "name": "ARIAMixin.ariaDisabled" - } - }, - "61894": { - "id": 61894, - "name": "ariaExpanded", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaExpanded)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57519, - "name": "ARIAMixin.ariaExpanded" - } - }, - "61895": { - "id": 61895, - "name": "ariaHasPopup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaHasPopup)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57520, - "name": "ARIAMixin.ariaHasPopup" - } - }, - "61896": { - "id": 61896, - "name": "ariaHidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaHidden)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57521, - "name": "ARIAMixin.ariaHidden" - } - }, - "61897": { - "id": 61897, - "name": "ariaInvalid", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57522, - "name": "ARIAMixin.ariaInvalid" - } - }, - "61898": { - "id": 61898, - "name": "ariaKeyShortcuts", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaKeyShortcuts)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57523, - "name": "ARIAMixin.ariaKeyShortcuts" - } - }, - "61899": { - "id": 61899, - "name": "ariaLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLabel)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57524, - "name": "ARIAMixin.ariaLabel" - } - }, - "61900": { - "id": 61900, - "name": "ariaLevel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLevel)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57525, - "name": "ARIAMixin.ariaLevel" - } - }, - "61901": { - "id": 61901, - "name": "ariaLive", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLive)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57526, - "name": "ARIAMixin.ariaLive" - } - }, - "61902": { - "id": 61902, - "name": "ariaModal", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaModal)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57527, - "name": "ARIAMixin.ariaModal" - } - }, - "61903": { - "id": 61903, - "name": "ariaMultiLine", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaMultiLine)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57528, - "name": "ARIAMixin.ariaMultiLine" - } - }, - "61904": { - "id": 61904, - "name": "ariaMultiSelectable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaMultiSelectable)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57529, - "name": "ARIAMixin.ariaMultiSelectable" - } - }, - "61905": { - "id": 61905, - "name": "ariaOrientation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaOrientation)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57530, - "name": "ARIAMixin.ariaOrientation" - } - }, - "61906": { - "id": 61906, - "name": "ariaPlaceholder", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPlaceholder)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57531, - "name": "ARIAMixin.ariaPlaceholder" - } - }, - "61907": { - "id": 61907, - "name": "ariaPosInSet", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPosInSet)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57532, - "name": "ARIAMixin.ariaPosInSet" - } - }, - "61908": { - "id": 61908, - "name": "ariaPressed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPressed)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57533, - "name": "ARIAMixin.ariaPressed" - } - }, - "61909": { - "id": 61909, - "name": "ariaReadOnly", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaReadOnly)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57534, - "name": "ARIAMixin.ariaReadOnly" - } - }, - "61910": { - "id": 61910, - "name": "ariaRelevant", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRelevant)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57535, - "name": "ARIAMixin.ariaRelevant" - } - }, - "61911": { - "id": 61911, - "name": "ariaRequired", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRequired)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57536, - "name": "ARIAMixin.ariaRequired" - } - }, - "61912": { - "id": 61912, - "name": "ariaRoleDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRoleDescription)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57537, - "name": "ARIAMixin.ariaRoleDescription" - } - }, - "61913": { - "id": 61913, - "name": "ariaRowCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowCount)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57538, - "name": "ARIAMixin.ariaRowCount" - } - }, - "61914": { - "id": 61914, - "name": "ariaRowIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowIndex)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57539, - "name": "ARIAMixin.ariaRowIndex" - } - }, - "61915": { - "id": 61915, - "name": "ariaRowIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowIndexText)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57540, - "name": "ARIAMixin.ariaRowIndexText" - } - }, - "61916": { - "id": 61916, - "name": "ariaRowSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowSpan)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57541, - "name": "ARIAMixin.ariaRowSpan" - } - }, - "61917": { - "id": 61917, - "name": "ariaSelected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaSelected)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57542, - "name": "ARIAMixin.ariaSelected" - } - }, - "61918": { - "id": 61918, - "name": "ariaSetSize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaSetSize)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57543, - "name": "ARIAMixin.ariaSetSize" - } - }, - "61919": { - "id": 61919, - "name": "ariaSort", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaSort)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57544, - "name": "ARIAMixin.ariaSort" - } - }, - "61920": { - "id": 61920, - "name": "ariaValueMax", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueMax)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57545, - "name": "ARIAMixin.ariaValueMax" - } - }, - "61921": { - "id": 61921, - "name": "ariaValueMin", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueMin)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57546, - "name": "ARIAMixin.ariaValueMin" - } - }, - "61922": { - "id": 61922, - "name": "ariaValueNow", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueNow)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57547, - "name": "ARIAMixin.ariaValueNow" - } - }, - "61923": { - "id": 61923, - "name": "ariaValueText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueText)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57548, - "name": "ARIAMixin.ariaValueText" - } - }, - "61924": { - "id": 61924, - "name": "assignedSlot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/assignedSlot)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 114160, - "name": "HTMLSlotElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 205352, - "name": "Slottable.assignedSlot" - } - }, - "61925": { - "id": 61925, - "name": "attributes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/attributes)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NamedNodeMap" - }, - "name": "NamedNodeMap", - "package": "typescript" - } - }, - "61926": { - "id": 61926, - "name": "baseURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's node document's document base URL.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/baseURI)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 135337, - "name": "ParentNode.baseURI" - } - }, - "61927": { - "id": 61927, - "name": "childElementCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/childElementCount)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 135338, - "name": "ParentNode.childElementCount" - } - }, - "61928": { - "id": 61928, - "name": "childNodes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the children.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/childNodes)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 135339, - "name": "ParentNode.childNodes" - } - }, - "61929": { - "id": 61929, - "name": "children", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the child elements.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/children)" - } - ] - }, - "type": { - "type": "reference", - "target": 71580, - "name": "HTMLCollection", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 135340, - "name": "ParentNode.children" - } - }, - "61930": { - "id": 61930, - "name": "className", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the value of element's class content attribute. Can be set to change it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/className)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61931": { - "id": 61931, - "name": "clientHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientHeight)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "61932": { - "id": 61932, - "name": "clientLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientLeft)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "61933": { - "id": 61933, - "name": "clientTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientTop)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "61934": { - "id": 61934, - "name": "clientWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientWidth)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "61935": { - "id": 61935, - "name": "currentCSSZoom", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/currentCSSZoom)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "61936": { - "id": 61936, - "name": "firstChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/firstChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135341, - "name": "ParentNode.firstChild" - } - }, - "61937": { - "id": 61937, - "name": "firstElementChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/firstElementChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135342, - "name": "ParentNode.firstElementChild" - } - }, - "61938": { - "id": 61938, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the value of element's id content attribute. Can be set to change it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/id)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61939": { - "id": 61939, - "name": "innerHTML", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/innerHTML)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61940": { - "id": 61940, - "name": "isConnected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if node is connected and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isConnected)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 135343, - "name": "ParentNode.isConnected" - } - }, - "61941": { - "id": 61941, - "name": "lastChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lastChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135344, - "name": "ParentNode.lastChild" - } - }, - "61942": { - "id": 61942, - "name": "lastElementChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/lastElementChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135345, - "name": "ParentNode.lastElementChild" - } - }, - "61943": { - "id": 61943, - "name": "localName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the local name.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/localName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61944": { - "id": 61944, - "name": "namespaceURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the namespace.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/namespaceURI)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "61945": { - "id": 61945, - "name": "nextElementSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first following sibling that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/nextElementSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 134758, - "name": "NonDocumentTypeChildNode.nextElementSibling" - } - }, - "61946": { - "id": 61946, - "name": "nextSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the next sibling.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nextSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135346, - "name": "ParentNode.nextSibling" - } - }, - "61947": { - "id": 61947, - "name": "nodeName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a string appropriate for the type of node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 135347, - "name": "ParentNode.nodeName" - } - }, - "61948": { - "id": 61948, - "name": "nodeType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeType)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 135348, - "name": "ParentNode.nodeType" - } - }, - "61949": { - "id": 61949, - "name": "nodeValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeValue)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135349, - "name": "ParentNode.nodeValue" - } - }, - "61950": { - "id": 61950, - "name": "onfullscreenchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/fullscreenchange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 61951, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 61952, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 61953, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - }, - { - "id": 61954, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - } - }, - "61955": { - "id": 61955, - "name": "onfullscreenerror", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/fullscreenerror_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 61956, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 61957, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 61958, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - }, - { - "id": 61959, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - } - }, - "61960": { - "id": 61960, - "name": "outerHTML", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/outerHTML)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61961": { - "id": 61961, - "name": "ownerDocument", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the node document. Returns null for documents.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/ownerDocument)" - } - ] - }, - "type": { - "type": "reference", - "target": 60250, - "name": "Document", - "package": "typescript" - }, - "overwrites": { - "type": "reference", - "target": 135350, - "name": "ParentNode.ownerDocument" - } - }, - "61962": { - "id": 61962, - "name": "parentElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentElement)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135351, - "name": "ParentNode.parentElement" - } - }, - "61963": { - "id": 61963, - "name": "parentNode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentNode)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 135318, - "name": "ParentNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135352, - "name": "ParentNode.parentNode" - } - }, - "61964": { - "id": 61964, - "name": "prefix", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the namespace prefix.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/prefix)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "61965": { - "id": 61965, - "name": "previousElementSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first preceding sibling that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/previousElementSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 134759, - "name": "NonDocumentTypeChildNode.previousElementSibling" - } - }, - "61966": { - "id": 61966, - "name": "previousSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the previous sibling.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/previousSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135353, - "name": "ParentNode.previousSibling" - } - }, - "61967": { - "id": 61967, - "name": "role", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57549, - "name": "ARIAMixin.role" - } - }, - "61968": { - "id": 61968, - "name": "scrollHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollHeight)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "61969": { - "id": 61969, - "name": "scrollLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollLeft)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "61970": { - "id": 61970, - "name": "scrollTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollTop)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "61971": { - "id": 61971, - "name": "scrollWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollWidth)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "61972": { - "id": 61972, - "name": "shadowRoot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns element's shadow root, if any, and if shadow root's mode is \"open\", and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/shadowRoot)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 205149, - "name": "ShadowRoot", - "package": "typescript" - } - ] - } - }, - "61973": { - "id": 61973, - "name": "slot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the value of element's slot content attribute. Can be set to change it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/slot)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61974": { - "id": 61974, - "name": "tagName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the HTML-uppercased qualified name.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/tagName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61975": { - "id": 61975, - "name": "textContent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/textContent)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135354, - "name": "ParentNode.textContent" - } - }, - "61976": { - "id": 61976, - "name": "classList", - "variant": "declaration", - "kind": 262144, - "flags": { - "isExternal": true - }, - "getSignature": { - "id": 61977, - "name": "classList", - "variant": "signature", - "kind": 524288, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Allows for manipulation of element's class content attribute as a set of whitespace-separated tokens through a DOMTokenList object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/classList)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - } - }, - "setSignature": { - "id": 61978, - "name": "classList", - "variant": "signature", - "kind": 1048576, - "flags": { - "isExternal": true - }, - "parameters": [ - 61979 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - } - }, - "61980": { - "id": 61980, - "name": "part", - "variant": "declaration", - "kind": 262144, - "flags": { - "isExternal": true - }, - "getSignature": { - "id": 61981, - "name": "part", - "variant": "signature", - "kind": 524288, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/part)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - } - }, - "setSignature": { - "id": 61982, - "name": "part", - "variant": "signature", - "kind": 1048576, - "flags": { - "isExternal": true - }, - "parameters": [ - 61983 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - } - }, - "61984": { - "id": 61984, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61985, - 61994 - ], - "overwrites": { - "type": "reference", - "target": 135355, - "name": "ParentNode.addEventListener" - } - }, - "61985": { - "id": 61985, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Appends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched.\n\nThe options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options's capture.\n\nWhen set to true, options's capture prevents callback from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event's eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event's eventPhase attribute value is AT_TARGET.\n\nWhen set to true, options's passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners.\n\nWhen set to true, options's once indicates that the callback will only be invoked once after which the event listener will be removed.\n\nIf an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted.\n\nThe event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/addEventListener)" - } - ] - }, - "typeParameter": [ - 61986 - ], - "parameters": [ - 61987, - 61988, - 61993 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 135356, - "name": "ParentNode.addEventListener" - } - }, - "61986": { - "id": 61986, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 62308, - "name": "ElementEventMap", - "package": "typescript" - } - } - }, - "61987": { - "id": 61987, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61986, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "61988": { - "id": 61988, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 61989, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 61990 - ] - } - } - }, - "61993": { - "id": 61993, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 57635, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "61994": { - "id": 61994, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 61995, - 61996, - 61997 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": -1, - "name": "Node.addEventListener" - } - }, - "61995": { - "id": 61995, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "61996": { - "id": 61996, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "61997": { - "id": 61997, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 57635, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "61998": { - "id": 61998, - "name": "after", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 61999 - ], - "inheritedFrom": { - "type": "reference", - "target": 59276, - "name": "ChildNode.after" - } - }, - "61999": { - "id": 61999, - "name": "after", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes just after node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/after)" - } - ] - }, - "parameters": [ - 62000 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59277, - "name": "ChildNode.after" - } - }, - "62000": { - "id": 62000, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "62001": { - "id": 62001, - "name": "animate", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62002 - ], - "inheritedFrom": { - "type": "reference", - "target": 57665, - "name": "Animatable.animate" - } - }, - "62002": { - "id": 62002, - "name": "animate", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animate)" - } - ] - }, - "parameters": [ - 62003, - 62004 - ], - "type": { - "type": "reference", - "target": 57672, - "name": "Animation", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 57666, - "name": "Animatable.animate" - } - }, - "62003": { - "id": 62003, - "name": "keyframes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "array", - "elementType": { - "type": "reference", - "target": 132546, - "name": "Keyframe", - "package": "typescript" - } - }, - { - "type": "reference", - "target": 136273, - "name": "PropertyIndexedKeyframes", - "package": "typescript" - } - ] - } - }, - "62004": { - "id": 62004, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": 132552, - "name": "KeyframeAnimationOptions", - "package": "typescript" - } - ] - } - }, - "62005": { - "id": 62005, - "name": "append", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62006 - ], - "inheritedFrom": { - "type": "reference", - "target": 135360, - "name": "ParentNode.append" - } - }, - "62006": { - "id": 62006, - "name": "append", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes after the last child of node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/append)" - } - ] - }, - "parameters": [ - 62007 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 135361, - "name": "ParentNode.append" - } - }, - "62007": { - "id": 62007, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "62008": { - "id": 62008, - "name": "appendChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62009 - ], - "inheritedFrom": { - "type": "reference", - "target": 135363, - "name": "ParentNode.appendChild" - } - }, - "62009": { - "id": 62009, - "name": "appendChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/appendChild)" - } - ] - }, - "typeParameter": [ - 62010 - ], - "parameters": [ - 62011 - ], - "type": { - "type": "reference", - "target": 71251, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 135364, - "name": "ParentNode.appendChild" - } - }, - "62011": { - "id": 62011, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71251, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "62012": { - "id": 62012, - "name": "attachShadow", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62013 - ] - }, - "62013": { - "id": 62013, - "name": "attachShadow", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Creates a shadow root for element and returns it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/attachShadow)" - } - ] - }, - "parameters": [ - 62014 - ], - "type": { - "type": "reference", - "target": 205149, - "name": "ShadowRoot", - "package": "typescript" - } - }, - "62014": { - "id": 62014, - "name": "init", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 205346, - "name": "ShadowRootInit", - "package": "typescript" - } - }, - "62015": { - "id": 62015, - "name": "before", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62016 - ], - "inheritedFrom": { - "type": "reference", - "target": 59283, - "name": "ChildNode.before" - } - }, - "62016": { - "id": 62016, - "name": "before", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes just before node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/before)" - } - ] - }, - "parameters": [ - 62017 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59284, - "name": "ChildNode.before" - } - }, - "62017": { - "id": 62017, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "62018": { - "id": 62018, - "name": "checkVisibility", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62019 - ] - }, - "62019": { - "id": 62019, - "name": "checkVisibility", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/checkVisibility)" - } - ] - }, - "parameters": [ - 62020 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62020": { - "id": 62020, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 59232, - "name": "CheckVisibilityOptions", - "package": "typescript" - } - }, - "62021": { - "id": 62021, - "name": "cloneNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62022 - ], - "inheritedFrom": { - "type": "reference", - "target": 135367, - "name": "ParentNode.cloneNode" - } - }, - "62022": { - "id": 62022, - "name": "cloneNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a copy of node. If deep is true, the copy also includes the node's descendants.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/cloneNode)" - } - ] - }, - "parameters": [ - 62023 - ], - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 135368, - "name": "ParentNode.cloneNode" - } - }, - "62023": { - "id": 62023, - "name": "subtree", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62024": { - "id": 62024, - "name": "closest", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62025, - 62028, - 62031, - 62034 - ] - }, - "62025": { - "id": 62025, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first (starting at element) inclusive ancestor that matches selectors, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/closest)" - } - ] - }, - "typeParameter": [ - 62026 - ], - "parameters": [ - 62027 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71276, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - } - }, - "62027": { - "id": 62027, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71276, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "62028": { - "id": 62028, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 62029 - ], - "parameters": [ - 62030 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71279, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - } - }, - "62030": { - "id": 62030, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71279, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "62031": { - "id": 62031, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 62032 - ], - "parameters": [ - 62033 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71282, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ] - } - }, - "62033": { - "id": 62033, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71282, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "62034": { - "id": 62034, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 62035 - ], - "parameters": [ - 62036 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 71285, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - } - }, - "62036": { - "id": 62036, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62037": { - "id": 62037, - "name": "compareDocumentPosition", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62038 - ], - "inheritedFrom": { - "type": "reference", - "target": 135370, - "name": "ParentNode.compareDocumentPosition" - } - }, - "62038": { - "id": 62038, - "name": "compareDocumentPosition", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a bitmask indicating the position of other relative to node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/compareDocumentPosition)" - } - ] - }, - "parameters": [ - 62039 - ], - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 135371, - "name": "ParentNode.compareDocumentPosition" - } - }, - "62039": { - "id": 62039, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "62040": { - "id": 62040, - "name": "computedStyleMap", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62041 - ] - }, - "62041": { - "id": 62041, - "name": "computedStyleMap", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/computedStyleMap)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "StylePropertyMapReadOnly" - }, - "name": "StylePropertyMapReadOnly", - "package": "typescript" - } - }, - "62042": { - "id": 62042, - "name": "contains", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62043 - ], - "inheritedFrom": { - "type": "reference", - "target": 135373, - "name": "ParentNode.contains" - } - }, - "62043": { - "id": 62043, - "name": "contains", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if other is an inclusive descendant of node, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/contains)" - } - ] - }, - "parameters": [ - 62044 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 135374, - "name": "ParentNode.contains" - } - }, - "62044": { - "id": 62044, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "62045": { - "id": 62045, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62046 - ], - "inheritedFrom": { - "type": "reference", - "target": 135376, - "name": "ParentNode.dispatchEvent" - } - }, - "62046": { - "id": 62046, - "name": "dispatchEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "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.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/dispatchEvent)" - } - ] - }, - "parameters": [ - 62047 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 135377, - "name": "ParentNode.dispatchEvent" - } - }, - "62047": { - "id": 62047, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "62048": { - "id": 62048, - "name": "getAnimations", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62049 - ], - "inheritedFrom": { - "type": "reference", - "target": 57669, - "name": "Animatable.getAnimations" - } - }, - "62049": { - "id": 62049, - "name": "getAnimations", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAnimations)" - } - ] - }, - "parameters": [ - 62050 - ], - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 57672, - "name": "Animation", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 57670, - "name": "Animatable.getAnimations" - } - }, - "62050": { - "id": 62050, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62808, - "name": "GetAnimationsOptions", - "package": "typescript" - } - }, - "62051": { - "id": 62051, - "name": "getAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62052 - ] - }, - "62052": { - "id": 62052, - "name": "getAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns element's first attribute whose qualified name is qualifiedName, and null if there is no such attribute otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttribute)" - } - ] - }, - "parameters": [ - 62053 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "62053": { - "id": 62053, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62054": { - "id": 62054, - "name": "getAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62055 - ] - }, - "62055": { - "id": 62055, - "name": "getAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns element's attribute whose namespace is namespace and local name is localName, and null if there is no such attribute otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNS)" - } - ] - }, - "parameters": [ - 62056, - 62057 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "62056": { - "id": 62056, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "62057": { - "id": 62057, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62058": { - "id": 62058, - "name": "getAttributeNames", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62059 - ] - }, - "62059": { - "id": 62059, - "name": "getAttributeNames", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the qualified names of all element's attributes. Can contain duplicates.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNames)" - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - }, - "62060": { - "id": 62060, - "name": "getAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62061 - ] - }, - "62061": { - "id": 62061, - "name": "getAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNode)" - } - ] - }, - "parameters": [ - 62062 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - ] - } - }, - "62062": { - "id": 62062, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62063": { - "id": 62063, - "name": "getAttributeNodeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62064 - ] - }, - "62064": { - "id": 62064, - "name": "getAttributeNodeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNodeNS)" - } - ] - }, - "parameters": [ - 62065, - 62066 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - ] - } - }, - "62065": { - "id": 62065, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "62066": { - "id": 62066, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62067": { - "id": 62067, - "name": "getBoundingClientRect", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62068 - ] - }, - "62068": { - "id": 62068, - "name": "getBoundingClientRect", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getBoundingClientRect)" - } - ] - }, - "type": { - "type": "reference", - "target": 60097, - "name": "DOMRect", - "package": "typescript" - } - }, - "62069": { - "id": 62069, - "name": "getClientRects", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62070 - ] - }, - "62070": { - "id": 62070, - "name": "getClientRects", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getClientRects)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMRectList" - }, - "name": "DOMRectList", - "package": "typescript" - } - }, - "62071": { - "id": 62071, - "name": "getElementsByClassName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62072 - ] - }, - "62072": { - "id": 62072, - "name": "getElementsByClassName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a HTMLCollection of the elements in the object on which the method was invoked (a document or an element) that have all the classes given by classNames. The classNames argument is interpreted as a space-separated list of classes.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByClassName)" - } - ] - }, - "parameters": [ - 62073 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "62073": { - "id": 62073, - "name": "classNames", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62074": { - "id": 62074, - "name": "getElementsByTagName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62075, - 62078, - 62081, - 62084, - 62087 - ] - }, - "62075": { - "id": 62075, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByTagName)" - } - ] - }, - "typeParameter": [ - 62076 - ], - "parameters": [ - 62077 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71345, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "62077": { - "id": 62077, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71345, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "62078": { - "id": 62078, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 62079 - ], - "parameters": [ - 62080 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71348, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "62080": { - "id": 62080, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71348, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "62081": { - "id": 62081, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 62082 - ], - "parameters": [ - 62083 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71351, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "62083": { - "id": 62083, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71351, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "62084": { - "id": 62084, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "typeParameter": [ - 62085 - ], - "parameters": [ - 62086 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71354, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "62086": { - "id": 62086, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71354, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "62087": { - "id": 62087, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 62088 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "62088": { - "id": 62088, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62089": { - "id": 62089, - "name": "getElementsByTagNameNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62090, - 62093, - 62096, - 62099 - ] - }, - "62090": { - "id": 62090, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByTagNameNS)" - } - ] - }, - "parameters": [ - 62091, - 62092 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "62091": { - "id": 62091, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/1999/xhtml" - } - }, - "62092": { - "id": 62092, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62093": { - "id": 62093, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 62094, - 62095 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 146576, - "name": "SVGElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "62094": { - "id": 62094, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/2000/svg" - } - }, - "62095": { - "id": 62095, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62096": { - "id": 62096, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 62097, - 62098 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 132754, - "name": "MathMLElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "62097": { - "id": 62097, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/1998/Math/MathML" - } - }, - "62098": { - "id": 62098, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62099": { - "id": 62099, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 62100, - 62101 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "62100": { - "id": 62100, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "62101": { - "id": 62101, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62102": { - "id": 62102, - "name": "getHTML", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62103 - ] - }, - "62103": { - "id": 62103, - "name": "getHTML", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getHTML)" - } - ] - }, - "parameters": [ - 62104 - ], - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62104": { - "id": 62104, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62810, - "name": "GetHTMLOptions", - "package": "typescript" - } - }, - "62105": { - "id": 62105, - "name": "getRootNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62106 - ], - "inheritedFrom": { - "type": "reference", - "target": 135379, - "name": "ParentNode.getRootNode" - } - }, - "62106": { - "id": 62106, - "name": "getRootNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's root.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/getRootNode)" - } - ] - }, - "parameters": [ - 62107 - ], - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 135380, - "name": "ParentNode.getRootNode" - } - }, - "62107": { - "id": 62107, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62813, - "name": "GetRootNodeOptions", - "package": "typescript" - } - }, - "62108": { - "id": 62108, - "name": "hasAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62109 - ] - }, - "62109": { - "id": 62109, - "name": "hasAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if element has an attribute whose qualified name is qualifiedName, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasAttribute)" - } - ] - }, - "parameters": [ - 62110 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62110": { - "id": 62110, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62111": { - "id": 62111, - "name": "hasAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62112 - ] - }, - "62112": { - "id": 62112, - "name": "hasAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if element has an attribute whose namespace is namespace and local name is localName.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasAttributeNS)" - } - ] - }, - "parameters": [ - 62113, - 62114 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62113": { - "id": 62113, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "62114": { - "id": 62114, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62115": { - "id": 62115, - "name": "hasAttributes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62116 - ] - }, - "62116": { - "id": 62116, - "name": "hasAttributes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if element has attributes, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasAttributes)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62117": { - "id": 62117, - "name": "hasChildNodes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62118 - ], - "inheritedFrom": { - "type": "reference", - "target": 135382, - "name": "ParentNode.hasChildNodes" - } - }, - "62118": { - "id": 62118, - "name": "hasChildNodes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node has children.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/hasChildNodes)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 135383, - "name": "ParentNode.hasChildNodes" - } - }, - "62119": { - "id": 62119, - "name": "hasPointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62120 - ] - }, - "62120": { - "id": 62120, - "name": "hasPointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasPointerCapture)" - } - ] - }, - "parameters": [ - 62121 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62121": { - "id": 62121, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "62122": { - "id": 62122, - "name": "insertAdjacentElement", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62123 - ] - }, - "62123": { - "id": 62123, - "name": "insertAdjacentElement", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentElement)" - } - ] - }, - "parameters": [ - 62124, - 62125 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - } - }, - "62124": { - "id": 62124, - "name": "where", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212558, - "name": "InsertPosition", - "package": "typescript" - } - }, - "62125": { - "id": 62125, - "name": "element", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - }, - "62126": { - "id": 62126, - "name": "insertAdjacentHTML", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62127 - ] - }, - "62127": { - "id": 62127, - "name": "insertAdjacentHTML", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentHTML)" - } - ] - }, - "parameters": [ - 62128, - 62129 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "62128": { - "id": 62128, - "name": "position", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212558, - "name": "InsertPosition", - "package": "typescript" - } - }, - "62129": { - "id": 62129, - "name": "string", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62130": { - "id": 62130, - "name": "insertAdjacentText", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62131 - ] - }, - "62131": { - "id": 62131, - "name": "insertAdjacentText", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentText)" - } - ] - }, - "parameters": [ - 62132, - 62133 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "62132": { - "id": 62132, - "name": "where", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212558, - "name": "InsertPosition", - "package": "typescript" - } - }, - "62133": { - "id": 62133, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62134": { - "id": 62134, - "name": "insertBefore", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62135 - ], - "inheritedFrom": { - "type": "reference", - "target": 135384, - "name": "ParentNode.insertBefore" - } - }, - "62135": { - "id": 62135, - "name": "insertBefore", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/insertBefore)" - } - ] - }, - "typeParameter": [ - 62136 - ], - "parameters": [ - 62137, - 62138 - ], - "type": { - "type": "reference", - "target": 71407, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 135385, - "name": "ParentNode.insertBefore" - } - }, - "62137": { - "id": 62137, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71407, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "62138": { - "id": 62138, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "62139": { - "id": 62139, - "name": "isDefaultNamespace", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62140 - ], - "inheritedFrom": { - "type": "reference", - "target": 135389, - "name": "ParentNode.isDefaultNamespace" - } - }, - "62140": { - "id": 62140, - "name": "isDefaultNamespace", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isDefaultNamespace)" - } - ] - }, - "parameters": [ - 62141 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 135390, - "name": "ParentNode.isDefaultNamespace" - } - }, - "62141": { - "id": 62141, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "62142": { - "id": 62142, - "name": "isEqualNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62143 - ], - "inheritedFrom": { - "type": "reference", - "target": 135392, - "name": "ParentNode.isEqualNode" - } - }, - "62143": { - "id": 62143, - "name": "isEqualNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node and otherNode have the same properties.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isEqualNode)" - } - ] - }, - "parameters": [ - 62144 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 135393, - "name": "ParentNode.isEqualNode" - } - }, - "62144": { - "id": 62144, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "62145": { - "id": 62145, - "name": "isSameNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62146 - ], - "inheritedFrom": { - "type": "reference", - "target": 135395, - "name": "ParentNode.isSameNode" - } - }, - "62146": { - "id": 62146, - "name": "isSameNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isSameNode)" - } - ] - }, - "parameters": [ - 62147 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 135396, - "name": "ParentNode.isSameNode" - } - }, - "62147": { - "id": 62147, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "62148": { - "id": 62148, - "name": "lookupNamespaceURI", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62149 - ], - "inheritedFrom": { - "type": "reference", - "target": 135398, - "name": "ParentNode.lookupNamespaceURI" - } - }, - "62149": { - "id": 62149, - "name": "lookupNamespaceURI", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupNamespaceURI)" - } - ] - }, - "parameters": [ - 62150 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135399, - "name": "ParentNode.lookupNamespaceURI" - } - }, - "62150": { - "id": 62150, - "name": "prefix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "62151": { - "id": 62151, - "name": "lookupPrefix", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62152 - ], - "inheritedFrom": { - "type": "reference", - "target": 135401, - "name": "ParentNode.lookupPrefix" - } - }, - "62152": { - "id": 62152, - "name": "lookupPrefix", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupPrefix)" - } - ] - }, - "parameters": [ - 62153 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135402, - "name": "ParentNode.lookupPrefix" - } - }, - "62153": { - "id": 62153, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "62154": { - "id": 62154, - "name": "matches", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62155 - ] - }, - "62155": { - "id": 62155, - "name": "matches", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if matching selectors against element's root yields element, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/matches)" - } - ] - }, - "parameters": [ - 62156 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62156": { - "id": 62156, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62157": { - "id": 62157, - "name": "normalize", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62158 - ], - "inheritedFrom": { - "type": "reference", - "target": 135404, - "name": "ParentNode.normalize" - } - }, - "62158": { - "id": 62158, - "name": "normalize", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes empty exclusive Text nodes and concatenates the data of remaining contiguous exclusive Text nodes into the first of their nodes.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/normalize)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 135405, - "name": "ParentNode.normalize" - } - }, - "62159": { - "id": 62159, - "name": "prepend", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62160 - ], - "inheritedFrom": { - "type": "reference", - "target": 135406, - "name": "ParentNode.prepend" - } - }, - "62160": { - "id": 62160, - "name": "prepend", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes before the first child of node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/prepend)" - } - ] - }, - "parameters": [ - 62161 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 135407, - "name": "ParentNode.prepend" - } - }, - "62161": { - "id": 62161, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "62162": { - "id": 62162, - "name": "querySelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62163, - 62166, - 62169, - 62172, - 62175 - ], - "inheritedFrom": { - "type": "reference", - "target": 135409, - "name": "ParentNode.querySelector" - } - }, - "62163": { - "id": 62163, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first element that is a descendant of node that matches selectors.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/querySelector)" - } - ] - }, - "typeParameter": [ - 62164 - ], - "parameters": [ - 62165 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71435, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135410, - "name": "ParentNode.querySelector" - } - }, - "62165": { - "id": 62165, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71435, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "62166": { - "id": 62166, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 62167 - ], - "parameters": [ - 62168 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71438, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135413, - "name": "ParentNode.querySelector" - } - }, - "62168": { - "id": 62168, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71438, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "62169": { - "id": 62169, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 62170 - ], - "parameters": [ - 62171 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71441, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135416, - "name": "ParentNode.querySelector" - } - }, - "62171": { - "id": 62171, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71441, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "62172": { - "id": 62172, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "typeParameter": [ - 62173 - ], - "parameters": [ - 62174 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71444, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135419, - "name": "ParentNode.querySelector" - } - }, - "62174": { - "id": 62174, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71444, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "62175": { - "id": 62175, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 62176 - ], - "parameters": [ - 62177 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 71447, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 135422, - "name": "ParentNode.querySelector" - } - }, - "62177": { - "id": 62177, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62178": { - "id": 62178, - "name": "querySelectorAll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62179, - 62182, - 62185, - 62188, - 62191 - ], - "inheritedFrom": { - "type": "reference", - "target": 135425, - "name": "ParentNode.querySelectorAll" - } - }, - "62179": { - "id": 62179, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns all element descendants of node that match selectors.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/querySelectorAll)" - } - ] - }, - "typeParameter": [ - 62180 - ], - "parameters": [ - 62181 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71451, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 135426, - "name": "ParentNode.querySelectorAll" - } - }, - "62181": { - "id": 62181, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71451, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "62182": { - "id": 62182, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 62183 - ], - "parameters": [ - 62184 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71454, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 135429, - "name": "ParentNode.querySelectorAll" - } - }, - "62184": { - "id": 62184, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71454, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "62185": { - "id": 62185, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 62186 - ], - "parameters": [ - 62187 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71457, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 135432, - "name": "ParentNode.querySelectorAll" - } - }, - "62187": { - "id": 62187, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71457, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "62188": { - "id": 62188, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "typeParameter": [ - 62189 - ], - "parameters": [ - 62190 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71460, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 135435, - "name": "ParentNode.querySelectorAll" - } - }, - "62190": { - "id": 62190, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71460, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "62191": { - "id": 62191, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 62192 - ], - "parameters": [ - 62193 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 71463, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 135438, - "name": "ParentNode.querySelectorAll" - } - }, - "62193": { - "id": 62193, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62194": { - "id": 62194, - "name": "releasePointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62195 - ] - }, - "62195": { - "id": 62195, - "name": "releasePointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/releasePointerCapture)" - } - ] - }, - "parameters": [ - 62196 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "62196": { - "id": 62196, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "62197": { - "id": 62197, - "name": "remove", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62198 - ], - "inheritedFrom": { - "type": "reference", - "target": 59325, - "name": "ChildNode.remove" - } - }, - "62198": { - "id": 62198, - "name": "remove", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/remove)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59326, - "name": "ChildNode.remove" - } - }, - "62199": { - "id": 62199, - "name": "removeAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62200 - ] - }, - "62200": { - "id": 62200, - "name": "removeAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes element's first attribute whose qualified name is qualifiedName.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/removeAttribute)" - } - ] - }, - "parameters": [ - 62201 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "62201": { - "id": 62201, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62202": { - "id": 62202, - "name": "removeAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62203 - ] - }, - "62203": { - "id": 62203, - "name": "removeAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes element's attribute whose namespace is namespace and local name is localName.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/removeAttributeNS)" - } - ] - }, - "parameters": [ - 62204, - 62205 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "62204": { - "id": 62204, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "62205": { - "id": 62205, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62206": { - "id": 62206, - "name": "removeAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62207 - ] - }, - "62207": { - "id": 62207, - "name": "removeAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/removeAttributeNode)" - } - ] - }, - "parameters": [ - 62208 - ], - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - }, - "62208": { - "id": 62208, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - }, - "62209": { - "id": 62209, - "name": "removeChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62210 - ], - "inheritedFrom": { - "type": "reference", - "target": 135441, - "name": "ParentNode.removeChild" - } - }, - "62210": { - "id": 62210, - "name": "removeChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/removeChild)" - } - ] - }, - "typeParameter": [ - 62211 - ], - "parameters": [ - 62212 - ], - "type": { - "type": "reference", - "target": 71482, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 135442, - "name": "ParentNode.removeChild" - } - }, - "62212": { - "id": 62212, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71482, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "62213": { - "id": 62213, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62214, - 62223 - ], - "overwrites": { - "type": "reference", - "target": 135445, - "name": "ParentNode.removeEventListener" - } - }, - "62214": { - "id": 62214, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes the event listener in target's event listener list with the same type, callback, and options.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/removeEventListener)" - } - ] - }, - "typeParameter": [ - 62215 - ], - "parameters": [ - 62216, - 62217, - 62222 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 135446, - "name": "ParentNode.removeEventListener" - } - }, - "62215": { - "id": 62215, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 62308, - "name": "ElementEventMap", - "package": "typescript" - } - } - }, - "62216": { - "id": 62216, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62215, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "62217": { - "id": 62217, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 62218, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 62219 - ] - } - } - }, - "62222": { - "id": 62222, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 62469, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "62223": { - "id": 62223, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 62224, - 62225, - 62226 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": -1, - "name": "Node.removeEventListener" - } - }, - "62224": { - "id": 62224, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62225": { - "id": 62225, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "62226": { - "id": 62226, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 62469, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "62227": { - "id": 62227, - "name": "replaceChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62228 - ], - "inheritedFrom": { - "type": "reference", - "target": 135450, - "name": "ParentNode.replaceChild" - } - }, - "62228": { - "id": 62228, - "name": "replaceChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/replaceChild)" - } - ] - }, - "typeParameter": [ - 62229 - ], - "parameters": [ - 62230, - 62231 - ], - "type": { - "type": "reference", - "target": 71500, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 135451, - "name": "ParentNode.replaceChild" - } - }, - "62230": { - "id": 62230, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "62231": { - "id": 62231, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71500, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "62232": { - "id": 62232, - "name": "replaceChildren", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62233 - ], - "inheritedFrom": { - "type": "reference", - "target": 135455, - "name": "ParentNode.replaceChildren" - } - }, - "62233": { - "id": 62233, - "name": "replaceChildren", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Replace all children of node with nodes, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/replaceChildren)" - } - ] - }, - "parameters": [ - 62234 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 135456, - "name": "ParentNode.replaceChildren" - } - }, - "62234": { - "id": 62234, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "62235": { - "id": 62235, - "name": "replaceWith", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62236 - ], - "inheritedFrom": { - "type": "reference", - "target": 59341, - "name": "ChildNode.replaceWith" - } - }, - "62236": { - "id": 62236, - "name": "replaceWith", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Replaces node with nodes, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/replaceWith)" - } - ] - }, - "parameters": [ - 62237 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 59342, - "name": "ChildNode.replaceWith" - } - }, - "62237": { - "id": 62237, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "62238": { - "id": 62238, - "name": "requestFullscreen", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62239 - ] - }, - "62239": { - "id": 62239, - "name": "requestFullscreen", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Displays element fullscreen and resolves promise when done.\n\nWhen supplied, options's navigationUI member indicates whether showing navigation UI while in fullscreen is preferred or not. If set to \"show\", navigation simplicity is preferred over screen space, and if set to \"hide\", more screen space is preferred. User agents are always free to honor user preference over the application's. The default value \"auto\" indicates no application preference.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/requestFullscreen)" - } - ] - }, - "parameters": [ - 62240 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "62240": { - "id": 62240, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62742, - "name": "FullscreenOptions", - "package": "typescript" - } - }, - "62241": { - "id": 62241, - "name": "requestPointerLock", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62242 - ] - }, - "62242": { - "id": 62242, - "name": "requestPointerLock", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/requestPointerLock)" - } - ] - }, - "parameters": [ - 62243 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "62243": { - "id": 62243, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 136003, - "name": "PointerLockOptions", - "package": "typescript" - } - }, - "62244": { - "id": 62244, - "name": "scroll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62245, - 62247 - ] - }, - "62245": { - "id": 62245, - "name": "scroll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scroll)" - } - ] - }, - "parameters": [ - 62246 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "62246": { - "id": 62246, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 204972, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "62247": { - "id": 62247, - "name": "scroll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 62248, - 62249 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "62248": { - "id": 62248, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "62249": { - "id": 62249, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "62250": { - "id": 62250, - "name": "scrollBy", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62251, - 62253 - ] - }, - "62251": { - "id": 62251, - "name": "scrollBy", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollBy)" - } - ] - }, - "parameters": [ - 62252 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "62252": { - "id": 62252, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 204972, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "62253": { - "id": 62253, - "name": "scrollBy", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 62254, - 62255 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "62254": { - "id": 62254, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "62255": { - "id": 62255, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "62256": { - "id": 62256, - "name": "scrollIntoView", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62257 - ] - }, - "62257": { - "id": 62257, - "name": "scrollIntoView", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollIntoView)" - } - ] - }, - "parameters": [ - 62258 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "62258": { - "id": 62258, - "name": "arg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 204966, - "name": "ScrollIntoViewOptions", - "package": "typescript" - } - ] - } - }, - "62259": { - "id": 62259, - "name": "scrollTo", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62260, - 62262 - ] - }, - "62260": { - "id": 62260, - "name": "scrollTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollTo)" - } - ] - }, - "parameters": [ - 62261 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "62261": { - "id": 62261, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 204972, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "62262": { - "id": 62262, - "name": "scrollTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 62263, - 62264 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "62263": { - "id": 62263, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "62264": { - "id": 62264, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "62265": { - "id": 62265, - "name": "setAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62266 - ] - }, - "62266": { - "id": 62266, - "name": "setAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets the value of element's first attribute whose qualified name is qualifiedName to value.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttribute)" - } - ] - }, - "parameters": [ - 62267, - 62268 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "62267": { - "id": 62267, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62268": { - "id": 62268, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62269": { - "id": 62269, - "name": "setAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62270 - ] - }, - "62270": { - "id": 62270, - "name": "setAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets the value of element's attribute whose namespace is namespace and local name is localName to value.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNS)" - } - ] - }, - "parameters": [ - 62271, - 62272, - 62273 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "62271": { - "id": 62271, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "62272": { - "id": 62272, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62273": { - "id": 62273, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62274": { - "id": 62274, - "name": "setAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62275 - ] - }, - "62275": { - "id": 62275, - "name": "setAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNode)" - } - ] - }, - "parameters": [ - 62276 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - ] - } - }, - "62276": { - "id": 62276, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - }, - "62277": { - "id": 62277, - "name": "setAttributeNodeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62278 - ] - }, - "62278": { - "id": 62278, - "name": "setAttributeNodeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNodeNS)" - } - ] - }, - "parameters": [ - 62279 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - ] - } - }, - "62279": { - "id": 62279, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - }, - "62280": { - "id": 62280, - "name": "setHTMLUnsafe", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62281 - ] - }, - "62281": { - "id": 62281, - "name": "setHTMLUnsafe", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setHTMLUnsafe)" - } - ] - }, - "parameters": [ - 62282 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "62282": { - "id": 62282, - "name": "html", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62283": { - "id": 62283, - "name": "setPointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62284 - ] - }, - "62284": { - "id": 62284, - "name": "setPointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setPointerCapture)" - } - ] - }, - "parameters": [ - 62285 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "62285": { - "id": 62285, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "62286": { - "id": 62286, - "name": "toggleAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62287 - ] - }, - "62287": { - "id": 62287, - "name": "toggleAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "If force is not given, \"toggles\" qualifiedName, removing it if it is present and adding it if it is not present. If force is true, adds qualifiedName. If force is false, removes qualifiedName.\n\nReturns true if qualifiedName is now present, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/toggleAttribute)" - } - ] - }, - "parameters": [ - 62288, - 62289 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62288": { - "id": 62288, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62289": { - "id": 62289, - "name": "force", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62290": { - "id": 62290, - "name": "webkitMatchesSelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62291 - ] - }, - "62291": { - "id": 62291, - "name": "webkitMatchesSelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`matches`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/matches)" - } - ] - } - ] - }, - "parameters": [ - 62292 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62292": { - "id": 62292, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62304": { - "id": 62304, - "name": "ElementCreationOptions", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 62305 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 62305 - ] - } - ] - }, - "62305": { - "id": 62305, - "name": "is", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62306": { - "id": 62306, - "name": "ElementDefinitionOptions", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 62307 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 62307 - ] - } - ] - }, - "62307": { - "id": 62307, - "name": "extends", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62311": { - "id": 62311, - "name": "ElementInternals", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/ElementInternals)" - } - ] - }, - "children": [ - 62312, - 62313, - 62314, - 62315, - 62316, - 62317, - 62318, - 62319, - 62320, - 62321, - 62322, - 62323, - 62324, - 62325, - 62326, - 62327, - 62328, - 62329, - 62330, - 62331, - 62332, - 62333, - 62334, - 62335, - 62336, - 62337, - 62338, - 62339, - 62340, - 62341, - 62342, - 62343, - 62344, - 62345, - 62346, - 62347, - 62348, - 62349, - 62350, - 62351, - 62352, - 62353, - 62354, - 62355, - 62356, - 62357, - 62358, - 62359, - 62360, - 62361, - 62362, - 62363, - 62365, - 62367, - 62371 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 62312, - 62313, - 62314, - 62315, - 62316, - 62317, - 62318, - 62319, - 62320, - 62321, - 62322, - 62323, - 62324, - 62325, - 62326, - 62327, - 62328, - 62329, - 62330, - 62331, - 62332, - 62333, - 62334, - 62335, - 62336, - 62337, - 62338, - 62339, - 62340, - 62341, - 62342, - 62343, - 62344, - 62345, - 62346, - 62347, - 62348, - 62349, - 62350, - 62351, - 62352, - 62353, - 62354, - 62355, - 62356, - 62357, - 62358, - 62359, - 62360, - 62361, - 62362 - ] - }, - { - "title": "Methods", - "children": [ - 62363, - 62365, - 62367, - 62371 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 57505, - "name": "ARIAMixin", - "package": "typescript" - } - ] - }, - "62312": { - "id": 62312, - "name": "ariaAtomic", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaAtomic)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57506, - "name": "ARIAMixin.ariaAtomic" - } - }, - "62313": { - "id": 62313, - "name": "ariaAutoComplete", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaAutoComplete)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57507, - "name": "ARIAMixin.ariaAutoComplete" - } - }, - "62314": { - "id": 62314, - "name": "ariaBrailleLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaBrailleLabel)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57508, - "name": "ARIAMixin.ariaBrailleLabel" - } - }, - "62315": { - "id": 62315, - "name": "ariaBrailleRoleDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaBrailleRoleDescription)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57509, - "name": "ARIAMixin.ariaBrailleRoleDescription" - } - }, - "62316": { - "id": 62316, - "name": "ariaBusy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaBusy)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57510, - "name": "ARIAMixin.ariaBusy" - } - }, - "62317": { - "id": 62317, - "name": "ariaChecked", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaChecked)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57511, - "name": "ARIAMixin.ariaChecked" - } - }, - "62318": { - "id": 62318, - "name": "ariaColCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColCount)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57512, - "name": "ARIAMixin.ariaColCount" - } - }, - "62319": { - "id": 62319, - "name": "ariaColIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColIndex)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57513, - "name": "ARIAMixin.ariaColIndex" - } - }, - "62320": { - "id": 62320, - "name": "ariaColIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColIndexText)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57514, - "name": "ARIAMixin.ariaColIndexText" - } - }, - "62321": { - "id": 62321, - "name": "ariaColSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColSpan)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57515, - "name": "ARIAMixin.ariaColSpan" - } - }, - "62322": { - "id": 62322, - "name": "ariaCurrent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaCurrent)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57516, - "name": "ARIAMixin.ariaCurrent" - } - }, - "62323": { - "id": 62323, - "name": "ariaDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDescription)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57517, - "name": "ARIAMixin.ariaDescription" - } - }, - "62324": { - "id": 62324, - "name": "ariaDisabled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDisabled)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57518, - "name": "ARIAMixin.ariaDisabled" - } - }, - "62325": { - "id": 62325, - "name": "ariaExpanded", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaExpanded)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57519, - "name": "ARIAMixin.ariaExpanded" - } - }, - "62326": { - "id": 62326, - "name": "ariaHasPopup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaHasPopup)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57520, - "name": "ARIAMixin.ariaHasPopup" - } - }, - "62327": { - "id": 62327, - "name": "ariaHidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaHidden)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57521, - "name": "ARIAMixin.ariaHidden" - } - }, - "62328": { - "id": 62328, - "name": "ariaInvalid", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57522, - "name": "ARIAMixin.ariaInvalid" - } - }, - "62329": { - "id": 62329, - "name": "ariaKeyShortcuts", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaKeyShortcuts)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57523, - "name": "ARIAMixin.ariaKeyShortcuts" - } - }, - "62330": { - "id": 62330, - "name": "ariaLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLabel)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57524, - "name": "ARIAMixin.ariaLabel" - } - }, - "62331": { - "id": 62331, - "name": "ariaLevel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLevel)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57525, - "name": "ARIAMixin.ariaLevel" - } - }, - "62332": { - "id": 62332, - "name": "ariaLive", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLive)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57526, - "name": "ARIAMixin.ariaLive" - } - }, - "62333": { - "id": 62333, - "name": "ariaModal", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaModal)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57527, - "name": "ARIAMixin.ariaModal" - } - }, - "62334": { - "id": 62334, - "name": "ariaMultiLine", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaMultiLine)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57528, - "name": "ARIAMixin.ariaMultiLine" - } - }, - "62335": { - "id": 62335, - "name": "ariaMultiSelectable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaMultiSelectable)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57529, - "name": "ARIAMixin.ariaMultiSelectable" - } - }, - "62336": { - "id": 62336, - "name": "ariaOrientation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaOrientation)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57530, - "name": "ARIAMixin.ariaOrientation" - } - }, - "62337": { - "id": 62337, - "name": "ariaPlaceholder", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPlaceholder)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57531, - "name": "ARIAMixin.ariaPlaceholder" - } - }, - "62338": { - "id": 62338, - "name": "ariaPosInSet", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPosInSet)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57532, - "name": "ARIAMixin.ariaPosInSet" - } - }, - "62339": { - "id": 62339, - "name": "ariaPressed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPressed)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57533, - "name": "ARIAMixin.ariaPressed" - } - }, - "62340": { - "id": 62340, - "name": "ariaReadOnly", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaReadOnly)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57534, - "name": "ARIAMixin.ariaReadOnly" - } - }, - "62341": { - "id": 62341, - "name": "ariaRelevant", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRelevant)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57535, - "name": "ARIAMixin.ariaRelevant" - } - }, - "62342": { - "id": 62342, - "name": "ariaRequired", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRequired)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57536, - "name": "ARIAMixin.ariaRequired" - } - }, - "62343": { - "id": 62343, - "name": "ariaRoleDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRoleDescription)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57537, - "name": "ARIAMixin.ariaRoleDescription" - } - }, - "62344": { - "id": 62344, - "name": "ariaRowCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowCount)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57538, - "name": "ARIAMixin.ariaRowCount" - } - }, - "62345": { - "id": 62345, - "name": "ariaRowIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowIndex)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57539, - "name": "ARIAMixin.ariaRowIndex" - } - }, - "62346": { - "id": 62346, - "name": "ariaRowIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowIndexText)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57540, - "name": "ARIAMixin.ariaRowIndexText" - } - }, - "62347": { - "id": 62347, - "name": "ariaRowSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowSpan)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57541, - "name": "ARIAMixin.ariaRowSpan" - } - }, - "62348": { - "id": 62348, - "name": "ariaSelected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaSelected)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57542, - "name": "ARIAMixin.ariaSelected" - } - }, - "62349": { - "id": 62349, - "name": "ariaSetSize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaSetSize)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57543, - "name": "ARIAMixin.ariaSetSize" - } - }, - "62350": { - "id": 62350, - "name": "ariaSort", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaSort)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57544, - "name": "ARIAMixin.ariaSort" - } - }, - "62351": { - "id": 62351, - "name": "ariaValueMax", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueMax)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57545, - "name": "ARIAMixin.ariaValueMax" - } - }, - "62352": { - "id": 62352, - "name": "ariaValueMin", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueMin)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57546, - "name": "ARIAMixin.ariaValueMin" - } - }, - "62353": { - "id": 62353, - "name": "ariaValueNow", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueNow)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57547, - "name": "ARIAMixin.ariaValueNow" - } - }, - "62354": { - "id": 62354, - "name": "ariaValueText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueText)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57548, - "name": "ARIAMixin.ariaValueText" - } - }, - "62355": { - "id": 62355, - "name": "form", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the form owner of internals's target element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/ElementInternals/form)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLFormElement" - }, - "name": "HTMLFormElement", - "package": "typescript" - } - ] - } - }, - "62356": { - "id": 62356, - "name": "labels", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a NodeList of all the label elements that internals's target element is associated with.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/ElementInternals/labels)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeList" - }, - "name": "NodeList", - "package": "typescript" - } - }, - "62357": { - "id": 62357, - "name": "role", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 57549, - "name": "ARIAMixin.role" - } - }, - "62358": { - "id": 62358, - "name": "shadowRoot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the ShadowRoot for internals's target element, if the target element is a shadow host, or null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/ElementInternals/shadowRoot)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 205149, - "name": "ShadowRoot", - "package": "typescript" - } - ] - } - }, - "62359": { - "id": 62359, - "name": "states", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/ElementInternals/states)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "CustomStateSet" - }, - "name": "CustomStateSet", - "package": "typescript" - } - }, - "62360": { - "id": 62360, - "name": "validationMessage", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the error message that would be shown to the user if internals's target element was to be checked for validity.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/ElementInternals/validationMessage)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62361": { - "id": 62361, - "name": "validity", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the ValidityState object for internals's target element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/ElementInternals/validity)" - } - ] - }, - "type": { - "type": "reference", - "target": 206526, - "name": "ValidityState", - "package": "typescript" - } - }, - "62362": { - "id": 62362, - "name": "willValidate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if internals's target element will be validated when the form is submitted; false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/ElementInternals/willValidate)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62363": { - "id": 62363, - "name": "checkValidity", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62364 - ] - }, - "62364": { - "id": 62364, - "name": "checkValidity", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if internals's target element has no validity problems; false otherwise. Fires an invalid event at the element in the latter case.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/ElementInternals/checkValidity)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62365": { - "id": 62365, - "name": "reportValidity", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62366 - ] - }, - "62366": { - "id": 62366, - "name": "reportValidity", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if internals's target element has no validity problems; otherwise, returns false, fires an invalid event at the element, and (if the event isn't canceled) reports the problem to the user.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/ElementInternals/reportValidity)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62367": { - "id": 62367, - "name": "setFormValue", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62368 - ] - }, - "62368": { - "id": 62368, - "name": "setFormValue", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets both the state and submission value of internals's target element to value.\n\nIf value is null, the element won't participate in form submission.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/ElementInternals/setFormValue)" - } - ] - }, - "parameters": [ - 62369, - 62370 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "62369": { - "id": 62369, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 62511, - "name": "File", - "package": "typescript" - }, - { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "FormData" - }, - "name": "FormData", - "package": "typescript" - } - ] - } - }, - "62370": { - "id": 62370, - "name": "state", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 62511, - "name": "File", - "package": "typescript" - }, - { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "FormData" - }, - "name": "FormData", - "package": "typescript" - } - ] - } - }, - "62371": { - "id": 62371, - "name": "setValidity", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62372 - ] - }, - "62372": { - "id": 62372, - "name": "setValidity", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Marks internals's target element as suffering from the constraints indicated by the flags argument, and sets the element's validation message to message. If anchor is specified, the user agent might use it to indicate problems with the constraints of internals's target element when the form owner is validated interactively or reportValidity() is called.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/ElementInternals/setValidity)" - } - ] - }, - "parameters": [ - 62373, - 62374, - 62375 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "62373": { - "id": 62373, - "name": "flags", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 206538, - "name": "ValidityStateFlags", - "package": "typescript" - } - }, - "62374": { - "id": 62374, - "name": "message", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62375": { - "id": 62375, - "name": "anchor", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - }, - "62379": { - "id": 62379, - "name": "ErrorEvent", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Events providing information related to errors in scripts or in files.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent)" - } - ] - }, - "children": [ - 62380, - 62381, - 62382, - 62383, - 62384, - 62385, - 62386, - 62387, - 62388, - 62389, - 62390, - 62391, - 62392, - 62393, - 62394, - 62395, - 62396, - 62397, - 62398, - 62399, - 62400, - 62401, - 62402, - 62404, - 62409, - 62411, - 62413 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 62380, - 62381, - 62382, - 62383, - 62384, - 62385, - 62386, - 62387, - 62388, - 62389, - 62390, - 62391, - 62392, - 62393, - 62394, - 62395, - 62396, - 62397, - 62398, - 62399, - 62400, - 62401 - ] - }, - { - "title": "Methods", - "children": [ - 62402, - 62404, - 62409, - 62411, - 62413 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - ] - }, - "62380": { - "id": 62380, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 62425, - "name": "Event.AT_TARGET" - } - }, - "62381": { - "id": 62381, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 3 - }, - "inheritedFrom": { - "type": "reference", - "target": 62426, - "name": "Event.BUBBLING_PHASE" - } - }, - "62382": { - "id": 62382, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 62427, - "name": "Event.CAPTURING_PHASE" - } - }, - "62383": { - "id": 62383, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 0 - }, - "inheritedFrom": { - "type": "reference", - "target": 62428, - "name": "Event.NONE" - } - }, - "62384": { - "id": 62384, - "name": "bubbles", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/bubbles)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62429, - "name": "Event.bubbles" - } - }, - "62385": { - "id": 62385, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelBubble)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62430, - "name": "Event.cancelBubble" - } - }, - "62386": { - "id": 62386, - "name": "cancelable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. Its return value does not always carry meaning, but true can indicate that part of the operation during which event was dispatched, can be canceled by invoking the preventDefault() method.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62431, - "name": "Event.cancelable" - } - }, - "62387": { - "id": 62387, - "name": "colno", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/colno)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "62388": { - "id": 62388, - "name": "composed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event invokes listeners past a ShadowRoot node that is the root of its target, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composed)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62432, - "name": "Event.composed" - } - }, - "62389": { - "id": 62389, - "name": "currentTarget", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object whose event listener's callback is currently being invoked.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/currentTarget)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62433, - "name": "Event.currentTarget" - } - }, - "62390": { - "id": 62390, - "name": "defaultPrevented", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if preventDefault() was invoked successfully to indicate cancelation, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/defaultPrevented)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62434, - "name": "Event.defaultPrevented" - } - }, - "62391": { - "id": 62391, - "name": "error", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/error)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "any" - } - }, - "62392": { - "id": 62392, - "name": "eventPhase", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's phase, which is one of NONE, CAPTURING_PHASE, AT_TARGET, and BUBBLING_PHASE.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/eventPhase)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 62435, - "name": "Event.eventPhase" - } - }, - "62393": { - "id": 62393, - "name": "filename", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/filename)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62394": { - "id": 62394, - "name": "isTrusted", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if event was dispatched by the user agent, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/isTrusted)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62436, - "name": "Event.isTrusted" - } - }, - "62395": { - "id": 62395, - "name": "lineno", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/lineno)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "62396": { - "id": 62396, - "name": "message", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/message)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62397": { - "id": 62397, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/returnValue)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62437, - "name": "Event.returnValue" - } - }, - "62398": { - "id": 62398, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/srcElement)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62438, - "name": "Event.srcElement" - } - }, - "62399": { - "id": 62399, - "name": "target", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object to which event is dispatched (its target).\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/target)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62439, - "name": "Event.target" - } - }, - "62400": { - "id": 62400, - "name": "timeStamp", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's timestamp as the number of milliseconds measured relative to the time origin.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/timeStamp)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 62440, - "name": "Event.timeStamp" - } - }, - "62401": { - "id": 62401, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of event, e.g. \"click\", \"hashchange\", or \"submit\".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/type)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 62441, - "name": "Event.type" - } - }, - "62402": { - "id": 62402, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62403 - ], - "inheritedFrom": { - "type": "reference", - "target": 62442, - "name": "Event.composedPath" - } - }, - "62403": { - "id": 62403, - "name": "composedPath", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the invocation target objects of event's path (objects on which listeners will be invoked), except for any nodes in shadow trees of which the shadow root's mode is \"closed\" that are not reachable from event's currentTarget.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composedPath)" - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 62443, - "name": "Event.composedPath" - } - }, - "62404": { - "id": 62404, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62405 - ], - "inheritedFrom": { - "type": "reference", - "target": 62444, - "name": "Event.initEvent" - } - }, - "62405": { - "id": 62405, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/initEvent)" - } - ] - } - ] - }, - "parameters": [ - 62406, - 62407, - 62408 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62445, - "name": "Event.initEvent" - } - }, - "62406": { - "id": 62406, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62407": { - "id": 62407, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62408": { - "id": 62408, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62409": { - "id": 62409, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62410 - ], - "inheritedFrom": { - "type": "reference", - "target": 62449, - "name": "Event.preventDefault" - } - }, - "62410": { - "id": 62410, - "name": "preventDefault", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "If invoked when the cancelable attribute value is true, and while executing a listener for the event with passive set to false, signals to the operation that caused event to be dispatched that it needs to be canceled.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/preventDefault)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62450, - "name": "Event.preventDefault" - } - }, - "62411": { - "id": 62411, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62412 - ], - "inheritedFrom": { - "type": "reference", - "target": 62451, - "name": "Event.stopImmediatePropagation" - } - }, - "62412": { - "id": 62412, - "name": "stopImmediatePropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Invoking this method prevents event from reaching any registered event listeners after the current one finishes running and, when dispatched in a tree, also prevents event from reaching any other objects.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopImmediatePropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62452, - "name": "Event.stopImmediatePropagation" - } - }, - "62413": { - "id": 62413, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62414 - ], - "inheritedFrom": { - "type": "reference", - "target": 62453, - "name": "Event.stopPropagation" - } - }, - "62414": { - "id": 62414, - "name": "stopPropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "When dispatched in a tree, invoking this method prevents event from reaching any objects other than the current object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopPropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62454, - "name": "Event.stopPropagation" - } - }, - "62424": { - "id": 62424, - "name": "Event", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "An event which takes place in the DOM.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event)" - } - ] - }, - "children": [ - 62425, - 62426, - 62427, - 62428, - 62429, - 62430, - 62431, - 62432, - 62433, - 62434, - 62435, - 62436, - 62437, - 62438, - 62439, - 62440, - 62441, - 62442, - 62444, - 62449, - 62451, - 62453 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 62425, - 62426, - 62427, - 62428, - 62429, - 62430, - 62431, - 62432, - 62433, - 62434, - 62435, - 62436, - 62437, - 62438, - 62439, - 62440, - 62441 - ] - }, - { - "title": "Methods", - "children": [ - 62442, - 62444, - 62449, - 62451, - 62453 - ] - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 62379, - "name": "ErrorEvent" - }, - { - "type": "reference", - "target": 136536, - "name": "RTCErrorEvent" - }, - { - "type": "reference", - "target": 206438, - "name": "UIEvent" - }, - { - "type": "reference", - "target": 57755, - "name": "AnimationEvent" - }, - { - "type": "reference", - "target": 59344, - "name": "ClipboardEvent" - }, - { - "type": "reference", - "target": 62701, - "name": "FormDataEvent" - }, - { - "type": "reference", - "target": 136178, - "name": "ProgressEvent" - }, - { - "type": "reference", - "target": 204976, - "name": "SecurityPolicyViolationEvent" - }, - { - "type": "reference", - "target": 205818, - "name": "SubmitEvent" - }, - { - "type": "reference", - "target": 206378, - "name": "TransitionEvent" - }, - { - "type": "reference", - "target": 135780, - "name": "PictureInPictureEvent" - }, - { - "type": "reference", - "target": 133822, - "name": "MediaEncryptedEvent" - }, - { - "type": "reference", - "target": 134278, - "name": "MediaStreamTrackEvent" - }, - { - "type": "reference", - "target": 57807, - "name": "AnimationPlaybackEvent" - }, - { - "type": "reference", - "target": 58023, - "name": "AudioProcessingEvent" - }, - { - "type": "reference", - "target": 58073, - "name": "BeforeUnloadEvent" - }, - { - "type": "reference", - "target": 58107, - "name": "BlobEvent" - }, - { - "type": "reference", - "target": 59381, - "name": "CloseEvent" - }, - { - "type": "reference", - "target": 59641, - "name": "ContentVisibilityAutoStateChangeEvent" - }, - { - "type": "reference", - "target": 59714, - "name": "CustomEvent" - }, - { - "type": "reference", - "target": 60148, - "name": "DeviceMotionEvent" - }, - { - "type": "reference", - "target": 60207, - "name": "DeviceOrientationEvent" - }, - { - "type": "reference", - "target": 62662, - "name": "FontFaceSetLoadEvent" - }, - { - "type": "reference", - "target": 62764, - "name": "GamepadEvent" - }, - { - "type": "reference", - "target": 131929, - "name": "HashChangeEvent" - }, - { - "type": "reference", - "target": 132264, - "name": "IDBVersionChangeEvent" - }, - { - "type": "reference", - "target": 132630, - "name": "MIDIConnectionEvent" - }, - { - "type": "reference", - "target": 132667, - "name": "MIDIMessageEvent" - }, - { - "type": "reference", - "target": 133868, - "name": "MediaKeyMessageEvent" - }, - { - "type": "reference", - "target": 134035, - "name": "MediaQueryListEvent" - }, - { - "type": "reference", - "target": 134799, - "name": "OfflineAudioCompletionEvent" - }, - { - "type": "reference", - "target": 135205, - "name": "PageRevealEvent" - }, - { - "type": "reference", - "target": 135242, - "name": "PageSwapEvent" - }, - { - "type": "reference", - "target": 135281, - "name": "PageTransitionEvent" - }, - { - "type": "reference", - "target": 135597, - "name": "PaymentRequestUpdateEvent" - }, - { - "type": "reference", - "target": 136005, - "name": "PopStateEvent" - }, - { - "type": "reference", - "target": 136234, - "name": "PromiseRejectionEvent" - }, - { - "type": "reference", - "target": 136287, - "name": "RTCDTMFToneChangeEvent" - }, - { - "type": "reference", - "target": 136408, - "name": "RTCDataChannelEvent" - }, - { - "type": "reference", - "target": 136660, - "name": "RTCPeerConnectionIceErrorEvent" - }, - { - "type": "reference", - "target": 136705, - "name": "RTCPeerConnectionIceEvent" - }, - { - "type": "reference", - "target": 136798, - "name": "RTCTrackEvent" - }, - { - "type": "reference", - "target": 205532, - "name": "SpeechSynthesisEvent" - }, - { - "type": "reference", - "target": 205696, - "name": "StorageEvent" - }, - { - "type": "reference", - "target": 206163, - "name": "ToggleEvent" - }, - { - "type": "reference", - "target": 206303, - "name": "TrackEvent" - }, - { - "type": "reference", - "target": 208869, - "name": "WebGLContextEvent" - } - ] - }, - "62425": { - "id": 62425, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - } - }, - "62426": { - "id": 62426, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 3 - } - }, - "62427": { - "id": 62427, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 1 - } - }, - "62428": { - "id": 62428, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 0 - } - }, - "62429": { - "id": 62429, - "name": "bubbles", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/bubbles)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62430": { - "id": 62430, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelBubble)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62431": { - "id": 62431, - "name": "cancelable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. Its return value does not always carry meaning, but true can indicate that part of the operation during which event was dispatched, can be canceled by invoking the preventDefault() method.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62432": { - "id": 62432, - "name": "composed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event invokes listeners past a ShadowRoot node that is the root of its target, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composed)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62433": { - "id": 62433, - "name": "currentTarget", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object whose event listener's callback is currently being invoked.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/currentTarget)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - } - }, - "62434": { - "id": 62434, - "name": "defaultPrevented", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if preventDefault() was invoked successfully to indicate cancelation, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/defaultPrevented)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62435": { - "id": 62435, - "name": "eventPhase", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's phase, which is one of NONE, CAPTURING_PHASE, AT_TARGET, and BUBBLING_PHASE.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/eventPhase)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "62436": { - "id": 62436, - "name": "isTrusted", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if event was dispatched by the user agent, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/isTrusted)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62437": { - "id": 62437, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/returnValue)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62438": { - "id": 62438, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/srcElement)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - } - }, - "62439": { - "id": 62439, - "name": "target", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object to which event is dispatched (its target).\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/target)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - } - }, - "62440": { - "id": 62440, - "name": "timeStamp", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's timestamp as the number of milliseconds measured relative to the time origin.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/timeStamp)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "62441": { - "id": 62441, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of event, e.g. \"click\", \"hashchange\", or \"submit\".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/type)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62442": { - "id": 62442, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62443 - ] - }, - "62443": { - "id": 62443, - "name": "composedPath", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the invocation target objects of event's path (objects on which listeners will be invoked), except for any nodes in shadow trees of which the shadow root's mode is \"closed\" that are not reachable from event's currentTarget.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composedPath)" - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - } - }, - "62444": { - "id": 62444, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62445 - ] - }, - "62445": { - "id": 62445, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/initEvent)" - } - ] - } - ] - }, - "parameters": [ - 62446, - 62447, - 62448 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "62446": { - "id": 62446, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62447": { - "id": 62447, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62448": { - "id": 62448, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62449": { - "id": 62449, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62450 - ] - }, - "62450": { - "id": 62450, - "name": "preventDefault", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "If invoked when the cancelable attribute value is true, and while executing a listener for the event with passive set to false, signals to the operation that caused event to be dispatched that it needs to be canceled.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/preventDefault)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "62451": { - "id": 62451, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62452 - ] - }, - "62452": { - "id": 62452, - "name": "stopImmediatePropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Invoking this method prevents event from reaching any registered event listeners after the current one finishes running and, when dispatched in a tree, also prevents event from reaching any other objects.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopImmediatePropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "62453": { - "id": 62453, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62454 - ] - }, - "62454": { - "id": 62454, - "name": "stopPropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "When dispatched in a tree, invoking this method prevents event from reaching any objects other than the current object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopPropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "62462": { - "id": 62462, - "name": "EventListener", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "signatures": [ - 62463 - ] - }, - "62463": { - "id": 62463, - "name": "EventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 62464 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "62464": { - "id": 62464, - "name": "evt", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "62465": { - "id": 62465, - "name": "EventListenerObject", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 62466 - ], - "groups": [ - { - "title": "Methods", - "children": [ - 62466 - ] - } - ] - }, - "62466": { - "id": 62466, - "name": "handleEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62467 - ] - }, - "62467": { - "id": 62467, - "name": "handleEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 62468 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "62468": { - "id": 62468, - "name": "object", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "62469": { - "id": 62469, - "name": "EventListenerOptions", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 62470 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 62470 - ] - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 57635, - "name": "AddEventListenerOptions" - } - ] - }, - "62470": { - "id": 62470, - "name": "capture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62492": { - "id": 62492, - "name": "EventTarget", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "EventTarget is a DOM interface implemented by objects that can receive events and may have listeners for them.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget)" - } - ] - }, - "children": [ - 62493, - 62498, - 62501 - ], - "groups": [ - { - "title": "Methods", - "children": [ - 62493, - 62498, - 62501 - ] - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 205095, - "name": "ServiceWorker" - }, - { - "type": "reference", - "target": 134836, - "name": "OffscreenCanvas" - }, - { - "type": "reference", - "target": 134427, - "name": "MessagePort" - }, - { - "type": "reference", - "target": 136324, - "name": "RTCDataChannel" - }, - { - "type": "reference", - "target": 57550, - "name": "AbortSignal" - }, - { - "type": "reference", - "target": 134147, - "name": "MediaStream" - }, - { - "type": "reference", - "target": 134650, - "name": "Node" - }, - { - "type": "reference", - "target": 57672, - "name": "Animation" - }, - { - "type": "reference", - "target": 135817, - "name": "PictureInPictureWindow" - }, - { - "type": "reference", - "target": 136921, - "name": "RemotePlayback" - }, - { - "type": "reference", - "target": 206052, - "name": "TextTrack" - }, - { - "type": "reference", - "target": 134211, - "name": "MediaStreamTrack" - }, - { - "type": "reference", - "target": 210065, - "name": "Window" - }, - { - "type": "reference", - "target": 133907, - "name": "MediaKeySession" - }, - { - "type": "reference", - "target": 134076, - "name": "MediaSource" - }, - { - "type": "reference", - "target": 206103, - "name": "TextTrackCue" - }, - { - "type": "reference", - "target": 205434, - "name": "SpeechSynthesis" - }, - { - "type": "reference", - "target": 206635, - "name": "VisualViewport" - }, - { - "type": "reference", - "target": 133982, - "name": "MediaQueryList" - }, - { - "type": "reference", - "target": 135640, - "name": "Performance" - }, - { - "type": "reference", - "target": 132704, - "name": "MIDIPort" - }, - { - "type": "reference", - "target": 205579, - "name": "SpeechSynthesisUtterance" - }, - { - "type": "reference", - "target": 205353, - "name": "SourceBuffer" - }, - { - "type": "reference", - "target": 204923, - "name": "ScreenOrientation" - }, - { - "type": "reference", - "target": 134604, - "name": "NavigationHistoryEntry" - }, - { - "type": "reference", - "target": 136452, - "name": "RTCDtlsTransport" - }, - { - "type": "reference", - "target": 132150, - "name": "IDBRequest" - }, - { - "type": "reference", - "target": 132201, - "name": "IDBTransaction" - }, - { - "type": "reference", - "target": 211242, - "name": "Worker" - }, - { - "type": "reference", - "target": 136605, - "name": "RTCIceTransport" - } - ] - }, - "62493": { - "id": 62493, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62494 - ] - }, - "62494": { - "id": 62494, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Appends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched.\n\nThe options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options's capture.\n\nWhen set to true, options's capture prevents callback from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event's eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event's eventPhase attribute value is AT_TARGET.\n\nWhen set to true, options's passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners.\n\nWhen set to true, options's once indicates that the callback will only be invoked once after which the event listener will be removed.\n\nIf an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted.\n\nThe event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/addEventListener)" - } - ] - }, - "parameters": [ - 62495, - 62496, - 62497 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "62495": { - "id": 62495, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62496": { - "id": 62496, - "name": "callback", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - ] - } - }, - "62497": { - "id": 62497, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 57635, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "62498": { - "id": 62498, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62499 - ] - }, - "62499": { - "id": 62499, - "name": "dispatchEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "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.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/dispatchEvent)" - } - ] - }, - "parameters": [ - 62500 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62500": { - "id": 62500, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "62501": { - "id": 62501, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62502 - ] - }, - "62502": { - "id": 62502, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes the event listener in target's event listener list with the same type, callback, and options.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/removeEventListener)" - } - ] - }, - "parameters": [ - 62503, - 62504, - 62505 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "62503": { - "id": 62503, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62504": { - "id": 62504, - "name": "callback", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - ] - } - }, - "62505": { - "id": 62505, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 62469, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "62506": { - "id": 62506, - "name": "External", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "children": [ - 62507, - 62509 - ], - "groups": [ - { - "title": "Methods", - "children": [ - 62507, - 62509 - ] - } - ] - }, - "62507": { - "id": 62507, - "name": "AddSearchProvider", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62508 - ] - }, - "62508": { - "id": 62508, - "name": "AddSearchProvider", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "62509": { - "id": 62509, - "name": "IsSearchProviderInstalled", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62510 - ] - }, - "62510": { - "id": 62510, - "name": "IsSearchProviderInstalled", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "62511": { - "id": 62511, - "name": "File", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Provides information about files and allows JavaScript in a web page to access their content.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/File)" - } - ] - }, - "children": [ - 62512, - 62513, - 62514, - 62515, - 62516, - 62517, - 62519, - 62521, - 62526, - 62528 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 62512, - 62513, - 62514, - 62515, - 62516 - ] - }, - { - "title": "Methods", - "children": [ - 62517, - 62519, - 62521, - 62526, - 62528 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "Blob" - }, - "name": "Blob", - "package": "typescript" - } - ] - }, - "62512": { - "id": 62512, - "name": "lastModified", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/File/lastModified)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "62513": { - "id": 62513, - "name": "name", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/File/name)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62514": { - "id": 62514, - "name": "size", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/size)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "Blob.size" - } - }, - "62515": { - "id": 62515, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/type)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "Blob.type" - } - }, - "62516": { - "id": 62516, - "name": "webkitRelativePath", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/File/webkitRelativePath)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62517": { - "id": 62517, - "name": "arrayBuffer", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62518 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "Blob.arrayBuffer" - } - }, - "62518": { - "id": 62518, - "name": "arrayBuffer", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/arrayBuffer)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "ArrayBuffer" - }, - "name": "ArrayBuffer", - "package": "typescript" - } - ], - "name": "Promise", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "Blob.arrayBuffer" - } - }, - "62519": { - "id": 62519, - "name": "bytes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62520 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "Blob.bytes" - } - }, - "62520": { - "id": 62520, - "name": "bytes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/bytes)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Uint8Array" - }, - "typeArguments": [ - { - "type": "reference", - "target": 212456, - "name": "ArrayBufferLike", - "package": "typescript" - } - ], - "name": "Uint8Array", - "package": "typescript" - } - ], - "name": "Promise", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "Blob.bytes" - } - }, - "62521": { - "id": 62521, - "name": "slice", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62522 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "Blob.slice" - } - }, - "62522": { - "id": 62522, - "name": "slice", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/slice)" - } - ] - }, - "parameters": [ - 62523, - 62524, - 62525 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "Blob" - }, - "name": "Blob", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "Blob.slice" - } - }, - "62523": { - "id": 62523, - "name": "start", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "62524": { - "id": 62524, - "name": "end", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "62525": { - "id": 62525, - "name": "contentType", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62526": { - "id": 62526, - "name": "stream", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62527 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "Blob.stream" - } - }, - "62527": { - "id": 62527, - "name": "stream", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/stream)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "ReadableStream" - }, - "typeArguments": [ - { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Uint8Array" - }, - "typeArguments": [ - { - "type": "reference", - "target": 212456, - "name": "ArrayBufferLike", - "package": "typescript" - } - ], - "name": "Uint8Array", - "package": "typescript" - } - ], - "name": "ReadableStream", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "Blob.stream" - } - }, - "62528": { - "id": 62528, - "name": "text", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62529 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "Blob.text" - } - }, - "62529": { - "id": 62529, - "name": "text", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/text)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "Promise", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "Blob.text" - } - }, - "62585": { - "id": 62585, - "name": "FocusEvent", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Focus-related events like focus, blur, focusin, or focusout.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/FocusEvent)" - } - ] - }, - "children": [ - 62586, - 62587, - 62588, - 62589, - 62590, - 62591, - 62592, - 62593, - 62594, - 62595, - 62596, - 62597, - 62598, - 62599, - 62600, - 62601, - 62602, - 62603, - 62604, - 62605, - 62606, - 62607, - 62609, - 62614, - 62621, - 62623, - 62625 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 62586, - 62587, - 62588, - 62589, - 62590, - 62591, - 62592, - 62593, - 62594, - 62595, - 62596, - 62597, - 62598, - 62599, - 62600, - 62601, - 62602, - 62603, - 62604, - 62605, - 62606 - ] - }, - { - "title": "Methods", - "children": [ - 62607, - 62609, - 62614, - 62621, - 62623, - 62625 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 206438, - "name": "UIEvent", - "package": "typescript" - } - ] - }, - "62586": { - "id": 62586, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 206439, - "name": "UIEvent.AT_TARGET" - } - }, - "62587": { - "id": 62587, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 3 - }, - "inheritedFrom": { - "type": "reference", - "target": 206440, - "name": "UIEvent.BUBBLING_PHASE" - } - }, - "62588": { - "id": 62588, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 206441, - "name": "UIEvent.CAPTURING_PHASE" - } - }, - "62589": { - "id": 62589, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 0 - }, - "inheritedFrom": { - "type": "reference", - "target": 206442, - "name": "UIEvent.NONE" - } - }, - "62590": { - "id": 62590, - "name": "bubbles", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/bubbles)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 206443, - "name": "UIEvent.bubbles" - } - }, - "62591": { - "id": 62591, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelBubble)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 206444, - "name": "UIEvent.cancelBubble" - } - }, - "62592": { - "id": 62592, - "name": "cancelable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. Its return value does not always carry meaning, but true can indicate that part of the operation during which event was dispatched, can be canceled by invoking the preventDefault() method.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 206445, - "name": "UIEvent.cancelable" - } - }, - "62593": { - "id": 62593, - "name": "composed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event invokes listeners past a ShadowRoot node that is the root of its target, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composed)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 206446, - "name": "UIEvent.composed" - } - }, - "62594": { - "id": 62594, - "name": "currentTarget", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object whose event listener's callback is currently being invoked.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/currentTarget)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 206447, - "name": "UIEvent.currentTarget" - } - }, - "62595": { - "id": 62595, - "name": "defaultPrevented", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if preventDefault() was invoked successfully to indicate cancelation, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/defaultPrevented)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 206448, - "name": "UIEvent.defaultPrevented" - } - }, - "62596": { - "id": 62596, - "name": "detail", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/UIEvent/detail)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 206449, - "name": "UIEvent.detail" - } - }, - "62597": { - "id": 62597, - "name": "eventPhase", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's phase, which is one of NONE, CAPTURING_PHASE, AT_TARGET, and BUBBLING_PHASE.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/eventPhase)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 206450, - "name": "UIEvent.eventPhase" - } - }, - "62598": { - "id": 62598, - "name": "isTrusted", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if event was dispatched by the user agent, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/isTrusted)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 206451, - "name": "UIEvent.isTrusted" - } - }, - "62599": { - "id": 62599, - "name": "relatedTarget", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/FocusEvent/relatedTarget)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - } - }, - "62600": { - "id": 62600, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/returnValue)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 206452, - "name": "UIEvent.returnValue" - } - }, - "62601": { - "id": 62601, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/srcElement)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 206453, - "name": "UIEvent.srcElement" - } - }, - "62602": { - "id": 62602, - "name": "target", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object to which event is dispatched (its target).\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/target)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 206454, - "name": "UIEvent.target" - } - }, - "62603": { - "id": 62603, - "name": "timeStamp", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's timestamp as the number of milliseconds measured relative to the time origin.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/timeStamp)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 206455, - "name": "UIEvent.timeStamp" - } - }, - "62604": { - "id": 62604, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of event, e.g. \"click\", \"hashchange\", or \"submit\".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/type)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 206456, - "name": "UIEvent.type" - } - }, - "62605": { - "id": 62605, - "name": "view", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/UIEvent/view)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 210065, - "name": "Window", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 206457, - "name": "UIEvent.view" - } - }, - "62606": { - "id": 62606, - "name": "which", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/UIEvent/which)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 206458, - "name": "UIEvent.which" - } - }, - "62607": { - "id": 62607, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62608 - ], - "inheritedFrom": { - "type": "reference", - "target": 206459, - "name": "UIEvent.composedPath" - } - }, - "62608": { - "id": 62608, - "name": "composedPath", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the invocation target objects of event's path (objects on which listeners will be invoked), except for any nodes in shadow trees of which the shadow root's mode is \"closed\" that are not reachable from event's currentTarget.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composedPath)" - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 206460, - "name": "UIEvent.composedPath" - } - }, - "62609": { - "id": 62609, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62610 - ], - "inheritedFrom": { - "type": "reference", - "target": 206461, - "name": "UIEvent.initEvent" - } - }, - "62610": { - "id": 62610, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/initEvent)" - } - ] - } - ] - }, - "parameters": [ - 62611, - 62612, - 62613 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 206462, - "name": "UIEvent.initEvent" - } - }, - "62611": { - "id": 62611, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62612": { - "id": 62612, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62613": { - "id": 62613, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62614": { - "id": 62614, - "name": "initUIEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62615 - ], - "inheritedFrom": { - "type": "reference", - "target": 206466, - "name": "UIEvent.initUIEvent" - } - }, - "62615": { - "id": 62615, - "name": "initUIEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/UIEvent/initUIEvent)" - } - ] - } - ] - }, - "parameters": [ - 62616, - 62617, - 62618, - 62619, - 62620 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 206467, - "name": "UIEvent.initUIEvent" - } - }, - "62616": { - "id": 62616, - "name": "typeArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62617": { - "id": 62617, - "name": "bubblesArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62618": { - "id": 62618, - "name": "cancelableArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62619": { - "id": 62619, - "name": "viewArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 210065, - "name": "Window", - "package": "typescript" - } - ] - } - }, - "62620": { - "id": 62620, - "name": "detailArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "62621": { - "id": 62621, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62622 - ], - "inheritedFrom": { - "type": "reference", - "target": 206473, - "name": "UIEvent.preventDefault" - } - }, - "62622": { - "id": 62622, - "name": "preventDefault", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "If invoked when the cancelable attribute value is true, and while executing a listener for the event with passive set to false, signals to the operation that caused event to be dispatched that it needs to be canceled.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/preventDefault)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 206474, - "name": "UIEvent.preventDefault" - } - }, - "62623": { - "id": 62623, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62624 - ], - "inheritedFrom": { - "type": "reference", - "target": 206475, - "name": "UIEvent.stopImmediatePropagation" - } - }, - "62624": { - "id": 62624, - "name": "stopImmediatePropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Invoking this method prevents event from reaching any registered event listeners after the current one finishes running and, when dispatched in a tree, also prevents event from reaching any other objects.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopImmediatePropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 206476, - "name": "UIEvent.stopImmediatePropagation" - } - }, - "62625": { - "id": 62625, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62626 - ], - "inheritedFrom": { - "type": "reference", - "target": 206477, - "name": "UIEvent.stopPropagation" - } - }, - "62626": { - "id": 62626, - "name": "stopPropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "When dispatched in a tree, invoking this method prevents event from reaching any objects other than the current object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopPropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 206478, - "name": "UIEvent.stopPropagation" - } - }, - "62635": { - "id": 62635, - "name": "FocusOptions", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 62636 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 62636 - ] - } - ] - }, - "62636": { - "id": 62636, - "name": "preventScroll", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62662": { - "id": 62662, - "name": "FontFaceSetLoadEvent", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFaceSetLoadEvent)" - } - ] - }, - "children": [ - 62663, - 62664, - 62665, - 62666, - 62667, - 62668, - 62669, - 62670, - 62671, - 62672, - 62673, - 62674, - 62675, - 62676, - 62677, - 62678, - 62679, - 62680, - 62681, - 62683, - 62688, - 62690, - 62692 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 62663, - 62664, - 62665, - 62666, - 62667, - 62668, - 62669, - 62670, - 62671, - 62672, - 62673, - 62674, - 62675, - 62676, - 62677, - 62678, - 62679, - 62680 - ] - }, - { - "title": "Methods", - "children": [ - 62681, - 62683, - 62688, - 62690, - 62692 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - ] - }, - "62663": { - "id": 62663, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 62425, - "name": "Event.AT_TARGET" - } - }, - "62664": { - "id": 62664, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 3 - }, - "inheritedFrom": { - "type": "reference", - "target": 62426, - "name": "Event.BUBBLING_PHASE" - } - }, - "62665": { - "id": 62665, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 62427, - "name": "Event.CAPTURING_PHASE" - } - }, - "62666": { - "id": 62666, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 0 - }, - "inheritedFrom": { - "type": "reference", - "target": 62428, - "name": "Event.NONE" - } - }, - "62667": { - "id": 62667, - "name": "bubbles", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/bubbles)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62429, - "name": "Event.bubbles" - } - }, - "62668": { - "id": 62668, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelBubble)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62430, - "name": "Event.cancelBubble" - } - }, - "62669": { - "id": 62669, - "name": "cancelable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. Its return value does not always carry meaning, but true can indicate that part of the operation during which event was dispatched, can be canceled by invoking the preventDefault() method.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62431, - "name": "Event.cancelable" - } - }, - "62670": { - "id": 62670, - "name": "composed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event invokes listeners past a ShadowRoot node that is the root of its target, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composed)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62432, - "name": "Event.composed" - } - }, - "62671": { - "id": 62671, - "name": "currentTarget", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object whose event listener's callback is currently being invoked.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/currentTarget)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62433, - "name": "Event.currentTarget" - } - }, - "62672": { - "id": 62672, - "name": "defaultPrevented", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if preventDefault() was invoked successfully to indicate cancelation, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/defaultPrevented)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62434, - "name": "Event.defaultPrevented" - } - }, - "62673": { - "id": 62673, - "name": "eventPhase", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's phase, which is one of NONE, CAPTURING_PHASE, AT_TARGET, and BUBBLING_PHASE.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/eventPhase)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 62435, - "name": "Event.eventPhase" - } - }, - "62674": { - "id": 62674, - "name": "fontfaces", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFaceSetLoadEvent/fontfaces)" - } - ] - }, - "type": { - "type": "typeOperator", - "operator": "readonly", - "target": { - "type": "array", - "elementType": { - "type": "reference", - "target": 62637, - "name": "FontFace", - "package": "typescript" - } - } - } - }, - "62675": { - "id": 62675, - "name": "isTrusted", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if event was dispatched by the user agent, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/isTrusted)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62436, - "name": "Event.isTrusted" - } - }, - "62676": { - "id": 62676, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/returnValue)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62437, - "name": "Event.returnValue" - } - }, - "62677": { - "id": 62677, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/srcElement)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62438, - "name": "Event.srcElement" - } - }, - "62678": { - "id": 62678, - "name": "target", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object to which event is dispatched (its target).\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/target)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62439, - "name": "Event.target" - } - }, - "62679": { - "id": 62679, - "name": "timeStamp", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's timestamp as the number of milliseconds measured relative to the time origin.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/timeStamp)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 62440, - "name": "Event.timeStamp" - } - }, - "62680": { - "id": 62680, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of event, e.g. \"click\", \"hashchange\", or \"submit\".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/type)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 62441, - "name": "Event.type" - } - }, - "62681": { - "id": 62681, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62682 - ], - "inheritedFrom": { - "type": "reference", - "target": 62442, - "name": "Event.composedPath" - } - }, - "62682": { - "id": 62682, - "name": "composedPath", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the invocation target objects of event's path (objects on which listeners will be invoked), except for any nodes in shadow trees of which the shadow root's mode is \"closed\" that are not reachable from event's currentTarget.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composedPath)" - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 62443, - "name": "Event.composedPath" - } - }, - "62683": { - "id": 62683, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62684 - ], - "inheritedFrom": { - "type": "reference", - "target": 62444, - "name": "Event.initEvent" - } - }, - "62684": { - "id": 62684, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/initEvent)" - } - ] - } - ] - }, - "parameters": [ - 62685, - 62686, - 62687 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62445, - "name": "Event.initEvent" - } - }, - "62685": { - "id": 62685, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62686": { - "id": 62686, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62687": { - "id": 62687, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62688": { - "id": 62688, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62689 - ], - "inheritedFrom": { - "type": "reference", - "target": 62449, - "name": "Event.preventDefault" - } - }, - "62689": { - "id": 62689, - "name": "preventDefault", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "If invoked when the cancelable attribute value is true, and while executing a listener for the event with passive set to false, signals to the operation that caused event to be dispatched that it needs to be canceled.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/preventDefault)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62450, - "name": "Event.preventDefault" - } - }, - "62690": { - "id": 62690, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62691 - ], - "inheritedFrom": { - "type": "reference", - "target": 62451, - "name": "Event.stopImmediatePropagation" - } - }, - "62691": { - "id": 62691, - "name": "stopImmediatePropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Invoking this method prevents event from reaching any registered event listeners after the current one finishes running and, when dispatched in a tree, also prevents event from reaching any other objects.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopImmediatePropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62452, - "name": "Event.stopImmediatePropagation" - } - }, - "62692": { - "id": 62692, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62693 - ], - "inheritedFrom": { - "type": "reference", - "target": 62453, - "name": "Event.stopPropagation" - } - }, - "62693": { - "id": 62693, - "name": "stopPropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "When dispatched in a tree, invoking this method prevents event from reaching any objects other than the current object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopPropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62454, - "name": "Event.stopPropagation" - } - }, - "62701": { - "id": 62701, - "name": "FormDataEvent", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/FormDataEvent)" - } - ] - }, - "children": [ - 62702, - 62703, - 62704, - 62705, - 62706, - 62707, - 62708, - 62709, - 62710, - 62711, - 62712, - 62713, - 62714, - 62715, - 62716, - 62717, - 62718, - 62719, - 62720, - 62722, - 62727, - 62729, - 62731 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 62702, - 62703, - 62704, - 62705, - 62706, - 62707, - 62708, - 62709, - 62710, - 62711, - 62712, - 62713, - 62714, - 62715, - 62716, - 62717, - 62718, - 62719 - ] - }, - { - "title": "Methods", - "children": [ - 62720, - 62722, - 62727, - 62729, - 62731 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - ] - }, - "62702": { - "id": 62702, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 62425, - "name": "Event.AT_TARGET" - } - }, - "62703": { - "id": 62703, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 3 - }, - "inheritedFrom": { - "type": "reference", - "target": 62426, - "name": "Event.BUBBLING_PHASE" - } - }, - "62704": { - "id": 62704, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 62427, - "name": "Event.CAPTURING_PHASE" - } - }, - "62705": { - "id": 62705, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 0 - }, - "inheritedFrom": { - "type": "reference", - "target": 62428, - "name": "Event.NONE" - } - }, - "62706": { - "id": 62706, - "name": "bubbles", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/bubbles)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62429, - "name": "Event.bubbles" - } - }, - "62707": { - "id": 62707, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelBubble)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62430, - "name": "Event.cancelBubble" - } - }, - "62708": { - "id": 62708, - "name": "cancelable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. Its return value does not always carry meaning, but true can indicate that part of the operation during which event was dispatched, can be canceled by invoking the preventDefault() method.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62431, - "name": "Event.cancelable" - } - }, - "62709": { - "id": 62709, - "name": "composed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event invokes listeners past a ShadowRoot node that is the root of its target, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composed)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62432, - "name": "Event.composed" - } - }, - "62710": { - "id": 62710, - "name": "currentTarget", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object whose event listener's callback is currently being invoked.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/currentTarget)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62433, - "name": "Event.currentTarget" - } - }, - "62711": { - "id": 62711, - "name": "defaultPrevented", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if preventDefault() was invoked successfully to indicate cancelation, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/defaultPrevented)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62434, - "name": "Event.defaultPrevented" - } - }, - "62712": { - "id": 62712, - "name": "eventPhase", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's phase, which is one of NONE, CAPTURING_PHASE, AT_TARGET, and BUBBLING_PHASE.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/eventPhase)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 62435, - "name": "Event.eventPhase" - } - }, - "62713": { - "id": 62713, - "name": "formData", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a FormData object representing names and values of elements associated to the target form. Operations on the FormData object will affect form data to be submitted.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/FormDataEvent/formData)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "FormData" - }, - "name": "FormData", - "package": "typescript" - } - }, - "62714": { - "id": 62714, - "name": "isTrusted", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if event was dispatched by the user agent, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/isTrusted)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62436, - "name": "Event.isTrusted" - } - }, - "62715": { - "id": 62715, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/returnValue)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62437, - "name": "Event.returnValue" - } - }, - "62716": { - "id": 62716, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/srcElement)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62438, - "name": "Event.srcElement" - } - }, - "62717": { - "id": 62717, - "name": "target", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object to which event is dispatched (its target).\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/target)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62439, - "name": "Event.target" - } - }, - "62718": { - "id": 62718, - "name": "timeStamp", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's timestamp as the number of milliseconds measured relative to the time origin.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/timeStamp)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 62440, - "name": "Event.timeStamp" - } - }, - "62719": { - "id": 62719, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of event, e.g. \"click\", \"hashchange\", or \"submit\".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/type)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 62441, - "name": "Event.type" - } - }, - "62720": { - "id": 62720, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62721 - ], - "inheritedFrom": { - "type": "reference", - "target": 62442, - "name": "Event.composedPath" - } - }, - "62721": { - "id": 62721, - "name": "composedPath", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the invocation target objects of event's path (objects on which listeners will be invoked), except for any nodes in shadow trees of which the shadow root's mode is \"closed\" that are not reachable from event's currentTarget.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composedPath)" - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 62443, - "name": "Event.composedPath" - } - }, - "62722": { - "id": 62722, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62723 - ], - "inheritedFrom": { - "type": "reference", - "target": 62444, - "name": "Event.initEvent" - } - }, - "62723": { - "id": 62723, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/initEvent)" - } - ] - } - ] - }, - "parameters": [ - 62724, - 62725, - 62726 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62445, - "name": "Event.initEvent" - } - }, - "62724": { - "id": 62724, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62725": { - "id": 62725, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62726": { - "id": 62726, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62727": { - "id": 62727, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62728 - ], - "inheritedFrom": { - "type": "reference", - "target": 62449, - "name": "Event.preventDefault" - } - }, - "62728": { - "id": 62728, - "name": "preventDefault", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "If invoked when the cancelable attribute value is true, and while executing a listener for the event with passive set to false, signals to the operation that caused event to be dispatched that it needs to be canceled.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/preventDefault)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62450, - "name": "Event.preventDefault" - } - }, - "62729": { - "id": 62729, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62730 - ], - "inheritedFrom": { - "type": "reference", - "target": 62451, - "name": "Event.stopImmediatePropagation" - } - }, - "62730": { - "id": 62730, - "name": "stopImmediatePropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Invoking this method prevents event from reaching any registered event listeners after the current one finishes running and, when dispatched in a tree, also prevents event from reaching any other objects.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopImmediatePropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62452, - "name": "Event.stopImmediatePropagation" - } - }, - "62731": { - "id": 62731, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62732 - ], - "inheritedFrom": { - "type": "reference", - "target": 62453, - "name": "Event.stopPropagation" - } - }, - "62732": { - "id": 62732, - "name": "stopPropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "When dispatched in a tree, invoking this method prevents event from reaching any objects other than the current object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopPropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62454, - "name": "Event.stopPropagation" - } - }, - "62738": { - "id": 62738, - "name": "FragmentDirective", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/FragmentDirective)" - } - ] - } - }, - "62739": { - "id": 62739, - "name": "FrameRequestCallback", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "signatures": [ - 62740 - ] - }, - "62740": { - "id": 62740, - "name": "FrameRequestCallback", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 62741 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "62741": { - "id": 62741, - "name": "time", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "62742": { - "id": 62742, - "name": "FullscreenOptions", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 62743 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 62743 - ] - } - ] - }, - "62743": { - "id": 62743, - "name": "navigationUI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 212529, - "name": "FullscreenNavigationUI", - "package": "typescript" - } - }, - "62744": { - "id": 62744, - "name": "Gamepad", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "This Gamepad API interface defines an individual gamepad or other controller, allowing access to information such as button presses, axis positions, and id.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Gamepad)" - } - ] - }, - "children": [ - 62745, - 62746, - 62747, - 62748, - 62749, - 62750, - 62751, - 62752 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 62745, - 62746, - 62747, - 62748, - 62749, - 62750, - 62751, - 62752 - ] - } - ] - }, - "62745": { - "id": 62745, - "name": "axes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Gamepad/axes)" - } - ] - }, - "type": { - "type": "typeOperator", - "operator": "readonly", - "target": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "number" - } - } - } - }, - "62746": { - "id": 62746, - "name": "buttons", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Gamepad/buttons)" - } - ] - }, - "type": { - "type": "typeOperator", - "operator": "readonly", - "target": { - "type": "array", - "elementType": { - "type": "reference", - "target": 62753, - "name": "GamepadButton", - "package": "typescript" - } - } - } - }, - "62747": { - "id": 62747, - "name": "connected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Gamepad/connected)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62748": { - "id": 62748, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Gamepad/id)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62749": { - "id": 62749, - "name": "index", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Gamepad/index)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "62750": { - "id": 62750, - "name": "mapping", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Gamepad/mapping)" - } - ] - }, - "type": { - "type": "reference", - "target": 212535, - "name": "GamepadMappingType", - "package": "typescript" - } - }, - "62751": { - "id": 62751, - "name": "timestamp", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Gamepad/timestamp)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "62752": { - "id": 62752, - "name": "vibrationActuator", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Gamepad/vibrationActuator)" - } - ] - }, - "type": { - "type": "reference", - "target": 62801, - "name": "GamepadHapticActuator", - "package": "typescript" - } - }, - "62757": { - "id": 62757, - "name": "GamepadEffectParameters", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 62758, - 62759, - 62760, - 62761, - 62762, - 62763 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 62758, - 62759, - 62760, - 62761, - 62762, - 62763 - ] - } - ] - }, - "62758": { - "id": 62758, - "name": "duration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "62759": { - "id": 62759, - "name": "leftTrigger", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "62760": { - "id": 62760, - "name": "rightTrigger", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "62761": { - "id": 62761, - "name": "startDelay", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "62762": { - "id": 62762, - "name": "strongMagnitude", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "62763": { - "id": 62763, - "name": "weakMagnitude", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "62764": { - "id": 62764, - "name": "GamepadEvent", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "This Gamepad API interface contains references to gamepads connected to the system, which is what the gamepad events Window.gamepadconnected and Window.gamepaddisconnected are fired in response to.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/GamepadEvent)" - } - ] - }, - "children": [ - 62765, - 62766, - 62767, - 62768, - 62769, - 62770, - 62771, - 62772, - 62773, - 62774, - 62775, - 62776, - 62777, - 62778, - 62779, - 62780, - 62781, - 62782, - 62783, - 62785, - 62790, - 62792, - 62794 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 62765, - 62766, - 62767, - 62768, - 62769, - 62770, - 62771, - 62772, - 62773, - 62774, - 62775, - 62776, - 62777, - 62778, - 62779, - 62780, - 62781, - 62782 - ] - }, - { - "title": "Methods", - "children": [ - 62783, - 62785, - 62790, - 62792, - 62794 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - ] - }, - "62765": { - "id": 62765, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 62425, - "name": "Event.AT_TARGET" - } - }, - "62766": { - "id": 62766, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 3 - }, - "inheritedFrom": { - "type": "reference", - "target": 62426, - "name": "Event.BUBBLING_PHASE" - } - }, - "62767": { - "id": 62767, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 62427, - "name": "Event.CAPTURING_PHASE" - } - }, - "62768": { - "id": 62768, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 0 - }, - "inheritedFrom": { - "type": "reference", - "target": 62428, - "name": "Event.NONE" - } - }, - "62769": { - "id": 62769, - "name": "bubbles", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/bubbles)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62429, - "name": "Event.bubbles" - } - }, - "62770": { - "id": 62770, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelBubble)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62430, - "name": "Event.cancelBubble" - } - }, - "62771": { - "id": 62771, - "name": "cancelable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. Its return value does not always carry meaning, but true can indicate that part of the operation during which event was dispatched, can be canceled by invoking the preventDefault() method.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/cancelable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62431, - "name": "Event.cancelable" - } - }, - "62772": { - "id": 62772, - "name": "composed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true or false depending on how event was initialized. True if event invokes listeners past a ShadowRoot node that is the root of its target, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composed)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62432, - "name": "Event.composed" - } - }, - "62773": { - "id": 62773, - "name": "currentTarget", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object whose event listener's callback is currently being invoked.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/currentTarget)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62433, - "name": "Event.currentTarget" - } - }, - "62774": { - "id": 62774, - "name": "defaultPrevented", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if preventDefault() was invoked successfully to indicate cancelation, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/defaultPrevented)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62434, - "name": "Event.defaultPrevented" - } - }, - "62775": { - "id": 62775, - "name": "eventPhase", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's phase, which is one of NONE, CAPTURING_PHASE, AT_TARGET, and BUBBLING_PHASE.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/eventPhase)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 62435, - "name": "Event.eventPhase" - } - }, - "62776": { - "id": 62776, - "name": "gamepad", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/GamepadEvent/gamepad)" - } - ] - }, - "type": { - "type": "reference", - "target": 62744, - "name": "Gamepad", - "package": "typescript" - } - }, - "62777": { - "id": 62777, - "name": "isTrusted", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if event was dispatched by the user agent, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/isTrusted)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62436, - "name": "Event.isTrusted" - } - }, - "62778": { - "id": 62778, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/returnValue)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62437, - "name": "Event.returnValue" - } - }, - "62779": { - "id": 62779, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/srcElement)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62438, - "name": "Event.srcElement" - } - }, - "62780": { - "id": 62780, - "name": "target", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the object to which event is dispatched (its target).\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/target)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62439, - "name": "Event.target" - } - }, - "62781": { - "id": 62781, - "name": "timeStamp", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the event's timestamp as the number of milliseconds measured relative to the time origin.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/timeStamp)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 62440, - "name": "Event.timeStamp" - } - }, - "62782": { - "id": 62782, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of event, e.g. \"click\", \"hashchange\", or \"submit\".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/type)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 62441, - "name": "Event.type" - } - }, - "62783": { - "id": 62783, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62784 - ], - "inheritedFrom": { - "type": "reference", - "target": 62442, - "name": "Event.composedPath" - } - }, - "62784": { - "id": 62784, - "name": "composedPath", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the invocation target objects of event's path (objects on which listeners will be invoked), except for any nodes in shadow trees of which the shadow root's mode is \"closed\" that are not reachable from event's currentTarget.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/composedPath)" - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 62443, - "name": "Event.composedPath" - } - }, - "62785": { - "id": 62785, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62786 - ], - "inheritedFrom": { - "type": "reference", - "target": 62444, - "name": "Event.initEvent" - } - }, - "62786": { - "id": 62786, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/initEvent)" - } - ] - } - ] - }, - "parameters": [ - 62787, - 62788, - 62789 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62445, - "name": "Event.initEvent" - } - }, - "62787": { - "id": 62787, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "62788": { - "id": 62788, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62789": { - "id": 62789, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62790": { - "id": 62790, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62791 - ], - "inheritedFrom": { - "type": "reference", - "target": 62449, - "name": "Event.preventDefault" - } - }, - "62791": { - "id": 62791, - "name": "preventDefault", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "If invoked when the cancelable attribute value is true, and while executing a listener for the event with passive set to false, signals to the operation that caused event to be dispatched that it needs to be canceled.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/preventDefault)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62450, - "name": "Event.preventDefault" - } - }, - "62792": { - "id": 62792, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62793 - ], - "inheritedFrom": { - "type": "reference", - "target": 62451, - "name": "Event.stopImmediatePropagation" - } - }, - "62793": { - "id": 62793, - "name": "stopImmediatePropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Invoking this method prevents event from reaching any registered event listeners after the current one finishes running and, when dispatched in a tree, also prevents event from reaching any other objects.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopImmediatePropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62452, - "name": "Event.stopImmediatePropagation" - } - }, - "62794": { - "id": 62794, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62795 - ], - "inheritedFrom": { - "type": "reference", - "target": 62453, - "name": "Event.stopPropagation" - } - }, - "62795": { - "id": 62795, - "name": "stopPropagation", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "When dispatched in a tree, invoking this method prevents event from reaching any objects other than the current object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/stopPropagation)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62454, - "name": "Event.stopPropagation" - } - }, - "62801": { - "id": 62801, - "name": "GamepadHapticActuator", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "This Gamepad API interface represents hardware in the controller designed to provide haptic feedback to the user (if available), most commonly vibration hardware.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/GamepadHapticActuator)" - } - ] - }, - "children": [ - 62802, - 62806 - ], - "groups": [ - { - "title": "Methods", - "children": [ - 62802, - 62806 - ] - } - ] - }, - "62802": { - "id": 62802, - "name": "playEffect", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62803 - ] - }, - "62803": { - "id": 62803, - "name": "playEffect", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/GamepadHapticActuator/playEffect)" - } - ] - }, - "parameters": [ - 62804, - 62805 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 212534, - "name": "GamepadHapticsResult", - "package": "typescript" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "62804": { - "id": 62804, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212533, - "name": "GamepadHapticEffectType", - "package": "typescript" - } - }, - "62805": { - "id": 62805, - "name": "params", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62757, - "name": "GamepadEffectParameters", - "package": "typescript" - } - }, - "62806": { - "id": 62806, - "name": "reset", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 62807 - ] - }, - "62807": { - "id": 62807, - "name": "reset", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/GamepadHapticActuator/reset)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 212534, - "name": "GamepadHapticsResult", - "package": "typescript" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "62808": { - "id": 62808, - "name": "GetAnimationsOptions", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 62809 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 62809 - ] - } - ] - }, - "62809": { - "id": 62809, - "name": "subtree", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62810": { - "id": 62810, - "name": "GetHTMLOptions", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 62811, - 62812 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 62811, - 62812 - ] - } - ] - }, - "62811": { - "id": 62811, - "name": "serializableShadowRoots", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "62812": { - "id": 62812, - "name": "shadowRoots", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 205149, - "name": "ShadowRoot", - "package": "typescript" - } - } - }, - "62813": { - "id": 62813, - "name": "GetRootNodeOptions", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 62814 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 62814 - ] - } - ] - }, - "62814": { - "id": 62814, - "name": "composed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "63330": { - "id": 63330, - "name": "GlobalEventHandlersEventMap", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 63331, - 63332, - 63333, - 63334, - 63335, - 63336, - 63337, - 63338, - 63339, - 63340, - 63341, - 63342, - 63343, - 63344, - 63345, - 63346, - 63347, - 63348, - 63349, - 63350, - 63351, - 63352, - 63353, - 63354, - 63355, - 63356, - 63357, - 63358, - 63359, - 63360, - 63361, - 63362, - 63363, - 63364, - 63365, - 63366, - 63367, - 63368, - 63369, - 63370, - 63371, - 63372, - 63373, - 63374, - 63375, - 63376, - 63377, - 63378, - 63379, - 63380, - 63381, - 63382, - 63383, - 63384, - 63385, - 63386, - 63387, - 63388, - 63389, - 63390, - 63391, - 63392, - 63393, - 63394, - 63395, - 63396, - 63397, - 63398, - 63399, - 63400, - 63401, - 63402, - 63403, - 63404, - 63405, - 63406, - 63407, - 63408, - 63409, - 63410, - 63411, - 63412, - 63413, - 63414, - 63415, - 63416, - 63417, - 63418, - 63419, - 63420, - 63421, - 63422, - 63423, - 63424, - 63425, - 63426, - 63427, - 63428, - 63429, - 63430, - 63431, - 63432, - 63433 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 63331, - 63332, - 63333, - 63334, - 63335, - 63336, - 63337, - 63338, - 63339, - 63340, - 63341, - 63342, - 63343, - 63344, - 63345, - 63346, - 63347, - 63348, - 63349, - 63350, - 63351, - 63352, - 63353, - 63354, - 63355, - 63356, - 63357, - 63358, - 63359, - 63360, - 63361, - 63362, - 63363, - 63364, - 63365, - 63366, - 63367, - 63368, - 63369, - 63370, - 63371, - 63372, - 63373, - 63374, - 63375, - 63376, - 63377, - 63378, - 63379, - 63380, - 63381, - 63382, - 63383, - 63384, - 63385, - 63386, - 63387, - 63388, - 63389, - 63390, - 63391, - 63392, - 63393, - 63394, - 63395, - 63396, - 63397, - 63398, - 63399, - 63400, - 63401, - 63402, - 63403, - 63404, - 63405, - 63406, - 63407, - 63408, - 63409, - 63410, - 63411, - 63412, - 63413, - 63414, - 63415, - 63416, - 63417, - 63418, - 63419, - 63420, - 63421, - 63422, - 63423, - 63424, - 63425, - 63426, - 63427, - 63428, - 63429, - 63430, - 63431, - 63432, - 63433 - ] - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 79364, - "name": "HTMLElementEventMap" - }, - { - "type": "reference", - "target": 61321, - "name": "DocumentEventMap" - }, - { - "type": "reference", - "target": 147509, - "name": "SVGElementEventMap" - }, - { - "type": "reference", - "target": 133685, - "name": "MathMLElementEventMap" - }, - { - "type": "reference", - "target": 211050, - "name": "WindowEventMap" - } - ] - }, - "63331": { - "id": 63331, - "name": "abort", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206438, - "name": "UIEvent", - "package": "typescript" - } - }, - "63332": { - "id": 63332, - "name": "animationcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - }, - "63333": { - "id": 63333, - "name": "animationend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - }, - "63334": { - "id": 63334, - "name": "animationiteration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - }, - "63335": { - "id": 63335, - "name": "animationstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - }, - "63336": { - "id": 63336, - "name": "auxclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - }, - "63337": { - "id": 63337, - "name": "beforeinput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132341, - "name": "InputEvent", - "package": "typescript" - } - }, - "63338": { - "id": 63338, - "name": "beforetoggle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63339": { - "id": 63339, - "name": "blur", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62585, - "name": "FocusEvent", - "package": "typescript" - } - }, - "63340": { - "id": 63340, - "name": "cancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63341": { - "id": 63341, - "name": "canplay", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63342": { - "id": 63342, - "name": "canplaythrough", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63343": { - "id": 63343, - "name": "change", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63344": { - "id": 63344, - "name": "click", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - }, - "63345": { - "id": 63345, - "name": "close", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63346": { - "id": 63346, - "name": "compositionend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 59552, - "name": "CompositionEvent", - "package": "typescript" - } - }, - "63347": { - "id": 63347, - "name": "compositionstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 59552, - "name": "CompositionEvent", - "package": "typescript" - } - }, - "63348": { - "id": 63348, - "name": "compositionupdate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 59552, - "name": "CompositionEvent", - "package": "typescript" - } - }, - "63349": { - "id": 63349, - "name": "contextlost", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63350": { - "id": 63350, - "name": "contextmenu", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - }, - "63351": { - "id": 63351, - "name": "contextrestored", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63352": { - "id": 63352, - "name": "copy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 59344, - "name": "ClipboardEvent", - "package": "typescript" - } - }, - "63353": { - "id": 63353, - "name": "cuechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63354": { - "id": 63354, - "name": "cut", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 59344, - "name": "ClipboardEvent", - "package": "typescript" - } - }, - "63355": { - "id": 63355, - "name": "dblclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - }, - "63356": { - "id": 63356, - "name": "drag", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - }, - "63357": { - "id": 63357, - "name": "dragend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - }, - "63358": { - "id": 63358, - "name": "dragenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - }, - "63359": { - "id": 63359, - "name": "dragleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - }, - "63360": { - "id": 63360, - "name": "dragover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - }, - "63361": { - "id": 63361, - "name": "dragstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - }, - "63362": { - "id": 63362, - "name": "drop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - }, - "63363": { - "id": 63363, - "name": "durationchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63364": { - "id": 63364, - "name": "emptied", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63365": { - "id": 63365, - "name": "ended", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63366": { - "id": 63366, - "name": "error", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62379, - "name": "ErrorEvent", - "package": "typescript" - } - }, - "63367": { - "id": 63367, - "name": "focus", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62585, - "name": "FocusEvent", - "package": "typescript" - } - }, - "63368": { - "id": 63368, - "name": "focusin", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62585, - "name": "FocusEvent", - "package": "typescript" - } - }, - "63369": { - "id": 63369, - "name": "focusout", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62585, - "name": "FocusEvent", - "package": "typescript" - } - }, - "63370": { - "id": 63370, - "name": "formdata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62701, - "name": "FormDataEvent", - "package": "typescript" - } - }, - "63371": { - "id": 63371, - "name": "gotpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - }, - "63372": { - "id": 63372, - "name": "input", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63373": { - "id": 63373, - "name": "invalid", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63374": { - "id": 63374, - "name": "keydown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132447, - "name": "KeyboardEvent", - "package": "typescript" - } - }, - "63375": { - "id": 63375, - "name": "keypress", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132447, - "name": "KeyboardEvent", - "package": "typescript" - } - }, - "63376": { - "id": 63376, - "name": "keyup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132447, - "name": "KeyboardEvent", - "package": "typescript" - } - }, - "63377": { - "id": 63377, - "name": "load", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63378": { - "id": 63378, - "name": "loadeddata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63379": { - "id": 63379, - "name": "loadedmetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63380": { - "id": 63380, - "name": "loadstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63381": { - "id": 63381, - "name": "lostpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - }, - "63382": { - "id": 63382, - "name": "mousedown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - }, - "63383": { - "id": 63383, - "name": "mouseenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - }, - "63384": { - "id": 63384, - "name": "mouseleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - }, - "63385": { - "id": 63385, - "name": "mousemove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - }, - "63386": { - "id": 63386, - "name": "mouseout", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - }, - "63387": { - "id": 63387, - "name": "mouseover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - }, - "63388": { - "id": 63388, - "name": "mouseup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - }, - "63389": { - "id": 63389, - "name": "paste", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 59344, - "name": "ClipboardEvent", - "package": "typescript" - } - }, - "63390": { - "id": 63390, - "name": "pause", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63391": { - "id": 63391, - "name": "play", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63392": { - "id": 63392, - "name": "playing", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63393": { - "id": 63393, - "name": "pointercancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - }, - "63394": { - "id": 63394, - "name": "pointerdown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - }, - "63395": { - "id": 63395, - "name": "pointerenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - }, - "63396": { - "id": 63396, - "name": "pointerleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - }, - "63397": { - "id": 63397, - "name": "pointermove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - }, - "63398": { - "id": 63398, - "name": "pointerout", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - }, - "63399": { - "id": 63399, - "name": "pointerover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - }, - "63400": { - "id": 63400, - "name": "pointerup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - }, - "63401": { - "id": 63401, - "name": "progress", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 136178, - "typeArguments": [ - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ], - "name": "ProgressEvent", - "package": "typescript" - } - }, - "63402": { - "id": 63402, - "name": "ratechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63403": { - "id": 63403, - "name": "reset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63404": { - "id": 63404, - "name": "resize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206438, - "name": "UIEvent", - "package": "typescript" - } - }, - "63405": { - "id": 63405, - "name": "scroll", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63406": { - "id": 63406, - "name": "scrollend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63407": { - "id": 63407, - "name": "securitypolicyviolation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 204976, - "name": "SecurityPolicyViolationEvent", - "package": "typescript" - } - }, - "63408": { - "id": 63408, - "name": "seeked", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63409": { - "id": 63409, - "name": "seeking", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63410": { - "id": 63410, - "name": "select", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63411": { - "id": 63411, - "name": "selectionchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63412": { - "id": 63412, - "name": "selectstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63413": { - "id": 63413, - "name": "slotchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63414": { - "id": 63414, - "name": "stalled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63415": { - "id": 63415, - "name": "submit", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 205818, - "name": "SubmitEvent", - "package": "typescript" - } - }, - "63416": { - "id": 63416, - "name": "suspend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63417": { - "id": 63417, - "name": "timeupdate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63418": { - "id": 63418, - "name": "toggle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63419": { - "id": 63419, - "name": "touchcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - }, - "63420": { - "id": 63420, - "name": "touchend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - }, - "63421": { - "id": 63421, - "name": "touchmove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - }, - "63422": { - "id": 63422, - "name": "touchstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - }, - "63423": { - "id": 63423, - "name": "transitioncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - }, - "63424": { - "id": 63424, - "name": "transitionend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - }, - "63425": { - "id": 63425, - "name": "transitionrun", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - }, - "63426": { - "id": 63426, - "name": "transitionstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - }, - "63427": { - "id": 63427, - "name": "volumechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63428": { - "id": 63428, - "name": "waiting", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63429": { - "id": 63429, - "name": "webkitanimationend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63430": { - "id": 63430, - "name": "webkitanimationiteration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63431": { - "id": 63431, - "name": "webkitanimationstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63432": { - "id": 63432, - "name": "webkittransitionend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "63433": { - "id": 63433, - "name": "wheel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 209942, - "name": "WheelEvent", - "package": "typescript" - } - }, - "63434": { - "id": 63434, - "name": "HTMLAnchorElement", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Hyperlink elements and provides special properties and methods (beyond those of the regular HTMLElement object interface that they inherit from) for manipulating the layout and presentation of such elements.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement)" - } - ] - }, - "children": [ - 63435, - 63436, - 63437, - 63438, - 63439, - 63440, - 63441, - 63442, - 63443, - 63444, - 63445, - 63446, - 63447, - 63448, - 63449, - 63450, - 63451, - 63452, - 63453, - 63454, - 63455, - 63456, - 63457, - 63458, - 63459, - 63460, - 63461, - 63462, - 63463, - 63464, - 63465, - 63466, - 63467, - 63468, - 63469, - 63470, - 63471, - 63472, - 63473, - 63474, - 63475, - 63476, - 63477, - 63478, - 63479, - 63480, - 63481, - 63482, - 63483, - 63484, - 63485, - 63486, - 63487, - 63488, - 63489, - 63490, - 63491, - 63492, - 63493, - 63494, - 63495, - 63496, - 63497, - 63498, - 63499, - 63500, - 63501, - 63502, - 63503, - 63504, - 63505, - 63506, - 63507, - 63508, - 63509, - 63510, - 63511, - 63512, - 63513, - 63514, - 63515, - 63516, - 63517, - 63518, - 63519, - 63520, - 63521, - 63522, - 63523, - 63524, - 63525, - 63526, - 63527, - 63528, - 63529, - 63530, - 63531, - 63532, - 63533, - 63534, - 63535, - 63536, - 63537, - 63538, - 63539, - 63540, - 63541, - 63542, - 63543, - 63544, - 63545, - 63546, - 63547, - 63548, - 63549, - 63550, - 63551, - 63552, - 63553, - 63558, - 63563, - 63568, - 63573, - 63578, - 63583, - 63588, - 63593, - 63598, - 63603, - 63608, - 63613, - 63618, - 63623, - 63628, - 63633, - 63638, - 63643, - 63648, - 63653, - 63658, - 63663, - 63668, - 63673, - 63678, - 63683, - 63688, - 63693, - 63698, - 63703, - 63708, - 63713, - 63714, - 63719, - 63724, - 63729, - 63734, - 63739, - 63744, - 63749, - 63754, - 63759, - 63764, - 63769, - 63774, - 63779, - 63784, - 63789, - 63794, - 63799, - 63804, - 63809, - 63814, - 63819, - 63824, - 63829, - 63834, - 63839, - 63844, - 63849, - 63854, - 63859, - 63864, - 63869, - 63874, - 63879, - 63884, - 63889, - 63894, - 63899, - 63904, - 63909, - 63914, - 63919, - 63924, - 63929, - 63934, - 63939, - 63944, - 63949, - 63954, - 63959, - 63964, - 63969, - 63974, - 63979, - 63984, - 63989, - 63994, - 63999, - 64004, - 64009, - 64014, - 64019, - 64024, - 64029, - 64034, - 64039, - 64044, - 64049, - 64050, - 64051, - 64052, - 64053, - 64054, - 64055, - 64056, - 64057, - 64058, - 64059, - 64060, - 64061, - 64062, - 64063, - 64064, - 64065, - 64066, - 64067, - 64068, - 64069, - 64070, - 64071, - 64072, - 64073, - 64074, - 64075, - 64076, - 64077, - 64078, - 64079, - 64080, - 64081, - 64082, - 64083, - 64084, - 64085, - 64086, - 64087, - 64091, - 64095, - 64099, - 64103, - 64117, - 64120, - 64124, - 64127, - 64131, - 64133, - 64136, - 64139, - 64141, - 64144, - 64146, - 64149, - 64162, - 64165, - 64167, - 64170, - 64173, - 64176, - 64179, - 64182, - 64186, - 64188, - 64191, - 64195, - 64197, - 64199, - 64202, - 64217, - 64230, - 64233, - 64236, - 64239, - 64243, - 64245, - 64247, - 64250, - 64252, - 64256, - 64260, - 64264, - 64269, - 64272, - 64275, - 64278, - 64281, - 64284, - 64287, - 64289, - 64292, - 64308, - 64324, - 64327, - 64329, - 64332, - 64336, - 64339, - 64343, - 64357, - 64362, - 64365, - 64368, - 64371, - 64374, - 64380, - 64386, - 64389, - 64395, - 64399, - 64404, - 64407, - 64410, - 64413, - 64416, - 64418, - 64420, - 64424, - 64427 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 63435, - 63436, - 63437, - 63438, - 63439, - 63440, - 63441, - 63442, - 63443, - 63444, - 63445, - 63446, - 63447, - 63448, - 63449, - 63450, - 63451, - 63452, - 63453, - 63454, - 63455, - 63456, - 63457, - 63458, - 63459, - 63460, - 63461, - 63462, - 63463, - 63464, - 63465, - 63466, - 63467, - 63468, - 63469, - 63470, - 63471, - 63472, - 63473, - 63474, - 63475, - 63476, - 63477, - 63478, - 63479, - 63480, - 63481, - 63482, - 63483, - 63484, - 63485, - 63486, - 63487, - 63488, - 63489, - 63490, - 63491, - 63492, - 63493, - 63494, - 63495, - 63496, - 63497, - 63498, - 63499, - 63500, - 63501, - 63502, - 63503, - 63504, - 63505, - 63506, - 63507, - 63508, - 63509, - 63510, - 63511, - 63512, - 63513, - 63514, - 63515, - 63516, - 63517, - 63518, - 63519, - 63520, - 63521, - 63522, - 63523, - 63524, - 63525, - 63526, - 63527, - 63528, - 63529, - 63530, - 63531, - 63532, - 63533, - 63534, - 63535, - 63536, - 63537, - 63538, - 63539, - 63540, - 63541, - 63542, - 63543, - 63544, - 63545, - 63546, - 63547, - 63548, - 63549, - 63550, - 63551, - 63552, - 63553, - 63558, - 63563, - 63568, - 63573, - 63578, - 63583, - 63588, - 63593, - 63598, - 63603, - 63608, - 63613, - 63618, - 63623, - 63628, - 63633, - 63638, - 63643, - 63648, - 63653, - 63658, - 63663, - 63668, - 63673, - 63678, - 63683, - 63688, - 63693, - 63698, - 63703, - 63708, - 63713, - 63714, - 63719, - 63724, - 63729, - 63734, - 63739, - 63744, - 63749, - 63754, - 63759, - 63764, - 63769, - 63774, - 63779, - 63784, - 63789, - 63794, - 63799, - 63804, - 63809, - 63814, - 63819, - 63824, - 63829, - 63834, - 63839, - 63844, - 63849, - 63854, - 63859, - 63864, - 63869, - 63874, - 63879, - 63884, - 63889, - 63894, - 63899, - 63904, - 63909, - 63914, - 63919, - 63924, - 63929, - 63934, - 63939, - 63944, - 63949, - 63954, - 63959, - 63964, - 63969, - 63974, - 63979, - 63984, - 63989, - 63994, - 63999, - 64004, - 64009, - 64014, - 64019, - 64024, - 64029, - 64034, - 64039, - 64044, - 64049, - 64050, - 64051, - 64052, - 64053, - 64054, - 64055, - 64056, - 64057, - 64058, - 64059, - 64060, - 64061, - 64062, - 64063, - 64064, - 64065, - 64066, - 64067, - 64068, - 64069, - 64070, - 64071, - 64072, - 64073, - 64074, - 64075, - 64076, - 64077, - 64078, - 64079, - 64080, - 64081, - 64082, - 64083, - 64084, - 64085, - 64086 - ] - }, - { - "title": "Accessors", - "children": [ - 64087, - 64091, - 64095, - 64099 - ] - }, - { - "title": "Methods", - "children": [ - 64103, - 64117, - 64120, - 64124, - 64127, - 64131, - 64133, - 64136, - 64139, - 64141, - 64144, - 64146, - 64149, - 64162, - 64165, - 64167, - 64170, - 64173, - 64176, - 64179, - 64182, - 64186, - 64188, - 64191, - 64195, - 64197, - 64199, - 64202, - 64217, - 64230, - 64233, - 64236, - 64239, - 64243, - 64245, - 64247, - 64250, - 64252, - 64256, - 64260, - 64264, - 64269, - 64272, - 64275, - 64278, - 64281, - 64284, - 64287, - 64289, - 64292, - 64308, - 64324, - 64327, - 64329, - 64332, - 64336, - 64339, - 64343, - 64357, - 64362, - 64365, - 64368, - 64371, - 64374, - 64380, - 64386, - 64389, - 64395, - 64399, - 64404, - 64407, - 64410, - 64413, - 64416, - 64418, - 64420, - 64424, - 64427 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - }, - { - "type": "reference", - "target": 88548, - "name": "HTMLHyperlinkElementUtils", - "package": "typescript" - } - ] - }, - "63435": { - "id": 63435, - "name": "ATTRIBUTE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 78369, - "name": "HTMLElement.ATTRIBUTE_NODE" - } - }, - "63436": { - "id": 63436, - "name": "CDATA_SECTION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a CDATASection node." - } - ] - }, - "type": { - "type": "literal", - "value": 4 - }, - "inheritedFrom": { - "type": "reference", - "target": 78370, - "name": "HTMLElement.CDATA_SECTION_NODE" - } - }, - "63437": { - "id": 63437, - "name": "COMMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Comment node." - } - ] - }, - "type": { - "type": "literal", - "value": 8 - }, - "inheritedFrom": { - "type": "reference", - "target": 78371, - "name": "HTMLElement.COMMENT_NODE" - } - }, - "63438": { - "id": 63438, - "name": "DOCUMENT_FRAGMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a DocumentFragment node." - } - ] - }, - "type": { - "type": "literal", - "value": 11 - }, - "inheritedFrom": { - "type": "reference", - "target": 78372, - "name": "HTMLElement.DOCUMENT_FRAGMENT_NODE" - } - }, - "63439": { - "id": 63439, - "name": "DOCUMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a document." - } - ] - }, - "type": { - "type": "literal", - "value": 9 - }, - "inheritedFrom": { - "type": "reference", - "target": 78373, - "name": "HTMLElement.DOCUMENT_NODE" - } - }, - "63440": { - "id": 63440, - "name": "DOCUMENT_POSITION_CONTAINED_BY", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is a descendant of node." - } - ] - }, - "type": { - "type": "literal", - "value": 16 - }, - "inheritedFrom": { - "type": "reference", - "target": 78374, - "name": "HTMLElement.DOCUMENT_POSITION_CONTAINED_BY" - } - }, - "63441": { - "id": 63441, - "name": "DOCUMENT_POSITION_CONTAINS", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is an ancestor of node." - } - ] - }, - "type": { - "type": "literal", - "value": 8 - }, - "inheritedFrom": { - "type": "reference", - "target": 78375, - "name": "HTMLElement.DOCUMENT_POSITION_CONTAINS" - } - }, - "63442": { - "id": 63442, - "name": "DOCUMENT_POSITION_DISCONNECTED", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when node and other are not in the same tree." - } - ] - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 78376, - "name": "HTMLElement.DOCUMENT_POSITION_DISCONNECTED" - } - }, - "63443": { - "id": 63443, - "name": "DOCUMENT_POSITION_FOLLOWING", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is following node." - } - ] - }, - "type": { - "type": "literal", - "value": 4 - }, - "inheritedFrom": { - "type": "reference", - "target": 78377, - "name": "HTMLElement.DOCUMENT_POSITION_FOLLOWING" - } - }, - "63444": { - "id": 63444, - "name": "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 32 - }, - "inheritedFrom": { - "type": "reference", - "target": 78378, - "name": "HTMLElement.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" - } - }, - "63445": { - "id": 63445, - "name": "DOCUMENT_POSITION_PRECEDING", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is preceding node." - } - ] - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 78379, - "name": "HTMLElement.DOCUMENT_POSITION_PRECEDING" - } - }, - "63446": { - "id": 63446, - "name": "DOCUMENT_TYPE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a doctype." - } - ] - }, - "type": { - "type": "literal", - "value": 10 - }, - "inheritedFrom": { - "type": "reference", - "target": 78380, - "name": "HTMLElement.DOCUMENT_TYPE_NODE" - } - }, - "63447": { - "id": 63447, - "name": "ELEMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is an element." - } - ] - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 78381, - "name": "HTMLElement.ELEMENT_NODE" - } - }, - "63448": { - "id": 63448, - "name": "ENTITY_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 6 - }, - "inheritedFrom": { - "type": "reference", - "target": 78382, - "name": "HTMLElement.ENTITY_NODE" - } - }, - "63449": { - "id": 63449, - "name": "ENTITY_REFERENCE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 5 - }, - "inheritedFrom": { - "type": "reference", - "target": 78383, - "name": "HTMLElement.ENTITY_REFERENCE_NODE" - } - }, - "63450": { - "id": 63450, - "name": "NOTATION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 12 - }, - "inheritedFrom": { - "type": "reference", - "target": 78384, - "name": "HTMLElement.NOTATION_NODE" - } - }, - "63451": { - "id": 63451, - "name": "PROCESSING_INSTRUCTION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a ProcessingInstruction node." - } - ] - }, - "type": { - "type": "literal", - "value": 7 - }, - "inheritedFrom": { - "type": "reference", - "target": 78385, - "name": "HTMLElement.PROCESSING_INSTRUCTION_NODE" - } - }, - "63452": { - "id": 63452, - "name": "TEXT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Text node." - } - ] - }, - "type": { - "type": "literal", - "value": 3 - }, - "inheritedFrom": { - "type": "reference", - "target": 78386, - "name": "HTMLElement.TEXT_NODE" - } - }, - "63453": { - "id": 63453, - "name": "accessKey", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/accessKey)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78387, - "name": "HTMLElement.accessKey" - } - }, - "63454": { - "id": 63454, - "name": "accessKeyLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/accessKeyLabel)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78388, - "name": "HTMLElement.accessKeyLabel" - } - }, - "63455": { - "id": 63455, - "name": "ariaAtomic", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaAtomic)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78389, - "name": "HTMLElement.ariaAtomic" - } - }, - "63456": { - "id": 63456, - "name": "ariaAutoComplete", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaAutoComplete)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78390, - "name": "HTMLElement.ariaAutoComplete" - } - }, - "63457": { - "id": 63457, - "name": "ariaBrailleLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaBrailleLabel)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78391, - "name": "HTMLElement.ariaBrailleLabel" - } - }, - "63458": { - "id": 63458, - "name": "ariaBrailleRoleDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaBrailleRoleDescription)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78392, - "name": "HTMLElement.ariaBrailleRoleDescription" - } - }, - "63459": { - "id": 63459, - "name": "ariaBusy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaBusy)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78393, - "name": "HTMLElement.ariaBusy" - } - }, - "63460": { - "id": 63460, - "name": "ariaChecked", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaChecked)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78394, - "name": "HTMLElement.ariaChecked" - } - }, - "63461": { - "id": 63461, - "name": "ariaColCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColCount)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78395, - "name": "HTMLElement.ariaColCount" - } - }, - "63462": { - "id": 63462, - "name": "ariaColIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColIndex)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78396, - "name": "HTMLElement.ariaColIndex" - } - }, - "63463": { - "id": 63463, - "name": "ariaColIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColIndexText)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78397, - "name": "HTMLElement.ariaColIndexText" - } - }, - "63464": { - "id": 63464, - "name": "ariaColSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColSpan)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78398, - "name": "HTMLElement.ariaColSpan" - } - }, - "63465": { - "id": 63465, - "name": "ariaCurrent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaCurrent)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78399, - "name": "HTMLElement.ariaCurrent" - } - }, - "63466": { - "id": 63466, - "name": "ariaDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDescription)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78400, - "name": "HTMLElement.ariaDescription" - } - }, - "63467": { - "id": 63467, - "name": "ariaDisabled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDisabled)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78401, - "name": "HTMLElement.ariaDisabled" - } - }, - "63468": { - "id": 63468, - "name": "ariaExpanded", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaExpanded)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78402, - "name": "HTMLElement.ariaExpanded" - } - }, - "63469": { - "id": 63469, - "name": "ariaHasPopup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaHasPopup)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78403, - "name": "HTMLElement.ariaHasPopup" - } - }, - "63470": { - "id": 63470, - "name": "ariaHidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaHidden)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78404, - "name": "HTMLElement.ariaHidden" - } - }, - "63471": { - "id": 63471, - "name": "ariaInvalid", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78405, - "name": "HTMLElement.ariaInvalid" - } - }, - "63472": { - "id": 63472, - "name": "ariaKeyShortcuts", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaKeyShortcuts)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78406, - "name": "HTMLElement.ariaKeyShortcuts" - } - }, - "63473": { - "id": 63473, - "name": "ariaLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLabel)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78407, - "name": "HTMLElement.ariaLabel" - } - }, - "63474": { - "id": 63474, - "name": "ariaLevel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLevel)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78408, - "name": "HTMLElement.ariaLevel" - } - }, - "63475": { - "id": 63475, - "name": "ariaLive", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLive)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78409, - "name": "HTMLElement.ariaLive" - } - }, - "63476": { - "id": 63476, - "name": "ariaModal", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaModal)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78410, - "name": "HTMLElement.ariaModal" - } - }, - "63477": { - "id": 63477, - "name": "ariaMultiLine", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaMultiLine)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78411, - "name": "HTMLElement.ariaMultiLine" - } - }, - "63478": { - "id": 63478, - "name": "ariaMultiSelectable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaMultiSelectable)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78412, - "name": "HTMLElement.ariaMultiSelectable" - } - }, - "63479": { - "id": 63479, - "name": "ariaOrientation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaOrientation)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78413, - "name": "HTMLElement.ariaOrientation" - } - }, - "63480": { - "id": 63480, - "name": "ariaPlaceholder", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPlaceholder)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78414, - "name": "HTMLElement.ariaPlaceholder" - } - }, - "63481": { - "id": 63481, - "name": "ariaPosInSet", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPosInSet)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78415, - "name": "HTMLElement.ariaPosInSet" - } - }, - "63482": { - "id": 63482, - "name": "ariaPressed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPressed)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78416, - "name": "HTMLElement.ariaPressed" - } - }, - "63483": { - "id": 63483, - "name": "ariaReadOnly", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaReadOnly)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78417, - "name": "HTMLElement.ariaReadOnly" - } - }, - "63484": { - "id": 63484, - "name": "ariaRelevant", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRelevant)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78418, - "name": "HTMLElement.ariaRelevant" - } - }, - "63485": { - "id": 63485, - "name": "ariaRequired", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRequired)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78419, - "name": "HTMLElement.ariaRequired" - } - }, - "63486": { - "id": 63486, - "name": "ariaRoleDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRoleDescription)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78420, - "name": "HTMLElement.ariaRoleDescription" - } - }, - "63487": { - "id": 63487, - "name": "ariaRowCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowCount)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78421, - "name": "HTMLElement.ariaRowCount" - } - }, - "63488": { - "id": 63488, - "name": "ariaRowIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowIndex)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78422, - "name": "HTMLElement.ariaRowIndex" - } - }, - "63489": { - "id": 63489, - "name": "ariaRowIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowIndexText)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78423, - "name": "HTMLElement.ariaRowIndexText" - } - }, - "63490": { - "id": 63490, - "name": "ariaRowSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowSpan)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78424, - "name": "HTMLElement.ariaRowSpan" - } - }, - "63491": { - "id": 63491, - "name": "ariaSelected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaSelected)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78425, - "name": "HTMLElement.ariaSelected" - } - }, - "63492": { - "id": 63492, - "name": "ariaSetSize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaSetSize)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78426, - "name": "HTMLElement.ariaSetSize" - } - }, - "63493": { - "id": 63493, - "name": "ariaSort", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaSort)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78427, - "name": "HTMLElement.ariaSort" - } - }, - "63494": { - "id": 63494, - "name": "ariaValueMax", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueMax)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78428, - "name": "HTMLElement.ariaValueMax" - } - }, - "63495": { - "id": 63495, - "name": "ariaValueMin", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueMin)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78429, - "name": "HTMLElement.ariaValueMin" - } - }, - "63496": { - "id": 63496, - "name": "ariaValueNow", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueNow)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78430, - "name": "HTMLElement.ariaValueNow" - } - }, - "63497": { - "id": 63497, - "name": "ariaValueText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueText)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78431, - "name": "HTMLElement.ariaValueText" - } - }, - "63498": { - "id": 63498, - "name": "assignedSlot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/assignedSlot)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 114160, - "name": "HTMLSlotElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78432, - "name": "HTMLElement.assignedSlot" - } - }, - "63499": { - "id": 63499, - "name": "attributeStyleMap", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/attributeStyleMap)" - } - ] - }, - "type": { - "type": "reference", - "target": 205753, - "name": "StylePropertyMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78433, - "name": "HTMLElement.attributeStyleMap" - } - }, - "63500": { - "id": 63500, - "name": "attributes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/attributes)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NamedNodeMap" - }, - "name": "NamedNodeMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78434, - "name": "HTMLElement.attributes" - } - }, - "63501": { - "id": 63501, - "name": "autocapitalize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/autocapitalize)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78435, - "name": "HTMLElement.autocapitalize" - } - }, - "63502": { - "id": 63502, - "name": "autofocus", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/autofocus)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78436, - "name": "HTMLElement.autofocus" - } - }, - "63503": { - "id": 63503, - "name": "baseURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's node document's document base URL.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/baseURI)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78437, - "name": "HTMLElement.baseURI" - } - }, - "63504": { - "id": 63504, - "name": "charset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves the character set used to encode the object." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "63505": { - "id": 63505, - "name": "childElementCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/childElementCount)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78438, - "name": "HTMLElement.childElementCount" - } - }, - "63506": { - "id": 63506, - "name": "childNodes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the children.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/childNodes)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78439, - "name": "HTMLElement.childNodes" - } - }, - "63507": { - "id": 63507, - "name": "children", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the child elements.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/children)" - } - ] - }, - "type": { - "type": "reference", - "target": 71580, - "name": "HTMLCollection", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78440, - "name": "HTMLElement.children" - } - }, - "63508": { - "id": 63508, - "name": "className", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the value of element's class content attribute. Can be set to change it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/className)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78441, - "name": "HTMLElement.className" - } - }, - "63509": { - "id": 63509, - "name": "clientHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientHeight)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78442, - "name": "HTMLElement.clientHeight" - } - }, - "63510": { - "id": 63510, - "name": "clientLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientLeft)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78443, - "name": "HTMLElement.clientLeft" - } - }, - "63511": { - "id": 63511, - "name": "clientTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientTop)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78444, - "name": "HTMLElement.clientTop" - } - }, - "63512": { - "id": 63512, - "name": "clientWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientWidth)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78445, - "name": "HTMLElement.clientWidth" - } - }, - "63513": { - "id": 63513, - "name": "contentEditable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/contentEditable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78446, - "name": "HTMLElement.contentEditable" - } - }, - "63514": { - "id": 63514, - "name": "coords", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves the coordinates of the object." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "63515": { - "id": 63515, - "name": "currentCSSZoom", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/currentCSSZoom)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78447, - "name": "HTMLElement.currentCSSZoom" - } - }, - "63516": { - "id": 63516, - "name": "dataset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dataset)" - } - ] - }, - "type": { - "type": "reference", - "target": 60124, - "name": "DOMStringMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78448, - "name": "HTMLElement.dataset" - } - }, - "63517": { - "id": 63517, - "name": "dir", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dir)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78449, - "name": "HTMLElement.dir" - } - }, - "63518": { - "id": 63518, - "name": "download", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/download)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "63519": { - "id": 63519, - "name": "draggable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/draggable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78450, - "name": "HTMLElement.draggable" - } - }, - "63520": { - "id": 63520, - "name": "enterKeyHint", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/enterKeyHint)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78451, - "name": "HTMLElement.enterKeyHint" - } - }, - "63521": { - "id": 63521, - "name": "firstChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/firstChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78452, - "name": "HTMLElement.firstChild" - } - }, - "63522": { - "id": 63522, - "name": "firstElementChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/firstElementChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78453, - "name": "HTMLElement.firstElementChild" - } - }, - "63523": { - "id": 63523, - "name": "hash", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the hyperlink's URL's fragment (includes leading \"#\" if non-empty).\n\nCan be set, to change the URL's fragment (ignores leading \"#\").\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/hash)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 88549, - "name": "HTMLHyperlinkElementUtils.hash" - } - }, - "63524": { - "id": 63524, - "name": "hidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/hidden)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78454, - "name": "HTMLElement.hidden" - } - }, - "63525": { - "id": 63525, - "name": "host", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the hyperlink's URL's host and port (if different from the default port for the scheme).\n\nCan be set, to change the URL's host and port.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/host)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 88550, - "name": "HTMLHyperlinkElementUtils.host" - } - }, - "63526": { - "id": 63526, - "name": "hostname", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the hyperlink's URL's host.\n\nCan be set, to change the URL's host.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/hostname)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 88551, - "name": "HTMLHyperlinkElementUtils.hostname" - } - }, - "63527": { - "id": 63527, - "name": "href", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the hyperlink's URL.\n\nCan be set, to change the URL.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/href)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 88552, - "name": "HTMLHyperlinkElementUtils.href" - } - }, - "63528": { - "id": 63528, - "name": "hreflang", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves the language code of the object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/hreflang)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "63529": { - "id": 63529, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the value of element's id content attribute. Can be set to change it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/id)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78455, - "name": "HTMLElement.id" - } - }, - "63530": { - "id": 63530, - "name": "inert", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/inert)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78456, - "name": "HTMLElement.inert" - } - }, - "63531": { - "id": 63531, - "name": "innerHTML", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/innerHTML)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78457, - "name": "HTMLElement.innerHTML" - } - }, - "63532": { - "id": 63532, - "name": "innerText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/innerText)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78458, - "name": "HTMLElement.innerText" - } - }, - "63533": { - "id": 63533, - "name": "inputMode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/inputMode)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78459, - "name": "HTMLElement.inputMode" - } - }, - "63534": { - "id": 63534, - "name": "isConnected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if node is connected and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isConnected)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78460, - "name": "HTMLElement.isConnected" - } - }, - "63535": { - "id": 63535, - "name": "isContentEditable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/isContentEditable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78461, - "name": "HTMLElement.isContentEditable" - } - }, - "63536": { - "id": 63536, - "name": "lang", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/lang)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78462, - "name": "HTMLElement.lang" - } - }, - "63537": { - "id": 63537, - "name": "lastChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lastChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78463, - "name": "HTMLElement.lastChild" - } - }, - "63538": { - "id": 63538, - "name": "lastElementChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/lastElementChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78464, - "name": "HTMLElement.lastElementChild" - } - }, - "63539": { - "id": 63539, - "name": "localName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the local name.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/localName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78465, - "name": "HTMLElement.localName" - } - }, - "63540": { - "id": 63540, - "name": "name", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves the shape of the object." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "63541": { - "id": 63541, - "name": "namespaceURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the namespace.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/namespaceURI)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78466, - "name": "HTMLElement.namespaceURI" - } - }, - "63542": { - "id": 63542, - "name": "nextElementSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first following sibling that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/nextElementSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78467, - "name": "HTMLElement.nextElementSibling" - } - }, - "63543": { - "id": 63543, - "name": "nextSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the next sibling.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nextSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78468, - "name": "HTMLElement.nextSibling" - } - }, - "63544": { - "id": 63544, - "name": "nodeName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a string appropriate for the type of node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78469, - "name": "HTMLElement.nodeName" - } - }, - "63545": { - "id": 63545, - "name": "nodeType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeType)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78470, - "name": "HTMLElement.nodeType" - } - }, - "63546": { - "id": 63546, - "name": "nodeValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeValue)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78471, - "name": "HTMLElement.nodeValue" - } - }, - "63547": { - "id": 63547, - "name": "nonce", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/nonce)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78472, - "name": "HTMLElement.nonce" - } - }, - "63548": { - "id": 63548, - "name": "offsetHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetHeight)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78473, - "name": "HTMLElement.offsetHeight" - } - }, - "63549": { - "id": 63549, - "name": "offsetLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetLeft)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78474, - "name": "HTMLElement.offsetLeft" - } - }, - "63550": { - "id": 63550, - "name": "offsetParent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetParent)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78475, - "name": "HTMLElement.offsetParent" - } - }, - "63551": { - "id": 63551, - "name": "offsetTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetTop)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78476, - "name": "HTMLElement.offsetTop" - } - }, - "63552": { - "id": 63552, - "name": "offsetWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetWidth)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78477, - "name": "HTMLElement.offsetWidth" - } - }, - "63553": { - "id": 63553, - "name": "onabort", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user aborts the download." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/abort_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63554, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63555, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63556, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63557, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206438, - "name": "UIEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78478, - "name": "HTMLElement.onabort" - } - }, - "63558": { - "id": 63558, - "name": "onanimationcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationcancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63559, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63560, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63561, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63562, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78483, - "name": "HTMLElement.onanimationcancel" - } - }, - "63563": { - "id": 63563, - "name": "onanimationend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationend_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63564, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63565, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63566, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63567, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78488, - "name": "HTMLElement.onanimationend" - } - }, - "63568": { - "id": 63568, - "name": "onanimationiteration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationiteration_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63569, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63570, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63571, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63572, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78493, - "name": "HTMLElement.onanimationiteration" - } - }, - "63573": { - "id": 63573, - "name": "onanimationstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationstart_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63574, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63575, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63576, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63577, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78498, - "name": "HTMLElement.onanimationstart" - } - }, - "63578": { - "id": 63578, - "name": "onauxclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/auxclick_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63579, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63580, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63581, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63582, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78503, - "name": "HTMLElement.onauxclick" - } - }, - "63583": { - "id": 63583, - "name": "onbeforeinput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/beforeinput_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63584, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63585, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63586, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63587, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132341, - "name": "InputEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78508, - "name": "HTMLElement.onbeforeinput" - } - }, - "63588": { - "id": 63588, - "name": "onbeforetoggle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/beforetoggle_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63589, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63590, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63591, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63592, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78513, - "name": "HTMLElement.onbeforetoggle" - } - }, - "63593": { - "id": 63593, - "name": "onblur", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the object loses the input focus." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The focus event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/blur_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63594, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63595, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63596, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63597, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62585, - "name": "FocusEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78518, - "name": "HTMLElement.onblur" - } - }, - "63598": { - "id": 63598, - "name": "oncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDialogElement/cancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63599, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63600, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63601, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63602, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78523, - "name": "HTMLElement.oncancel" - } - }, - "63603": { - "id": 63603, - "name": "oncanplay", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when playback is possible, but would require further buffering." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/canplay_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63604, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63605, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63606, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63607, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78528, - "name": "HTMLElement.oncanplay" - } - }, - "63608": { - "id": 63608, - "name": "oncanplaythrough", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/canplaythrough_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63609, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63610, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63611, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63612, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78533, - "name": "HTMLElement.oncanplaythrough" - } - }, - "63613": { - "id": 63613, - "name": "onchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the contents of the object or selection have changed." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/change_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63614, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63615, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63616, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63617, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78538, - "name": "HTMLElement.onchange" - } - }, - "63618": { - "id": 63618, - "name": "onclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user clicks the left mouse button on the object" - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/click_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63619, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63620, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63621, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63622, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78543, - "name": "HTMLElement.onclick" - } - }, - "63623": { - "id": 63623, - "name": "onclose", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDialogElement/close_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63624, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63625, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63626, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63627, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78548, - "name": "HTMLElement.onclose" - } - }, - "63628": { - "id": 63628, - "name": "oncontextlost", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/contextlost_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63629, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63630, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63631, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63632, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78553, - "name": "HTMLElement.oncontextlost" - } - }, - "63633": { - "id": 63633, - "name": "oncontextmenu", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user clicks the right mouse button in the client area, opening the context menu." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/contextmenu_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63634, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63635, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63636, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63637, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78558, - "name": "HTMLElement.oncontextmenu" - } - }, - "63638": { - "id": 63638, - "name": "oncontextrestored", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/contextrestored_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63639, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63640, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63641, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63642, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78563, - "name": "HTMLElement.oncontextrestored" - } - }, - "63643": { - "id": 63643, - "name": "oncopy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/copy_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63644, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63645, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63646, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63647, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 59344, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78568, - "name": "HTMLElement.oncopy" - } - }, - "63648": { - "id": 63648, - "name": "oncuechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/cuechange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63649, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63650, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63651, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63652, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78573, - "name": "HTMLElement.oncuechange" - } - }, - "63653": { - "id": 63653, - "name": "oncut", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/cut_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63654, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63655, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63656, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63657, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 59344, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78578, - "name": "HTMLElement.oncut" - } - }, - "63658": { - "id": 63658, - "name": "ondblclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user double-clicks the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/dblclick_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63659, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63660, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63661, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63662, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78583, - "name": "HTMLElement.ondblclick" - } - }, - "63663": { - "id": 63663, - "name": "ondrag", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the source object continuously during a drag operation." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/drag_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63664, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63665, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63666, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63667, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78588, - "name": "HTMLElement.ondrag" - } - }, - "63668": { - "id": 63668, - "name": "ondragend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the source object when the user releases the mouse at the close of a drag operation." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragend_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63669, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63670, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63671, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63672, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78593, - "name": "HTMLElement.ondragend" - } - }, - "63673": { - "id": 63673, - "name": "ondragenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the target element when the user drags the object to a valid drop target." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The drag event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragenter_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63674, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63675, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63676, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63677, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78598, - "name": "HTMLElement.ondragenter" - } - }, - "63678": { - "id": 63678, - "name": "ondragleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The drag event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragleave_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63679, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63680, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63681, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63682, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78603, - "name": "HTMLElement.ondragleave" - } - }, - "63683": { - "id": 63683, - "name": "ondragover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the target element continuously while the user drags the object over a valid drop target." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragover_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63684, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63685, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63686, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63687, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78608, - "name": "HTMLElement.ondragover" - } - }, - "63688": { - "id": 63688, - "name": "ondragstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the source object when the user starts to drag a text selection or selected object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragstart_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63689, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63690, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63691, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63692, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78613, - "name": "HTMLElement.ondragstart" - } - }, - "63693": { - "id": 63693, - "name": "ondrop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/drop_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63694, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63695, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63696, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63697, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78618, - "name": "HTMLElement.ondrop" - } - }, - "63698": { - "id": 63698, - "name": "ondurationchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the duration attribute is updated." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/durationchange_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63699, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63700, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63701, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63702, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78623, - "name": "HTMLElement.ondurationchange" - } - }, - "63703": { - "id": 63703, - "name": "onemptied", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the media element is reset to its initial state." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/emptied_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63704, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63705, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63706, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63707, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78628, - "name": "HTMLElement.onemptied" - } - }, - "63708": { - "id": 63708, - "name": "onended", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the end of playback is reached." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/ended_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63709, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63710, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63711, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63712, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78633, - "name": "HTMLElement.onended" - } - }, - "63713": { - "id": 63713, - "name": "onerror", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when an error occurs during object loading." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/error_event)" - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 212587, - "name": "OnErrorEventHandler", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78638, - "name": "HTMLElement.onerror" - } - }, - "63714": { - "id": 63714, - "name": "onfocus", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the object receives focus." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/focus_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63715, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63716, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63717, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63718, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62585, - "name": "FocusEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78639, - "name": "HTMLElement.onfocus" - } - }, - "63719": { - "id": 63719, - "name": "onformdata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/formdata_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63720, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63721, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63722, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63723, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62701, - "name": "FormDataEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78644, - "name": "HTMLElement.onformdata" - } - }, - "63724": { - "id": 63724, - "name": "onfullscreenchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/fullscreenchange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63725, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63726, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63727, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - }, - { - "id": 63728, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78649, - "name": "HTMLElement.onfullscreenchange" - } - }, - "63729": { - "id": 63729, - "name": "onfullscreenerror", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/fullscreenerror_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63730, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63731, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63732, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - }, - { - "id": 63733, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78654, - "name": "HTMLElement.onfullscreenerror" - } - }, - "63734": { - "id": 63734, - "name": "ongotpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/gotpointercapture_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63735, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63736, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63737, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63738, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78659, - "name": "HTMLElement.ongotpointercapture" - } - }, - "63739": { - "id": 63739, - "name": "oninput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/input_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63740, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63741, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63742, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63743, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78664, - "name": "HTMLElement.oninput" - } - }, - "63744": { - "id": 63744, - "name": "oninvalid", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/invalid_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63745, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63746, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63747, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63748, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78669, - "name": "HTMLElement.oninvalid" - } - }, - "63749": { - "id": 63749, - "name": "onkeydown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user presses a key." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The keyboard event\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/keydown_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63750, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63751, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63752, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63753, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132447, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78674, - "name": "HTMLElement.onkeydown" - } - }, - "63754": { - "id": 63754, - "name": "onkeypress", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user presses an alphanumeric key." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event." - } - ] - }, - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/keypress_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63755, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63756, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63757, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63758, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132447, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78679, - "name": "HTMLElement.onkeypress" - } - }, - "63759": { - "id": 63759, - "name": "onkeyup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user releases a key." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The keyboard event\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/keyup_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63760, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63761, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63762, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63763, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132447, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78684, - "name": "HTMLElement.onkeyup" - } - }, - "63764": { - "id": 63764, - "name": "onload", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires immediately after the browser loads the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGElement/load_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63765, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63766, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63767, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63768, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78689, - "name": "HTMLElement.onload" - } - }, - "63769": { - "id": 63769, - "name": "onloadeddata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when media data is loaded at the current playback position." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadeddata_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63770, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63771, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63772, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63773, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78694, - "name": "HTMLElement.onloadeddata" - } - }, - "63774": { - "id": 63774, - "name": "onloadedmetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the duration and dimensions of the media have been determined." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadedmetadata_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63775, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63776, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63777, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63778, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78699, - "name": "HTMLElement.onloadedmetadata" - } - }, - "63779": { - "id": 63779, - "name": "onloadstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when Internet Explorer begins looking for media data." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadstart_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63780, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63781, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63782, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63783, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78704, - "name": "HTMLElement.onloadstart" - } - }, - "63784": { - "id": 63784, - "name": "onlostpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/lostpointercapture_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63785, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63786, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63787, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63788, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78709, - "name": "HTMLElement.onlostpointercapture" - } - }, - "63789": { - "id": 63789, - "name": "onmousedown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user clicks the object with either mouse button." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mousedown_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63790, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63791, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63792, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63793, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78714, - "name": "HTMLElement.onmousedown" - } - }, - "63794": { - "id": 63794, - "name": "onmouseenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseenter_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63795, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63796, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63797, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63798, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78719, - "name": "HTMLElement.onmouseenter" - } - }, - "63799": { - "id": 63799, - "name": "onmouseleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseleave_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63800, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63801, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63802, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63803, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78724, - "name": "HTMLElement.onmouseleave" - } - }, - "63804": { - "id": 63804, - "name": "onmousemove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user moves the mouse over the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mousemove_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63805, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63806, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63807, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63808, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78729, - "name": "HTMLElement.onmousemove" - } - }, - "63809": { - "id": 63809, - "name": "onmouseout", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user moves the mouse pointer outside the boundaries of the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseout_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63810, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63811, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63812, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63813, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78734, - "name": "HTMLElement.onmouseout" - } - }, - "63814": { - "id": 63814, - "name": "onmouseover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user moves the mouse pointer into the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseover_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63815, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63816, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63817, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63818, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78739, - "name": "HTMLElement.onmouseover" - } - }, - "63819": { - "id": 63819, - "name": "onmouseup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user releases a mouse button while the mouse is over the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseup_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63820, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63821, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63822, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63823, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78744, - "name": "HTMLElement.onmouseup" - } - }, - "63824": { - "id": 63824, - "name": "onpaste", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/paste_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63825, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63826, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63827, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63828, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 59344, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78749, - "name": "HTMLElement.onpaste" - } - }, - "63829": { - "id": 63829, - "name": "onpause", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when playback is paused." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/pause_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63830, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63831, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63832, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63833, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78754, - "name": "HTMLElement.onpause" - } - }, - "63834": { - "id": 63834, - "name": "onplay", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the play method is requested." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/play_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63835, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63836, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63837, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63838, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78759, - "name": "HTMLElement.onplay" - } - }, - "63839": { - "id": 63839, - "name": "onplaying", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the audio or video has started playing." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/playing_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63840, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63841, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63842, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63843, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78764, - "name": "HTMLElement.onplaying" - } - }, - "63844": { - "id": 63844, - "name": "onpointercancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointercancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63845, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63846, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63847, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63848, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78769, - "name": "HTMLElement.onpointercancel" - } - }, - "63849": { - "id": 63849, - "name": "onpointerdown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerdown_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63850, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63851, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63852, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63853, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78774, - "name": "HTMLElement.onpointerdown" - } - }, - "63854": { - "id": 63854, - "name": "onpointerenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerenter_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63855, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63856, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63857, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63858, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78779, - "name": "HTMLElement.onpointerenter" - } - }, - "63859": { - "id": 63859, - "name": "onpointerleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerleave_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63860, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63861, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63862, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63863, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78784, - "name": "HTMLElement.onpointerleave" - } - }, - "63864": { - "id": 63864, - "name": "onpointermove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointermove_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63865, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63866, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63867, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63868, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78789, - "name": "HTMLElement.onpointermove" - } - }, - "63869": { - "id": 63869, - "name": "onpointerout", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerout_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63870, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63871, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63872, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63873, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78794, - "name": "HTMLElement.onpointerout" - } - }, - "63874": { - "id": 63874, - "name": "onpointerover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerover_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63875, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63876, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63877, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63878, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78799, - "name": "HTMLElement.onpointerover" - } - }, - "63879": { - "id": 63879, - "name": "onpointerup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerup_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63880, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63881, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63882, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63883, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78804, - "name": "HTMLElement.onpointerup" - } - }, - "63884": { - "id": 63884, - "name": "onprogress", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs to indicate progress while downloading media data." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/progress_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63885, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63886, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63887, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63888, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 136178, - "typeArguments": [ - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ], - "name": "ProgressEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78809, - "name": "HTMLElement.onprogress" - } - }, - "63889": { - "id": 63889, - "name": "onratechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the playback rate is increased or decreased." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/ratechange_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63890, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63891, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63892, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63893, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78814, - "name": "HTMLElement.onratechange" - } - }, - "63894": { - "id": 63894, - "name": "onreset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user resets a form." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/reset_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63895, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63896, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63897, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63898, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78819, - "name": "HTMLElement.onreset" - } - }, - "63899": { - "id": 63899, - "name": "onresize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLVideoElement/resize_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63900, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63901, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63902, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63903, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206438, - "name": "UIEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78824, - "name": "HTMLElement.onresize" - } - }, - "63904": { - "id": 63904, - "name": "onscroll", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user repositions the scroll box in the scroll bar on the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/scroll_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63905, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63906, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63907, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63908, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78829, - "name": "HTMLElement.onscroll" - } - }, - "63909": { - "id": 63909, - "name": "onscrollend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/scrollend_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63910, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63911, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63912, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63913, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78834, - "name": "HTMLElement.onscrollend" - } - }, - "63914": { - "id": 63914, - "name": "onsecuritypolicyviolation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/securitypolicyviolation_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63915, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63916, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63917, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63918, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 204976, - "name": "SecurityPolicyViolationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78839, - "name": "HTMLElement.onsecuritypolicyviolation" - } - }, - "63919": { - "id": 63919, - "name": "onseeked", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the seek operation ends." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/seeked_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63920, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63921, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63922, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63923, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78844, - "name": "HTMLElement.onseeked" - } - }, - "63924": { - "id": 63924, - "name": "onseeking", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the current playback position is moved." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/seeking_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63925, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63926, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63927, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63928, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78849, - "name": "HTMLElement.onseeking" - } - }, - "63929": { - "id": 63929, - "name": "onselect", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the current selection changes." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/select_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63930, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63931, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63932, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63933, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78854, - "name": "HTMLElement.onselect" - } - }, - "63934": { - "id": 63934, - "name": "onselectionchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/selectionchange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63935, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63936, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63937, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63938, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78859, - "name": "HTMLElement.onselectionchange" - } - }, - "63939": { - "id": 63939, - "name": "onselectstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/selectstart_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63940, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63941, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63942, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63943, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78864, - "name": "HTMLElement.onselectstart" - } - }, - "63944": { - "id": 63944, - "name": "onslotchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSlotElement/slotchange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63945, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63946, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63947, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63948, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78869, - "name": "HTMLElement.onslotchange" - } - }, - "63949": { - "id": 63949, - "name": "onstalled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the download has stopped." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/stalled_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63950, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63951, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63952, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63953, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78874, - "name": "HTMLElement.onstalled" - } - }, - "63954": { - "id": 63954, - "name": "onsubmit", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/submit_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63955, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63956, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63957, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63958, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 205818, - "name": "SubmitEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78879, - "name": "HTMLElement.onsubmit" - } - }, - "63959": { - "id": 63959, - "name": "onsuspend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs if the load operation has been intentionally halted." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/suspend_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63960, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63961, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63962, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63963, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78884, - "name": "HTMLElement.onsuspend" - } - }, - "63964": { - "id": 63964, - "name": "ontimeupdate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs to indicate the current playback position." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/timeupdate_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63965, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63966, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63967, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63968, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78889, - "name": "HTMLElement.ontimeupdate" - } - }, - "63969": { - "id": 63969, - "name": "ontoggle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/toggle_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63970, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63971, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63972, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63973, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78894, - "name": "HTMLElement.ontoggle" - } - }, - "63974": { - "id": 63974, - "name": "ontouchcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchcancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63975, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63976, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63977, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63978, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78899, - "name": "HTMLElement.ontouchcancel" - } - }, - "63979": { - "id": 63979, - "name": "ontouchend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchend_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63980, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63981, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63982, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63983, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78904, - "name": "HTMLElement.ontouchend" - } - }, - "63984": { - "id": 63984, - "name": "ontouchmove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchmove_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63985, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63986, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63987, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63988, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78909, - "name": "HTMLElement.ontouchmove" - } - }, - "63989": { - "id": 63989, - "name": "ontouchstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchstart_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63990, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63991, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63992, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63993, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78914, - "name": "HTMLElement.ontouchstart" - } - }, - "63994": { - "id": 63994, - "name": "ontransitioncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitioncancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 63995, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 63996, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 63997, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 63998, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78919, - "name": "HTMLElement.ontransitioncancel" - } - }, - "63999": { - "id": 63999, - "name": "ontransitionend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitionend_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64000, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64001, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64002, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64003, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78924, - "name": "HTMLElement.ontransitionend" - } - }, - "64004": { - "id": 64004, - "name": "ontransitionrun", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitionrun_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64005, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64006, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64007, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64008, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78929, - "name": "HTMLElement.ontransitionrun" - } - }, - "64009": { - "id": 64009, - "name": "ontransitionstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitionstart_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64010, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64011, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64012, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64013, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78934, - "name": "HTMLElement.ontransitionstart" - } - }, - "64014": { - "id": 64014, - "name": "onvolumechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the volume is changed, or playback is muted or unmuted." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/volumechange_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64015, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64016, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64017, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64018, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78939, - "name": "HTMLElement.onvolumechange" - } - }, - "64019": { - "id": 64019, - "name": "onwaiting", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when playback stops because the next frame of a video resource is not available." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/waiting_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64020, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64021, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64022, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64023, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78944, - "name": "HTMLElement.onwaiting" - } - }, - "64024": { - "id": 64024, - "name": "onwebkitanimationend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`onanimationend`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationend_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64025, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64026, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64027, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64028, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78949, - "name": "HTMLElement.onwebkitanimationend" - } - }, - "64029": { - "id": 64029, - "name": "onwebkitanimationiteration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`onanimationiteration`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationiteration_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64030, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64031, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64032, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64033, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78954, - "name": "HTMLElement.onwebkitanimationiteration" - } - }, - "64034": { - "id": 64034, - "name": "onwebkitanimationstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`onanimationstart`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationstart_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64035, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64036, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64037, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64038, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78959, - "name": "HTMLElement.onwebkitanimationstart" - } - }, - "64039": { - "id": 64039, - "name": "onwebkittransitionend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`ontransitionend`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitionend_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64040, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64041, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64042, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64043, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78964, - "name": "HTMLElement.onwebkittransitionend" - } - }, - "64044": { - "id": 64044, - "name": "onwheel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/wheel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64045, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64046, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64047, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64048, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 209942, - "name": "WheelEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78969, - "name": "HTMLElement.onwheel" - } - }, - "64049": { - "id": 64049, - "name": "origin", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the hyperlink's URL's origin.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/origin)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 88553, - "name": "HTMLHyperlinkElementUtils.origin" - } - }, - "64050": { - "id": 64050, - "name": "outerHTML", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/outerHTML)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78974, - "name": "HTMLElement.outerHTML" - } - }, - "64051": { - "id": 64051, - "name": "outerText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/outerText)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78975, - "name": "HTMLElement.outerText" - } - }, - "64052": { - "id": 64052, - "name": "ownerDocument", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the node document. Returns null for documents.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/ownerDocument)" - } - ] - }, - "type": { - "type": "reference", - "target": 60250, - "name": "Document", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78976, - "name": "HTMLElement.ownerDocument" - } - }, - "64053": { - "id": 64053, - "name": "parentElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentElement)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78977, - "name": "HTMLElement.parentElement" - } - }, - "64054": { - "id": 64054, - "name": "parentNode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentNode)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 135318, - "name": "ParentNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78978, - "name": "HTMLElement.parentNode" - } - }, - "64055": { - "id": 64055, - "name": "password", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the hyperlink's URL's password.\n\nCan be set, to change the URL's password.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/password)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 88554, - "name": "HTMLHyperlinkElementUtils.password" - } - }, - "64056": { - "id": 64056, - "name": "pathname", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the hyperlink's URL's path.\n\nCan be set, to change the URL's path.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/pathname)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 88555, - "name": "HTMLHyperlinkElementUtils.pathname" - } - }, - "64057": { - "id": 64057, - "name": "ping", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/ping)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64058": { - "id": 64058, - "name": "popover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/popover)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78979, - "name": "HTMLElement.popover" - } - }, - "64059": { - "id": 64059, - "name": "port", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the hyperlink's URL's port.\n\nCan be set, to change the URL's port.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/port)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 88556, - "name": "HTMLHyperlinkElementUtils.port" - } - }, - "64060": { - "id": 64060, - "name": "prefix", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the namespace prefix.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/prefix)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78980, - "name": "HTMLElement.prefix" - } - }, - "64061": { - "id": 64061, - "name": "previousElementSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first preceding sibling that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/previousElementSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78981, - "name": "HTMLElement.previousElementSibling" - } - }, - "64062": { - "id": 64062, - "name": "previousSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the previous sibling.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/previousSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78982, - "name": "HTMLElement.previousSibling" - } - }, - "64063": { - "id": 64063, - "name": "protocol", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the hyperlink's URL's scheme.\n\nCan be set, to change the URL's scheme.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/protocol)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 88557, - "name": "HTMLHyperlinkElementUtils.protocol" - } - }, - "64064": { - "id": 64064, - "name": "referrerPolicy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/referrerPolicy)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64065": { - "id": 64065, - "name": "rel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves the relationship between the object and the destination of the link.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/rel)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64066": { - "id": 64066, - "name": "rev", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves the relationship between the object and the destination of the link." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64067": { - "id": 64067, - "name": "role", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78983, - "name": "HTMLElement.role" - } - }, - "64068": { - "id": 64068, - "name": "scrollHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollHeight)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78984, - "name": "HTMLElement.scrollHeight" - } - }, - "64069": { - "id": 64069, - "name": "scrollLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollLeft)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78985, - "name": "HTMLElement.scrollLeft" - } - }, - "64070": { - "id": 64070, - "name": "scrollTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollTop)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78986, - "name": "HTMLElement.scrollTop" - } - }, - "64071": { - "id": 64071, - "name": "scrollWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollWidth)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78987, - "name": "HTMLElement.scrollWidth" - } - }, - "64072": { - "id": 64072, - "name": "search", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the hyperlink's URL's query (includes leading \"?\" if non-empty).\n\nCan be set, to change the URL's query (ignores leading \"?\").\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/search)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 88558, - "name": "HTMLHyperlinkElementUtils.search" - } - }, - "64073": { - "id": 64073, - "name": "shadowRoot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns element's shadow root, if any, and if shadow root's mode is \"open\", and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/shadowRoot)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 205149, - "name": "ShadowRoot", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78988, - "name": "HTMLElement.shadowRoot" - } - }, - "64074": { - "id": 64074, - "name": "shape", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves the shape of the object." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64075": { - "id": 64075, - "name": "slot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the value of element's slot content attribute. Can be set to change it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/slot)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78989, - "name": "HTMLElement.slot" - } - }, - "64076": { - "id": 64076, - "name": "spellcheck", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/spellcheck)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78990, - "name": "HTMLElement.spellcheck" - } - }, - "64077": { - "id": 64077, - "name": "tabIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/tabIndex)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78991, - "name": "HTMLElement.tabIndex" - } - }, - "64078": { - "id": 64078, - "name": "tagName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the HTML-uppercased qualified name.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/tagName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78992, - "name": "HTMLElement.tagName" - } - }, - "64079": { - "id": 64079, - "name": "target", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves the window or frame at which to target content.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/target)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64080": { - "id": 64080, - "name": "text", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Retrieves or sets the text of the object as a string.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/text)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64081": { - "id": 64081, - "name": "textContent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/textContent)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78993, - "name": "HTMLElement.textContent" - } - }, - "64082": { - "id": 64082, - "name": "title", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/title)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78994, - "name": "HTMLElement.title" - } - }, - "64083": { - "id": 64083, - "name": "translate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/translate)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78995, - "name": "HTMLElement.translate" - } - }, - "64084": { - "id": 64084, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/type)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64085": { - "id": 64085, - "name": "username", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the hyperlink's URL's username.\n\nCan be set, to change the URL's username.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/username)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 88559, - "name": "HTMLHyperlinkElementUtils.username" - } - }, - "64086": { - "id": 64086, - "name": "writingSuggestions", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/writingSuggestions)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78996, - "name": "HTMLElement.writingSuggestions" - } - }, - "64087": { - "id": 64087, - "name": "classList", - "variant": "declaration", - "kind": 262144, - "flags": { - "isExternal": true - }, - "getSignature": { - "id": 64088, - "name": "classList", - "variant": "signature", - "kind": 524288, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Allows for manipulation of element's class content attribute as a set of whitespace-separated tokens through a DOMTokenList object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/classList)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.classList" - } - }, - "setSignature": { - "id": 64089, - "name": "classList", - "variant": "signature", - "kind": 1048576, - "flags": { - "isExternal": true - }, - "parameters": [ - 64090 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.classList" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 78997, - "name": "HTMLElement.classList" - } - }, - "64091": { - "id": 64091, - "name": "part", - "variant": "declaration", - "kind": 262144, - "flags": { - "isExternal": true - }, - "getSignature": { - "id": 64092, - "name": "part", - "variant": "signature", - "kind": 524288, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/part)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.part" - } - }, - "setSignature": { - "id": 64093, - "name": "part", - "variant": "signature", - "kind": 1048576, - "flags": { - "isExternal": true - }, - "parameters": [ - 64094 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.part" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 79001, - "name": "HTMLElement.part" - } - }, - "64095": { - "id": 64095, - "name": "relList", - "variant": "declaration", - "kind": 262144, - "flags": { - "isExternal": true - }, - "getSignature": { - "id": 64096, - "name": "relList", - "variant": "signature", - "kind": 524288, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/relList)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - } - }, - "setSignature": { - "id": 64097, - "name": "relList", - "variant": "signature", - "kind": 1048576, - "flags": { - "isExternal": true - }, - "parameters": [ - 64098 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - } - }, - "64099": { - "id": 64099, - "name": "style", - "variant": "declaration", - "kind": 262144, - "flags": { - "isExternal": true - }, - "getSignature": { - "id": 64100, - "name": "style", - "variant": "signature", - "kind": 524288, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/style)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "CSSStyleDeclaration" - }, - "name": "CSSStyleDeclaration", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.style" - } - }, - "setSignature": { - "id": 64101, - "name": "style", - "variant": "signature", - "kind": 1048576, - "flags": { - "isExternal": true - }, - "parameters": [ - 64102 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.style" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 79005, - "name": "HTMLElement.style" - } - }, - "64103": { - "id": 64103, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64104, - 64113 - ], - "overwrites": { - "type": "reference", - "target": 79009, - "name": "HTMLElement.addEventListener" - } - }, - "64104": { - "id": 64104, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Appends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched.\n\nThe options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options's capture.\n\nWhen set to true, options's capture prevents callback from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event's eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event's eventPhase attribute value is AT_TARGET.\n\nWhen set to true, options's passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners.\n\nWhen set to true, options's once indicates that the callback will only be invoked once after which the event listener will be removed.\n\nIf an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted.\n\nThe event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/addEventListener)" - } - ] - }, - "typeParameter": [ - 64105 - ], - "parameters": [ - 64106, - 64107, - 64112 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 79010, - "name": "HTMLElement.addEventListener" - } - }, - "64105": { - "id": 64105, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 79364, - "name": "HTMLElementEventMap", - "package": "typescript" - } - } - }, - "64106": { - "id": 64106, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 64105, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "64107": { - "id": 64107, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 64108, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 64109 - ] - } - } - }, - "64112": { - "id": 64112, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 57635, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "64113": { - "id": 64113, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 64114, - 64115, - 64116 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 79019, - "name": "HTMLElement.addEventListener" - } - }, - "64114": { - "id": 64114, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64115": { - "id": 64115, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "64116": { - "id": 64116, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 57635, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "64117": { - "id": 64117, - "name": "after", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64118 - ], - "inheritedFrom": { - "type": "reference", - "target": 79023, - "name": "HTMLElement.after" - } - }, - "64118": { - "id": 64118, - "name": "after", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes just after node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/after)" - } - ] - }, - "parameters": [ - 64119 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79024, - "name": "HTMLElement.after" - } - }, - "64119": { - "id": 64119, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "64120": { - "id": 64120, - "name": "animate", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64121 - ], - "inheritedFrom": { - "type": "reference", - "target": 79026, - "name": "HTMLElement.animate" - } - }, - "64121": { - "id": 64121, - "name": "animate", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animate)" - } - ] - }, - "parameters": [ - 64122, - 64123 - ], - "type": { - "type": "reference", - "target": 57672, - "name": "Animation", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79027, - "name": "HTMLElement.animate" - } - }, - "64122": { - "id": 64122, - "name": "keyframes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "array", - "elementType": { - "type": "reference", - "target": 132546, - "name": "Keyframe", - "package": "typescript" - } - }, - { - "type": "reference", - "target": 136273, - "name": "PropertyIndexedKeyframes", - "package": "typescript" - } - ] - } - }, - "64123": { - "id": 64123, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": 132552, - "name": "KeyframeAnimationOptions", - "package": "typescript" - } - ] - } - }, - "64124": { - "id": 64124, - "name": "append", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64125 - ], - "inheritedFrom": { - "type": "reference", - "target": 79030, - "name": "HTMLElement.append" - } - }, - "64125": { - "id": 64125, - "name": "append", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes after the last child of node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/append)" - } - ] - }, - "parameters": [ - 64126 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79031, - "name": "HTMLElement.append" - } - }, - "64126": { - "id": 64126, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "64127": { - "id": 64127, - "name": "appendChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64128 - ], - "inheritedFrom": { - "type": "reference", - "target": 79033, - "name": "HTMLElement.appendChild" - } - }, - "64128": { - "id": 64128, - "name": "appendChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/appendChild)" - } - ] - }, - "typeParameter": [ - 64129 - ], - "parameters": [ - 64130 - ], - "type": { - "type": "reference", - "target": 71251, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 79034, - "name": "HTMLElement.appendChild" - } - }, - "64130": { - "id": 64130, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71251, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "64131": { - "id": 64131, - "name": "attachInternals", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64132 - ], - "inheritedFrom": { - "type": "reference", - "target": 79037, - "name": "HTMLElement.attachInternals" - } - }, - "64132": { - "id": 64132, - "name": "attachInternals", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/attachInternals)" - } - ] - }, - "type": { - "type": "reference", - "target": 62311, - "name": "ElementInternals", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79038, - "name": "HTMLElement.attachInternals" - } - }, - "64133": { - "id": 64133, - "name": "attachShadow", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64134 - ], - "inheritedFrom": { - "type": "reference", - "target": 79039, - "name": "HTMLElement.attachShadow" - } - }, - "64134": { - "id": 64134, - "name": "attachShadow", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Creates a shadow root for element and returns it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/attachShadow)" - } - ] - }, - "parameters": [ - 64135 - ], - "type": { - "type": "reference", - "target": 205149, - "name": "ShadowRoot", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79040, - "name": "HTMLElement.attachShadow" - } - }, - "64135": { - "id": 64135, - "name": "init", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 205346, - "name": "ShadowRootInit", - "package": "typescript" - } - }, - "64136": { - "id": 64136, - "name": "before", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64137 - ], - "inheritedFrom": { - "type": "reference", - "target": 79042, - "name": "HTMLElement.before" - } - }, - "64137": { - "id": 64137, - "name": "before", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes just before node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/before)" - } - ] - }, - "parameters": [ - 64138 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79043, - "name": "HTMLElement.before" - } - }, - "64138": { - "id": 64138, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "64139": { - "id": 64139, - "name": "blur", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64140 - ], - "inheritedFrom": { - "type": "reference", - "target": 79045, - "name": "HTMLElement.blur" - } - }, - "64140": { - "id": 64140, - "name": "blur", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/blur)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79046, - "name": "HTMLElement.blur" - } - }, - "64141": { - "id": 64141, - "name": "checkVisibility", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64142 - ], - "inheritedFrom": { - "type": "reference", - "target": 79047, - "name": "HTMLElement.checkVisibility" - } - }, - "64142": { - "id": 64142, - "name": "checkVisibility", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/checkVisibility)" - } - ] - }, - "parameters": [ - 64143 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79048, - "name": "HTMLElement.checkVisibility" - } - }, - "64143": { - "id": 64143, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 59232, - "name": "CheckVisibilityOptions", - "package": "typescript" - } - }, - "64144": { - "id": 64144, - "name": "click", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64145 - ], - "inheritedFrom": { - "type": "reference", - "target": 79050, - "name": "HTMLElement.click" - } - }, - "64145": { - "id": 64145, - "name": "click", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/click)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79051, - "name": "HTMLElement.click" - } - }, - "64146": { - "id": 64146, - "name": "cloneNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64147 - ], - "inheritedFrom": { - "type": "reference", - "target": 79052, - "name": "HTMLElement.cloneNode" - } - }, - "64147": { - "id": 64147, - "name": "cloneNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a copy of node. If deep is true, the copy also includes the node's descendants.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/cloneNode)" - } - ] - }, - "parameters": [ - 64148 - ], - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79053, - "name": "HTMLElement.cloneNode" - } - }, - "64148": { - "id": 64148, - "name": "subtree", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "64149": { - "id": 64149, - "name": "closest", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64150, - 64153, - 64156, - 64159 - ], - "inheritedFrom": { - "type": "reference", - "target": 79055, - "name": "HTMLElement.closest" - } - }, - "64150": { - "id": 64150, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first (starting at element) inclusive ancestor that matches selectors, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/closest)" - } - ] - }, - "typeParameter": [ - 64151 - ], - "parameters": [ - 64152 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71276, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79056, - "name": "HTMLElement.closest" - } - }, - "64152": { - "id": 64152, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71276, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "64153": { - "id": 64153, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 64154 - ], - "parameters": [ - 64155 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71279, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79059, - "name": "HTMLElement.closest" - } - }, - "64155": { - "id": 64155, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71279, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "64156": { - "id": 64156, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 64157 - ], - "parameters": [ - 64158 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71282, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79062, - "name": "HTMLElement.closest" - } - }, - "64158": { - "id": 64158, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71282, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "64159": { - "id": 64159, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 64160 - ], - "parameters": [ - 64161 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 71285, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79065, - "name": "HTMLElement.closest" - } - }, - "64161": { - "id": 64161, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64162": { - "id": 64162, - "name": "compareDocumentPosition", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64163 - ], - "inheritedFrom": { - "type": "reference", - "target": 79068, - "name": "HTMLElement.compareDocumentPosition" - } - }, - "64163": { - "id": 64163, - "name": "compareDocumentPosition", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a bitmask indicating the position of other relative to node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/compareDocumentPosition)" - } - ] - }, - "parameters": [ - 64164 - ], - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 79069, - "name": "HTMLElement.compareDocumentPosition" - } - }, - "64164": { - "id": 64164, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "64165": { - "id": 64165, - "name": "computedStyleMap", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64166 - ], - "inheritedFrom": { - "type": "reference", - "target": 79071, - "name": "HTMLElement.computedStyleMap" - } - }, - "64166": { - "id": 64166, - "name": "computedStyleMap", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/computedStyleMap)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "StylePropertyMapReadOnly" - }, - "name": "StylePropertyMapReadOnly", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79072, - "name": "HTMLElement.computedStyleMap" - } - }, - "64167": { - "id": 64167, - "name": "contains", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64168 - ], - "inheritedFrom": { - "type": "reference", - "target": 79073, - "name": "HTMLElement.contains" - } - }, - "64168": { - "id": 64168, - "name": "contains", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if other is an inclusive descendant of node, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/contains)" - } - ] - }, - "parameters": [ - 64169 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79074, - "name": "HTMLElement.contains" - } - }, - "64169": { - "id": 64169, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "64170": { - "id": 64170, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64171 - ], - "inheritedFrom": { - "type": "reference", - "target": 79076, - "name": "HTMLElement.dispatchEvent" - } - }, - "64171": { - "id": 64171, - "name": "dispatchEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "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.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/dispatchEvent)" - } - ] - }, - "parameters": [ - 64172 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79077, - "name": "HTMLElement.dispatchEvent" - } - }, - "64172": { - "id": 64172, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "64173": { - "id": 64173, - "name": "focus", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64174 - ], - "inheritedFrom": { - "type": "reference", - "target": 79079, - "name": "HTMLElement.focus" - } - }, - "64174": { - "id": 64174, - "name": "focus", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/focus)" - } - ] - }, - "parameters": [ - 64175 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79080, - "name": "HTMLElement.focus" - } - }, - "64175": { - "id": 64175, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62635, - "name": "FocusOptions", - "package": "typescript" - } - }, - "64176": { - "id": 64176, - "name": "getAnimations", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64177 - ], - "inheritedFrom": { - "type": "reference", - "target": 79082, - "name": "HTMLElement.getAnimations" - } - }, - "64177": { - "id": 64177, - "name": "getAnimations", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAnimations)" - } - ] - }, - "parameters": [ - 64178 - ], - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 57672, - "name": "Animation", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 79083, - "name": "HTMLElement.getAnimations" - } - }, - "64178": { - "id": 64178, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62808, - "name": "GetAnimationsOptions", - "package": "typescript" - } - }, - "64179": { - "id": 64179, - "name": "getAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64180 - ], - "inheritedFrom": { - "type": "reference", - "target": 79085, - "name": "HTMLElement.getAttribute" - } - }, - "64180": { - "id": 64180, - "name": "getAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns element's first attribute whose qualified name is qualifiedName, and null if there is no such attribute otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttribute)" - } - ] - }, - "parameters": [ - 64181 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79086, - "name": "HTMLElement.getAttribute" - } - }, - "64181": { - "id": 64181, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64182": { - "id": 64182, - "name": "getAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64183 - ], - "inheritedFrom": { - "type": "reference", - "target": 79088, - "name": "HTMLElement.getAttributeNS" - } - }, - "64183": { - "id": 64183, - "name": "getAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns element's attribute whose namespace is namespace and local name is localName, and null if there is no such attribute otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNS)" - } - ] - }, - "parameters": [ - 64184, - 64185 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79089, - "name": "HTMLElement.getAttributeNS" - } - }, - "64184": { - "id": 64184, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "64185": { - "id": 64185, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64186": { - "id": 64186, - "name": "getAttributeNames", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64187 - ], - "inheritedFrom": { - "type": "reference", - "target": 79092, - "name": "HTMLElement.getAttributeNames" - } - }, - "64187": { - "id": 64187, - "name": "getAttributeNames", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the qualified names of all element's attributes. Can contain duplicates.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNames)" - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 79093, - "name": "HTMLElement.getAttributeNames" - } - }, - "64188": { - "id": 64188, - "name": "getAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64189 - ], - "inheritedFrom": { - "type": "reference", - "target": 79094, - "name": "HTMLElement.getAttributeNode" - } - }, - "64189": { - "id": 64189, - "name": "getAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNode)" - } - ] - }, - "parameters": [ - 64190 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79095, - "name": "HTMLElement.getAttributeNode" - } - }, - "64190": { - "id": 64190, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64191": { - "id": 64191, - "name": "getAttributeNodeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64192 - ], - "inheritedFrom": { - "type": "reference", - "target": 79097, - "name": "HTMLElement.getAttributeNodeNS" - } - }, - "64192": { - "id": 64192, - "name": "getAttributeNodeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNodeNS)" - } - ] - }, - "parameters": [ - 64193, - 64194 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79098, - "name": "HTMLElement.getAttributeNodeNS" - } - }, - "64193": { - "id": 64193, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "64194": { - "id": 64194, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64195": { - "id": 64195, - "name": "getBoundingClientRect", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64196 - ], - "inheritedFrom": { - "type": "reference", - "target": 79101, - "name": "HTMLElement.getBoundingClientRect" - } - }, - "64196": { - "id": 64196, - "name": "getBoundingClientRect", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getBoundingClientRect)" - } - ] - }, - "type": { - "type": "reference", - "target": 60097, - "name": "DOMRect", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79102, - "name": "HTMLElement.getBoundingClientRect" - } - }, - "64197": { - "id": 64197, - "name": "getClientRects", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64198 - ], - "inheritedFrom": { - "type": "reference", - "target": 79103, - "name": "HTMLElement.getClientRects" - } - }, - "64198": { - "id": 64198, - "name": "getClientRects", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getClientRects)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMRectList" - }, - "name": "DOMRectList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79104, - "name": "HTMLElement.getClientRects" - } - }, - "64199": { - "id": 64199, - "name": "getElementsByClassName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64200 - ], - "inheritedFrom": { - "type": "reference", - "target": 79105, - "name": "HTMLElement.getElementsByClassName" - } - }, - "64200": { - "id": 64200, - "name": "getElementsByClassName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a HTMLCollection of the elements in the object on which the method was invoked (a document or an element) that have all the classes given by classNames. The classNames argument is interpreted as a space-separated list of classes.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByClassName)" - } - ] - }, - "parameters": [ - 64201 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79106, - "name": "HTMLElement.getElementsByClassName" - } - }, - "64201": { - "id": 64201, - "name": "classNames", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64202": { - "id": 64202, - "name": "getElementsByTagName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64203, - 64206, - 64209, - 64212, - 64215 - ], - "inheritedFrom": { - "type": "reference", - "target": 79108, - "name": "HTMLElement.getElementsByTagName" - } - }, - "64203": { - "id": 64203, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByTagName)" - } - ] - }, - "typeParameter": [ - 64204 - ], - "parameters": [ - 64205 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71345, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79109, - "name": "HTMLElement.getElementsByTagName" - } - }, - "64205": { - "id": 64205, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71345, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "64206": { - "id": 64206, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 64207 - ], - "parameters": [ - 64208 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71348, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79112, - "name": "HTMLElement.getElementsByTagName" - } - }, - "64208": { - "id": 64208, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71348, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "64209": { - "id": 64209, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 64210 - ], - "parameters": [ - 64211 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71351, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79115, - "name": "HTMLElement.getElementsByTagName" - } - }, - "64211": { - "id": 64211, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71351, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "64212": { - "id": 64212, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "typeParameter": [ - 64213 - ], - "parameters": [ - 64214 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71354, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79118, - "name": "HTMLElement.getElementsByTagName" - } - }, - "64214": { - "id": 64214, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71354, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "64215": { - "id": 64215, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 64216 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79121, - "name": "HTMLElement.getElementsByTagName" - } - }, - "64216": { - "id": 64216, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64217": { - "id": 64217, - "name": "getElementsByTagNameNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64218, - 64221, - 64224, - 64227 - ], - "inheritedFrom": { - "type": "reference", - "target": 79123, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "64218": { - "id": 64218, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByTagNameNS)" - } - ] - }, - "parameters": [ - 64219, - 64220 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79124, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "64219": { - "id": 64219, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/1999/xhtml" - } - }, - "64220": { - "id": 64220, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64221": { - "id": 64221, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 64222, - 64223 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 146576, - "name": "SVGElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79127, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "64222": { - "id": 64222, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/2000/svg" - } - }, - "64223": { - "id": 64223, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64224": { - "id": 64224, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 64225, - 64226 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 132754, - "name": "MathMLElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79130, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "64225": { - "id": 64225, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/1998/Math/MathML" - } - }, - "64226": { - "id": 64226, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64227": { - "id": 64227, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 64228, - 64229 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79133, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "64228": { - "id": 64228, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "64229": { - "id": 64229, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64230": { - "id": 64230, - "name": "getHTML", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64231 - ], - "inheritedFrom": { - "type": "reference", - "target": 79136, - "name": "HTMLElement.getHTML" - } - }, - "64231": { - "id": 64231, - "name": "getHTML", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getHTML)" - } - ] - }, - "parameters": [ - 64232 - ], - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 79137, - "name": "HTMLElement.getHTML" - } - }, - "64232": { - "id": 64232, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62810, - "name": "GetHTMLOptions", - "package": "typescript" - } - }, - "64233": { - "id": 64233, - "name": "getRootNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64234 - ], - "inheritedFrom": { - "type": "reference", - "target": 79139, - "name": "HTMLElement.getRootNode" - } - }, - "64234": { - "id": 64234, - "name": "getRootNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's root.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/getRootNode)" - } - ] - }, - "parameters": [ - 64235 - ], - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79140, - "name": "HTMLElement.getRootNode" - } - }, - "64235": { - "id": 64235, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62813, - "name": "GetRootNodeOptions", - "package": "typescript" - } - }, - "64236": { - "id": 64236, - "name": "hasAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64237 - ], - "inheritedFrom": { - "type": "reference", - "target": 79142, - "name": "HTMLElement.hasAttribute" - } - }, - "64237": { - "id": 64237, - "name": "hasAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if element has an attribute whose qualified name is qualifiedName, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasAttribute)" - } - ] - }, - "parameters": [ - 64238 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79143, - "name": "HTMLElement.hasAttribute" - } - }, - "64238": { - "id": 64238, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64239": { - "id": 64239, - "name": "hasAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64240 - ], - "inheritedFrom": { - "type": "reference", - "target": 79145, - "name": "HTMLElement.hasAttributeNS" - } - }, - "64240": { - "id": 64240, - "name": "hasAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if element has an attribute whose namespace is namespace and local name is localName.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasAttributeNS)" - } - ] - }, - "parameters": [ - 64241, - 64242 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79146, - "name": "HTMLElement.hasAttributeNS" - } - }, - "64241": { - "id": 64241, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "64242": { - "id": 64242, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64243": { - "id": 64243, - "name": "hasAttributes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64244 - ], - "inheritedFrom": { - "type": "reference", - "target": 79149, - "name": "HTMLElement.hasAttributes" - } - }, - "64244": { - "id": 64244, - "name": "hasAttributes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if element has attributes, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasAttributes)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79150, - "name": "HTMLElement.hasAttributes" - } - }, - "64245": { - "id": 64245, - "name": "hasChildNodes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64246 - ], - "inheritedFrom": { - "type": "reference", - "target": 79151, - "name": "HTMLElement.hasChildNodes" - } - }, - "64246": { - "id": 64246, - "name": "hasChildNodes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node has children.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/hasChildNodes)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79152, - "name": "HTMLElement.hasChildNodes" - } - }, - "64247": { - "id": 64247, - "name": "hasPointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64248 - ], - "inheritedFrom": { - "type": "reference", - "target": 79153, - "name": "HTMLElement.hasPointerCapture" - } - }, - "64248": { - "id": 64248, - "name": "hasPointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasPointerCapture)" - } - ] - }, - "parameters": [ - 64249 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79154, - "name": "HTMLElement.hasPointerCapture" - } - }, - "64249": { - "id": 64249, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "64250": { - "id": 64250, - "name": "hidePopover", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64251 - ], - "inheritedFrom": { - "type": "reference", - "target": 79156, - "name": "HTMLElement.hidePopover" - } - }, - "64251": { - "id": 64251, - "name": "hidePopover", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/hidePopover)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79157, - "name": "HTMLElement.hidePopover" - } - }, - "64252": { - "id": 64252, - "name": "insertAdjacentElement", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64253 - ], - "inheritedFrom": { - "type": "reference", - "target": 79158, - "name": "HTMLElement.insertAdjacentElement" - } - }, - "64253": { - "id": 64253, - "name": "insertAdjacentElement", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentElement)" - } - ] - }, - "parameters": [ - 64254, - 64255 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79159, - "name": "HTMLElement.insertAdjacentElement" - } - }, - "64254": { - "id": 64254, - "name": "where", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212558, - "name": "InsertPosition", - "package": "typescript" - } - }, - "64255": { - "id": 64255, - "name": "element", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - }, - "64256": { - "id": 64256, - "name": "insertAdjacentHTML", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64257 - ], - "inheritedFrom": { - "type": "reference", - "target": 79162, - "name": "HTMLElement.insertAdjacentHTML" - } - }, - "64257": { - "id": 64257, - "name": "insertAdjacentHTML", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentHTML)" - } - ] - }, - "parameters": [ - 64258, - 64259 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79163, - "name": "HTMLElement.insertAdjacentHTML" - } - }, - "64258": { - "id": 64258, - "name": "position", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212558, - "name": "InsertPosition", - "package": "typescript" - } - }, - "64259": { - "id": 64259, - "name": "string", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64260": { - "id": 64260, - "name": "insertAdjacentText", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64261 - ], - "inheritedFrom": { - "type": "reference", - "target": 79166, - "name": "HTMLElement.insertAdjacentText" - } - }, - "64261": { - "id": 64261, - "name": "insertAdjacentText", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentText)" - } - ] - }, - "parameters": [ - 64262, - 64263 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79167, - "name": "HTMLElement.insertAdjacentText" - } - }, - "64262": { - "id": 64262, - "name": "where", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212558, - "name": "InsertPosition", - "package": "typescript" - } - }, - "64263": { - "id": 64263, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64264": { - "id": 64264, - "name": "insertBefore", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64265 - ], - "inheritedFrom": { - "type": "reference", - "target": 79170, - "name": "HTMLElement.insertBefore" - } - }, - "64265": { - "id": 64265, - "name": "insertBefore", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/insertBefore)" - } - ] - }, - "typeParameter": [ - 64266 - ], - "parameters": [ - 64267, - 64268 - ], - "type": { - "type": "reference", - "target": 71407, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 79171, - "name": "HTMLElement.insertBefore" - } - }, - "64267": { - "id": 64267, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71407, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "64268": { - "id": 64268, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "64269": { - "id": 64269, - "name": "isDefaultNamespace", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64270 - ], - "inheritedFrom": { - "type": "reference", - "target": 79175, - "name": "HTMLElement.isDefaultNamespace" - } - }, - "64270": { - "id": 64270, - "name": "isDefaultNamespace", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isDefaultNamespace)" - } - ] - }, - "parameters": [ - 64271 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79176, - "name": "HTMLElement.isDefaultNamespace" - } - }, - "64271": { - "id": 64271, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "64272": { - "id": 64272, - "name": "isEqualNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64273 - ], - "inheritedFrom": { - "type": "reference", - "target": 79178, - "name": "HTMLElement.isEqualNode" - } - }, - "64273": { - "id": 64273, - "name": "isEqualNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node and otherNode have the same properties.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isEqualNode)" - } - ] - }, - "parameters": [ - 64274 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79179, - "name": "HTMLElement.isEqualNode" - } - }, - "64274": { - "id": 64274, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "64275": { - "id": 64275, - "name": "isSameNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64276 - ], - "inheritedFrom": { - "type": "reference", - "target": 79181, - "name": "HTMLElement.isSameNode" - } - }, - "64276": { - "id": 64276, - "name": "isSameNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isSameNode)" - } - ] - }, - "parameters": [ - 64277 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79182, - "name": "HTMLElement.isSameNode" - } - }, - "64277": { - "id": 64277, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "64278": { - "id": 64278, - "name": "lookupNamespaceURI", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64279 - ], - "inheritedFrom": { - "type": "reference", - "target": 79184, - "name": "HTMLElement.lookupNamespaceURI" - } - }, - "64279": { - "id": 64279, - "name": "lookupNamespaceURI", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupNamespaceURI)" - } - ] - }, - "parameters": [ - 64280 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79185, - "name": "HTMLElement.lookupNamespaceURI" - } - }, - "64280": { - "id": 64280, - "name": "prefix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "64281": { - "id": 64281, - "name": "lookupPrefix", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64282 - ], - "inheritedFrom": { - "type": "reference", - "target": 79187, - "name": "HTMLElement.lookupPrefix" - } - }, - "64282": { - "id": 64282, - "name": "lookupPrefix", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupPrefix)" - } - ] - }, - "parameters": [ - 64283 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79188, - "name": "HTMLElement.lookupPrefix" - } - }, - "64283": { - "id": 64283, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "64284": { - "id": 64284, - "name": "matches", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64285 - ], - "inheritedFrom": { - "type": "reference", - "target": 79190, - "name": "HTMLElement.matches" - } - }, - "64285": { - "id": 64285, - "name": "matches", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if matching selectors against element's root yields element, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/matches)" - } - ] - }, - "parameters": [ - 64286 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79191, - "name": "HTMLElement.matches" - } - }, - "64286": { - "id": 64286, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64287": { - "id": 64287, - "name": "normalize", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64288 - ], - "inheritedFrom": { - "type": "reference", - "target": 79193, - "name": "HTMLElement.normalize" - } - }, - "64288": { - "id": 64288, - "name": "normalize", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes empty exclusive Text nodes and concatenates the data of remaining contiguous exclusive Text nodes into the first of their nodes.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/normalize)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79194, - "name": "HTMLElement.normalize" - } - }, - "64289": { - "id": 64289, - "name": "prepend", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64290 - ], - "inheritedFrom": { - "type": "reference", - "target": 79195, - "name": "HTMLElement.prepend" - } - }, - "64290": { - "id": 64290, - "name": "prepend", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes before the first child of node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/prepend)" - } - ] - }, - "parameters": [ - 64291 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79196, - "name": "HTMLElement.prepend" - } - }, - "64291": { - "id": 64291, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "64292": { - "id": 64292, - "name": "querySelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64293, - 64296, - 64299, - 64302, - 64305 - ], - "inheritedFrom": { - "type": "reference", - "target": 79198, - "name": "HTMLElement.querySelector" - } - }, - "64293": { - "id": 64293, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first element that is a descendant of node that matches selectors.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/querySelector)" - } - ] - }, - "typeParameter": [ - 64294 - ], - "parameters": [ - 64295 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71435, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79199, - "name": "HTMLElement.querySelector" - } - }, - "64295": { - "id": 64295, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71435, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "64296": { - "id": 64296, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 64297 - ], - "parameters": [ - 64298 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71438, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79202, - "name": "HTMLElement.querySelector" - } - }, - "64298": { - "id": 64298, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71438, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "64299": { - "id": 64299, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 64300 - ], - "parameters": [ - 64301 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71441, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79205, - "name": "HTMLElement.querySelector" - } - }, - "64301": { - "id": 64301, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71441, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "64302": { - "id": 64302, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "typeParameter": [ - 64303 - ], - "parameters": [ - 64304 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71444, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79208, - "name": "HTMLElement.querySelector" - } - }, - "64304": { - "id": 64304, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71444, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "64305": { - "id": 64305, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 64306 - ], - "parameters": [ - 64307 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 71447, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79211, - "name": "HTMLElement.querySelector" - } - }, - "64307": { - "id": 64307, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64308": { - "id": 64308, - "name": "querySelectorAll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64309, - 64312, - 64315, - 64318, - 64321 - ], - "inheritedFrom": { - "type": "reference", - "target": 79214, - "name": "HTMLElement.querySelectorAll" - } - }, - "64309": { - "id": 64309, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns all element descendants of node that match selectors.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/querySelectorAll)" - } - ] - }, - "typeParameter": [ - 64310 - ], - "parameters": [ - 64311 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71451, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79215, - "name": "HTMLElement.querySelectorAll" - } - }, - "64311": { - "id": 64311, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71451, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "64312": { - "id": 64312, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 64313 - ], - "parameters": [ - 64314 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71454, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79218, - "name": "HTMLElement.querySelectorAll" - } - }, - "64314": { - "id": 64314, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71454, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "64315": { - "id": 64315, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 64316 - ], - "parameters": [ - 64317 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71457, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79221, - "name": "HTMLElement.querySelectorAll" - } - }, - "64317": { - "id": 64317, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71457, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "64318": { - "id": 64318, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "typeParameter": [ - 64319 - ], - "parameters": [ - 64320 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71460, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79224, - "name": "HTMLElement.querySelectorAll" - } - }, - "64320": { - "id": 64320, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71460, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "64321": { - "id": 64321, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 64322 - ], - "parameters": [ - 64323 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 71463, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79227, - "name": "HTMLElement.querySelectorAll" - } - }, - "64323": { - "id": 64323, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64324": { - "id": 64324, - "name": "releasePointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64325 - ], - "inheritedFrom": { - "type": "reference", - "target": 79230, - "name": "HTMLElement.releasePointerCapture" - } - }, - "64325": { - "id": 64325, - "name": "releasePointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/releasePointerCapture)" - } - ] - }, - "parameters": [ - 64326 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79231, - "name": "HTMLElement.releasePointerCapture" - } - }, - "64326": { - "id": 64326, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "64327": { - "id": 64327, - "name": "remove", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64328 - ], - "inheritedFrom": { - "type": "reference", - "target": 79233, - "name": "HTMLElement.remove" - } - }, - "64328": { - "id": 64328, - "name": "remove", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/remove)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79234, - "name": "HTMLElement.remove" - } - }, - "64329": { - "id": 64329, - "name": "removeAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64330 - ], - "inheritedFrom": { - "type": "reference", - "target": 79235, - "name": "HTMLElement.removeAttribute" - } - }, - "64330": { - "id": 64330, - "name": "removeAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes element's first attribute whose qualified name is qualifiedName.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/removeAttribute)" - } - ] - }, - "parameters": [ - 64331 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79236, - "name": "HTMLElement.removeAttribute" - } - }, - "64331": { - "id": 64331, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64332": { - "id": 64332, - "name": "removeAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64333 - ], - "inheritedFrom": { - "type": "reference", - "target": 79238, - "name": "HTMLElement.removeAttributeNS" - } - }, - "64333": { - "id": 64333, - "name": "removeAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes element's attribute whose namespace is namespace and local name is localName.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/removeAttributeNS)" - } - ] - }, - "parameters": [ - 64334, - 64335 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79239, - "name": "HTMLElement.removeAttributeNS" - } - }, - "64334": { - "id": 64334, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "64335": { - "id": 64335, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64336": { - "id": 64336, - "name": "removeAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64337 - ], - "inheritedFrom": { - "type": "reference", - "target": 79242, - "name": "HTMLElement.removeAttributeNode" - } - }, - "64337": { - "id": 64337, - "name": "removeAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/removeAttributeNode)" - } - ] - }, - "parameters": [ - 64338 - ], - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79243, - "name": "HTMLElement.removeAttributeNode" - } - }, - "64338": { - "id": 64338, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - }, - "64339": { - "id": 64339, - "name": "removeChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64340 - ], - "inheritedFrom": { - "type": "reference", - "target": 79245, - "name": "HTMLElement.removeChild" - } - }, - "64340": { - "id": 64340, - "name": "removeChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/removeChild)" - } - ] - }, - "typeParameter": [ - 64341 - ], - "parameters": [ - 64342 - ], - "type": { - "type": "reference", - "target": 71482, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 79246, - "name": "HTMLElement.removeChild" - } - }, - "64342": { - "id": 64342, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71482, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "64343": { - "id": 64343, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64344, - 64353 - ], - "overwrites": { - "type": "reference", - "target": 79249, - "name": "HTMLElement.removeEventListener" - } - }, - "64344": { - "id": 64344, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes the event listener in target's event listener list with the same type, callback, and options.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/removeEventListener)" - } - ] - }, - "typeParameter": [ - 64345 - ], - "parameters": [ - 64346, - 64347, - 64352 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 79250, - "name": "HTMLElement.removeEventListener" - } - }, - "64345": { - "id": 64345, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 79364, - "name": "HTMLElementEventMap", - "package": "typescript" - } - } - }, - "64346": { - "id": 64346, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 64345, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "64347": { - "id": 64347, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 64348, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 64349 - ] - } - } - }, - "64352": { - "id": 64352, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 62469, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "64353": { - "id": 64353, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 64354, - 64355, - 64356 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 79259, - "name": "HTMLElement.removeEventListener" - } - }, - "64354": { - "id": 64354, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64355": { - "id": 64355, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "64356": { - "id": 64356, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 62469, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "64357": { - "id": 64357, - "name": "replaceChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64358 - ], - "inheritedFrom": { - "type": "reference", - "target": 79263, - "name": "HTMLElement.replaceChild" - } - }, - "64358": { - "id": 64358, - "name": "replaceChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/replaceChild)" - } - ] - }, - "typeParameter": [ - 64359 - ], - "parameters": [ - 64360, - 64361 - ], - "type": { - "type": "reference", - "target": 71500, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 79264, - "name": "HTMLElement.replaceChild" - } - }, - "64360": { - "id": 64360, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "64361": { - "id": 64361, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71500, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "64362": { - "id": 64362, - "name": "replaceChildren", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64363 - ], - "inheritedFrom": { - "type": "reference", - "target": 79268, - "name": "HTMLElement.replaceChildren" - } - }, - "64363": { - "id": 64363, - "name": "replaceChildren", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Replace all children of node with nodes, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/replaceChildren)" - } - ] - }, - "parameters": [ - 64364 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79269, - "name": "HTMLElement.replaceChildren" - } - }, - "64364": { - "id": 64364, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "64365": { - "id": 64365, - "name": "replaceWith", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64366 - ], - "inheritedFrom": { - "type": "reference", - "target": 79271, - "name": "HTMLElement.replaceWith" - } - }, - "64366": { - "id": 64366, - "name": "replaceWith", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Replaces node with nodes, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/replaceWith)" - } - ] - }, - "parameters": [ - 64367 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79272, - "name": "HTMLElement.replaceWith" - } - }, - "64367": { - "id": 64367, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "64368": { - "id": 64368, - "name": "requestFullscreen", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64369 - ], - "inheritedFrom": { - "type": "reference", - "target": 79274, - "name": "HTMLElement.requestFullscreen" - } - }, - "64369": { - "id": 64369, - "name": "requestFullscreen", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Displays element fullscreen and resolves promise when done.\n\nWhen supplied, options's navigationUI member indicates whether showing navigation UI while in fullscreen is preferred or not. If set to \"show\", navigation simplicity is preferred over screen space, and if set to \"hide\", more screen space is preferred. User agents are always free to honor user preference over the application's. The default value \"auto\" indicates no application preference.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/requestFullscreen)" - } - ] - }, - "parameters": [ - 64370 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79275, - "name": "HTMLElement.requestFullscreen" - } - }, - "64370": { - "id": 64370, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62742, - "name": "FullscreenOptions", - "package": "typescript" - } - }, - "64371": { - "id": 64371, - "name": "requestPointerLock", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64372 - ], - "inheritedFrom": { - "type": "reference", - "target": 79277, - "name": "HTMLElement.requestPointerLock" - } - }, - "64372": { - "id": 64372, - "name": "requestPointerLock", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/requestPointerLock)" - } - ] - }, - "parameters": [ - 64373 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79278, - "name": "HTMLElement.requestPointerLock" - } - }, - "64373": { - "id": 64373, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 136003, - "name": "PointerLockOptions", - "package": "typescript" - } - }, - "64374": { - "id": 64374, - "name": "scroll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64375, - 64377 - ], - "inheritedFrom": { - "type": "reference", - "target": 79280, - "name": "HTMLElement.scroll" - } - }, - "64375": { - "id": 64375, - "name": "scroll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scroll)" - } - ] - }, - "parameters": [ - 64376 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79281, - "name": "HTMLElement.scroll" - } - }, - "64376": { - "id": 64376, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 204972, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "64377": { - "id": 64377, - "name": "scroll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 64378, - 64379 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79283, - "name": "HTMLElement.scroll" - } - }, - "64378": { - "id": 64378, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "64379": { - "id": 64379, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "64380": { - "id": 64380, - "name": "scrollBy", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64381, - 64383 - ], - "inheritedFrom": { - "type": "reference", - "target": 79286, - "name": "HTMLElement.scrollBy" - } - }, - "64381": { - "id": 64381, - "name": "scrollBy", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollBy)" - } - ] - }, - "parameters": [ - 64382 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79287, - "name": "HTMLElement.scrollBy" - } - }, - "64382": { - "id": 64382, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 204972, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "64383": { - "id": 64383, - "name": "scrollBy", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 64384, - 64385 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79289, - "name": "HTMLElement.scrollBy" - } - }, - "64384": { - "id": 64384, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "64385": { - "id": 64385, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "64386": { - "id": 64386, - "name": "scrollIntoView", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64387 - ], - "inheritedFrom": { - "type": "reference", - "target": 79292, - "name": "HTMLElement.scrollIntoView" - } - }, - "64387": { - "id": 64387, - "name": "scrollIntoView", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollIntoView)" - } - ] - }, - "parameters": [ - 64388 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79293, - "name": "HTMLElement.scrollIntoView" - } - }, - "64388": { - "id": 64388, - "name": "arg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 204966, - "name": "ScrollIntoViewOptions", - "package": "typescript" - } - ] - } - }, - "64389": { - "id": 64389, - "name": "scrollTo", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64390, - 64392 - ], - "inheritedFrom": { - "type": "reference", - "target": 79295, - "name": "HTMLElement.scrollTo" - } - }, - "64390": { - "id": 64390, - "name": "scrollTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollTo)" - } - ] - }, - "parameters": [ - 64391 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79296, - "name": "HTMLElement.scrollTo" - } - }, - "64391": { - "id": 64391, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 204972, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "64392": { - "id": 64392, - "name": "scrollTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 64393, - 64394 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79298, - "name": "HTMLElement.scrollTo" - } - }, - "64393": { - "id": 64393, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "64394": { - "id": 64394, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "64395": { - "id": 64395, - "name": "setAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64396 - ], - "inheritedFrom": { - "type": "reference", - "target": 79301, - "name": "HTMLElement.setAttribute" - } - }, - "64396": { - "id": 64396, - "name": "setAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets the value of element's first attribute whose qualified name is qualifiedName to value.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttribute)" - } - ] - }, - "parameters": [ - 64397, - 64398 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79302, - "name": "HTMLElement.setAttribute" - } - }, - "64397": { - "id": 64397, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64398": { - "id": 64398, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64399": { - "id": 64399, - "name": "setAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64400 - ], - "inheritedFrom": { - "type": "reference", - "target": 79305, - "name": "HTMLElement.setAttributeNS" - } - }, - "64400": { - "id": 64400, - "name": "setAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets the value of element's attribute whose namespace is namespace and local name is localName to value.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNS)" - } - ] - }, - "parameters": [ - 64401, - 64402, - 64403 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79306, - "name": "HTMLElement.setAttributeNS" - } - }, - "64401": { - "id": 64401, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "64402": { - "id": 64402, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64403": { - "id": 64403, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64404": { - "id": 64404, - "name": "setAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64405 - ], - "inheritedFrom": { - "type": "reference", - "target": 79310, - "name": "HTMLElement.setAttributeNode" - } - }, - "64405": { - "id": 64405, - "name": "setAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNode)" - } - ] - }, - "parameters": [ - 64406 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79311, - "name": "HTMLElement.setAttributeNode" - } - }, - "64406": { - "id": 64406, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - }, - "64407": { - "id": 64407, - "name": "setAttributeNodeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64408 - ], - "inheritedFrom": { - "type": "reference", - "target": 79313, - "name": "HTMLElement.setAttributeNodeNS" - } - }, - "64408": { - "id": 64408, - "name": "setAttributeNodeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNodeNS)" - } - ] - }, - "parameters": [ - 64409 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79314, - "name": "HTMLElement.setAttributeNodeNS" - } - }, - "64409": { - "id": 64409, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - }, - "64410": { - "id": 64410, - "name": "setHTMLUnsafe", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64411 - ], - "inheritedFrom": { - "type": "reference", - "target": 79316, - "name": "HTMLElement.setHTMLUnsafe" - } - }, - "64411": { - "id": 64411, - "name": "setHTMLUnsafe", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setHTMLUnsafe)" - } - ] - }, - "parameters": [ - 64412 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79317, - "name": "HTMLElement.setHTMLUnsafe" - } - }, - "64412": { - "id": 64412, - "name": "html", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64413": { - "id": 64413, - "name": "setPointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64414 - ], - "inheritedFrom": { - "type": "reference", - "target": 79319, - "name": "HTMLElement.setPointerCapture" - } - }, - "64414": { - "id": 64414, - "name": "setPointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setPointerCapture)" - } - ] - }, - "parameters": [ - 64415 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79320, - "name": "HTMLElement.setPointerCapture" - } - }, - "64415": { - "id": 64415, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "64416": { - "id": 64416, - "name": "showPopover", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64417 - ], - "inheritedFrom": { - "type": "reference", - "target": 79322, - "name": "HTMLElement.showPopover" - } - }, - "64417": { - "id": 64417, - "name": "showPopover", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/showPopover)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79323, - "name": "HTMLElement.showPopover" - } - }, - "64418": { - "id": 64418, - "name": "toString", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64419 - ], - "inheritedFrom": { - "type": "reference", - "target": 88560, - "name": "HTMLHyperlinkElementUtils.toString" - } - }, - "64419": { - "id": 64419, - "name": "toString", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 88561, - "name": "HTMLHyperlinkElementUtils.toString" - } - }, - "64420": { - "id": 64420, - "name": "toggleAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64421 - ], - "inheritedFrom": { - "type": "reference", - "target": 79324, - "name": "HTMLElement.toggleAttribute" - } - }, - "64421": { - "id": 64421, - "name": "toggleAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "If force is not given, \"toggles\" qualifiedName, removing it if it is present and adding it if it is not present. If force is true, adds qualifiedName. If force is false, removes qualifiedName.\n\nReturns true if qualifiedName is now present, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/toggleAttribute)" - } - ] - }, - "parameters": [ - 64422, - 64423 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79325, - "name": "HTMLElement.toggleAttribute" - } - }, - "64422": { - "id": 64422, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64423": { - "id": 64423, - "name": "force", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "64424": { - "id": 64424, - "name": "togglePopover", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64425 - ], - "inheritedFrom": { - "type": "reference", - "target": 79328, - "name": "HTMLElement.togglePopover" - } - }, - "64425": { - "id": 64425, - "name": "togglePopover", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/togglePopover)" - } - ] - }, - "parameters": [ - 64426 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79329, - "name": "HTMLElement.togglePopover" - } - }, - "64426": { - "id": 64426, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "64427": { - "id": 64427, - "name": "webkitMatchesSelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 64428 - ], - "inheritedFrom": { - "type": "reference", - "target": 79331, - "name": "HTMLElement.webkitMatchesSelector" - } - }, - "64428": { - "id": 64428, - "name": "webkitMatchesSelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`matches`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/matches)" - } - ] - } - ] - }, - "parameters": [ - 64429 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79332, - "name": "HTMLElement.webkitMatchesSelector" - } - }, - "64429": { - "id": 64429, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64430": { - "id": 64430, - "name": "HTMLAreaElement", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Provides special properties and methods (beyond those of the regular object HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of elements.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement)" - } - ] - }, - "children": [ - 64431, - 64432, - 64433, - 64434, - 64435, - 64436, - 64437, - 64438, - 64439, - 64440, - 64441, - 64442, - 64443, - 64444, - 64445, - 64446, - 64447, - 64448, - 64449, - 64450, - 64451, - 64452, - 64453, - 64454, - 64455, - 64456, - 64457, - 64458, - 64459, - 64460, - 64461, - 64462, - 64463, - 64464, - 64465, - 64466, - 64467, - 64468, - 64469, - 64470, - 64471, - 64472, - 64473, - 64474, - 64475, - 64476, - 64477, - 64478, - 64479, - 64480, - 64481, - 64482, - 64483, - 64484, - 64485, - 64486, - 64487, - 64488, - 64489, - 64490, - 64491, - 64492, - 64493, - 64494, - 64495, - 64496, - 64497, - 64498, - 64499, - 64500, - 64501, - 64502, - 64503, - 64504, - 64505, - 64506, - 64507, - 64508, - 64509, - 64510, - 64511, - 64512, - 64513, - 64514, - 64515, - 64516, - 64517, - 64518, - 64519, - 64520, - 64521, - 64522, - 64523, - 64524, - 64525, - 64526, - 64527, - 64528, - 64529, - 64530, - 64531, - 64532, - 64533, - 64534, - 64535, - 64536, - 64537, - 64538, - 64539, - 64540, - 64541, - 64542, - 64543, - 64544, - 64545, - 64546, - 64547, - 64548, - 64553, - 64558, - 64563, - 64568, - 64573, - 64578, - 64583, - 64588, - 64593, - 64598, - 64603, - 64608, - 64613, - 64618, - 64623, - 64628, - 64633, - 64638, - 64643, - 64648, - 64653, - 64658, - 64663, - 64668, - 64673, - 64678, - 64683, - 64688, - 64693, - 64698, - 64703, - 64708, - 64709, - 64714, - 64719, - 64724, - 64729, - 64734, - 64739, - 64744, - 64749, - 64754, - 64759, - 64764, - 64769, - 64774, - 64779, - 64784, - 64789, - 64794, - 64799, - 64804, - 64809, - 64814, - 64819, - 64824, - 64829, - 64834, - 64839, - 64844, - 64849, - 64854, - 64859, - 64864, - 64869, - 64874, - 64879, - 64884, - 64889, - 64894, - 64899, - 64904, - 64909, - 64914, - 64919, - 64924, - 64929, - 64934, - 64939, - 64944, - 64949, - 64954, - 64959, - 64964, - 64969, - 64974, - 64979, - 64984, - 64989, - 64994, - 64999, - 65004, - 65009, - 65014, - 65019, - 65024, - 65029, - 65034, - 65039, - 65044, - 65045, - 65046, - 65047, - 65048, - 65049, - 65050, - 65051, - 65052, - 65053, - 65054, - 65055, - 65056, - 65057, - 65058, - 65059, - 65060, - 65061, - 65062, - 65063, - 65064, - 65065, - 65066, - 65067, - 65068, - 65069, - 65070, - 65071, - 65072, - 65073, - 65074, - 65075, - 65076, - 65077, - 65078, - 65079, - 65083, - 65087, - 65091, - 65095, - 65109, - 65112, - 65116, - 65119, - 65123, - 65125, - 65128, - 65131, - 65133, - 65136, - 65138, - 65141, - 65154, - 65157, - 65159, - 65162, - 65165, - 65168, - 65171, - 65174, - 65178, - 65180, - 65183, - 65187, - 65189, - 65191, - 65194, - 65209, - 65222, - 65225, - 65228, - 65231, - 65235, - 65237, - 65239, - 65242, - 65244, - 65248, - 65252, - 65256, - 65261, - 65264, - 65267, - 65270, - 65273, - 65276, - 65279, - 65281, - 65284, - 65300, - 65316, - 65319, - 65321, - 65324, - 65328, - 65331, - 65335, - 65349, - 65354, - 65357, - 65360, - 65363, - 65366, - 65372, - 65378, - 65381, - 65387, - 65391, - 65396, - 65399, - 65402, - 65405, - 65408, - 65410, - 65412, - 65416, - 65419 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 64431, - 64432, - 64433, - 64434, - 64435, - 64436, - 64437, - 64438, - 64439, - 64440, - 64441, - 64442, - 64443, - 64444, - 64445, - 64446, - 64447, - 64448, - 64449, - 64450, - 64451, - 64452, - 64453, - 64454, - 64455, - 64456, - 64457, - 64458, - 64459, - 64460, - 64461, - 64462, - 64463, - 64464, - 64465, - 64466, - 64467, - 64468, - 64469, - 64470, - 64471, - 64472, - 64473, - 64474, - 64475, - 64476, - 64477, - 64478, - 64479, - 64480, - 64481, - 64482, - 64483, - 64484, - 64485, - 64486, - 64487, - 64488, - 64489, - 64490, - 64491, - 64492, - 64493, - 64494, - 64495, - 64496, - 64497, - 64498, - 64499, - 64500, - 64501, - 64502, - 64503, - 64504, - 64505, - 64506, - 64507, - 64508, - 64509, - 64510, - 64511, - 64512, - 64513, - 64514, - 64515, - 64516, - 64517, - 64518, - 64519, - 64520, - 64521, - 64522, - 64523, - 64524, - 64525, - 64526, - 64527, - 64528, - 64529, - 64530, - 64531, - 64532, - 64533, - 64534, - 64535, - 64536, - 64537, - 64538, - 64539, - 64540, - 64541, - 64542, - 64543, - 64544, - 64545, - 64546, - 64547, - 64548, - 64553, - 64558, - 64563, - 64568, - 64573, - 64578, - 64583, - 64588, - 64593, - 64598, - 64603, - 64608, - 64613, - 64618, - 64623, - 64628, - 64633, - 64638, - 64643, - 64648, - 64653, - 64658, - 64663, - 64668, - 64673, - 64678, - 64683, - 64688, - 64693, - 64698, - 64703, - 64708, - 64709, - 64714, - 64719, - 64724, - 64729, - 64734, - 64739, - 64744, - 64749, - 64754, - 64759, - 64764, - 64769, - 64774, - 64779, - 64784, - 64789, - 64794, - 64799, - 64804, - 64809, - 64814, - 64819, - 64824, - 64829, - 64834, - 64839, - 64844, - 64849, - 64854, - 64859, - 64864, - 64869, - 64874, - 64879, - 64884, - 64889, - 64894, - 64899, - 64904, - 64909, - 64914, - 64919, - 64924, - 64929, - 64934, - 64939, - 64944, - 64949, - 64954, - 64959, - 64964, - 64969, - 64974, - 64979, - 64984, - 64989, - 64994, - 64999, - 65004, - 65009, - 65014, - 65019, - 65024, - 65029, - 65034, - 65039, - 65044, - 65045, - 65046, - 65047, - 65048, - 65049, - 65050, - 65051, - 65052, - 65053, - 65054, - 65055, - 65056, - 65057, - 65058, - 65059, - 65060, - 65061, - 65062, - 65063, - 65064, - 65065, - 65066, - 65067, - 65068, - 65069, - 65070, - 65071, - 65072, - 65073, - 65074, - 65075, - 65076, - 65077, - 65078 - ] - }, - { - "title": "Accessors", - "children": [ - 65079, - 65083, - 65087, - 65091 - ] - }, - { - "title": "Methods", - "children": [ - 65095, - 65109, - 65112, - 65116, - 65119, - 65123, - 65125, - 65128, - 65131, - 65133, - 65136, - 65138, - 65141, - 65154, - 65157, - 65159, - 65162, - 65165, - 65168, - 65171, - 65174, - 65178, - 65180, - 65183, - 65187, - 65189, - 65191, - 65194, - 65209, - 65222, - 65225, - 65228, - 65231, - 65235, - 65237, - 65239, - 65242, - 65244, - 65248, - 65252, - 65256, - 65261, - 65264, - 65267, - 65270, - 65273, - 65276, - 65279, - 65281, - 65284, - 65300, - 65316, - 65319, - 65321, - 65324, - 65328, - 65331, - 65335, - 65349, - 65354, - 65357, - 65360, - 65363, - 65366, - 65372, - 65378, - 65381, - 65387, - 65391, - 65396, - 65399, - 65402, - 65405, - 65408, - 65410, - 65412, - 65416, - 65419 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - }, - { - "type": "reference", - "target": 88548, - "name": "HTMLHyperlinkElementUtils", - "package": "typescript" - } - ] - }, - "64431": { - "id": 64431, - "name": "ATTRIBUTE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 78369, - "name": "HTMLElement.ATTRIBUTE_NODE" - } - }, - "64432": { - "id": 64432, - "name": "CDATA_SECTION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a CDATASection node." - } - ] - }, - "type": { - "type": "literal", - "value": 4 - }, - "inheritedFrom": { - "type": "reference", - "target": 78370, - "name": "HTMLElement.CDATA_SECTION_NODE" - } - }, - "64433": { - "id": 64433, - "name": "COMMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Comment node." - } - ] - }, - "type": { - "type": "literal", - "value": 8 - }, - "inheritedFrom": { - "type": "reference", - "target": 78371, - "name": "HTMLElement.COMMENT_NODE" - } - }, - "64434": { - "id": 64434, - "name": "DOCUMENT_FRAGMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a DocumentFragment node." - } - ] - }, - "type": { - "type": "literal", - "value": 11 - }, - "inheritedFrom": { - "type": "reference", - "target": 78372, - "name": "HTMLElement.DOCUMENT_FRAGMENT_NODE" - } - }, - "64435": { - "id": 64435, - "name": "DOCUMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a document." - } - ] - }, - "type": { - "type": "literal", - "value": 9 - }, - "inheritedFrom": { - "type": "reference", - "target": 78373, - "name": "HTMLElement.DOCUMENT_NODE" - } - }, - "64436": { - "id": 64436, - "name": "DOCUMENT_POSITION_CONTAINED_BY", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is a descendant of node." - } - ] - }, - "type": { - "type": "literal", - "value": 16 - }, - "inheritedFrom": { - "type": "reference", - "target": 78374, - "name": "HTMLElement.DOCUMENT_POSITION_CONTAINED_BY" - } - }, - "64437": { - "id": 64437, - "name": "DOCUMENT_POSITION_CONTAINS", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is an ancestor of node." - } - ] - }, - "type": { - "type": "literal", - "value": 8 - }, - "inheritedFrom": { - "type": "reference", - "target": 78375, - "name": "HTMLElement.DOCUMENT_POSITION_CONTAINS" - } - }, - "64438": { - "id": 64438, - "name": "DOCUMENT_POSITION_DISCONNECTED", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when node and other are not in the same tree." - } - ] - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 78376, - "name": "HTMLElement.DOCUMENT_POSITION_DISCONNECTED" - } - }, - "64439": { - "id": 64439, - "name": "DOCUMENT_POSITION_FOLLOWING", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is following node." - } - ] - }, - "type": { - "type": "literal", - "value": 4 - }, - "inheritedFrom": { - "type": "reference", - "target": 78377, - "name": "HTMLElement.DOCUMENT_POSITION_FOLLOWING" - } - }, - "64440": { - "id": 64440, - "name": "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 32 - }, - "inheritedFrom": { - "type": "reference", - "target": 78378, - "name": "HTMLElement.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" - } - }, - "64441": { - "id": 64441, - "name": "DOCUMENT_POSITION_PRECEDING", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is preceding node." - } - ] - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 78379, - "name": "HTMLElement.DOCUMENT_POSITION_PRECEDING" - } - }, - "64442": { - "id": 64442, - "name": "DOCUMENT_TYPE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a doctype." - } - ] - }, - "type": { - "type": "literal", - "value": 10 - }, - "inheritedFrom": { - "type": "reference", - "target": 78380, - "name": "HTMLElement.DOCUMENT_TYPE_NODE" - } - }, - "64443": { - "id": 64443, - "name": "ELEMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is an element." - } - ] - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 78381, - "name": "HTMLElement.ELEMENT_NODE" - } - }, - "64444": { - "id": 64444, - "name": "ENTITY_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 6 - }, - "inheritedFrom": { - "type": "reference", - "target": 78382, - "name": "HTMLElement.ENTITY_NODE" - } - }, - "64445": { - "id": 64445, - "name": "ENTITY_REFERENCE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 5 - }, - "inheritedFrom": { - "type": "reference", - "target": 78383, - "name": "HTMLElement.ENTITY_REFERENCE_NODE" - } - }, - "64446": { - "id": 64446, - "name": "NOTATION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 12 - }, - "inheritedFrom": { - "type": "reference", - "target": 78384, - "name": "HTMLElement.NOTATION_NODE" - } - }, - "64447": { - "id": 64447, - "name": "PROCESSING_INSTRUCTION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a ProcessingInstruction node." - } - ] - }, - "type": { - "type": "literal", - "value": 7 - }, - "inheritedFrom": { - "type": "reference", - "target": 78385, - "name": "HTMLElement.PROCESSING_INSTRUCTION_NODE" - } - }, - "64448": { - "id": 64448, - "name": "TEXT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Text node." - } - ] - }, - "type": { - "type": "literal", - "value": 3 - }, - "inheritedFrom": { - "type": "reference", - "target": 78386, - "name": "HTMLElement.TEXT_NODE" - } - }, - "64449": { - "id": 64449, - "name": "accessKey", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/accessKey)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78387, - "name": "HTMLElement.accessKey" - } - }, - "64450": { - "id": 64450, - "name": "accessKeyLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/accessKeyLabel)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78388, - "name": "HTMLElement.accessKeyLabel" - } - }, - "64451": { - "id": 64451, - "name": "alt", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves a text alternative to the graphic.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/alt)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64452": { - "id": 64452, - "name": "ariaAtomic", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaAtomic)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78389, - "name": "HTMLElement.ariaAtomic" - } - }, - "64453": { - "id": 64453, - "name": "ariaAutoComplete", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaAutoComplete)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78390, - "name": "HTMLElement.ariaAutoComplete" - } - }, - "64454": { - "id": 64454, - "name": "ariaBrailleLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaBrailleLabel)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78391, - "name": "HTMLElement.ariaBrailleLabel" - } - }, - "64455": { - "id": 64455, - "name": "ariaBrailleRoleDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaBrailleRoleDescription)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78392, - "name": "HTMLElement.ariaBrailleRoleDescription" - } - }, - "64456": { - "id": 64456, - "name": "ariaBusy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaBusy)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78393, - "name": "HTMLElement.ariaBusy" - } - }, - "64457": { - "id": 64457, - "name": "ariaChecked", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaChecked)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78394, - "name": "HTMLElement.ariaChecked" - } - }, - "64458": { - "id": 64458, - "name": "ariaColCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColCount)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78395, - "name": "HTMLElement.ariaColCount" - } - }, - "64459": { - "id": 64459, - "name": "ariaColIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColIndex)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78396, - "name": "HTMLElement.ariaColIndex" - } - }, - "64460": { - "id": 64460, - "name": "ariaColIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColIndexText)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78397, - "name": "HTMLElement.ariaColIndexText" - } - }, - "64461": { - "id": 64461, - "name": "ariaColSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColSpan)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78398, - "name": "HTMLElement.ariaColSpan" - } - }, - "64462": { - "id": 64462, - "name": "ariaCurrent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaCurrent)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78399, - "name": "HTMLElement.ariaCurrent" - } - }, - "64463": { - "id": 64463, - "name": "ariaDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDescription)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78400, - "name": "HTMLElement.ariaDescription" - } - }, - "64464": { - "id": 64464, - "name": "ariaDisabled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDisabled)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78401, - "name": "HTMLElement.ariaDisabled" - } - }, - "64465": { - "id": 64465, - "name": "ariaExpanded", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaExpanded)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78402, - "name": "HTMLElement.ariaExpanded" - } - }, - "64466": { - "id": 64466, - "name": "ariaHasPopup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaHasPopup)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78403, - "name": "HTMLElement.ariaHasPopup" - } - }, - "64467": { - "id": 64467, - "name": "ariaHidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaHidden)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78404, - "name": "HTMLElement.ariaHidden" - } - }, - "64468": { - "id": 64468, - "name": "ariaInvalid", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78405, - "name": "HTMLElement.ariaInvalid" - } - }, - "64469": { - "id": 64469, - "name": "ariaKeyShortcuts", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaKeyShortcuts)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78406, - "name": "HTMLElement.ariaKeyShortcuts" - } - }, - "64470": { - "id": 64470, - "name": "ariaLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLabel)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78407, - "name": "HTMLElement.ariaLabel" - } - }, - "64471": { - "id": 64471, - "name": "ariaLevel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLevel)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78408, - "name": "HTMLElement.ariaLevel" - } - }, - "64472": { - "id": 64472, - "name": "ariaLive", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLive)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78409, - "name": "HTMLElement.ariaLive" - } - }, - "64473": { - "id": 64473, - "name": "ariaModal", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaModal)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78410, - "name": "HTMLElement.ariaModal" - } - }, - "64474": { - "id": 64474, - "name": "ariaMultiLine", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaMultiLine)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78411, - "name": "HTMLElement.ariaMultiLine" - } - }, - "64475": { - "id": 64475, - "name": "ariaMultiSelectable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaMultiSelectable)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78412, - "name": "HTMLElement.ariaMultiSelectable" - } - }, - "64476": { - "id": 64476, - "name": "ariaOrientation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaOrientation)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78413, - "name": "HTMLElement.ariaOrientation" - } - }, - "64477": { - "id": 64477, - "name": "ariaPlaceholder", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPlaceholder)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78414, - "name": "HTMLElement.ariaPlaceholder" - } - }, - "64478": { - "id": 64478, - "name": "ariaPosInSet", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPosInSet)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78415, - "name": "HTMLElement.ariaPosInSet" - } - }, - "64479": { - "id": 64479, - "name": "ariaPressed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPressed)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78416, - "name": "HTMLElement.ariaPressed" - } - }, - "64480": { - "id": 64480, - "name": "ariaReadOnly", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaReadOnly)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78417, - "name": "HTMLElement.ariaReadOnly" - } - }, - "64481": { - "id": 64481, - "name": "ariaRelevant", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRelevant)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78418, - "name": "HTMLElement.ariaRelevant" - } - }, - "64482": { - "id": 64482, - "name": "ariaRequired", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRequired)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78419, - "name": "HTMLElement.ariaRequired" - } - }, - "64483": { - "id": 64483, - "name": "ariaRoleDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRoleDescription)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78420, - "name": "HTMLElement.ariaRoleDescription" - } - }, - "64484": { - "id": 64484, - "name": "ariaRowCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowCount)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78421, - "name": "HTMLElement.ariaRowCount" - } - }, - "64485": { - "id": 64485, - "name": "ariaRowIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowIndex)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78422, - "name": "HTMLElement.ariaRowIndex" - } - }, - "64486": { - "id": 64486, - "name": "ariaRowIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowIndexText)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78423, - "name": "HTMLElement.ariaRowIndexText" - } - }, - "64487": { - "id": 64487, - "name": "ariaRowSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowSpan)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78424, - "name": "HTMLElement.ariaRowSpan" - } - }, - "64488": { - "id": 64488, - "name": "ariaSelected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaSelected)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78425, - "name": "HTMLElement.ariaSelected" - } - }, - "64489": { - "id": 64489, - "name": "ariaSetSize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaSetSize)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78426, - "name": "HTMLElement.ariaSetSize" - } - }, - "64490": { - "id": 64490, - "name": "ariaSort", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaSort)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78427, - "name": "HTMLElement.ariaSort" - } - }, - "64491": { - "id": 64491, - "name": "ariaValueMax", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueMax)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78428, - "name": "HTMLElement.ariaValueMax" - } - }, - "64492": { - "id": 64492, - "name": "ariaValueMin", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueMin)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78429, - "name": "HTMLElement.ariaValueMin" - } - }, - "64493": { - "id": 64493, - "name": "ariaValueNow", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueNow)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78430, - "name": "HTMLElement.ariaValueNow" - } - }, - "64494": { - "id": 64494, - "name": "ariaValueText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueText)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78431, - "name": "HTMLElement.ariaValueText" - } - }, - "64495": { - "id": 64495, - "name": "assignedSlot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/assignedSlot)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 114160, - "name": "HTMLSlotElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78432, - "name": "HTMLElement.assignedSlot" - } - }, - "64496": { - "id": 64496, - "name": "attributeStyleMap", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/attributeStyleMap)" - } - ] - }, - "type": { - "type": "reference", - "target": 205753, - "name": "StylePropertyMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78433, - "name": "HTMLElement.attributeStyleMap" - } - }, - "64497": { - "id": 64497, - "name": "attributes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/attributes)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NamedNodeMap" - }, - "name": "NamedNodeMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78434, - "name": "HTMLElement.attributes" - } - }, - "64498": { - "id": 64498, - "name": "autocapitalize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/autocapitalize)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78435, - "name": "HTMLElement.autocapitalize" - } - }, - "64499": { - "id": 64499, - "name": "autofocus", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/autofocus)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78436, - "name": "HTMLElement.autofocus" - } - }, - "64500": { - "id": 64500, - "name": "baseURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's node document's document base URL.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/baseURI)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78437, - "name": "HTMLElement.baseURI" - } - }, - "64501": { - "id": 64501, - "name": "childElementCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/childElementCount)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78438, - "name": "HTMLElement.childElementCount" - } - }, - "64502": { - "id": 64502, - "name": "childNodes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the children.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/childNodes)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78439, - "name": "HTMLElement.childNodes" - } - }, - "64503": { - "id": 64503, - "name": "children", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the child elements.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/children)" - } - ] - }, - "type": { - "type": "reference", - "target": 71580, - "name": "HTMLCollection", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78440, - "name": "HTMLElement.children" - } - }, - "64504": { - "id": 64504, - "name": "className", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the value of element's class content attribute. Can be set to change it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/className)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78441, - "name": "HTMLElement.className" - } - }, - "64505": { - "id": 64505, - "name": "clientHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientHeight)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78442, - "name": "HTMLElement.clientHeight" - } - }, - "64506": { - "id": 64506, - "name": "clientLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientLeft)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78443, - "name": "HTMLElement.clientLeft" - } - }, - "64507": { - "id": 64507, - "name": "clientTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientTop)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78444, - "name": "HTMLElement.clientTop" - } - }, - "64508": { - "id": 64508, - "name": "clientWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientWidth)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78445, - "name": "HTMLElement.clientWidth" - } - }, - "64509": { - "id": 64509, - "name": "contentEditable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/contentEditable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78446, - "name": "HTMLElement.contentEditable" - } - }, - "64510": { - "id": 64510, - "name": "coords", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves the coordinates of the object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/coords)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64511": { - "id": 64511, - "name": "currentCSSZoom", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/currentCSSZoom)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78447, - "name": "HTMLElement.currentCSSZoom" - } - }, - "64512": { - "id": 64512, - "name": "dataset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dataset)" - } - ] - }, - "type": { - "type": "reference", - "target": 60124, - "name": "DOMStringMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78448, - "name": "HTMLElement.dataset" - } - }, - "64513": { - "id": 64513, - "name": "dir", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dir)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78449, - "name": "HTMLElement.dir" - } - }, - "64514": { - "id": 64514, - "name": "download", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/download)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "64515": { - "id": 64515, - "name": "draggable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/draggable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78450, - "name": "HTMLElement.draggable" - } - }, - "64516": { - "id": 64516, - "name": "enterKeyHint", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/enterKeyHint)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78451, - "name": "HTMLElement.enterKeyHint" - } - }, - "64517": { - "id": 64517, - "name": "firstChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/firstChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78452, - "name": "HTMLElement.firstChild" - } - }, - "64518": { - "id": 64518, - "name": "firstElementChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/firstElementChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78453, - "name": "HTMLElement.firstElementChild" - } - }, - "64519": { - "id": 64519, - "name": "hash", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the hyperlink's URL's fragment (includes leading \"#\" if non-empty).\n\nCan be set, to change the URL's fragment (ignores leading \"#\").\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/hash)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 88549, - "name": "HTMLHyperlinkElementUtils.hash" - } - }, - "64520": { - "id": 64520, - "name": "hidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/hidden)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78454, - "name": "HTMLElement.hidden" - } - }, - "64521": { - "id": 64521, - "name": "host", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the hyperlink's URL's host and port (if different from the default port for the scheme).\n\nCan be set, to change the URL's host and port.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/host)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 88550, - "name": "HTMLHyperlinkElementUtils.host" - } - }, - "64522": { - "id": 64522, - "name": "hostname", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the hyperlink's URL's host.\n\nCan be set, to change the URL's host.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/hostname)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 88551, - "name": "HTMLHyperlinkElementUtils.hostname" - } - }, - "64523": { - "id": 64523, - "name": "href", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the hyperlink's URL.\n\nCan be set, to change the URL.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/href)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 88552, - "name": "HTMLHyperlinkElementUtils.href" - } - }, - "64524": { - "id": 64524, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the value of element's id content attribute. Can be set to change it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/id)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78455, - "name": "HTMLElement.id" - } - }, - "64525": { - "id": 64525, - "name": "inert", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/inert)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78456, - "name": "HTMLElement.inert" - } - }, - "64526": { - "id": 64526, - "name": "innerHTML", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/innerHTML)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78457, - "name": "HTMLElement.innerHTML" - } - }, - "64527": { - "id": 64527, - "name": "innerText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/innerText)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78458, - "name": "HTMLElement.innerText" - } - }, - "64528": { - "id": 64528, - "name": "inputMode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/inputMode)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78459, - "name": "HTMLElement.inputMode" - } - }, - "64529": { - "id": 64529, - "name": "isConnected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if node is connected and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isConnected)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78460, - "name": "HTMLElement.isConnected" - } - }, - "64530": { - "id": 64530, - "name": "isContentEditable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/isContentEditable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78461, - "name": "HTMLElement.isContentEditable" - } - }, - "64531": { - "id": 64531, - "name": "lang", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/lang)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78462, - "name": "HTMLElement.lang" - } - }, - "64532": { - "id": 64532, - "name": "lastChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lastChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78463, - "name": "HTMLElement.lastChild" - } - }, - "64533": { - "id": 64533, - "name": "lastElementChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/lastElementChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78464, - "name": "HTMLElement.lastElementChild" - } - }, - "64534": { - "id": 64534, - "name": "localName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the local name.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/localName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78465, - "name": "HTMLElement.localName" - } - }, - "64535": { - "id": 64535, - "name": "namespaceURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the namespace.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/namespaceURI)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78466, - "name": "HTMLElement.namespaceURI" - } - }, - "64536": { - "id": 64536, - "name": "nextElementSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first following sibling that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/nextElementSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78467, - "name": "HTMLElement.nextElementSibling" - } - }, - "64537": { - "id": 64537, - "name": "nextSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the next sibling.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nextSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78468, - "name": "HTMLElement.nextSibling" - } - }, - "64538": { - "id": 64538, - "name": "noHref", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or gets whether clicks in this region cause action." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "64539": { - "id": 64539, - "name": "nodeName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a string appropriate for the type of node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78469, - "name": "HTMLElement.nodeName" - } - }, - "64540": { - "id": 64540, - "name": "nodeType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeType)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78470, - "name": "HTMLElement.nodeType" - } - }, - "64541": { - "id": 64541, - "name": "nodeValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeValue)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78471, - "name": "HTMLElement.nodeValue" - } - }, - "64542": { - "id": 64542, - "name": "nonce", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/nonce)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78472, - "name": "HTMLElement.nonce" - } - }, - "64543": { - "id": 64543, - "name": "offsetHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetHeight)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78473, - "name": "HTMLElement.offsetHeight" - } - }, - "64544": { - "id": 64544, - "name": "offsetLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetLeft)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78474, - "name": "HTMLElement.offsetLeft" - } - }, - "64545": { - "id": 64545, - "name": "offsetParent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetParent)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78475, - "name": "HTMLElement.offsetParent" - } - }, - "64546": { - "id": 64546, - "name": "offsetTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetTop)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78476, - "name": "HTMLElement.offsetTop" - } - }, - "64547": { - "id": 64547, - "name": "offsetWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetWidth)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78477, - "name": "HTMLElement.offsetWidth" - } - }, - "64548": { - "id": 64548, - "name": "onabort", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user aborts the download." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/abort_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64549, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64550, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64551, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64552, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206438, - "name": "UIEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78478, - "name": "HTMLElement.onabort" - } - }, - "64553": { - "id": 64553, - "name": "onanimationcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationcancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64554, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64555, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64556, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64557, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78483, - "name": "HTMLElement.onanimationcancel" - } - }, - "64558": { - "id": 64558, - "name": "onanimationend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationend_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64559, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64560, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64561, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64562, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78488, - "name": "HTMLElement.onanimationend" - } - }, - "64563": { - "id": 64563, - "name": "onanimationiteration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationiteration_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64564, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64565, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64566, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64567, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78493, - "name": "HTMLElement.onanimationiteration" - } - }, - "64568": { - "id": 64568, - "name": "onanimationstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationstart_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64569, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64570, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64571, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64572, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78498, - "name": "HTMLElement.onanimationstart" - } - }, - "64573": { - "id": 64573, - "name": "onauxclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/auxclick_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64574, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64575, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64576, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64577, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78503, - "name": "HTMLElement.onauxclick" - } - }, - "64578": { - "id": 64578, - "name": "onbeforeinput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/beforeinput_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64579, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64580, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64581, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64582, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132341, - "name": "InputEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78508, - "name": "HTMLElement.onbeforeinput" - } - }, - "64583": { - "id": 64583, - "name": "onbeforetoggle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/beforetoggle_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64584, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64585, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64586, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64587, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78513, - "name": "HTMLElement.onbeforetoggle" - } - }, - "64588": { - "id": 64588, - "name": "onblur", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the object loses the input focus." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The focus event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/blur_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64589, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64590, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64591, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64592, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62585, - "name": "FocusEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78518, - "name": "HTMLElement.onblur" - } - }, - "64593": { - "id": 64593, - "name": "oncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDialogElement/cancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64594, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64595, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64596, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64597, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78523, - "name": "HTMLElement.oncancel" - } - }, - "64598": { - "id": 64598, - "name": "oncanplay", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when playback is possible, but would require further buffering." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/canplay_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64599, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64600, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64601, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64602, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78528, - "name": "HTMLElement.oncanplay" - } - }, - "64603": { - "id": 64603, - "name": "oncanplaythrough", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/canplaythrough_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64604, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64605, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64606, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64607, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78533, - "name": "HTMLElement.oncanplaythrough" - } - }, - "64608": { - "id": 64608, - "name": "onchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the contents of the object or selection have changed." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/change_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64609, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64610, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64611, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64612, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78538, - "name": "HTMLElement.onchange" - } - }, - "64613": { - "id": 64613, - "name": "onclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user clicks the left mouse button on the object" - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/click_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64614, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64615, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64616, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64617, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78543, - "name": "HTMLElement.onclick" - } - }, - "64618": { - "id": 64618, - "name": "onclose", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDialogElement/close_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64619, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64620, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64621, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64622, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78548, - "name": "HTMLElement.onclose" - } - }, - "64623": { - "id": 64623, - "name": "oncontextlost", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/contextlost_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64624, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64625, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64626, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64627, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78553, - "name": "HTMLElement.oncontextlost" - } - }, - "64628": { - "id": 64628, - "name": "oncontextmenu", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user clicks the right mouse button in the client area, opening the context menu." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/contextmenu_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64629, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64630, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64631, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64632, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78558, - "name": "HTMLElement.oncontextmenu" - } - }, - "64633": { - "id": 64633, - "name": "oncontextrestored", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/contextrestored_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64634, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64635, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64636, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64637, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78563, - "name": "HTMLElement.oncontextrestored" - } - }, - "64638": { - "id": 64638, - "name": "oncopy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/copy_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64639, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64640, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64641, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64642, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 59344, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78568, - "name": "HTMLElement.oncopy" - } - }, - "64643": { - "id": 64643, - "name": "oncuechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/cuechange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64644, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64645, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64646, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64647, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78573, - "name": "HTMLElement.oncuechange" - } - }, - "64648": { - "id": 64648, - "name": "oncut", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/cut_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64649, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64650, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64651, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64652, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 59344, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78578, - "name": "HTMLElement.oncut" - } - }, - "64653": { - "id": 64653, - "name": "ondblclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user double-clicks the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/dblclick_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64654, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64655, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64656, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64657, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78583, - "name": "HTMLElement.ondblclick" - } - }, - "64658": { - "id": 64658, - "name": "ondrag", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the source object continuously during a drag operation." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/drag_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64659, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64660, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64661, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64662, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78588, - "name": "HTMLElement.ondrag" - } - }, - "64663": { - "id": 64663, - "name": "ondragend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the source object when the user releases the mouse at the close of a drag operation." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragend_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64664, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64665, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64666, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64667, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78593, - "name": "HTMLElement.ondragend" - } - }, - "64668": { - "id": 64668, - "name": "ondragenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the target element when the user drags the object to a valid drop target." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The drag event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragenter_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64669, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64670, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64671, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64672, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78598, - "name": "HTMLElement.ondragenter" - } - }, - "64673": { - "id": 64673, - "name": "ondragleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The drag event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragleave_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64674, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64675, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64676, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64677, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78603, - "name": "HTMLElement.ondragleave" - } - }, - "64678": { - "id": 64678, - "name": "ondragover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the target element continuously while the user drags the object over a valid drop target." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragover_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64679, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64680, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64681, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64682, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78608, - "name": "HTMLElement.ondragover" - } - }, - "64683": { - "id": 64683, - "name": "ondragstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the source object when the user starts to drag a text selection or selected object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragstart_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64684, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64685, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64686, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64687, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78613, - "name": "HTMLElement.ondragstart" - } - }, - "64688": { - "id": 64688, - "name": "ondrop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/drop_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64689, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64690, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64691, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64692, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78618, - "name": "HTMLElement.ondrop" - } - }, - "64693": { - "id": 64693, - "name": "ondurationchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the duration attribute is updated." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/durationchange_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64694, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64695, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64696, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64697, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78623, - "name": "HTMLElement.ondurationchange" - } - }, - "64698": { - "id": 64698, - "name": "onemptied", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the media element is reset to its initial state." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/emptied_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64699, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64700, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64701, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64702, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78628, - "name": "HTMLElement.onemptied" - } - }, - "64703": { - "id": 64703, - "name": "onended", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the end of playback is reached." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/ended_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64704, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64705, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64706, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64707, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78633, - "name": "HTMLElement.onended" - } - }, - "64708": { - "id": 64708, - "name": "onerror", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when an error occurs during object loading." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/error_event)" - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 212587, - "name": "OnErrorEventHandler", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78638, - "name": "HTMLElement.onerror" - } - }, - "64709": { - "id": 64709, - "name": "onfocus", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the object receives focus." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/focus_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64710, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64711, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64712, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64713, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62585, - "name": "FocusEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78639, - "name": "HTMLElement.onfocus" - } - }, - "64714": { - "id": 64714, - "name": "onformdata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/formdata_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64715, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64716, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64717, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64718, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62701, - "name": "FormDataEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78644, - "name": "HTMLElement.onformdata" - } - }, - "64719": { - "id": 64719, - "name": "onfullscreenchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/fullscreenchange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64720, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64721, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64722, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - }, - { - "id": 64723, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78649, - "name": "HTMLElement.onfullscreenchange" - } - }, - "64724": { - "id": 64724, - "name": "onfullscreenerror", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/fullscreenerror_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64725, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64726, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64727, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - }, - { - "id": 64728, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78654, - "name": "HTMLElement.onfullscreenerror" - } - }, - "64729": { - "id": 64729, - "name": "ongotpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/gotpointercapture_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64730, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64731, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64732, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64733, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78659, - "name": "HTMLElement.ongotpointercapture" - } - }, - "64734": { - "id": 64734, - "name": "oninput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/input_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64735, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64736, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64737, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64738, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78664, - "name": "HTMLElement.oninput" - } - }, - "64739": { - "id": 64739, - "name": "oninvalid", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/invalid_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64740, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64741, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64742, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64743, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78669, - "name": "HTMLElement.oninvalid" - } - }, - "64744": { - "id": 64744, - "name": "onkeydown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user presses a key." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The keyboard event\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/keydown_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64745, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64746, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64747, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64748, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132447, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78674, - "name": "HTMLElement.onkeydown" - } - }, - "64749": { - "id": 64749, - "name": "onkeypress", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user presses an alphanumeric key." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event." - } - ] - }, - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/keypress_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64750, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64751, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64752, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64753, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132447, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78679, - "name": "HTMLElement.onkeypress" - } - }, - "64754": { - "id": 64754, - "name": "onkeyup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user releases a key." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The keyboard event\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/keyup_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64755, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64756, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64757, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64758, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132447, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78684, - "name": "HTMLElement.onkeyup" - } - }, - "64759": { - "id": 64759, - "name": "onload", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires immediately after the browser loads the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGElement/load_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64760, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64761, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64762, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64763, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78689, - "name": "HTMLElement.onload" - } - }, - "64764": { - "id": 64764, - "name": "onloadeddata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when media data is loaded at the current playback position." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadeddata_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64765, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64766, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64767, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64768, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78694, - "name": "HTMLElement.onloadeddata" - } - }, - "64769": { - "id": 64769, - "name": "onloadedmetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the duration and dimensions of the media have been determined." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadedmetadata_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64770, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64771, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64772, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64773, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78699, - "name": "HTMLElement.onloadedmetadata" - } - }, - "64774": { - "id": 64774, - "name": "onloadstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when Internet Explorer begins looking for media data." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadstart_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64775, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64776, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64777, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64778, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78704, - "name": "HTMLElement.onloadstart" - } - }, - "64779": { - "id": 64779, - "name": "onlostpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/lostpointercapture_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64780, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64781, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64782, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64783, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78709, - "name": "HTMLElement.onlostpointercapture" - } - }, - "64784": { - "id": 64784, - "name": "onmousedown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user clicks the object with either mouse button." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mousedown_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64785, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64786, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64787, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64788, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78714, - "name": "HTMLElement.onmousedown" - } - }, - "64789": { - "id": 64789, - "name": "onmouseenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseenter_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64790, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64791, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64792, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64793, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78719, - "name": "HTMLElement.onmouseenter" - } - }, - "64794": { - "id": 64794, - "name": "onmouseleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseleave_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64795, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64796, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64797, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64798, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78724, - "name": "HTMLElement.onmouseleave" - } - }, - "64799": { - "id": 64799, - "name": "onmousemove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user moves the mouse over the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mousemove_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64800, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64801, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64802, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64803, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78729, - "name": "HTMLElement.onmousemove" - } - }, - "64804": { - "id": 64804, - "name": "onmouseout", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user moves the mouse pointer outside the boundaries of the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseout_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64805, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64806, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64807, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64808, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78734, - "name": "HTMLElement.onmouseout" - } - }, - "64809": { - "id": 64809, - "name": "onmouseover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user moves the mouse pointer into the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseover_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64810, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64811, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64812, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64813, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78739, - "name": "HTMLElement.onmouseover" - } - }, - "64814": { - "id": 64814, - "name": "onmouseup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user releases a mouse button while the mouse is over the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseup_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64815, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64816, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64817, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64818, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78744, - "name": "HTMLElement.onmouseup" - } - }, - "64819": { - "id": 64819, - "name": "onpaste", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/paste_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64820, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64821, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64822, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64823, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 59344, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78749, - "name": "HTMLElement.onpaste" - } - }, - "64824": { - "id": 64824, - "name": "onpause", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when playback is paused." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/pause_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64825, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64826, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64827, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64828, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78754, - "name": "HTMLElement.onpause" - } - }, - "64829": { - "id": 64829, - "name": "onplay", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the play method is requested." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/play_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64830, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64831, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64832, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64833, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78759, - "name": "HTMLElement.onplay" - } - }, - "64834": { - "id": 64834, - "name": "onplaying", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the audio or video has started playing." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/playing_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64835, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64836, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64837, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64838, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78764, - "name": "HTMLElement.onplaying" - } - }, - "64839": { - "id": 64839, - "name": "onpointercancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointercancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64840, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64841, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64842, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64843, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78769, - "name": "HTMLElement.onpointercancel" - } - }, - "64844": { - "id": 64844, - "name": "onpointerdown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerdown_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64845, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64846, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64847, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64848, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78774, - "name": "HTMLElement.onpointerdown" - } - }, - "64849": { - "id": 64849, - "name": "onpointerenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerenter_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64850, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64851, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64852, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64853, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78779, - "name": "HTMLElement.onpointerenter" - } - }, - "64854": { - "id": 64854, - "name": "onpointerleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerleave_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64855, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64856, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64857, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64858, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78784, - "name": "HTMLElement.onpointerleave" - } - }, - "64859": { - "id": 64859, - "name": "onpointermove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointermove_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64860, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64861, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64862, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64863, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78789, - "name": "HTMLElement.onpointermove" - } - }, - "64864": { - "id": 64864, - "name": "onpointerout", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerout_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64865, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64866, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64867, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64868, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78794, - "name": "HTMLElement.onpointerout" - } - }, - "64869": { - "id": 64869, - "name": "onpointerover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerover_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64870, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64871, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64872, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64873, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78799, - "name": "HTMLElement.onpointerover" - } - }, - "64874": { - "id": 64874, - "name": "onpointerup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerup_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64875, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64876, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64877, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64878, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78804, - "name": "HTMLElement.onpointerup" - } - }, - "64879": { - "id": 64879, - "name": "onprogress", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs to indicate progress while downloading media data." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/progress_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64880, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64881, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64882, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64883, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 136178, - "typeArguments": [ - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ], - "name": "ProgressEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78809, - "name": "HTMLElement.onprogress" - } - }, - "64884": { - "id": 64884, - "name": "onratechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the playback rate is increased or decreased." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/ratechange_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64885, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64886, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64887, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64888, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78814, - "name": "HTMLElement.onratechange" - } - }, - "64889": { - "id": 64889, - "name": "onreset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user resets a form." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/reset_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64890, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64891, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64892, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64893, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78819, - "name": "HTMLElement.onreset" - } - }, - "64894": { - "id": 64894, - "name": "onresize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLVideoElement/resize_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64895, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64896, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64897, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64898, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206438, - "name": "UIEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78824, - "name": "HTMLElement.onresize" - } - }, - "64899": { - "id": 64899, - "name": "onscroll", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user repositions the scroll box in the scroll bar on the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/scroll_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64900, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64901, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64902, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64903, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78829, - "name": "HTMLElement.onscroll" - } - }, - "64904": { - "id": 64904, - "name": "onscrollend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/scrollend_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64905, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64906, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64907, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64908, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78834, - "name": "HTMLElement.onscrollend" - } - }, - "64909": { - "id": 64909, - "name": "onsecuritypolicyviolation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/securitypolicyviolation_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64910, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64911, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64912, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64913, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 204976, - "name": "SecurityPolicyViolationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78839, - "name": "HTMLElement.onsecuritypolicyviolation" - } - }, - "64914": { - "id": 64914, - "name": "onseeked", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the seek operation ends." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/seeked_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64915, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64916, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64917, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64918, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78844, - "name": "HTMLElement.onseeked" - } - }, - "64919": { - "id": 64919, - "name": "onseeking", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the current playback position is moved." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/seeking_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64920, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64921, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64922, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64923, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78849, - "name": "HTMLElement.onseeking" - } - }, - "64924": { - "id": 64924, - "name": "onselect", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the current selection changes." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/select_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64925, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64926, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64927, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64928, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78854, - "name": "HTMLElement.onselect" - } - }, - "64929": { - "id": 64929, - "name": "onselectionchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/selectionchange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64930, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64931, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64932, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64933, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78859, - "name": "HTMLElement.onselectionchange" - } - }, - "64934": { - "id": 64934, - "name": "onselectstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/selectstart_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64935, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64936, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64937, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64938, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78864, - "name": "HTMLElement.onselectstart" - } - }, - "64939": { - "id": 64939, - "name": "onslotchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSlotElement/slotchange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64940, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64941, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64942, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64943, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78869, - "name": "HTMLElement.onslotchange" - } - }, - "64944": { - "id": 64944, - "name": "onstalled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the download has stopped." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/stalled_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64945, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64946, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64947, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64948, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78874, - "name": "HTMLElement.onstalled" - } - }, - "64949": { - "id": 64949, - "name": "onsubmit", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/submit_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64950, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64951, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64952, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64953, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 205818, - "name": "SubmitEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78879, - "name": "HTMLElement.onsubmit" - } - }, - "64954": { - "id": 64954, - "name": "onsuspend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs if the load operation has been intentionally halted." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/suspend_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64955, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64956, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64957, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64958, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78884, - "name": "HTMLElement.onsuspend" - } - }, - "64959": { - "id": 64959, - "name": "ontimeupdate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs to indicate the current playback position." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/timeupdate_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64960, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64961, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64962, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64963, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78889, - "name": "HTMLElement.ontimeupdate" - } - }, - "64964": { - "id": 64964, - "name": "ontoggle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/toggle_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64965, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64966, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64967, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64968, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78894, - "name": "HTMLElement.ontoggle" - } - }, - "64969": { - "id": 64969, - "name": "ontouchcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchcancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64970, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64971, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64972, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64973, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78899, - "name": "HTMLElement.ontouchcancel" - } - }, - "64974": { - "id": 64974, - "name": "ontouchend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchend_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64975, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64976, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64977, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64978, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78904, - "name": "HTMLElement.ontouchend" - } - }, - "64979": { - "id": 64979, - "name": "ontouchmove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchmove_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64980, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64981, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64982, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64983, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78909, - "name": "HTMLElement.ontouchmove" - } - }, - "64984": { - "id": 64984, - "name": "ontouchstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchstart_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64985, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64986, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64987, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64988, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78914, - "name": "HTMLElement.ontouchstart" - } - }, - "64989": { - "id": 64989, - "name": "ontransitioncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitioncancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64990, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64991, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64992, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64993, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78919, - "name": "HTMLElement.ontransitioncancel" - } - }, - "64994": { - "id": 64994, - "name": "ontransitionend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitionend_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 64995, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 64996, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 64997, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 64998, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78924, - "name": "HTMLElement.ontransitionend" - } - }, - "64999": { - "id": 64999, - "name": "ontransitionrun", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitionrun_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 65000, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 65001, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 65002, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 65003, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78929, - "name": "HTMLElement.ontransitionrun" - } - }, - "65004": { - "id": 65004, - "name": "ontransitionstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitionstart_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 65005, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 65006, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 65007, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 65008, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78934, - "name": "HTMLElement.ontransitionstart" - } - }, - "65009": { - "id": 65009, - "name": "onvolumechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the volume is changed, or playback is muted or unmuted." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/volumechange_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 65010, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 65011, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 65012, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 65013, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78939, - "name": "HTMLElement.onvolumechange" - } - }, - "65014": { - "id": 65014, - "name": "onwaiting", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when playback stops because the next frame of a video resource is not available." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/waiting_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 65015, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 65016, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 65017, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 65018, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78944, - "name": "HTMLElement.onwaiting" - } - }, - "65019": { - "id": 65019, - "name": "onwebkitanimationend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`onanimationend`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationend_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 65020, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 65021, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 65022, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 65023, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78949, - "name": "HTMLElement.onwebkitanimationend" - } - }, - "65024": { - "id": 65024, - "name": "onwebkitanimationiteration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`onanimationiteration`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationiteration_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 65025, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 65026, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 65027, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 65028, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78954, - "name": "HTMLElement.onwebkitanimationiteration" - } - }, - "65029": { - "id": 65029, - "name": "onwebkitanimationstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`onanimationstart`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationstart_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 65030, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 65031, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 65032, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 65033, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78959, - "name": "HTMLElement.onwebkitanimationstart" - } - }, - "65034": { - "id": 65034, - "name": "onwebkittransitionend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`ontransitionend`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitionend_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 65035, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 65036, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 65037, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 65038, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78964, - "name": "HTMLElement.onwebkittransitionend" - } - }, - "65039": { - "id": 65039, - "name": "onwheel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/wheel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 65040, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 65041, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 65042, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 65043, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 209942, - "name": "WheelEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78969, - "name": "HTMLElement.onwheel" - } - }, - "65044": { - "id": 65044, - "name": "origin", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the hyperlink's URL's origin.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/origin)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 88553, - "name": "HTMLHyperlinkElementUtils.origin" - } - }, - "65045": { - "id": 65045, - "name": "outerHTML", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/outerHTML)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78974, - "name": "HTMLElement.outerHTML" - } - }, - "65046": { - "id": 65046, - "name": "outerText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/outerText)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78975, - "name": "HTMLElement.outerText" - } - }, - "65047": { - "id": 65047, - "name": "ownerDocument", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the node document. Returns null for documents.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/ownerDocument)" - } - ] - }, - "type": { - "type": "reference", - "target": 60250, - "name": "Document", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78976, - "name": "HTMLElement.ownerDocument" - } - }, - "65048": { - "id": 65048, - "name": "parentElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentElement)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78977, - "name": "HTMLElement.parentElement" - } - }, - "65049": { - "id": 65049, - "name": "parentNode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentNode)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 135318, - "name": "ParentNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78978, - "name": "HTMLElement.parentNode" - } - }, - "65050": { - "id": 65050, - "name": "password", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the hyperlink's URL's password.\n\nCan be set, to change the URL's password.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/password)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 88554, - "name": "HTMLHyperlinkElementUtils.password" - } - }, - "65051": { - "id": 65051, - "name": "pathname", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the hyperlink's URL's path.\n\nCan be set, to change the URL's path.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/pathname)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 88555, - "name": "HTMLHyperlinkElementUtils.pathname" - } - }, - "65052": { - "id": 65052, - "name": "ping", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/ping)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "65053": { - "id": 65053, - "name": "popover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/popover)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78979, - "name": "HTMLElement.popover" - } - }, - "65054": { - "id": 65054, - "name": "port", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the hyperlink's URL's port.\n\nCan be set, to change the URL's port.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/port)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 88556, - "name": "HTMLHyperlinkElementUtils.port" - } - }, - "65055": { - "id": 65055, - "name": "prefix", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the namespace prefix.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/prefix)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78980, - "name": "HTMLElement.prefix" - } - }, - "65056": { - "id": 65056, - "name": "previousElementSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first preceding sibling that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/previousElementSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78981, - "name": "HTMLElement.previousElementSibling" - } - }, - "65057": { - "id": 65057, - "name": "previousSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the previous sibling.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/previousSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78982, - "name": "HTMLElement.previousSibling" - } - }, - "65058": { - "id": 65058, - "name": "protocol", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the hyperlink's URL's scheme.\n\nCan be set, to change the URL's scheme.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/protocol)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 88557, - "name": "HTMLHyperlinkElementUtils.protocol" - } - }, - "65059": { - "id": 65059, - "name": "referrerPolicy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/referrerPolicy)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "65060": { - "id": 65060, - "name": "rel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/rel)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "65061": { - "id": 65061, - "name": "role", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78983, - "name": "HTMLElement.role" - } - }, - "65062": { - "id": 65062, - "name": "scrollHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollHeight)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78984, - "name": "HTMLElement.scrollHeight" - } - }, - "65063": { - "id": 65063, - "name": "scrollLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollLeft)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78985, - "name": "HTMLElement.scrollLeft" - } - }, - "65064": { - "id": 65064, - "name": "scrollTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollTop)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78986, - "name": "HTMLElement.scrollTop" - } - }, - "65065": { - "id": 65065, - "name": "scrollWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollWidth)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78987, - "name": "HTMLElement.scrollWidth" - } - }, - "65066": { - "id": 65066, - "name": "search", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the hyperlink's URL's query (includes leading \"?\" if non-empty).\n\nCan be set, to change the URL's query (ignores leading \"?\").\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/search)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 88558, - "name": "HTMLHyperlinkElementUtils.search" - } - }, - "65067": { - "id": 65067, - "name": "shadowRoot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns element's shadow root, if any, and if shadow root's mode is \"open\", and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/shadowRoot)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 205149, - "name": "ShadowRoot", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78988, - "name": "HTMLElement.shadowRoot" - } - }, - "65068": { - "id": 65068, - "name": "shape", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves the shape of the object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/shape)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "65069": { - "id": 65069, - "name": "slot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the value of element's slot content attribute. Can be set to change it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/slot)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78989, - "name": "HTMLElement.slot" - } - }, - "65070": { - "id": 65070, - "name": "spellcheck", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/spellcheck)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78990, - "name": "HTMLElement.spellcheck" - } - }, - "65071": { - "id": 65071, - "name": "tabIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/tabIndex)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78991, - "name": "HTMLElement.tabIndex" - } - }, - "65072": { - "id": 65072, - "name": "tagName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the HTML-uppercased qualified name.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/tagName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78992, - "name": "HTMLElement.tagName" - } - }, - "65073": { - "id": 65073, - "name": "target", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves the window or frame at which to target content.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/target)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "65074": { - "id": 65074, - "name": "textContent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/textContent)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78993, - "name": "HTMLElement.textContent" - } - }, - "65075": { - "id": 65075, - "name": "title", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/title)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78994, - "name": "HTMLElement.title" - } - }, - "65076": { - "id": 65076, - "name": "translate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/translate)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78995, - "name": "HTMLElement.translate" - } - }, - "65077": { - "id": 65077, - "name": "username", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the hyperlink's URL's username.\n\nCan be set, to change the URL's username.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/username)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 88559, - "name": "HTMLHyperlinkElementUtils.username" - } - }, - "65078": { - "id": 65078, - "name": "writingSuggestions", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/writingSuggestions)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78996, - "name": "HTMLElement.writingSuggestions" - } - }, - "65079": { - "id": 65079, - "name": "classList", - "variant": "declaration", - "kind": 262144, - "flags": { - "isExternal": true - }, - "getSignature": { - "id": 65080, - "name": "classList", - "variant": "signature", - "kind": 524288, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Allows for manipulation of element's class content attribute as a set of whitespace-separated tokens through a DOMTokenList object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/classList)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.classList" - } - }, - "setSignature": { - "id": 65081, - "name": "classList", - "variant": "signature", - "kind": 1048576, - "flags": { - "isExternal": true - }, - "parameters": [ - 65082 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.classList" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 78997, - "name": "HTMLElement.classList" - } - }, - "65083": { - "id": 65083, - "name": "part", - "variant": "declaration", - "kind": 262144, - "flags": { - "isExternal": true - }, - "getSignature": { - "id": 65084, - "name": "part", - "variant": "signature", - "kind": 524288, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/part)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.part" - } - }, - "setSignature": { - "id": 65085, - "name": "part", - "variant": "signature", - "kind": 1048576, - "flags": { - "isExternal": true - }, - "parameters": [ - 65086 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.part" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 79001, - "name": "HTMLElement.part" - } - }, - "65087": { - "id": 65087, - "name": "relList", - "variant": "declaration", - "kind": 262144, - "flags": { - "isExternal": true - }, - "getSignature": { - "id": 65088, - "name": "relList", - "variant": "signature", - "kind": 524288, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/relList)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - } - }, - "setSignature": { - "id": 65089, - "name": "relList", - "variant": "signature", - "kind": 1048576, - "flags": { - "isExternal": true - }, - "parameters": [ - 65090 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - } - }, - "65091": { - "id": 65091, - "name": "style", - "variant": "declaration", - "kind": 262144, - "flags": { - "isExternal": true - }, - "getSignature": { - "id": 65092, - "name": "style", - "variant": "signature", - "kind": 524288, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/style)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "CSSStyleDeclaration" - }, - "name": "CSSStyleDeclaration", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.style" - } - }, - "setSignature": { - "id": 65093, - "name": "style", - "variant": "signature", - "kind": 1048576, - "flags": { - "isExternal": true - }, - "parameters": [ - 65094 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.style" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 79005, - "name": "HTMLElement.style" - } - }, - "65095": { - "id": 65095, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65096, - 65105 - ], - "overwrites": { - "type": "reference", - "target": 79009, - "name": "HTMLElement.addEventListener" - } - }, - "65096": { - "id": 65096, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Appends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched.\n\nThe options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options's capture.\n\nWhen set to true, options's capture prevents callback from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event's eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event's eventPhase attribute value is AT_TARGET.\n\nWhen set to true, options's passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners.\n\nWhen set to true, options's once indicates that the callback will only be invoked once after which the event listener will be removed.\n\nIf an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted.\n\nThe event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/addEventListener)" - } - ] - }, - "typeParameter": [ - 65097 - ], - "parameters": [ - 65098, - 65099, - 65104 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 79010, - "name": "HTMLElement.addEventListener" - } - }, - "65097": { - "id": 65097, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 79364, - "name": "HTMLElementEventMap", - "package": "typescript" - } - } - }, - "65098": { - "id": 65098, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 65097, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "65099": { - "id": 65099, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 65100, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 65101 - ] - } - } - }, - "65104": { - "id": 65104, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 57635, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "65105": { - "id": 65105, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 65106, - 65107, - 65108 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 79019, - "name": "HTMLElement.addEventListener" - } - }, - "65106": { - "id": 65106, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "65107": { - "id": 65107, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "65108": { - "id": 65108, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 57635, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "65109": { - "id": 65109, - "name": "after", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65110 - ], - "inheritedFrom": { - "type": "reference", - "target": 79023, - "name": "HTMLElement.after" - } - }, - "65110": { - "id": 65110, - "name": "after", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes just after node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/after)" - } - ] - }, - "parameters": [ - 65111 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79024, - "name": "HTMLElement.after" - } - }, - "65111": { - "id": 65111, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "65112": { - "id": 65112, - "name": "animate", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65113 - ], - "inheritedFrom": { - "type": "reference", - "target": 79026, - "name": "HTMLElement.animate" - } - }, - "65113": { - "id": 65113, - "name": "animate", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animate)" - } - ] - }, - "parameters": [ - 65114, - 65115 - ], - "type": { - "type": "reference", - "target": 57672, - "name": "Animation", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79027, - "name": "HTMLElement.animate" - } - }, - "65114": { - "id": 65114, - "name": "keyframes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "array", - "elementType": { - "type": "reference", - "target": 132546, - "name": "Keyframe", - "package": "typescript" - } - }, - { - "type": "reference", - "target": 136273, - "name": "PropertyIndexedKeyframes", - "package": "typescript" - } - ] - } - }, - "65115": { - "id": 65115, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": 132552, - "name": "KeyframeAnimationOptions", - "package": "typescript" - } - ] - } - }, - "65116": { - "id": 65116, - "name": "append", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65117 - ], - "inheritedFrom": { - "type": "reference", - "target": 79030, - "name": "HTMLElement.append" - } - }, - "65117": { - "id": 65117, - "name": "append", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes after the last child of node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/append)" - } - ] - }, - "parameters": [ - 65118 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79031, - "name": "HTMLElement.append" - } - }, - "65118": { - "id": 65118, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "65119": { - "id": 65119, - "name": "appendChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65120 - ], - "inheritedFrom": { - "type": "reference", - "target": 79033, - "name": "HTMLElement.appendChild" - } - }, - "65120": { - "id": 65120, - "name": "appendChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/appendChild)" - } - ] - }, - "typeParameter": [ - 65121 - ], - "parameters": [ - 65122 - ], - "type": { - "type": "reference", - "target": 71251, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 79034, - "name": "HTMLElement.appendChild" - } - }, - "65122": { - "id": 65122, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71251, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "65123": { - "id": 65123, - "name": "attachInternals", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65124 - ], - "inheritedFrom": { - "type": "reference", - "target": 79037, - "name": "HTMLElement.attachInternals" - } - }, - "65124": { - "id": 65124, - "name": "attachInternals", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/attachInternals)" - } - ] - }, - "type": { - "type": "reference", - "target": 62311, - "name": "ElementInternals", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79038, - "name": "HTMLElement.attachInternals" - } - }, - "65125": { - "id": 65125, - "name": "attachShadow", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65126 - ], - "inheritedFrom": { - "type": "reference", - "target": 79039, - "name": "HTMLElement.attachShadow" - } - }, - "65126": { - "id": 65126, - "name": "attachShadow", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Creates a shadow root for element and returns it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/attachShadow)" - } - ] - }, - "parameters": [ - 65127 - ], - "type": { - "type": "reference", - "target": 205149, - "name": "ShadowRoot", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79040, - "name": "HTMLElement.attachShadow" - } - }, - "65127": { - "id": 65127, - "name": "init", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 205346, - "name": "ShadowRootInit", - "package": "typescript" - } - }, - "65128": { - "id": 65128, - "name": "before", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65129 - ], - "inheritedFrom": { - "type": "reference", - "target": 79042, - "name": "HTMLElement.before" - } - }, - "65129": { - "id": 65129, - "name": "before", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes just before node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/before)" - } - ] - }, - "parameters": [ - 65130 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79043, - "name": "HTMLElement.before" - } - }, - "65130": { - "id": 65130, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "65131": { - "id": 65131, - "name": "blur", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65132 - ], - "inheritedFrom": { - "type": "reference", - "target": 79045, - "name": "HTMLElement.blur" - } - }, - "65132": { - "id": 65132, - "name": "blur", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/blur)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79046, - "name": "HTMLElement.blur" - } - }, - "65133": { - "id": 65133, - "name": "checkVisibility", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65134 - ], - "inheritedFrom": { - "type": "reference", - "target": 79047, - "name": "HTMLElement.checkVisibility" - } - }, - "65134": { - "id": 65134, - "name": "checkVisibility", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/checkVisibility)" - } - ] - }, - "parameters": [ - 65135 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79048, - "name": "HTMLElement.checkVisibility" - } - }, - "65135": { - "id": 65135, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 59232, - "name": "CheckVisibilityOptions", - "package": "typescript" - } - }, - "65136": { - "id": 65136, - "name": "click", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65137 - ], - "inheritedFrom": { - "type": "reference", - "target": 79050, - "name": "HTMLElement.click" - } - }, - "65137": { - "id": 65137, - "name": "click", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/click)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79051, - "name": "HTMLElement.click" - } - }, - "65138": { - "id": 65138, - "name": "cloneNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65139 - ], - "inheritedFrom": { - "type": "reference", - "target": 79052, - "name": "HTMLElement.cloneNode" - } - }, - "65139": { - "id": 65139, - "name": "cloneNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a copy of node. If deep is true, the copy also includes the node's descendants.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/cloneNode)" - } - ] - }, - "parameters": [ - 65140 - ], - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79053, - "name": "HTMLElement.cloneNode" - } - }, - "65140": { - "id": 65140, - "name": "subtree", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "65141": { - "id": 65141, - "name": "closest", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65142, - 65145, - 65148, - 65151 - ], - "inheritedFrom": { - "type": "reference", - "target": 79055, - "name": "HTMLElement.closest" - } - }, - "65142": { - "id": 65142, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first (starting at element) inclusive ancestor that matches selectors, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/closest)" - } - ] - }, - "typeParameter": [ - 65143 - ], - "parameters": [ - 65144 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71276, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79056, - "name": "HTMLElement.closest" - } - }, - "65144": { - "id": 65144, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71276, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "65145": { - "id": 65145, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 65146 - ], - "parameters": [ - 65147 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71279, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79059, - "name": "HTMLElement.closest" - } - }, - "65147": { - "id": 65147, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71279, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "65148": { - "id": 65148, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 65149 - ], - "parameters": [ - 65150 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71282, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79062, - "name": "HTMLElement.closest" - } - }, - "65150": { - "id": 65150, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71282, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "65151": { - "id": 65151, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 65152 - ], - "parameters": [ - 65153 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 71285, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79065, - "name": "HTMLElement.closest" - } - }, - "65153": { - "id": 65153, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "65154": { - "id": 65154, - "name": "compareDocumentPosition", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65155 - ], - "inheritedFrom": { - "type": "reference", - "target": 79068, - "name": "HTMLElement.compareDocumentPosition" - } - }, - "65155": { - "id": 65155, - "name": "compareDocumentPosition", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a bitmask indicating the position of other relative to node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/compareDocumentPosition)" - } - ] - }, - "parameters": [ - 65156 - ], - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 79069, - "name": "HTMLElement.compareDocumentPosition" - } - }, - "65156": { - "id": 65156, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "65157": { - "id": 65157, - "name": "computedStyleMap", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65158 - ], - "inheritedFrom": { - "type": "reference", - "target": 79071, - "name": "HTMLElement.computedStyleMap" - } - }, - "65158": { - "id": 65158, - "name": "computedStyleMap", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/computedStyleMap)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "StylePropertyMapReadOnly" - }, - "name": "StylePropertyMapReadOnly", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79072, - "name": "HTMLElement.computedStyleMap" - } - }, - "65159": { - "id": 65159, - "name": "contains", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65160 - ], - "inheritedFrom": { - "type": "reference", - "target": 79073, - "name": "HTMLElement.contains" - } - }, - "65160": { - "id": 65160, - "name": "contains", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if other is an inclusive descendant of node, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/contains)" - } - ] - }, - "parameters": [ - 65161 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79074, - "name": "HTMLElement.contains" - } - }, - "65161": { - "id": 65161, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "65162": { - "id": 65162, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65163 - ], - "inheritedFrom": { - "type": "reference", - "target": 79076, - "name": "HTMLElement.dispatchEvent" - } - }, - "65163": { - "id": 65163, - "name": "dispatchEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "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.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/dispatchEvent)" - } - ] - }, - "parameters": [ - 65164 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79077, - "name": "HTMLElement.dispatchEvent" - } - }, - "65164": { - "id": 65164, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "65165": { - "id": 65165, - "name": "focus", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65166 - ], - "inheritedFrom": { - "type": "reference", - "target": 79079, - "name": "HTMLElement.focus" - } - }, - "65166": { - "id": 65166, - "name": "focus", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/focus)" - } - ] - }, - "parameters": [ - 65167 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79080, - "name": "HTMLElement.focus" - } - }, - "65167": { - "id": 65167, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62635, - "name": "FocusOptions", - "package": "typescript" - } - }, - "65168": { - "id": 65168, - "name": "getAnimations", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65169 - ], - "inheritedFrom": { - "type": "reference", - "target": 79082, - "name": "HTMLElement.getAnimations" - } - }, - "65169": { - "id": 65169, - "name": "getAnimations", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAnimations)" - } - ] - }, - "parameters": [ - 65170 - ], - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 57672, - "name": "Animation", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 79083, - "name": "HTMLElement.getAnimations" - } - }, - "65170": { - "id": 65170, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62808, - "name": "GetAnimationsOptions", - "package": "typescript" - } - }, - "65171": { - "id": 65171, - "name": "getAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65172 - ], - "inheritedFrom": { - "type": "reference", - "target": 79085, - "name": "HTMLElement.getAttribute" - } - }, - "65172": { - "id": 65172, - "name": "getAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns element's first attribute whose qualified name is qualifiedName, and null if there is no such attribute otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttribute)" - } - ] - }, - "parameters": [ - 65173 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79086, - "name": "HTMLElement.getAttribute" - } - }, - "65173": { - "id": 65173, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "65174": { - "id": 65174, - "name": "getAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65175 - ], - "inheritedFrom": { - "type": "reference", - "target": 79088, - "name": "HTMLElement.getAttributeNS" - } - }, - "65175": { - "id": 65175, - "name": "getAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns element's attribute whose namespace is namespace and local name is localName, and null if there is no such attribute otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNS)" - } - ] - }, - "parameters": [ - 65176, - 65177 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79089, - "name": "HTMLElement.getAttributeNS" - } - }, - "65176": { - "id": 65176, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "65177": { - "id": 65177, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "65178": { - "id": 65178, - "name": "getAttributeNames", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65179 - ], - "inheritedFrom": { - "type": "reference", - "target": 79092, - "name": "HTMLElement.getAttributeNames" - } - }, - "65179": { - "id": 65179, - "name": "getAttributeNames", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the qualified names of all element's attributes. Can contain duplicates.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNames)" - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 79093, - "name": "HTMLElement.getAttributeNames" - } - }, - "65180": { - "id": 65180, - "name": "getAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65181 - ], - "inheritedFrom": { - "type": "reference", - "target": 79094, - "name": "HTMLElement.getAttributeNode" - } - }, - "65181": { - "id": 65181, - "name": "getAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNode)" - } - ] - }, - "parameters": [ - 65182 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79095, - "name": "HTMLElement.getAttributeNode" - } - }, - "65182": { - "id": 65182, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "65183": { - "id": 65183, - "name": "getAttributeNodeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65184 - ], - "inheritedFrom": { - "type": "reference", - "target": 79097, - "name": "HTMLElement.getAttributeNodeNS" - } - }, - "65184": { - "id": 65184, - "name": "getAttributeNodeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNodeNS)" - } - ] - }, - "parameters": [ - 65185, - 65186 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79098, - "name": "HTMLElement.getAttributeNodeNS" - } - }, - "65185": { - "id": 65185, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "65186": { - "id": 65186, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "65187": { - "id": 65187, - "name": "getBoundingClientRect", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65188 - ], - "inheritedFrom": { - "type": "reference", - "target": 79101, - "name": "HTMLElement.getBoundingClientRect" - } - }, - "65188": { - "id": 65188, - "name": "getBoundingClientRect", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getBoundingClientRect)" - } - ] - }, - "type": { - "type": "reference", - "target": 60097, - "name": "DOMRect", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79102, - "name": "HTMLElement.getBoundingClientRect" - } - }, - "65189": { - "id": 65189, - "name": "getClientRects", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65190 - ], - "inheritedFrom": { - "type": "reference", - "target": 79103, - "name": "HTMLElement.getClientRects" - } - }, - "65190": { - "id": 65190, - "name": "getClientRects", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getClientRects)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMRectList" - }, - "name": "DOMRectList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79104, - "name": "HTMLElement.getClientRects" - } - }, - "65191": { - "id": 65191, - "name": "getElementsByClassName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65192 - ], - "inheritedFrom": { - "type": "reference", - "target": 79105, - "name": "HTMLElement.getElementsByClassName" - } - }, - "65192": { - "id": 65192, - "name": "getElementsByClassName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a HTMLCollection of the elements in the object on which the method was invoked (a document or an element) that have all the classes given by classNames. The classNames argument is interpreted as a space-separated list of classes.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByClassName)" - } - ] - }, - "parameters": [ - 65193 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79106, - "name": "HTMLElement.getElementsByClassName" - } - }, - "65193": { - "id": 65193, - "name": "classNames", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "65194": { - "id": 65194, - "name": "getElementsByTagName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65195, - 65198, - 65201, - 65204, - 65207 - ], - "inheritedFrom": { - "type": "reference", - "target": 79108, - "name": "HTMLElement.getElementsByTagName" - } - }, - "65195": { - "id": 65195, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByTagName)" - } - ] - }, - "typeParameter": [ - 65196 - ], - "parameters": [ - 65197 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71345, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79109, - "name": "HTMLElement.getElementsByTagName" - } - }, - "65197": { - "id": 65197, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71345, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "65198": { - "id": 65198, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 65199 - ], - "parameters": [ - 65200 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71348, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79112, - "name": "HTMLElement.getElementsByTagName" - } - }, - "65200": { - "id": 65200, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71348, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "65201": { - "id": 65201, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 65202 - ], - "parameters": [ - 65203 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71351, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79115, - "name": "HTMLElement.getElementsByTagName" - } - }, - "65203": { - "id": 65203, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71351, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "65204": { - "id": 65204, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "typeParameter": [ - 65205 - ], - "parameters": [ - 65206 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71354, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79118, - "name": "HTMLElement.getElementsByTagName" - } - }, - "65206": { - "id": 65206, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71354, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "65207": { - "id": 65207, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 65208 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79121, - "name": "HTMLElement.getElementsByTagName" - } - }, - "65208": { - "id": 65208, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "65209": { - "id": 65209, - "name": "getElementsByTagNameNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65210, - 65213, - 65216, - 65219 - ], - "inheritedFrom": { - "type": "reference", - "target": 79123, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "65210": { - "id": 65210, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByTagNameNS)" - } - ] - }, - "parameters": [ - 65211, - 65212 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79124, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "65211": { - "id": 65211, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/1999/xhtml" - } - }, - "65212": { - "id": 65212, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "65213": { - "id": 65213, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 65214, - 65215 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 146576, - "name": "SVGElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79127, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "65214": { - "id": 65214, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/2000/svg" - } - }, - "65215": { - "id": 65215, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "65216": { - "id": 65216, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 65217, - 65218 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 132754, - "name": "MathMLElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79130, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "65217": { - "id": 65217, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/1998/Math/MathML" - } - }, - "65218": { - "id": 65218, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "65219": { - "id": 65219, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 65220, - 65221 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79133, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "65220": { - "id": 65220, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "65221": { - "id": 65221, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "65222": { - "id": 65222, - "name": "getHTML", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65223 - ], - "inheritedFrom": { - "type": "reference", - "target": 79136, - "name": "HTMLElement.getHTML" - } - }, - "65223": { - "id": 65223, - "name": "getHTML", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getHTML)" - } - ] - }, - "parameters": [ - 65224 - ], - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 79137, - "name": "HTMLElement.getHTML" - } - }, - "65224": { - "id": 65224, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62810, - "name": "GetHTMLOptions", - "package": "typescript" - } - }, - "65225": { - "id": 65225, - "name": "getRootNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65226 - ], - "inheritedFrom": { - "type": "reference", - "target": 79139, - "name": "HTMLElement.getRootNode" - } - }, - "65226": { - "id": 65226, - "name": "getRootNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's root.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/getRootNode)" - } - ] - }, - "parameters": [ - 65227 - ], - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79140, - "name": "HTMLElement.getRootNode" - } - }, - "65227": { - "id": 65227, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62813, - "name": "GetRootNodeOptions", - "package": "typescript" - } - }, - "65228": { - "id": 65228, - "name": "hasAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65229 - ], - "inheritedFrom": { - "type": "reference", - "target": 79142, - "name": "HTMLElement.hasAttribute" - } - }, - "65229": { - "id": 65229, - "name": "hasAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if element has an attribute whose qualified name is qualifiedName, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasAttribute)" - } - ] - }, - "parameters": [ - 65230 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79143, - "name": "HTMLElement.hasAttribute" - } - }, - "65230": { - "id": 65230, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "65231": { - "id": 65231, - "name": "hasAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65232 - ], - "inheritedFrom": { - "type": "reference", - "target": 79145, - "name": "HTMLElement.hasAttributeNS" - } - }, - "65232": { - "id": 65232, - "name": "hasAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if element has an attribute whose namespace is namespace and local name is localName.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasAttributeNS)" - } - ] - }, - "parameters": [ - 65233, - 65234 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79146, - "name": "HTMLElement.hasAttributeNS" - } - }, - "65233": { - "id": 65233, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "65234": { - "id": 65234, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "65235": { - "id": 65235, - "name": "hasAttributes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65236 - ], - "inheritedFrom": { - "type": "reference", - "target": 79149, - "name": "HTMLElement.hasAttributes" - } - }, - "65236": { - "id": 65236, - "name": "hasAttributes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if element has attributes, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasAttributes)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79150, - "name": "HTMLElement.hasAttributes" - } - }, - "65237": { - "id": 65237, - "name": "hasChildNodes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65238 - ], - "inheritedFrom": { - "type": "reference", - "target": 79151, - "name": "HTMLElement.hasChildNodes" - } - }, - "65238": { - "id": 65238, - "name": "hasChildNodes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node has children.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/hasChildNodes)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79152, - "name": "HTMLElement.hasChildNodes" - } - }, - "65239": { - "id": 65239, - "name": "hasPointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65240 - ], - "inheritedFrom": { - "type": "reference", - "target": 79153, - "name": "HTMLElement.hasPointerCapture" - } - }, - "65240": { - "id": 65240, - "name": "hasPointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasPointerCapture)" - } - ] - }, - "parameters": [ - 65241 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79154, - "name": "HTMLElement.hasPointerCapture" - } - }, - "65241": { - "id": 65241, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "65242": { - "id": 65242, - "name": "hidePopover", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65243 - ], - "inheritedFrom": { - "type": "reference", - "target": 79156, - "name": "HTMLElement.hidePopover" - } - }, - "65243": { - "id": 65243, - "name": "hidePopover", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/hidePopover)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79157, - "name": "HTMLElement.hidePopover" - } - }, - "65244": { - "id": 65244, - "name": "insertAdjacentElement", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65245 - ], - "inheritedFrom": { - "type": "reference", - "target": 79158, - "name": "HTMLElement.insertAdjacentElement" - } - }, - "65245": { - "id": 65245, - "name": "insertAdjacentElement", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentElement)" - } - ] - }, - "parameters": [ - 65246, - 65247 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79159, - "name": "HTMLElement.insertAdjacentElement" - } - }, - "65246": { - "id": 65246, - "name": "where", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212558, - "name": "InsertPosition", - "package": "typescript" - } - }, - "65247": { - "id": 65247, - "name": "element", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - }, - "65248": { - "id": 65248, - "name": "insertAdjacentHTML", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65249 - ], - "inheritedFrom": { - "type": "reference", - "target": 79162, - "name": "HTMLElement.insertAdjacentHTML" - } - }, - "65249": { - "id": 65249, - "name": "insertAdjacentHTML", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentHTML)" - } - ] - }, - "parameters": [ - 65250, - 65251 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79163, - "name": "HTMLElement.insertAdjacentHTML" - } - }, - "65250": { - "id": 65250, - "name": "position", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212558, - "name": "InsertPosition", - "package": "typescript" - } - }, - "65251": { - "id": 65251, - "name": "string", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "65252": { - "id": 65252, - "name": "insertAdjacentText", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65253 - ], - "inheritedFrom": { - "type": "reference", - "target": 79166, - "name": "HTMLElement.insertAdjacentText" - } - }, - "65253": { - "id": 65253, - "name": "insertAdjacentText", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentText)" - } - ] - }, - "parameters": [ - 65254, - 65255 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79167, - "name": "HTMLElement.insertAdjacentText" - } - }, - "65254": { - "id": 65254, - "name": "where", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212558, - "name": "InsertPosition", - "package": "typescript" - } - }, - "65255": { - "id": 65255, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "65256": { - "id": 65256, - "name": "insertBefore", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65257 - ], - "inheritedFrom": { - "type": "reference", - "target": 79170, - "name": "HTMLElement.insertBefore" - } - }, - "65257": { - "id": 65257, - "name": "insertBefore", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/insertBefore)" - } - ] - }, - "typeParameter": [ - 65258 - ], - "parameters": [ - 65259, - 65260 - ], - "type": { - "type": "reference", - "target": 71407, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 79171, - "name": "HTMLElement.insertBefore" - } - }, - "65259": { - "id": 65259, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71407, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "65260": { - "id": 65260, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "65261": { - "id": 65261, - "name": "isDefaultNamespace", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65262 - ], - "inheritedFrom": { - "type": "reference", - "target": 79175, - "name": "HTMLElement.isDefaultNamespace" - } - }, - "65262": { - "id": 65262, - "name": "isDefaultNamespace", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isDefaultNamespace)" - } - ] - }, - "parameters": [ - 65263 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79176, - "name": "HTMLElement.isDefaultNamespace" - } - }, - "65263": { - "id": 65263, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "65264": { - "id": 65264, - "name": "isEqualNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65265 - ], - "inheritedFrom": { - "type": "reference", - "target": 79178, - "name": "HTMLElement.isEqualNode" - } - }, - "65265": { - "id": 65265, - "name": "isEqualNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node and otherNode have the same properties.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isEqualNode)" - } - ] - }, - "parameters": [ - 65266 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79179, - "name": "HTMLElement.isEqualNode" - } - }, - "65266": { - "id": 65266, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "65267": { - "id": 65267, - "name": "isSameNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65268 - ], - "inheritedFrom": { - "type": "reference", - "target": 79181, - "name": "HTMLElement.isSameNode" - } - }, - "65268": { - "id": 65268, - "name": "isSameNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isSameNode)" - } - ] - }, - "parameters": [ - 65269 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79182, - "name": "HTMLElement.isSameNode" - } - }, - "65269": { - "id": 65269, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "65270": { - "id": 65270, - "name": "lookupNamespaceURI", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65271 - ], - "inheritedFrom": { - "type": "reference", - "target": 79184, - "name": "HTMLElement.lookupNamespaceURI" - } - }, - "65271": { - "id": 65271, - "name": "lookupNamespaceURI", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupNamespaceURI)" - } - ] - }, - "parameters": [ - 65272 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79185, - "name": "HTMLElement.lookupNamespaceURI" - } - }, - "65272": { - "id": 65272, - "name": "prefix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "65273": { - "id": 65273, - "name": "lookupPrefix", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65274 - ], - "inheritedFrom": { - "type": "reference", - "target": 79187, - "name": "HTMLElement.lookupPrefix" - } - }, - "65274": { - "id": 65274, - "name": "lookupPrefix", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupPrefix)" - } - ] - }, - "parameters": [ - 65275 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79188, - "name": "HTMLElement.lookupPrefix" - } - }, - "65275": { - "id": 65275, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "65276": { - "id": 65276, - "name": "matches", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65277 - ], - "inheritedFrom": { - "type": "reference", - "target": 79190, - "name": "HTMLElement.matches" - } - }, - "65277": { - "id": 65277, - "name": "matches", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if matching selectors against element's root yields element, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/matches)" - } - ] - }, - "parameters": [ - 65278 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79191, - "name": "HTMLElement.matches" - } - }, - "65278": { - "id": 65278, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "65279": { - "id": 65279, - "name": "normalize", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65280 - ], - "inheritedFrom": { - "type": "reference", - "target": 79193, - "name": "HTMLElement.normalize" - } - }, - "65280": { - "id": 65280, - "name": "normalize", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes empty exclusive Text nodes and concatenates the data of remaining contiguous exclusive Text nodes into the first of their nodes.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/normalize)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79194, - "name": "HTMLElement.normalize" - } - }, - "65281": { - "id": 65281, - "name": "prepend", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65282 - ], - "inheritedFrom": { - "type": "reference", - "target": 79195, - "name": "HTMLElement.prepend" - } - }, - "65282": { - "id": 65282, - "name": "prepend", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes before the first child of node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/prepend)" - } - ] - }, - "parameters": [ - 65283 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79196, - "name": "HTMLElement.prepend" - } - }, - "65283": { - "id": 65283, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "65284": { - "id": 65284, - "name": "querySelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65285, - 65288, - 65291, - 65294, - 65297 - ], - "inheritedFrom": { - "type": "reference", - "target": 79198, - "name": "HTMLElement.querySelector" - } - }, - "65285": { - "id": 65285, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first element that is a descendant of node that matches selectors.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/querySelector)" - } - ] - }, - "typeParameter": [ - 65286 - ], - "parameters": [ - 65287 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71435, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79199, - "name": "HTMLElement.querySelector" - } - }, - "65287": { - "id": 65287, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71435, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "65288": { - "id": 65288, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 65289 - ], - "parameters": [ - 65290 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71438, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79202, - "name": "HTMLElement.querySelector" - } - }, - "65290": { - "id": 65290, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71438, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "65291": { - "id": 65291, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 65292 - ], - "parameters": [ - 65293 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71441, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79205, - "name": "HTMLElement.querySelector" - } - }, - "65293": { - "id": 65293, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71441, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "65294": { - "id": 65294, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "typeParameter": [ - 65295 - ], - "parameters": [ - 65296 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71444, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79208, - "name": "HTMLElement.querySelector" - } - }, - "65296": { - "id": 65296, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71444, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "65297": { - "id": 65297, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 65298 - ], - "parameters": [ - 65299 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 71447, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79211, - "name": "HTMLElement.querySelector" - } - }, - "65299": { - "id": 65299, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "65300": { - "id": 65300, - "name": "querySelectorAll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65301, - 65304, - 65307, - 65310, - 65313 - ], - "inheritedFrom": { - "type": "reference", - "target": 79214, - "name": "HTMLElement.querySelectorAll" - } - }, - "65301": { - "id": 65301, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns all element descendants of node that match selectors.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/querySelectorAll)" - } - ] - }, - "typeParameter": [ - 65302 - ], - "parameters": [ - 65303 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71451, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79215, - "name": "HTMLElement.querySelectorAll" - } - }, - "65303": { - "id": 65303, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71451, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "65304": { - "id": 65304, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 65305 - ], - "parameters": [ - 65306 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71454, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79218, - "name": "HTMLElement.querySelectorAll" - } - }, - "65306": { - "id": 65306, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71454, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "65307": { - "id": 65307, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 65308 - ], - "parameters": [ - 65309 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71457, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79221, - "name": "HTMLElement.querySelectorAll" - } - }, - "65309": { - "id": 65309, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71457, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "65310": { - "id": 65310, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "typeParameter": [ - 65311 - ], - "parameters": [ - 65312 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71460, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79224, - "name": "HTMLElement.querySelectorAll" - } - }, - "65312": { - "id": 65312, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71460, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "65313": { - "id": 65313, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 65314 - ], - "parameters": [ - 65315 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 71463, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79227, - "name": "HTMLElement.querySelectorAll" - } - }, - "65315": { - "id": 65315, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "65316": { - "id": 65316, - "name": "releasePointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65317 - ], - "inheritedFrom": { - "type": "reference", - "target": 79230, - "name": "HTMLElement.releasePointerCapture" - } - }, - "65317": { - "id": 65317, - "name": "releasePointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/releasePointerCapture)" - } - ] - }, - "parameters": [ - 65318 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79231, - "name": "HTMLElement.releasePointerCapture" - } - }, - "65318": { - "id": 65318, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "65319": { - "id": 65319, - "name": "remove", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65320 - ], - "inheritedFrom": { - "type": "reference", - "target": 79233, - "name": "HTMLElement.remove" - } - }, - "65320": { - "id": 65320, - "name": "remove", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/remove)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79234, - "name": "HTMLElement.remove" - } - }, - "65321": { - "id": 65321, - "name": "removeAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65322 - ], - "inheritedFrom": { - "type": "reference", - "target": 79235, - "name": "HTMLElement.removeAttribute" - } - }, - "65322": { - "id": 65322, - "name": "removeAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes element's first attribute whose qualified name is qualifiedName.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/removeAttribute)" - } - ] - }, - "parameters": [ - 65323 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79236, - "name": "HTMLElement.removeAttribute" - } - }, - "65323": { - "id": 65323, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "65324": { - "id": 65324, - "name": "removeAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65325 - ], - "inheritedFrom": { - "type": "reference", - "target": 79238, - "name": "HTMLElement.removeAttributeNS" - } - }, - "65325": { - "id": 65325, - "name": "removeAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes element's attribute whose namespace is namespace and local name is localName.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/removeAttributeNS)" - } - ] - }, - "parameters": [ - 65326, - 65327 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79239, - "name": "HTMLElement.removeAttributeNS" - } - }, - "65326": { - "id": 65326, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "65327": { - "id": 65327, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "65328": { - "id": 65328, - "name": "removeAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65329 - ], - "inheritedFrom": { - "type": "reference", - "target": 79242, - "name": "HTMLElement.removeAttributeNode" - } - }, - "65329": { - "id": 65329, - "name": "removeAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/removeAttributeNode)" - } - ] - }, - "parameters": [ - 65330 - ], - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79243, - "name": "HTMLElement.removeAttributeNode" - } - }, - "65330": { - "id": 65330, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - }, - "65331": { - "id": 65331, - "name": "removeChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65332 - ], - "inheritedFrom": { - "type": "reference", - "target": 79245, - "name": "HTMLElement.removeChild" - } - }, - "65332": { - "id": 65332, - "name": "removeChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/removeChild)" - } - ] - }, - "typeParameter": [ - 65333 - ], - "parameters": [ - 65334 - ], - "type": { - "type": "reference", - "target": 71482, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 79246, - "name": "HTMLElement.removeChild" - } - }, - "65334": { - "id": 65334, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71482, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "65335": { - "id": 65335, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65336, - 65345 - ], - "overwrites": { - "type": "reference", - "target": 79249, - "name": "HTMLElement.removeEventListener" - } - }, - "65336": { - "id": 65336, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes the event listener in target's event listener list with the same type, callback, and options.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/removeEventListener)" - } - ] - }, - "typeParameter": [ - 65337 - ], - "parameters": [ - 65338, - 65339, - 65344 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 79250, - "name": "HTMLElement.removeEventListener" - } - }, - "65337": { - "id": 65337, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 79364, - "name": "HTMLElementEventMap", - "package": "typescript" - } - } - }, - "65338": { - "id": 65338, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 65337, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "65339": { - "id": 65339, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 65340, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 65341 - ] - } - } - }, - "65344": { - "id": 65344, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 62469, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "65345": { - "id": 65345, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 65346, - 65347, - 65348 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 79259, - "name": "HTMLElement.removeEventListener" - } - }, - "65346": { - "id": 65346, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "65347": { - "id": 65347, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "65348": { - "id": 65348, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 62469, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "65349": { - "id": 65349, - "name": "replaceChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65350 - ], - "inheritedFrom": { - "type": "reference", - "target": 79263, - "name": "HTMLElement.replaceChild" - } - }, - "65350": { - "id": 65350, - "name": "replaceChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/replaceChild)" - } - ] - }, - "typeParameter": [ - 65351 - ], - "parameters": [ - 65352, - 65353 - ], - "type": { - "type": "reference", - "target": 71500, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 79264, - "name": "HTMLElement.replaceChild" - } - }, - "65352": { - "id": 65352, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "65353": { - "id": 65353, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71500, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "65354": { - "id": 65354, - "name": "replaceChildren", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65355 - ], - "inheritedFrom": { - "type": "reference", - "target": 79268, - "name": "HTMLElement.replaceChildren" - } - }, - "65355": { - "id": 65355, - "name": "replaceChildren", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Replace all children of node with nodes, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/replaceChildren)" - } - ] - }, - "parameters": [ - 65356 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79269, - "name": "HTMLElement.replaceChildren" - } - }, - "65356": { - "id": 65356, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "65357": { - "id": 65357, - "name": "replaceWith", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65358 - ], - "inheritedFrom": { - "type": "reference", - "target": 79271, - "name": "HTMLElement.replaceWith" - } - }, - "65358": { - "id": 65358, - "name": "replaceWith", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Replaces node with nodes, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/replaceWith)" - } - ] - }, - "parameters": [ - 65359 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79272, - "name": "HTMLElement.replaceWith" - } - }, - "65359": { - "id": 65359, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "65360": { - "id": 65360, - "name": "requestFullscreen", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65361 - ], - "inheritedFrom": { - "type": "reference", - "target": 79274, - "name": "HTMLElement.requestFullscreen" - } - }, - "65361": { - "id": 65361, - "name": "requestFullscreen", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Displays element fullscreen and resolves promise when done.\n\nWhen supplied, options's navigationUI member indicates whether showing navigation UI while in fullscreen is preferred or not. If set to \"show\", navigation simplicity is preferred over screen space, and if set to \"hide\", more screen space is preferred. User agents are always free to honor user preference over the application's. The default value \"auto\" indicates no application preference.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/requestFullscreen)" - } - ] - }, - "parameters": [ - 65362 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79275, - "name": "HTMLElement.requestFullscreen" - } - }, - "65362": { - "id": 65362, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62742, - "name": "FullscreenOptions", - "package": "typescript" - } - }, - "65363": { - "id": 65363, - "name": "requestPointerLock", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65364 - ], - "inheritedFrom": { - "type": "reference", - "target": 79277, - "name": "HTMLElement.requestPointerLock" - } - }, - "65364": { - "id": 65364, - "name": "requestPointerLock", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/requestPointerLock)" - } - ] - }, - "parameters": [ - 65365 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79278, - "name": "HTMLElement.requestPointerLock" - } - }, - "65365": { - "id": 65365, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 136003, - "name": "PointerLockOptions", - "package": "typescript" - } - }, - "65366": { - "id": 65366, - "name": "scroll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65367, - 65369 - ], - "inheritedFrom": { - "type": "reference", - "target": 79280, - "name": "HTMLElement.scroll" - } - }, - "65367": { - "id": 65367, - "name": "scroll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scroll)" - } - ] - }, - "parameters": [ - 65368 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79281, - "name": "HTMLElement.scroll" - } - }, - "65368": { - "id": 65368, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 204972, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "65369": { - "id": 65369, - "name": "scroll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 65370, - 65371 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79283, - "name": "HTMLElement.scroll" - } - }, - "65370": { - "id": 65370, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "65371": { - "id": 65371, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "65372": { - "id": 65372, - "name": "scrollBy", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65373, - 65375 - ], - "inheritedFrom": { - "type": "reference", - "target": 79286, - "name": "HTMLElement.scrollBy" - } - }, - "65373": { - "id": 65373, - "name": "scrollBy", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollBy)" - } - ] - }, - "parameters": [ - 65374 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79287, - "name": "HTMLElement.scrollBy" - } - }, - "65374": { - "id": 65374, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 204972, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "65375": { - "id": 65375, - "name": "scrollBy", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 65376, - 65377 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79289, - "name": "HTMLElement.scrollBy" - } - }, - "65376": { - "id": 65376, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "65377": { - "id": 65377, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "65378": { - "id": 65378, - "name": "scrollIntoView", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65379 - ], - "inheritedFrom": { - "type": "reference", - "target": 79292, - "name": "HTMLElement.scrollIntoView" - } - }, - "65379": { - "id": 65379, - "name": "scrollIntoView", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollIntoView)" - } - ] - }, - "parameters": [ - 65380 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79293, - "name": "HTMLElement.scrollIntoView" - } - }, - "65380": { - "id": 65380, - "name": "arg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 204966, - "name": "ScrollIntoViewOptions", - "package": "typescript" - } - ] - } - }, - "65381": { - "id": 65381, - "name": "scrollTo", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65382, - 65384 - ], - "inheritedFrom": { - "type": "reference", - "target": 79295, - "name": "HTMLElement.scrollTo" - } - }, - "65382": { - "id": 65382, - "name": "scrollTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollTo)" - } - ] - }, - "parameters": [ - 65383 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79296, - "name": "HTMLElement.scrollTo" - } - }, - "65383": { - "id": 65383, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 204972, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "65384": { - "id": 65384, - "name": "scrollTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 65385, - 65386 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79298, - "name": "HTMLElement.scrollTo" - } - }, - "65385": { - "id": 65385, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "65386": { - "id": 65386, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "65387": { - "id": 65387, - "name": "setAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65388 - ], - "inheritedFrom": { - "type": "reference", - "target": 79301, - "name": "HTMLElement.setAttribute" - } - }, - "65388": { - "id": 65388, - "name": "setAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets the value of element's first attribute whose qualified name is qualifiedName to value.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttribute)" - } - ] - }, - "parameters": [ - 65389, - 65390 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79302, - "name": "HTMLElement.setAttribute" - } - }, - "65389": { - "id": 65389, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "65390": { - "id": 65390, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "65391": { - "id": 65391, - "name": "setAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65392 - ], - "inheritedFrom": { - "type": "reference", - "target": 79305, - "name": "HTMLElement.setAttributeNS" - } - }, - "65392": { - "id": 65392, - "name": "setAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets the value of element's attribute whose namespace is namespace and local name is localName to value.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNS)" - } - ] - }, - "parameters": [ - 65393, - 65394, - 65395 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79306, - "name": "HTMLElement.setAttributeNS" - } - }, - "65393": { - "id": 65393, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "65394": { - "id": 65394, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "65395": { - "id": 65395, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "65396": { - "id": 65396, - "name": "setAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65397 - ], - "inheritedFrom": { - "type": "reference", - "target": 79310, - "name": "HTMLElement.setAttributeNode" - } - }, - "65397": { - "id": 65397, - "name": "setAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNode)" - } - ] - }, - "parameters": [ - 65398 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79311, - "name": "HTMLElement.setAttributeNode" - } - }, - "65398": { - "id": 65398, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - }, - "65399": { - "id": 65399, - "name": "setAttributeNodeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65400 - ], - "inheritedFrom": { - "type": "reference", - "target": 79313, - "name": "HTMLElement.setAttributeNodeNS" - } - }, - "65400": { - "id": 65400, - "name": "setAttributeNodeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNodeNS)" - } - ] - }, - "parameters": [ - 65401 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79314, - "name": "HTMLElement.setAttributeNodeNS" - } - }, - "65401": { - "id": 65401, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - }, - "65402": { - "id": 65402, - "name": "setHTMLUnsafe", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65403 - ], - "inheritedFrom": { - "type": "reference", - "target": 79316, - "name": "HTMLElement.setHTMLUnsafe" - } - }, - "65403": { - "id": 65403, - "name": "setHTMLUnsafe", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setHTMLUnsafe)" - } - ] - }, - "parameters": [ - 65404 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79317, - "name": "HTMLElement.setHTMLUnsafe" - } - }, - "65404": { - "id": 65404, - "name": "html", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "65405": { - "id": 65405, - "name": "setPointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65406 - ], - "inheritedFrom": { - "type": "reference", - "target": 79319, - "name": "HTMLElement.setPointerCapture" - } - }, - "65406": { - "id": 65406, - "name": "setPointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setPointerCapture)" - } - ] - }, - "parameters": [ - 65407 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79320, - "name": "HTMLElement.setPointerCapture" - } - }, - "65407": { - "id": 65407, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "65408": { - "id": 65408, - "name": "showPopover", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65409 - ], - "inheritedFrom": { - "type": "reference", - "target": 79322, - "name": "HTMLElement.showPopover" - } - }, - "65409": { - "id": 65409, - "name": "showPopover", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/showPopover)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79323, - "name": "HTMLElement.showPopover" - } - }, - "65410": { - "id": 65410, - "name": "toString", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65411 - ], - "inheritedFrom": { - "type": "reference", - "target": 88560, - "name": "HTMLHyperlinkElementUtils.toString" - } - }, - "65411": { - "id": 65411, - "name": "toString", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 88561, - "name": "HTMLHyperlinkElementUtils.toString" - } - }, - "65412": { - "id": 65412, - "name": "toggleAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65413 - ], - "inheritedFrom": { - "type": "reference", - "target": 79324, - "name": "HTMLElement.toggleAttribute" - } - }, - "65413": { - "id": 65413, - "name": "toggleAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "If force is not given, \"toggles\" qualifiedName, removing it if it is present and adding it if it is not present. If force is true, adds qualifiedName. If force is false, removes qualifiedName.\n\nReturns true if qualifiedName is now present, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/toggleAttribute)" - } - ] - }, - "parameters": [ - 65414, - 65415 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79325, - "name": "HTMLElement.toggleAttribute" - } - }, - "65414": { - "id": 65414, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "65415": { - "id": 65415, - "name": "force", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "65416": { - "id": 65416, - "name": "togglePopover", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65417 - ], - "inheritedFrom": { - "type": "reference", - "target": 79328, - "name": "HTMLElement.togglePopover" - } - }, - "65417": { - "id": 65417, - "name": "togglePopover", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/togglePopover)" - } - ] - }, - "parameters": [ - 65418 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79329, - "name": "HTMLElement.togglePopover" - } - }, - "65418": { - "id": 65418, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "65419": { - "id": 65419, - "name": "webkitMatchesSelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 65420 - ], - "inheritedFrom": { - "type": "reference", - "target": 79331, - "name": "HTMLElement.webkitMatchesSelector" - } - }, - "65420": { - "id": 65420, - "name": "webkitMatchesSelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`matches`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/matches)" - } - ] - } - ] - }, - "parameters": [ - 65421 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79332, - "name": "HTMLElement.webkitMatchesSelector" - } - }, - "65421": { - "id": 65421, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "70582": { - "id": 70582, - "name": "HTMLCanvasElement", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Provides properties and methods for manipulating the layout and presentation of elements. The HTMLCanvasElement interface also inherits the properties and methods of the HTMLElement interface.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement)" - } - ] - }, - "children": [ - 70583, - 70584, - 70585, - 70586, - 70587, - 70588, - 70589, - 70590, - 70591, - 70592, - 70593, - 70594, - 70595, - 70596, - 70597, - 70598, - 70599, - 70600, - 70601, - 70602, - 70603, - 70604, - 70605, - 70606, - 70607, - 70608, - 70609, - 70610, - 70611, - 70612, - 70613, - 70614, - 70615, - 70616, - 70617, - 70618, - 70619, - 70620, - 70621, - 70622, - 70623, - 70624, - 70625, - 70626, - 70627, - 70628, - 70629, - 70630, - 70631, - 70632, - 70633, - 70634, - 70635, - 70636, - 70637, - 70638, - 70639, - 70640, - 70641, - 70642, - 70643, - 70644, - 70645, - 70646, - 70647, - 70648, - 70649, - 70650, - 70651, - 70652, - 70653, - 70654, - 70655, - 70656, - 70657, - 70658, - 70659, - 70660, - 70661, - 70662, - 70663, - 70664, - 70665, - 70666, - 70667, - 70668, - 70669, - 70670, - 70671, - 70672, - 70673, - 70674, - 70675, - 70676, - 70677, - 70678, - 70679, - 70680, - 70681, - 70682, - 70683, - 70684, - 70685, - 70686, - 70687, - 70688, - 70689, - 70690, - 70691, - 70692, - 70693, - 70698, - 70703, - 70708, - 70713, - 70718, - 70723, - 70728, - 70733, - 70738, - 70743, - 70748, - 70753, - 70758, - 70763, - 70768, - 70773, - 70778, - 70783, - 70788, - 70793, - 70798, - 70803, - 70808, - 70813, - 70818, - 70823, - 70828, - 70833, - 70838, - 70843, - 70848, - 70853, - 70854, - 70859, - 70864, - 70869, - 70874, - 70879, - 70884, - 70889, - 70894, - 70899, - 70904, - 70909, - 70914, - 70919, - 70924, - 70929, - 70934, - 70939, - 70944, - 70949, - 70954, - 70959, - 70964, - 70969, - 70974, - 70979, - 70984, - 70989, - 70994, - 70999, - 71004, - 71009, - 71014, - 71019, - 71024, - 71029, - 71034, - 71039, - 71044, - 71049, - 71054, - 71059, - 71064, - 71069, - 71074, - 71079, - 71084, - 71089, - 71094, - 71099, - 71104, - 71109, - 71114, - 71119, - 71124, - 71129, - 71134, - 71139, - 71144, - 71149, - 71154, - 71159, - 71164, - 71169, - 71174, - 71179, - 71184, - 71189, - 71190, - 71191, - 71192, - 71193, - 71194, - 71195, - 71196, - 71197, - 71198, - 71199, - 71200, - 71201, - 71202, - 71203, - 71204, - 71205, - 71206, - 71207, - 71208, - 71209, - 71210, - 71211, - 71212, - 71213, - 71217, - 71221, - 71225, - 71239, - 71242, - 71246, - 71249, - 71253, - 71255, - 71258, - 71261, - 71263, - 71266, - 71269, - 71271, - 71274, - 71287, - 71290, - 71292, - 71295, - 71298, - 71301, - 71304, - 71307, - 71311, - 71313, - 71316, - 71320, - 71322, - 71324, - 71340, - 71343, - 71358, - 71371, - 71374, - 71377, - 71380, - 71384, - 71386, - 71388, - 71391, - 71393, - 71397, - 71401, - 71405, - 71410, - 71413, - 71416, - 71419, - 71422, - 71425, - 71428, - 71430, - 71433, - 71449, - 71465, - 71468, - 71470, - 71473, - 71477, - 71480, - 71484, - 71498, - 71503, - 71506, - 71509, - 71512, - 71515, - 71521, - 71527, - 71530, - 71536, - 71540, - 71545, - 71548, - 71551, - 71554, - 71557, - 71559, - 71564, - 71568, - 71572, - 71575, - 71577 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 70583, - 70584, - 70585, - 70586, - 70587, - 70588, - 70589, - 70590, - 70591, - 70592, - 70593, - 70594, - 70595, - 70596, - 70597, - 70598, - 70599, - 70600, - 70601, - 70602, - 70603, - 70604, - 70605, - 70606, - 70607, - 70608, - 70609, - 70610, - 70611, - 70612, - 70613, - 70614, - 70615, - 70616, - 70617, - 70618, - 70619, - 70620, - 70621, - 70622, - 70623, - 70624, - 70625, - 70626, - 70627, - 70628, - 70629, - 70630, - 70631, - 70632, - 70633, - 70634, - 70635, - 70636, - 70637, - 70638, - 70639, - 70640, - 70641, - 70642, - 70643, - 70644, - 70645, - 70646, - 70647, - 70648, - 70649, - 70650, - 70651, - 70652, - 70653, - 70654, - 70655, - 70656, - 70657, - 70658, - 70659, - 70660, - 70661, - 70662, - 70663, - 70664, - 70665, - 70666, - 70667, - 70668, - 70669, - 70670, - 70671, - 70672, - 70673, - 70674, - 70675, - 70676, - 70677, - 70678, - 70679, - 70680, - 70681, - 70682, - 70683, - 70684, - 70685, - 70686, - 70687, - 70688, - 70689, - 70690, - 70691, - 70692, - 70693, - 70698, - 70703, - 70708, - 70713, - 70718, - 70723, - 70728, - 70733, - 70738, - 70743, - 70748, - 70753, - 70758, - 70763, - 70768, - 70773, - 70778, - 70783, - 70788, - 70793, - 70798, - 70803, - 70808, - 70813, - 70818, - 70823, - 70828, - 70833, - 70838, - 70843, - 70848, - 70853, - 70854, - 70859, - 70864, - 70869, - 70874, - 70879, - 70884, - 70889, - 70894, - 70899, - 70904, - 70909, - 70914, - 70919, - 70924, - 70929, - 70934, - 70939, - 70944, - 70949, - 70954, - 70959, - 70964, - 70969, - 70974, - 70979, - 70984, - 70989, - 70994, - 70999, - 71004, - 71009, - 71014, - 71019, - 71024, - 71029, - 71034, - 71039, - 71044, - 71049, - 71054, - 71059, - 71064, - 71069, - 71074, - 71079, - 71084, - 71089, - 71094, - 71099, - 71104, - 71109, - 71114, - 71119, - 71124, - 71129, - 71134, - 71139, - 71144, - 71149, - 71154, - 71159, - 71164, - 71169, - 71174, - 71179, - 71184, - 71189, - 71190, - 71191, - 71192, - 71193, - 71194, - 71195, - 71196, - 71197, - 71198, - 71199, - 71200, - 71201, - 71202, - 71203, - 71204, - 71205, - 71206, - 71207, - 71208, - 71209, - 71210, - 71211, - 71212 - ] - }, - { - "title": "Accessors", - "children": [ - 71213, - 71217, - 71221 - ] - }, - { - "title": "Methods", - "children": [ - 71225, - 71239, - 71242, - 71246, - 71249, - 71253, - 71255, - 71258, - 71261, - 71263, - 71266, - 71269, - 71271, - 71274, - 71287, - 71290, - 71292, - 71295, - 71298, - 71301, - 71304, - 71307, - 71311, - 71313, - 71316, - 71320, - 71322, - 71324, - 71340, - 71343, - 71358, - 71371, - 71374, - 71377, - 71380, - 71384, - 71386, - 71388, - 71391, - 71393, - 71397, - 71401, - 71405, - 71410, - 71413, - 71416, - 71419, - 71422, - 71425, - 71428, - 71430, - 71433, - 71449, - 71465, - 71468, - 71470, - 71473, - 71477, - 71480, - 71484, - 71498, - 71503, - 71506, - 71509, - 71512, - 71515, - 71521, - 71527, - 71530, - 71536, - 71540, - 71545, - 71548, - 71551, - 71554, - 71557, - 71559, - 71564, - 71568, - 71572, - 71575, - 71577 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "70583": { - "id": 70583, - "name": "ATTRIBUTE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 78369, - "name": "HTMLElement.ATTRIBUTE_NODE" - } - }, - "70584": { - "id": 70584, - "name": "CDATA_SECTION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a CDATASection node." - } - ] - }, - "type": { - "type": "literal", - "value": 4 - }, - "inheritedFrom": { - "type": "reference", - "target": 78370, - "name": "HTMLElement.CDATA_SECTION_NODE" - } - }, - "70585": { - "id": 70585, - "name": "COMMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Comment node." - } - ] - }, - "type": { - "type": "literal", - "value": 8 - }, - "inheritedFrom": { - "type": "reference", - "target": 78371, - "name": "HTMLElement.COMMENT_NODE" - } - }, - "70586": { - "id": 70586, - "name": "DOCUMENT_FRAGMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a DocumentFragment node." - } - ] - }, - "type": { - "type": "literal", - "value": 11 - }, - "inheritedFrom": { - "type": "reference", - "target": 78372, - "name": "HTMLElement.DOCUMENT_FRAGMENT_NODE" - } - }, - "70587": { - "id": 70587, - "name": "DOCUMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a document." - } - ] - }, - "type": { - "type": "literal", - "value": 9 - }, - "inheritedFrom": { - "type": "reference", - "target": 78373, - "name": "HTMLElement.DOCUMENT_NODE" - } - }, - "70588": { - "id": 70588, - "name": "DOCUMENT_POSITION_CONTAINED_BY", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is a descendant of node." - } - ] - }, - "type": { - "type": "literal", - "value": 16 - }, - "inheritedFrom": { - "type": "reference", - "target": 78374, - "name": "HTMLElement.DOCUMENT_POSITION_CONTAINED_BY" - } - }, - "70589": { - "id": 70589, - "name": "DOCUMENT_POSITION_CONTAINS", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is an ancestor of node." - } - ] - }, - "type": { - "type": "literal", - "value": 8 - }, - "inheritedFrom": { - "type": "reference", - "target": 78375, - "name": "HTMLElement.DOCUMENT_POSITION_CONTAINS" - } - }, - "70590": { - "id": 70590, - "name": "DOCUMENT_POSITION_DISCONNECTED", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when node and other are not in the same tree." - } - ] - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 78376, - "name": "HTMLElement.DOCUMENT_POSITION_DISCONNECTED" - } - }, - "70591": { - "id": 70591, - "name": "DOCUMENT_POSITION_FOLLOWING", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is following node." - } - ] - }, - "type": { - "type": "literal", - "value": 4 - }, - "inheritedFrom": { - "type": "reference", - "target": 78377, - "name": "HTMLElement.DOCUMENT_POSITION_FOLLOWING" - } - }, - "70592": { - "id": 70592, - "name": "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 32 - }, - "inheritedFrom": { - "type": "reference", - "target": 78378, - "name": "HTMLElement.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" - } - }, - "70593": { - "id": 70593, - "name": "DOCUMENT_POSITION_PRECEDING", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is preceding node." - } - ] - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 78379, - "name": "HTMLElement.DOCUMENT_POSITION_PRECEDING" - } - }, - "70594": { - "id": 70594, - "name": "DOCUMENT_TYPE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a doctype." - } - ] - }, - "type": { - "type": "literal", - "value": 10 - }, - "inheritedFrom": { - "type": "reference", - "target": 78380, - "name": "HTMLElement.DOCUMENT_TYPE_NODE" - } - }, - "70595": { - "id": 70595, - "name": "ELEMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is an element." - } - ] - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 78381, - "name": "HTMLElement.ELEMENT_NODE" - } - }, - "70596": { - "id": 70596, - "name": "ENTITY_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 6 - }, - "inheritedFrom": { - "type": "reference", - "target": 78382, - "name": "HTMLElement.ENTITY_NODE" - } - }, - "70597": { - "id": 70597, - "name": "ENTITY_REFERENCE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 5 - }, - "inheritedFrom": { - "type": "reference", - "target": 78383, - "name": "HTMLElement.ENTITY_REFERENCE_NODE" - } - }, - "70598": { - "id": 70598, - "name": "NOTATION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 12 - }, - "inheritedFrom": { - "type": "reference", - "target": 78384, - "name": "HTMLElement.NOTATION_NODE" - } - }, - "70599": { - "id": 70599, - "name": "PROCESSING_INSTRUCTION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a ProcessingInstruction node." - } - ] - }, - "type": { - "type": "literal", - "value": 7 - }, - "inheritedFrom": { - "type": "reference", - "target": 78385, - "name": "HTMLElement.PROCESSING_INSTRUCTION_NODE" - } - }, - "70600": { - "id": 70600, - "name": "TEXT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Text node." - } - ] - }, - "type": { - "type": "literal", - "value": 3 - }, - "inheritedFrom": { - "type": "reference", - "target": 78386, - "name": "HTMLElement.TEXT_NODE" - } - }, - "70601": { - "id": 70601, - "name": "accessKey", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/accessKey)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78387, - "name": "HTMLElement.accessKey" - } - }, - "70602": { - "id": 70602, - "name": "accessKeyLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/accessKeyLabel)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78388, - "name": "HTMLElement.accessKeyLabel" - } - }, - "70603": { - "id": 70603, - "name": "ariaAtomic", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaAtomic)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78389, - "name": "HTMLElement.ariaAtomic" - } - }, - "70604": { - "id": 70604, - "name": "ariaAutoComplete", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaAutoComplete)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78390, - "name": "HTMLElement.ariaAutoComplete" - } - }, - "70605": { - "id": 70605, - "name": "ariaBrailleLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaBrailleLabel)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78391, - "name": "HTMLElement.ariaBrailleLabel" - } - }, - "70606": { - "id": 70606, - "name": "ariaBrailleRoleDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaBrailleRoleDescription)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78392, - "name": "HTMLElement.ariaBrailleRoleDescription" - } - }, - "70607": { - "id": 70607, - "name": "ariaBusy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaBusy)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78393, - "name": "HTMLElement.ariaBusy" - } - }, - "70608": { - "id": 70608, - "name": "ariaChecked", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaChecked)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78394, - "name": "HTMLElement.ariaChecked" - } - }, - "70609": { - "id": 70609, - "name": "ariaColCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColCount)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78395, - "name": "HTMLElement.ariaColCount" - } - }, - "70610": { - "id": 70610, - "name": "ariaColIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColIndex)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78396, - "name": "HTMLElement.ariaColIndex" - } - }, - "70611": { - "id": 70611, - "name": "ariaColIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColIndexText)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78397, - "name": "HTMLElement.ariaColIndexText" - } - }, - "70612": { - "id": 70612, - "name": "ariaColSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColSpan)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78398, - "name": "HTMLElement.ariaColSpan" - } - }, - "70613": { - "id": 70613, - "name": "ariaCurrent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaCurrent)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78399, - "name": "HTMLElement.ariaCurrent" - } - }, - "70614": { - "id": 70614, - "name": "ariaDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDescription)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78400, - "name": "HTMLElement.ariaDescription" - } - }, - "70615": { - "id": 70615, - "name": "ariaDisabled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDisabled)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78401, - "name": "HTMLElement.ariaDisabled" - } - }, - "70616": { - "id": 70616, - "name": "ariaExpanded", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaExpanded)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78402, - "name": "HTMLElement.ariaExpanded" - } - }, - "70617": { - "id": 70617, - "name": "ariaHasPopup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaHasPopup)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78403, - "name": "HTMLElement.ariaHasPopup" - } - }, - "70618": { - "id": 70618, - "name": "ariaHidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaHidden)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78404, - "name": "HTMLElement.ariaHidden" - } - }, - "70619": { - "id": 70619, - "name": "ariaInvalid", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78405, - "name": "HTMLElement.ariaInvalid" - } - }, - "70620": { - "id": 70620, - "name": "ariaKeyShortcuts", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaKeyShortcuts)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78406, - "name": "HTMLElement.ariaKeyShortcuts" - } - }, - "70621": { - "id": 70621, - "name": "ariaLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLabel)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78407, - "name": "HTMLElement.ariaLabel" - } - }, - "70622": { - "id": 70622, - "name": "ariaLevel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLevel)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78408, - "name": "HTMLElement.ariaLevel" - } - }, - "70623": { - "id": 70623, - "name": "ariaLive", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLive)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78409, - "name": "HTMLElement.ariaLive" - } - }, - "70624": { - "id": 70624, - "name": "ariaModal", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaModal)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78410, - "name": "HTMLElement.ariaModal" - } - }, - "70625": { - "id": 70625, - "name": "ariaMultiLine", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaMultiLine)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78411, - "name": "HTMLElement.ariaMultiLine" - } - }, - "70626": { - "id": 70626, - "name": "ariaMultiSelectable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaMultiSelectable)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78412, - "name": "HTMLElement.ariaMultiSelectable" - } - }, - "70627": { - "id": 70627, - "name": "ariaOrientation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaOrientation)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78413, - "name": "HTMLElement.ariaOrientation" - } - }, - "70628": { - "id": 70628, - "name": "ariaPlaceholder", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPlaceholder)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78414, - "name": "HTMLElement.ariaPlaceholder" - } - }, - "70629": { - "id": 70629, - "name": "ariaPosInSet", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPosInSet)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78415, - "name": "HTMLElement.ariaPosInSet" - } - }, - "70630": { - "id": 70630, - "name": "ariaPressed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPressed)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78416, - "name": "HTMLElement.ariaPressed" - } - }, - "70631": { - "id": 70631, - "name": "ariaReadOnly", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaReadOnly)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78417, - "name": "HTMLElement.ariaReadOnly" - } - }, - "70632": { - "id": 70632, - "name": "ariaRelevant", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRelevant)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78418, - "name": "HTMLElement.ariaRelevant" - } - }, - "70633": { - "id": 70633, - "name": "ariaRequired", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRequired)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78419, - "name": "HTMLElement.ariaRequired" - } - }, - "70634": { - "id": 70634, - "name": "ariaRoleDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRoleDescription)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78420, - "name": "HTMLElement.ariaRoleDescription" - } - }, - "70635": { - "id": 70635, - "name": "ariaRowCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowCount)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78421, - "name": "HTMLElement.ariaRowCount" - } - }, - "70636": { - "id": 70636, - "name": "ariaRowIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowIndex)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78422, - "name": "HTMLElement.ariaRowIndex" - } - }, - "70637": { - "id": 70637, - "name": "ariaRowIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowIndexText)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78423, - "name": "HTMLElement.ariaRowIndexText" - } - }, - "70638": { - "id": 70638, - "name": "ariaRowSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowSpan)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78424, - "name": "HTMLElement.ariaRowSpan" - } - }, - "70639": { - "id": 70639, - "name": "ariaSelected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaSelected)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78425, - "name": "HTMLElement.ariaSelected" - } - }, - "70640": { - "id": 70640, - "name": "ariaSetSize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaSetSize)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78426, - "name": "HTMLElement.ariaSetSize" - } - }, - "70641": { - "id": 70641, - "name": "ariaSort", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaSort)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78427, - "name": "HTMLElement.ariaSort" - } - }, - "70642": { - "id": 70642, - "name": "ariaValueMax", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueMax)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78428, - "name": "HTMLElement.ariaValueMax" - } - }, - "70643": { - "id": 70643, - "name": "ariaValueMin", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueMin)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78429, - "name": "HTMLElement.ariaValueMin" - } - }, - "70644": { - "id": 70644, - "name": "ariaValueNow", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueNow)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78430, - "name": "HTMLElement.ariaValueNow" - } - }, - "70645": { - "id": 70645, - "name": "ariaValueText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueText)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78431, - "name": "HTMLElement.ariaValueText" - } - }, - "70646": { - "id": 70646, - "name": "assignedSlot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/assignedSlot)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 114160, - "name": "HTMLSlotElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78432, - "name": "HTMLElement.assignedSlot" - } - }, - "70647": { - "id": 70647, - "name": "attributeStyleMap", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/attributeStyleMap)" - } - ] - }, - "type": { - "type": "reference", - "target": 205753, - "name": "StylePropertyMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78433, - "name": "HTMLElement.attributeStyleMap" - } - }, - "70648": { - "id": 70648, - "name": "attributes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/attributes)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NamedNodeMap" - }, - "name": "NamedNodeMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78434, - "name": "HTMLElement.attributes" - } - }, - "70649": { - "id": 70649, - "name": "autocapitalize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/autocapitalize)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78435, - "name": "HTMLElement.autocapitalize" - } - }, - "70650": { - "id": 70650, - "name": "autofocus", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/autofocus)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78436, - "name": "HTMLElement.autofocus" - } - }, - "70651": { - "id": 70651, - "name": "baseURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's node document's document base URL.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/baseURI)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78437, - "name": "HTMLElement.baseURI" - } - }, - "70652": { - "id": 70652, - "name": "childElementCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/childElementCount)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78438, - "name": "HTMLElement.childElementCount" - } - }, - "70653": { - "id": 70653, - "name": "childNodes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the children.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/childNodes)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78439, - "name": "HTMLElement.childNodes" - } - }, - "70654": { - "id": 70654, - "name": "children", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the child elements.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/children)" - } - ] - }, - "type": { - "type": "reference", - "target": 71580, - "name": "HTMLCollection", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78440, - "name": "HTMLElement.children" - } - }, - "70655": { - "id": 70655, - "name": "className", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the value of element's class content attribute. Can be set to change it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/className)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78441, - "name": "HTMLElement.className" - } - }, - "70656": { - "id": 70656, - "name": "clientHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientHeight)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78442, - "name": "HTMLElement.clientHeight" - } - }, - "70657": { - "id": 70657, - "name": "clientLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientLeft)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78443, - "name": "HTMLElement.clientLeft" - } - }, - "70658": { - "id": 70658, - "name": "clientTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientTop)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78444, - "name": "HTMLElement.clientTop" - } - }, - "70659": { - "id": 70659, - "name": "clientWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientWidth)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78445, - "name": "HTMLElement.clientWidth" - } - }, - "70660": { - "id": 70660, - "name": "contentEditable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/contentEditable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78446, - "name": "HTMLElement.contentEditable" - } - }, - "70661": { - "id": 70661, - "name": "currentCSSZoom", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/currentCSSZoom)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78447, - "name": "HTMLElement.currentCSSZoom" - } - }, - "70662": { - "id": 70662, - "name": "dataset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dataset)" - } - ] - }, - "type": { - "type": "reference", - "target": 60124, - "name": "DOMStringMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78448, - "name": "HTMLElement.dataset" - } - }, - "70663": { - "id": 70663, - "name": "dir", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dir)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78449, - "name": "HTMLElement.dir" - } - }, - "70664": { - "id": 70664, - "name": "draggable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/draggable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78450, - "name": "HTMLElement.draggable" - } - }, - "70665": { - "id": 70665, - "name": "enterKeyHint", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/enterKeyHint)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78451, - "name": "HTMLElement.enterKeyHint" - } - }, - "70666": { - "id": 70666, - "name": "firstChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/firstChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78452, - "name": "HTMLElement.firstChild" - } - }, - "70667": { - "id": 70667, - "name": "firstElementChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/firstElementChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78453, - "name": "HTMLElement.firstElementChild" - } - }, - "70668": { - "id": 70668, - "name": "height", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Gets or sets the height of a canvas element on a document.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/height)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "70669": { - "id": 70669, - "name": "hidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/hidden)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78454, - "name": "HTMLElement.hidden" - } - }, - "70670": { - "id": 70670, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the value of element's id content attribute. Can be set to change it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/id)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78455, - "name": "HTMLElement.id" - } - }, - "70671": { - "id": 70671, - "name": "inert", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/inert)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78456, - "name": "HTMLElement.inert" - } - }, - "70672": { - "id": 70672, - "name": "innerHTML", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/innerHTML)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78457, - "name": "HTMLElement.innerHTML" - } - }, - "70673": { - "id": 70673, - "name": "innerText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/innerText)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78458, - "name": "HTMLElement.innerText" - } - }, - "70674": { - "id": 70674, - "name": "inputMode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/inputMode)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78459, - "name": "HTMLElement.inputMode" - } - }, - "70675": { - "id": 70675, - "name": "isConnected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if node is connected and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isConnected)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78460, - "name": "HTMLElement.isConnected" - } - }, - "70676": { - "id": 70676, - "name": "isContentEditable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/isContentEditable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78461, - "name": "HTMLElement.isContentEditable" - } - }, - "70677": { - "id": 70677, - "name": "lang", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/lang)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78462, - "name": "HTMLElement.lang" - } - }, - "70678": { - "id": 70678, - "name": "lastChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lastChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78463, - "name": "HTMLElement.lastChild" - } - }, - "70679": { - "id": 70679, - "name": "lastElementChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/lastElementChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78464, - "name": "HTMLElement.lastElementChild" - } - }, - "70680": { - "id": 70680, - "name": "localName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the local name.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/localName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78465, - "name": "HTMLElement.localName" - } - }, - "70681": { - "id": 70681, - "name": "namespaceURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the namespace.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/namespaceURI)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78466, - "name": "HTMLElement.namespaceURI" - } - }, - "70682": { - "id": 70682, - "name": "nextElementSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first following sibling that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/nextElementSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78467, - "name": "HTMLElement.nextElementSibling" - } - }, - "70683": { - "id": 70683, - "name": "nextSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the next sibling.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nextSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78468, - "name": "HTMLElement.nextSibling" - } - }, - "70684": { - "id": 70684, - "name": "nodeName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a string appropriate for the type of node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78469, - "name": "HTMLElement.nodeName" - } - }, - "70685": { - "id": 70685, - "name": "nodeType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeType)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78470, - "name": "HTMLElement.nodeType" - } - }, - "70686": { - "id": 70686, - "name": "nodeValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeValue)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78471, - "name": "HTMLElement.nodeValue" - } - }, - "70687": { - "id": 70687, - "name": "nonce", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/nonce)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78472, - "name": "HTMLElement.nonce" - } - }, - "70688": { - "id": 70688, - "name": "offsetHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetHeight)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78473, - "name": "HTMLElement.offsetHeight" - } - }, - "70689": { - "id": 70689, - "name": "offsetLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetLeft)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78474, - "name": "HTMLElement.offsetLeft" - } - }, - "70690": { - "id": 70690, - "name": "offsetParent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetParent)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78475, - "name": "HTMLElement.offsetParent" - } - }, - "70691": { - "id": 70691, - "name": "offsetTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetTop)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78476, - "name": "HTMLElement.offsetTop" - } - }, - "70692": { - "id": 70692, - "name": "offsetWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetWidth)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78477, - "name": "HTMLElement.offsetWidth" - } - }, - "70693": { - "id": 70693, - "name": "onabort", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user aborts the download." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/abort_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70694, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70695, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70696, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70697, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206438, - "name": "UIEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78478, - "name": "HTMLElement.onabort" - } - }, - "70698": { - "id": 70698, - "name": "onanimationcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationcancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70699, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70700, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70701, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70702, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78483, - "name": "HTMLElement.onanimationcancel" - } - }, - "70703": { - "id": 70703, - "name": "onanimationend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationend_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70704, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70705, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70706, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70707, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78488, - "name": "HTMLElement.onanimationend" - } - }, - "70708": { - "id": 70708, - "name": "onanimationiteration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationiteration_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70709, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70710, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70711, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70712, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78493, - "name": "HTMLElement.onanimationiteration" - } - }, - "70713": { - "id": 70713, - "name": "onanimationstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationstart_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70714, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70715, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70716, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70717, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78498, - "name": "HTMLElement.onanimationstart" - } - }, - "70718": { - "id": 70718, - "name": "onauxclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/auxclick_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70719, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70720, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70721, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70722, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78503, - "name": "HTMLElement.onauxclick" - } - }, - "70723": { - "id": 70723, - "name": "onbeforeinput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/beforeinput_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70724, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70725, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70726, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70727, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132341, - "name": "InputEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78508, - "name": "HTMLElement.onbeforeinput" - } - }, - "70728": { - "id": 70728, - "name": "onbeforetoggle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/beforetoggle_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70729, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70730, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70731, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70732, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78513, - "name": "HTMLElement.onbeforetoggle" - } - }, - "70733": { - "id": 70733, - "name": "onblur", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the object loses the input focus." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The focus event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/blur_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70734, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70735, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70736, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70737, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62585, - "name": "FocusEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78518, - "name": "HTMLElement.onblur" - } - }, - "70738": { - "id": 70738, - "name": "oncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDialogElement/cancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70739, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70740, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70741, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70742, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78523, - "name": "HTMLElement.oncancel" - } - }, - "70743": { - "id": 70743, - "name": "oncanplay", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when playback is possible, but would require further buffering." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/canplay_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70744, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70745, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70746, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70747, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78528, - "name": "HTMLElement.oncanplay" - } - }, - "70748": { - "id": 70748, - "name": "oncanplaythrough", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/canplaythrough_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70749, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70750, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70751, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70752, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78533, - "name": "HTMLElement.oncanplaythrough" - } - }, - "70753": { - "id": 70753, - "name": "onchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the contents of the object or selection have changed." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/change_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70754, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70755, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70756, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70757, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78538, - "name": "HTMLElement.onchange" - } - }, - "70758": { - "id": 70758, - "name": "onclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user clicks the left mouse button on the object" - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/click_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70759, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70760, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70761, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70762, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78543, - "name": "HTMLElement.onclick" - } - }, - "70763": { - "id": 70763, - "name": "onclose", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDialogElement/close_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70764, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70765, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70766, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70767, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78548, - "name": "HTMLElement.onclose" - } - }, - "70768": { - "id": 70768, - "name": "oncontextlost", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/contextlost_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70769, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70770, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70771, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70772, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78553, - "name": "HTMLElement.oncontextlost" - } - }, - "70773": { - "id": 70773, - "name": "oncontextmenu", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user clicks the right mouse button in the client area, opening the context menu." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/contextmenu_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70774, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70775, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70776, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70777, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78558, - "name": "HTMLElement.oncontextmenu" - } - }, - "70778": { - "id": 70778, - "name": "oncontextrestored", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/contextrestored_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70779, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70780, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70781, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70782, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78563, - "name": "HTMLElement.oncontextrestored" - } - }, - "70783": { - "id": 70783, - "name": "oncopy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/copy_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70784, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70785, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70786, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70787, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 59344, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78568, - "name": "HTMLElement.oncopy" - } - }, - "70788": { - "id": 70788, - "name": "oncuechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/cuechange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70789, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70790, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70791, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70792, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78573, - "name": "HTMLElement.oncuechange" - } - }, - "70793": { - "id": 70793, - "name": "oncut", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/cut_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70794, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70795, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70796, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70797, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 59344, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78578, - "name": "HTMLElement.oncut" - } - }, - "70798": { - "id": 70798, - "name": "ondblclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user double-clicks the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/dblclick_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70799, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70800, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70801, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70802, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78583, - "name": "HTMLElement.ondblclick" - } - }, - "70803": { - "id": 70803, - "name": "ondrag", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the source object continuously during a drag operation." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/drag_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70804, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70805, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70806, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70807, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78588, - "name": "HTMLElement.ondrag" - } - }, - "70808": { - "id": 70808, - "name": "ondragend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the source object when the user releases the mouse at the close of a drag operation." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragend_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70809, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70810, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70811, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70812, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78593, - "name": "HTMLElement.ondragend" - } - }, - "70813": { - "id": 70813, - "name": "ondragenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the target element when the user drags the object to a valid drop target." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The drag event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragenter_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70814, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70815, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70816, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70817, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78598, - "name": "HTMLElement.ondragenter" - } - }, - "70818": { - "id": 70818, - "name": "ondragleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The drag event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragleave_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70819, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70820, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70821, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70822, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78603, - "name": "HTMLElement.ondragleave" - } - }, - "70823": { - "id": 70823, - "name": "ondragover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the target element continuously while the user drags the object over a valid drop target." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragover_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70824, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70825, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70826, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70827, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78608, - "name": "HTMLElement.ondragover" - } - }, - "70828": { - "id": 70828, - "name": "ondragstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the source object when the user starts to drag a text selection or selected object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragstart_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70829, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70830, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70831, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70832, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78613, - "name": "HTMLElement.ondragstart" - } - }, - "70833": { - "id": 70833, - "name": "ondrop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/drop_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70834, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70835, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70836, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70837, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78618, - "name": "HTMLElement.ondrop" - } - }, - "70838": { - "id": 70838, - "name": "ondurationchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the duration attribute is updated." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/durationchange_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70839, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70840, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70841, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70842, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78623, - "name": "HTMLElement.ondurationchange" - } - }, - "70843": { - "id": 70843, - "name": "onemptied", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the media element is reset to its initial state." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/emptied_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70844, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70845, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70846, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70847, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78628, - "name": "HTMLElement.onemptied" - } - }, - "70848": { - "id": 70848, - "name": "onended", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the end of playback is reached." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/ended_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70849, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70850, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70851, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70852, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78633, - "name": "HTMLElement.onended" - } - }, - "70853": { - "id": 70853, - "name": "onerror", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when an error occurs during object loading." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/error_event)" - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 212587, - "name": "OnErrorEventHandler", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78638, - "name": "HTMLElement.onerror" - } - }, - "70854": { - "id": 70854, - "name": "onfocus", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the object receives focus." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/focus_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70855, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70856, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70857, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70858, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62585, - "name": "FocusEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78639, - "name": "HTMLElement.onfocus" - } - }, - "70859": { - "id": 70859, - "name": "onformdata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/formdata_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70860, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70861, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70862, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70863, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62701, - "name": "FormDataEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78644, - "name": "HTMLElement.onformdata" - } - }, - "70864": { - "id": 70864, - "name": "onfullscreenchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/fullscreenchange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70865, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70866, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70867, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - }, - { - "id": 70868, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78649, - "name": "HTMLElement.onfullscreenchange" - } - }, - "70869": { - "id": 70869, - "name": "onfullscreenerror", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/fullscreenerror_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70870, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70871, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70872, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - }, - { - "id": 70873, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78654, - "name": "HTMLElement.onfullscreenerror" - } - }, - "70874": { - "id": 70874, - "name": "ongotpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/gotpointercapture_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70875, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70876, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70877, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70878, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78659, - "name": "HTMLElement.ongotpointercapture" - } - }, - "70879": { - "id": 70879, - "name": "oninput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/input_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70880, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70881, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70882, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70883, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78664, - "name": "HTMLElement.oninput" - } - }, - "70884": { - "id": 70884, - "name": "oninvalid", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/invalid_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70885, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70886, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70887, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70888, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78669, - "name": "HTMLElement.oninvalid" - } - }, - "70889": { - "id": 70889, - "name": "onkeydown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user presses a key." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The keyboard event\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/keydown_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70890, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70891, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70892, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70893, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132447, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78674, - "name": "HTMLElement.onkeydown" - } - }, - "70894": { - "id": 70894, - "name": "onkeypress", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user presses an alphanumeric key." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event." - } - ] - }, - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/keypress_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70895, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70896, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70897, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70898, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132447, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78679, - "name": "HTMLElement.onkeypress" - } - }, - "70899": { - "id": 70899, - "name": "onkeyup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user releases a key." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The keyboard event\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/keyup_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70900, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70901, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70902, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70903, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132447, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78684, - "name": "HTMLElement.onkeyup" - } - }, - "70904": { - "id": 70904, - "name": "onload", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires immediately after the browser loads the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGElement/load_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70905, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70906, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70907, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70908, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78689, - "name": "HTMLElement.onload" - } - }, - "70909": { - "id": 70909, - "name": "onloadeddata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when media data is loaded at the current playback position." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadeddata_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70910, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70911, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70912, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70913, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78694, - "name": "HTMLElement.onloadeddata" - } - }, - "70914": { - "id": 70914, - "name": "onloadedmetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the duration and dimensions of the media have been determined." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadedmetadata_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70915, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70916, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70917, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70918, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78699, - "name": "HTMLElement.onloadedmetadata" - } - }, - "70919": { - "id": 70919, - "name": "onloadstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when Internet Explorer begins looking for media data." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadstart_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70920, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70921, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70922, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70923, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78704, - "name": "HTMLElement.onloadstart" - } - }, - "70924": { - "id": 70924, - "name": "onlostpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/lostpointercapture_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70925, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70926, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70927, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70928, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78709, - "name": "HTMLElement.onlostpointercapture" - } - }, - "70929": { - "id": 70929, - "name": "onmousedown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user clicks the object with either mouse button." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mousedown_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70930, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70931, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70932, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70933, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78714, - "name": "HTMLElement.onmousedown" - } - }, - "70934": { - "id": 70934, - "name": "onmouseenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseenter_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70935, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70936, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70937, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70938, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78719, - "name": "HTMLElement.onmouseenter" - } - }, - "70939": { - "id": 70939, - "name": "onmouseleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseleave_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70940, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70941, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70942, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70943, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78724, - "name": "HTMLElement.onmouseleave" - } - }, - "70944": { - "id": 70944, - "name": "onmousemove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user moves the mouse over the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mousemove_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70945, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70946, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70947, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70948, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78729, - "name": "HTMLElement.onmousemove" - } - }, - "70949": { - "id": 70949, - "name": "onmouseout", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user moves the mouse pointer outside the boundaries of the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseout_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70950, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70951, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70952, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70953, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78734, - "name": "HTMLElement.onmouseout" - } - }, - "70954": { - "id": 70954, - "name": "onmouseover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user moves the mouse pointer into the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseover_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70955, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70956, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70957, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70958, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78739, - "name": "HTMLElement.onmouseover" - } - }, - "70959": { - "id": 70959, - "name": "onmouseup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user releases a mouse button while the mouse is over the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseup_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70960, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70961, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70962, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70963, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78744, - "name": "HTMLElement.onmouseup" - } - }, - "70964": { - "id": 70964, - "name": "onpaste", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/paste_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70965, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70966, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70967, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70968, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 59344, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78749, - "name": "HTMLElement.onpaste" - } - }, - "70969": { - "id": 70969, - "name": "onpause", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when playback is paused." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/pause_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70970, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70971, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70972, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70973, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78754, - "name": "HTMLElement.onpause" - } - }, - "70974": { - "id": 70974, - "name": "onplay", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the play method is requested." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/play_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70975, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70976, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70977, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70978, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78759, - "name": "HTMLElement.onplay" - } - }, - "70979": { - "id": 70979, - "name": "onplaying", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the audio or video has started playing." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/playing_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70980, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70981, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70982, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70983, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78764, - "name": "HTMLElement.onplaying" - } - }, - "70984": { - "id": 70984, - "name": "onpointercancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointercancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70985, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70986, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70987, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70988, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78769, - "name": "HTMLElement.onpointercancel" - } - }, - "70989": { - "id": 70989, - "name": "onpointerdown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerdown_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70990, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70991, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70992, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70993, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78774, - "name": "HTMLElement.onpointerdown" - } - }, - "70994": { - "id": 70994, - "name": "onpointerenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerenter_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 70995, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 70996, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 70997, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 70998, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78779, - "name": "HTMLElement.onpointerenter" - } - }, - "70999": { - "id": 70999, - "name": "onpointerleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerleave_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71000, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71001, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71002, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71003, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78784, - "name": "HTMLElement.onpointerleave" - } - }, - "71004": { - "id": 71004, - "name": "onpointermove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointermove_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71005, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71006, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71007, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71008, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78789, - "name": "HTMLElement.onpointermove" - } - }, - "71009": { - "id": 71009, - "name": "onpointerout", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerout_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71010, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71011, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71012, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71013, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78794, - "name": "HTMLElement.onpointerout" - } - }, - "71014": { - "id": 71014, - "name": "onpointerover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerover_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71015, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71016, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71017, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71018, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78799, - "name": "HTMLElement.onpointerover" - } - }, - "71019": { - "id": 71019, - "name": "onpointerup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerup_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71020, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71021, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71022, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71023, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78804, - "name": "HTMLElement.onpointerup" - } - }, - "71024": { - "id": 71024, - "name": "onprogress", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs to indicate progress while downloading media data." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/progress_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71025, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71026, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71027, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71028, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 136178, - "typeArguments": [ - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ], - "name": "ProgressEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78809, - "name": "HTMLElement.onprogress" - } - }, - "71029": { - "id": 71029, - "name": "onratechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the playback rate is increased or decreased." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/ratechange_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71030, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71031, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71032, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71033, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78814, - "name": "HTMLElement.onratechange" - } - }, - "71034": { - "id": 71034, - "name": "onreset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user resets a form." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/reset_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71035, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71036, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71037, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71038, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78819, - "name": "HTMLElement.onreset" - } - }, - "71039": { - "id": 71039, - "name": "onresize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLVideoElement/resize_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71040, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71041, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71042, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71043, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206438, - "name": "UIEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78824, - "name": "HTMLElement.onresize" - } - }, - "71044": { - "id": 71044, - "name": "onscroll", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user repositions the scroll box in the scroll bar on the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/scroll_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71045, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71046, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71047, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71048, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78829, - "name": "HTMLElement.onscroll" - } - }, - "71049": { - "id": 71049, - "name": "onscrollend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/scrollend_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71050, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71051, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71052, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71053, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78834, - "name": "HTMLElement.onscrollend" - } - }, - "71054": { - "id": 71054, - "name": "onsecuritypolicyviolation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/securitypolicyviolation_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71055, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71056, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71057, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71058, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 204976, - "name": "SecurityPolicyViolationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78839, - "name": "HTMLElement.onsecuritypolicyviolation" - } - }, - "71059": { - "id": 71059, - "name": "onseeked", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the seek operation ends." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/seeked_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71060, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71061, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71062, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71063, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78844, - "name": "HTMLElement.onseeked" - } - }, - "71064": { - "id": 71064, - "name": "onseeking", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the current playback position is moved." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/seeking_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71065, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71066, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71067, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71068, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78849, - "name": "HTMLElement.onseeking" - } - }, - "71069": { - "id": 71069, - "name": "onselect", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the current selection changes." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/select_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71070, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71071, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71072, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71073, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78854, - "name": "HTMLElement.onselect" - } - }, - "71074": { - "id": 71074, - "name": "onselectionchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/selectionchange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71075, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71076, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71077, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71078, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78859, - "name": "HTMLElement.onselectionchange" - } - }, - "71079": { - "id": 71079, - "name": "onselectstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/selectstart_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71080, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71081, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71082, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71083, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78864, - "name": "HTMLElement.onselectstart" - } - }, - "71084": { - "id": 71084, - "name": "onslotchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSlotElement/slotchange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71085, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71086, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71087, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71088, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78869, - "name": "HTMLElement.onslotchange" - } - }, - "71089": { - "id": 71089, - "name": "onstalled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the download has stopped." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/stalled_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71090, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71091, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71092, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71093, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78874, - "name": "HTMLElement.onstalled" - } - }, - "71094": { - "id": 71094, - "name": "onsubmit", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/submit_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71095, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71096, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71097, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71098, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 205818, - "name": "SubmitEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78879, - "name": "HTMLElement.onsubmit" - } - }, - "71099": { - "id": 71099, - "name": "onsuspend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs if the load operation has been intentionally halted." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/suspend_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71100, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71101, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71102, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71103, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78884, - "name": "HTMLElement.onsuspend" - } - }, - "71104": { - "id": 71104, - "name": "ontimeupdate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs to indicate the current playback position." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/timeupdate_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71105, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71106, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71107, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71108, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78889, - "name": "HTMLElement.ontimeupdate" - } - }, - "71109": { - "id": 71109, - "name": "ontoggle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/toggle_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71110, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71111, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71112, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71113, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78894, - "name": "HTMLElement.ontoggle" - } - }, - "71114": { - "id": 71114, - "name": "ontouchcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchcancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71115, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71116, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71117, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71118, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78899, - "name": "HTMLElement.ontouchcancel" - } - }, - "71119": { - "id": 71119, - "name": "ontouchend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchend_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71120, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71121, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71122, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71123, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78904, - "name": "HTMLElement.ontouchend" - } - }, - "71124": { - "id": 71124, - "name": "ontouchmove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchmove_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71125, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71126, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71127, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71128, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78909, - "name": "HTMLElement.ontouchmove" - } - }, - "71129": { - "id": 71129, - "name": "ontouchstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchstart_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71130, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71131, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71132, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71133, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78914, - "name": "HTMLElement.ontouchstart" - } - }, - "71134": { - "id": 71134, - "name": "ontransitioncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitioncancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71135, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71136, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71137, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71138, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78919, - "name": "HTMLElement.ontransitioncancel" - } - }, - "71139": { - "id": 71139, - "name": "ontransitionend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitionend_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71140, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71141, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71142, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71143, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78924, - "name": "HTMLElement.ontransitionend" - } - }, - "71144": { - "id": 71144, - "name": "ontransitionrun", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitionrun_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71145, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71146, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71147, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71148, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78929, - "name": "HTMLElement.ontransitionrun" - } - }, - "71149": { - "id": 71149, - "name": "ontransitionstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitionstart_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71150, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71151, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71152, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71153, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78934, - "name": "HTMLElement.ontransitionstart" - } - }, - "71154": { - "id": 71154, - "name": "onvolumechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the volume is changed, or playback is muted or unmuted." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/volumechange_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71155, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71156, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71157, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71158, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78939, - "name": "HTMLElement.onvolumechange" - } - }, - "71159": { - "id": 71159, - "name": "onwaiting", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when playback stops because the next frame of a video resource is not available." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/waiting_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71160, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71161, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71162, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71163, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78944, - "name": "HTMLElement.onwaiting" - } - }, - "71164": { - "id": 71164, - "name": "onwebkitanimationend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`onanimationend`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationend_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71165, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71166, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71167, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71168, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78949, - "name": "HTMLElement.onwebkitanimationend" - } - }, - "71169": { - "id": 71169, - "name": "onwebkitanimationiteration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`onanimationiteration`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationiteration_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71170, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71171, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71172, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71173, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78954, - "name": "HTMLElement.onwebkitanimationiteration" - } - }, - "71174": { - "id": 71174, - "name": "onwebkitanimationstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`onanimationstart`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationstart_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71175, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71176, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71177, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71178, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78959, - "name": "HTMLElement.onwebkitanimationstart" - } - }, - "71179": { - "id": 71179, - "name": "onwebkittransitionend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`ontransitionend`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitionend_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71180, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71181, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71182, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71183, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78964, - "name": "HTMLElement.onwebkittransitionend" - } - }, - "71184": { - "id": 71184, - "name": "onwheel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/wheel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 71185, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 71186, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 71187, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 71188, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 209942, - "name": "WheelEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78969, - "name": "HTMLElement.onwheel" - } - }, - "71189": { - "id": 71189, - "name": "outerHTML", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/outerHTML)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78974, - "name": "HTMLElement.outerHTML" - } - }, - "71190": { - "id": 71190, - "name": "outerText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/outerText)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78975, - "name": "HTMLElement.outerText" - } - }, - "71191": { - "id": 71191, - "name": "ownerDocument", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the node document. Returns null for documents.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/ownerDocument)" - } - ] - }, - "type": { - "type": "reference", - "target": 60250, - "name": "Document", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78976, - "name": "HTMLElement.ownerDocument" - } - }, - "71192": { - "id": 71192, - "name": "parentElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentElement)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78977, - "name": "HTMLElement.parentElement" - } - }, - "71193": { - "id": 71193, - "name": "parentNode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentNode)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 135318, - "name": "ParentNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78978, - "name": "HTMLElement.parentNode" - } - }, - "71194": { - "id": 71194, - "name": "popover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/popover)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78979, - "name": "HTMLElement.popover" - } - }, - "71195": { - "id": 71195, - "name": "prefix", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the namespace prefix.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/prefix)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78980, - "name": "HTMLElement.prefix" - } - }, - "71196": { - "id": 71196, - "name": "previousElementSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first preceding sibling that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/previousElementSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78981, - "name": "HTMLElement.previousElementSibling" - } - }, - "71197": { - "id": 71197, - "name": "previousSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the previous sibling.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/previousSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78982, - "name": "HTMLElement.previousSibling" - } - }, - "71198": { - "id": 71198, - "name": "role", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78983, - "name": "HTMLElement.role" - } - }, - "71199": { - "id": 71199, - "name": "scrollHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollHeight)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78984, - "name": "HTMLElement.scrollHeight" - } - }, - "71200": { - "id": 71200, - "name": "scrollLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollLeft)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78985, - "name": "HTMLElement.scrollLeft" - } - }, - "71201": { - "id": 71201, - "name": "scrollTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollTop)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78986, - "name": "HTMLElement.scrollTop" - } - }, - "71202": { - "id": 71202, - "name": "scrollWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollWidth)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78987, - "name": "HTMLElement.scrollWidth" - } - }, - "71203": { - "id": 71203, - "name": "shadowRoot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns element's shadow root, if any, and if shadow root's mode is \"open\", and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/shadowRoot)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 205149, - "name": "ShadowRoot", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78988, - "name": "HTMLElement.shadowRoot" - } - }, - "71204": { - "id": 71204, - "name": "slot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the value of element's slot content attribute. Can be set to change it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/slot)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78989, - "name": "HTMLElement.slot" - } - }, - "71205": { - "id": 71205, - "name": "spellcheck", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/spellcheck)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78990, - "name": "HTMLElement.spellcheck" - } - }, - "71206": { - "id": 71206, - "name": "tabIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/tabIndex)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78991, - "name": "HTMLElement.tabIndex" - } - }, - "71207": { - "id": 71207, - "name": "tagName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the HTML-uppercased qualified name.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/tagName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78992, - "name": "HTMLElement.tagName" - } - }, - "71208": { - "id": 71208, - "name": "textContent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/textContent)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78993, - "name": "HTMLElement.textContent" - } - }, - "71209": { - "id": 71209, - "name": "title", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/title)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78994, - "name": "HTMLElement.title" - } - }, - "71210": { - "id": 71210, - "name": "translate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/translate)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78995, - "name": "HTMLElement.translate" - } - }, - "71211": { - "id": 71211, - "name": "width", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Gets or sets the width of a canvas element on a document.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/width)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "71212": { - "id": 71212, - "name": "writingSuggestions", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/writingSuggestions)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78996, - "name": "HTMLElement.writingSuggestions" - } - }, - "71213": { - "id": 71213, - "name": "classList", - "variant": "declaration", - "kind": 262144, - "flags": { - "isExternal": true - }, - "getSignature": { - "id": 71214, - "name": "classList", - "variant": "signature", - "kind": 524288, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Allows for manipulation of element's class content attribute as a set of whitespace-separated tokens through a DOMTokenList object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/classList)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.classList" - } - }, - "setSignature": { - "id": 71215, - "name": "classList", - "variant": "signature", - "kind": 1048576, - "flags": { - "isExternal": true - }, - "parameters": [ - 71216 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.classList" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 78997, - "name": "HTMLElement.classList" - } - }, - "71217": { - "id": 71217, - "name": "part", - "variant": "declaration", - "kind": 262144, - "flags": { - "isExternal": true - }, - "getSignature": { - "id": 71218, - "name": "part", - "variant": "signature", - "kind": 524288, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/part)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.part" - } - }, - "setSignature": { - "id": 71219, - "name": "part", - "variant": "signature", - "kind": 1048576, - "flags": { - "isExternal": true - }, - "parameters": [ - 71220 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.part" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 79001, - "name": "HTMLElement.part" - } - }, - "71221": { - "id": 71221, - "name": "style", - "variant": "declaration", - "kind": 262144, - "flags": { - "isExternal": true - }, - "getSignature": { - "id": 71222, - "name": "style", - "variant": "signature", - "kind": 524288, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/style)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "CSSStyleDeclaration" - }, - "name": "CSSStyleDeclaration", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.style" - } - }, - "setSignature": { - "id": 71223, - "name": "style", - "variant": "signature", - "kind": 1048576, - "flags": { - "isExternal": true - }, - "parameters": [ - 71224 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.style" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 79005, - "name": "HTMLElement.style" - } - }, - "71225": { - "id": 71225, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71226, - 71235 - ], - "overwrites": { - "type": "reference", - "target": 79009, - "name": "HTMLElement.addEventListener" - } - }, - "71226": { - "id": 71226, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Appends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched.\n\nThe options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options's capture.\n\nWhen set to true, options's capture prevents callback from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event's eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event's eventPhase attribute value is AT_TARGET.\n\nWhen set to true, options's passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners.\n\nWhen set to true, options's once indicates that the callback will only be invoked once after which the event listener will be removed.\n\nIf an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted.\n\nThe event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/addEventListener)" - } - ] - }, - "typeParameter": [ - 71227 - ], - "parameters": [ - 71228, - 71229, - 71234 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 79010, - "name": "HTMLElement.addEventListener" - } - }, - "71227": { - "id": 71227, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 79364, - "name": "HTMLElementEventMap", - "package": "typescript" - } - } - }, - "71228": { - "id": 71228, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71227, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "71229": { - "id": 71229, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 71230, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 71231 - ] - } - } - }, - "71234": { - "id": 71234, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 57635, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "71235": { - "id": 71235, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 71236, - 71237, - 71238 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 79019, - "name": "HTMLElement.addEventListener" - } - }, - "71236": { - "id": 71236, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "71237": { - "id": 71237, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "71238": { - "id": 71238, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 57635, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "71239": { - "id": 71239, - "name": "after", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71240 - ], - "inheritedFrom": { - "type": "reference", - "target": 79023, - "name": "HTMLElement.after" - } - }, - "71240": { - "id": 71240, - "name": "after", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes just after node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/after)" - } - ] - }, - "parameters": [ - 71241 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79024, - "name": "HTMLElement.after" - } - }, - "71241": { - "id": 71241, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "71242": { - "id": 71242, - "name": "animate", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71243 - ], - "inheritedFrom": { - "type": "reference", - "target": 79026, - "name": "HTMLElement.animate" - } - }, - "71243": { - "id": 71243, - "name": "animate", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animate)" - } - ] - }, - "parameters": [ - 71244, - 71245 - ], - "type": { - "type": "reference", - "target": 57672, - "name": "Animation", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79027, - "name": "HTMLElement.animate" - } - }, - "71244": { - "id": 71244, - "name": "keyframes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "array", - "elementType": { - "type": "reference", - "target": 132546, - "name": "Keyframe", - "package": "typescript" - } - }, - { - "type": "reference", - "target": 136273, - "name": "PropertyIndexedKeyframes", - "package": "typescript" - } - ] - } - }, - "71245": { - "id": 71245, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": 132552, - "name": "KeyframeAnimationOptions", - "package": "typescript" - } - ] - } - }, - "71246": { - "id": 71246, - "name": "append", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71247 - ], - "inheritedFrom": { - "type": "reference", - "target": 79030, - "name": "HTMLElement.append" - } - }, - "71247": { - "id": 71247, - "name": "append", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes after the last child of node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/append)" - } - ] - }, - "parameters": [ - 71248 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79031, - "name": "HTMLElement.append" - } - }, - "71248": { - "id": 71248, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "71249": { - "id": 71249, - "name": "appendChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71250 - ], - "inheritedFrom": { - "type": "reference", - "target": 79033, - "name": "HTMLElement.appendChild" - } - }, - "71250": { - "id": 71250, - "name": "appendChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/appendChild)" - } - ] - }, - "typeParameter": [ - 71251 - ], - "parameters": [ - 71252 - ], - "type": { - "type": "reference", - "target": 71251, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 79034, - "name": "HTMLElement.appendChild" - } - }, - "71251": { - "id": 71251, - "name": "T", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "71252": { - "id": 71252, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71251, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "71253": { - "id": 71253, - "name": "attachInternals", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71254 - ], - "inheritedFrom": { - "type": "reference", - "target": 79037, - "name": "HTMLElement.attachInternals" - } - }, - "71254": { - "id": 71254, - "name": "attachInternals", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/attachInternals)" - } - ] - }, - "type": { - "type": "reference", - "target": 62311, - "name": "ElementInternals", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79038, - "name": "HTMLElement.attachInternals" - } - }, - "71255": { - "id": 71255, - "name": "attachShadow", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71256 - ], - "inheritedFrom": { - "type": "reference", - "target": 79039, - "name": "HTMLElement.attachShadow" - } - }, - "71256": { - "id": 71256, - "name": "attachShadow", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Creates a shadow root for element and returns it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/attachShadow)" - } - ] - }, - "parameters": [ - 71257 - ], - "type": { - "type": "reference", - "target": 205149, - "name": "ShadowRoot", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79040, - "name": "HTMLElement.attachShadow" - } - }, - "71257": { - "id": 71257, - "name": "init", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 205346, - "name": "ShadowRootInit", - "package": "typescript" - } - }, - "71258": { - "id": 71258, - "name": "before", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71259 - ], - "inheritedFrom": { - "type": "reference", - "target": 79042, - "name": "HTMLElement.before" - } - }, - "71259": { - "id": 71259, - "name": "before", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes just before node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/before)" - } - ] - }, - "parameters": [ - 71260 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79043, - "name": "HTMLElement.before" - } - }, - "71260": { - "id": 71260, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "71261": { - "id": 71261, - "name": "blur", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71262 - ], - "inheritedFrom": { - "type": "reference", - "target": 79045, - "name": "HTMLElement.blur" - } - }, - "71262": { - "id": 71262, - "name": "blur", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/blur)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79046, - "name": "HTMLElement.blur" - } - }, - "71263": { - "id": 71263, - "name": "captureStream", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71264 - ] - }, - "71264": { - "id": 71264, - "name": "captureStream", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/captureStream)" - } - ] - }, - "parameters": [ - 71265 - ], - "type": { - "type": "reference", - "target": 134147, - "name": "MediaStream", - "package": "typescript" - } - }, - "71265": { - "id": 71265, - "name": "frameRequestRate", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "71266": { - "id": 71266, - "name": "checkVisibility", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71267 - ], - "inheritedFrom": { - "type": "reference", - "target": 79047, - "name": "HTMLElement.checkVisibility" - } - }, - "71267": { - "id": 71267, - "name": "checkVisibility", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/checkVisibility)" - } - ] - }, - "parameters": [ - 71268 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79048, - "name": "HTMLElement.checkVisibility" - } - }, - "71268": { - "id": 71268, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 59232, - "name": "CheckVisibilityOptions", - "package": "typescript" - } - }, - "71269": { - "id": 71269, - "name": "click", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71270 - ], - "inheritedFrom": { - "type": "reference", - "target": 79050, - "name": "HTMLElement.click" - } - }, - "71270": { - "id": 71270, - "name": "click", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/click)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79051, - "name": "HTMLElement.click" - } - }, - "71271": { - "id": 71271, - "name": "cloneNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71272 - ], - "inheritedFrom": { - "type": "reference", - "target": 79052, - "name": "HTMLElement.cloneNode" - } - }, - "71272": { - "id": 71272, - "name": "cloneNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a copy of node. If deep is true, the copy also includes the node's descendants.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/cloneNode)" - } - ] - }, - "parameters": [ - 71273 - ], - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79053, - "name": "HTMLElement.cloneNode" - } - }, - "71273": { - "id": 71273, - "name": "subtree", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "71274": { - "id": 71274, - "name": "closest", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71275, - 71278, - 71281, - 71284 - ], - "inheritedFrom": { - "type": "reference", - "target": 79055, - "name": "HTMLElement.closest" - } - }, - "71275": { - "id": 71275, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first (starting at element) inclusive ancestor that matches selectors, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/closest)" - } - ] - }, - "typeParameter": [ - 71276 - ], - "parameters": [ - 71277 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71276, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79056, - "name": "HTMLElement.closest" - } - }, - "71276": { - "id": 71276, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - }, - "71277": { - "id": 71277, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71276, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "71278": { - "id": 71278, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 71279 - ], - "parameters": [ - 71280 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71279, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79059, - "name": "HTMLElement.closest" - } - }, - "71279": { - "id": 71279, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - }, - "71280": { - "id": 71280, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71279, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "71281": { - "id": 71281, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 71282 - ], - "parameters": [ - 71283 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71282, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79062, - "name": "HTMLElement.closest" - } - }, - "71282": { - "id": 71282, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - }, - "71283": { - "id": 71283, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71282, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "71284": { - "id": 71284, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 71285 - ], - "parameters": [ - 71286 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 71285, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79065, - "name": "HTMLElement.closest" - } - }, - "71285": { - "id": 71285, - "name": "E", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - }, - "default": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - }, - "71286": { - "id": 71286, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "71287": { - "id": 71287, - "name": "compareDocumentPosition", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71288 - ], - "inheritedFrom": { - "type": "reference", - "target": 79068, - "name": "HTMLElement.compareDocumentPosition" - } - }, - "71288": { - "id": 71288, - "name": "compareDocumentPosition", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a bitmask indicating the position of other relative to node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/compareDocumentPosition)" - } - ] - }, - "parameters": [ - 71289 - ], - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 79069, - "name": "HTMLElement.compareDocumentPosition" - } - }, - "71289": { - "id": 71289, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "71290": { - "id": 71290, - "name": "computedStyleMap", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71291 - ], - "inheritedFrom": { - "type": "reference", - "target": 79071, - "name": "HTMLElement.computedStyleMap" - } - }, - "71291": { - "id": 71291, - "name": "computedStyleMap", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/computedStyleMap)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "StylePropertyMapReadOnly" - }, - "name": "StylePropertyMapReadOnly", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79072, - "name": "HTMLElement.computedStyleMap" - } - }, - "71292": { - "id": 71292, - "name": "contains", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71293 - ], - "inheritedFrom": { - "type": "reference", - "target": 79073, - "name": "HTMLElement.contains" - } - }, - "71293": { - "id": 71293, - "name": "contains", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if other is an inclusive descendant of node, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/contains)" - } - ] - }, - "parameters": [ - 71294 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79074, - "name": "HTMLElement.contains" - } - }, - "71294": { - "id": 71294, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "71295": { - "id": 71295, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71296 - ], - "inheritedFrom": { - "type": "reference", - "target": 79076, - "name": "HTMLElement.dispatchEvent" - } - }, - "71296": { - "id": 71296, - "name": "dispatchEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "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.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/dispatchEvent)" - } - ] - }, - "parameters": [ - 71297 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79077, - "name": "HTMLElement.dispatchEvent" - } - }, - "71297": { - "id": 71297, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "71298": { - "id": 71298, - "name": "focus", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71299 - ], - "inheritedFrom": { - "type": "reference", - "target": 79079, - "name": "HTMLElement.focus" - } - }, - "71299": { - "id": 71299, - "name": "focus", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/focus)" - } - ] - }, - "parameters": [ - 71300 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79080, - "name": "HTMLElement.focus" - } - }, - "71300": { - "id": 71300, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62635, - "name": "FocusOptions", - "package": "typescript" - } - }, - "71301": { - "id": 71301, - "name": "getAnimations", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71302 - ], - "inheritedFrom": { - "type": "reference", - "target": 79082, - "name": "HTMLElement.getAnimations" - } - }, - "71302": { - "id": 71302, - "name": "getAnimations", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAnimations)" - } - ] - }, - "parameters": [ - 71303 - ], - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 57672, - "name": "Animation", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 79083, - "name": "HTMLElement.getAnimations" - } - }, - "71303": { - "id": 71303, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62808, - "name": "GetAnimationsOptions", - "package": "typescript" - } - }, - "71304": { - "id": 71304, - "name": "getAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71305 - ], - "inheritedFrom": { - "type": "reference", - "target": 79085, - "name": "HTMLElement.getAttribute" - } - }, - "71305": { - "id": 71305, - "name": "getAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns element's first attribute whose qualified name is qualifiedName, and null if there is no such attribute otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttribute)" - } - ] - }, - "parameters": [ - 71306 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79086, - "name": "HTMLElement.getAttribute" - } - }, - "71306": { - "id": 71306, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "71307": { - "id": 71307, - "name": "getAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71308 - ], - "inheritedFrom": { - "type": "reference", - "target": 79088, - "name": "HTMLElement.getAttributeNS" - } - }, - "71308": { - "id": 71308, - "name": "getAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns element's attribute whose namespace is namespace and local name is localName, and null if there is no such attribute otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNS)" - } - ] - }, - "parameters": [ - 71309, - 71310 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79089, - "name": "HTMLElement.getAttributeNS" - } - }, - "71309": { - "id": 71309, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "71310": { - "id": 71310, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "71311": { - "id": 71311, - "name": "getAttributeNames", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71312 - ], - "inheritedFrom": { - "type": "reference", - "target": 79092, - "name": "HTMLElement.getAttributeNames" - } - }, - "71312": { - "id": 71312, - "name": "getAttributeNames", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the qualified names of all element's attributes. Can contain duplicates.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNames)" - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 79093, - "name": "HTMLElement.getAttributeNames" - } - }, - "71313": { - "id": 71313, - "name": "getAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71314 - ], - "inheritedFrom": { - "type": "reference", - "target": 79094, - "name": "HTMLElement.getAttributeNode" - } - }, - "71314": { - "id": 71314, - "name": "getAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNode)" - } - ] - }, - "parameters": [ - 71315 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79095, - "name": "HTMLElement.getAttributeNode" - } - }, - "71315": { - "id": 71315, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "71316": { - "id": 71316, - "name": "getAttributeNodeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71317 - ], - "inheritedFrom": { - "type": "reference", - "target": 79097, - "name": "HTMLElement.getAttributeNodeNS" - } - }, - "71317": { - "id": 71317, - "name": "getAttributeNodeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNodeNS)" - } - ] - }, - "parameters": [ - 71318, - 71319 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79098, - "name": "HTMLElement.getAttributeNodeNS" - } - }, - "71318": { - "id": 71318, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "71319": { - "id": 71319, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "71320": { - "id": 71320, - "name": "getBoundingClientRect", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71321 - ], - "inheritedFrom": { - "type": "reference", - "target": 79101, - "name": "HTMLElement.getBoundingClientRect" - } - }, - "71321": { - "id": 71321, - "name": "getBoundingClientRect", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getBoundingClientRect)" - } - ] - }, - "type": { - "type": "reference", - "target": 60097, - "name": "DOMRect", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79102, - "name": "HTMLElement.getBoundingClientRect" - } - }, - "71322": { - "id": 71322, - "name": "getClientRects", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71323 - ], - "inheritedFrom": { - "type": "reference", - "target": 79103, - "name": "HTMLElement.getClientRects" - } - }, - "71323": { - "id": 71323, - "name": "getClientRects", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getClientRects)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMRectList" - }, - "name": "DOMRectList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79104, - "name": "HTMLElement.getClientRects" - } - }, - "71324": { - "id": 71324, - "name": "getContext", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71325, - 71328, - 71331, - 71334, - 71337 - ] - }, - "71325": { - "id": 71325, - "name": "getContext", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns an object that provides methods and properties for drawing and manipulating images and graphics on a canvas element in a document. A context object includes information about colors, line widths, fonts, and other graphic parameters that can be drawn on a canvas." - } - ] - }, - "parameters": [ - 71326, - 71327 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 58713, - "name": "CanvasRenderingContext2D", - "package": "typescript" - } - ] - } - }, - "71326": { - "id": 71326, - "name": "contextId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The identifier (ID) of the type of canvas to create. Internet Explorer 9 and Internet Explorer 10 support only a 2-D context using canvas.getContext(\"2d\"); IE11 Preview also supports 3-D or WebGL context using canvas.getContext(\"experimental-webgl\");\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/getContext)" - } - ] - }, - "type": { - "type": "literal", - "value": "2d" - } - }, - "71327": { - "id": 71327, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 59005, - "name": "CanvasRenderingContext2DSettings", - "package": "typescript" - } - }, - "71328": { - "id": 71328, - "name": "getContext", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 71329, - 71330 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 132324, - "name": "ImageBitmapRenderingContext", - "package": "typescript" - } - ] - } - }, - "71329": { - "id": 71329, - "name": "contextId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "bitmaprenderer" - } - }, - "71330": { - "id": 71330, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 132329, - "name": "ImageBitmapRenderingContextSettings", - "package": "typescript" - } - }, - "71331": { - "id": 71331, - "name": "getContext", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 71332, - 71333 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 208910, - "name": "WebGLRenderingContext", - "package": "typescript" - } - ] - } - }, - "71332": { - "id": 71332, - "name": "contextId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "webgl" - } - }, - "71333": { - "id": 71333, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 208859, - "name": "WebGLContextAttributes", - "package": "typescript" - } - }, - "71334": { - "id": 71334, - "name": "getContext", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 71335, - 71336 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 206766, - "name": "WebGL2RenderingContext", - "package": "typescript" - } - ] - } - }, - "71335": { - "id": 71335, - "name": "contextId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "webgl2" - } - }, - "71336": { - "id": 71336, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 208859, - "name": "WebGLContextAttributes", - "package": "typescript" - } - }, - "71337": { - "id": 71337, - "name": "getContext", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 71338, - 71339 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 212609, - "name": "RenderingContext", - "package": "typescript" - } - ] - } - }, - "71338": { - "id": 71338, - "name": "contextId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "71339": { - "id": 71339, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "any" - } - }, - "71340": { - "id": 71340, - "name": "getElementsByClassName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71341 - ], - "inheritedFrom": { - "type": "reference", - "target": 79105, - "name": "HTMLElement.getElementsByClassName" - } - }, - "71341": { - "id": 71341, - "name": "getElementsByClassName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a HTMLCollection of the elements in the object on which the method was invoked (a document or an element) that have all the classes given by classNames. The classNames argument is interpreted as a space-separated list of classes.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByClassName)" - } - ] - }, - "parameters": [ - 71342 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79106, - "name": "HTMLElement.getElementsByClassName" - } - }, - "71342": { - "id": 71342, - "name": "classNames", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "71343": { - "id": 71343, - "name": "getElementsByTagName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71344, - 71347, - 71350, - 71353, - 71356 - ], - "inheritedFrom": { - "type": "reference", - "target": 79108, - "name": "HTMLElement.getElementsByTagName" - } - }, - "71344": { - "id": 71344, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByTagName)" - } - ] - }, - "typeParameter": [ - 71345 - ], - "parameters": [ - 71346 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71345, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79109, - "name": "HTMLElement.getElementsByTagName" - } - }, - "71345": { - "id": 71345, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - }, - "71346": { - "id": 71346, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71345, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "71347": { - "id": 71347, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 71348 - ], - "parameters": [ - 71349 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71348, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79112, - "name": "HTMLElement.getElementsByTagName" - } - }, - "71348": { - "id": 71348, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - }, - "71349": { - "id": 71349, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71348, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "71350": { - "id": 71350, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 71351 - ], - "parameters": [ - 71352 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71351, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79115, - "name": "HTMLElement.getElementsByTagName" - } - }, - "71351": { - "id": 71351, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - }, - "71352": { - "id": 71352, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71351, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "71353": { - "id": 71353, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "typeParameter": [ - 71354 - ], - "parameters": [ - 71355 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71354, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79118, - "name": "HTMLElement.getElementsByTagName" - } - }, - "71354": { - "id": 71354, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - }, - "71355": { - "id": 71355, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71354, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "71356": { - "id": 71356, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 71357 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79121, - "name": "HTMLElement.getElementsByTagName" - } - }, - "71357": { - "id": 71357, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "71358": { - "id": 71358, - "name": "getElementsByTagNameNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71359, - 71362, - 71365, - 71368 - ], - "inheritedFrom": { - "type": "reference", - "target": 79123, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "71359": { - "id": 71359, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByTagNameNS)" - } - ] - }, - "parameters": [ - 71360, - 71361 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79124, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "71360": { - "id": 71360, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/1999/xhtml" - } - }, - "71361": { - "id": 71361, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "71362": { - "id": 71362, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 71363, - 71364 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 146576, - "name": "SVGElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79127, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "71363": { - "id": 71363, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/2000/svg" - } - }, - "71364": { - "id": 71364, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "71365": { - "id": 71365, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 71366, - 71367 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 132754, - "name": "MathMLElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79130, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "71366": { - "id": 71366, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/1998/Math/MathML" - } - }, - "71367": { - "id": 71367, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "71368": { - "id": 71368, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 71369, - 71370 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79133, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "71369": { - "id": 71369, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "71370": { - "id": 71370, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "71371": { - "id": 71371, - "name": "getHTML", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71372 - ], - "inheritedFrom": { - "type": "reference", - "target": 79136, - "name": "HTMLElement.getHTML" - } - }, - "71372": { - "id": 71372, - "name": "getHTML", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getHTML)" - } - ] - }, - "parameters": [ - 71373 - ], - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 79137, - "name": "HTMLElement.getHTML" - } - }, - "71373": { - "id": 71373, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62810, - "name": "GetHTMLOptions", - "package": "typescript" - } - }, - "71374": { - "id": 71374, - "name": "getRootNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71375 - ], - "inheritedFrom": { - "type": "reference", - "target": 79139, - "name": "HTMLElement.getRootNode" - } - }, - "71375": { - "id": 71375, - "name": "getRootNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's root.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/getRootNode)" - } - ] - }, - "parameters": [ - 71376 - ], - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79140, - "name": "HTMLElement.getRootNode" - } - }, - "71376": { - "id": 71376, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62813, - "name": "GetRootNodeOptions", - "package": "typescript" - } - }, - "71377": { - "id": 71377, - "name": "hasAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71378 - ], - "inheritedFrom": { - "type": "reference", - "target": 79142, - "name": "HTMLElement.hasAttribute" - } - }, - "71378": { - "id": 71378, - "name": "hasAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if element has an attribute whose qualified name is qualifiedName, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasAttribute)" - } - ] - }, - "parameters": [ - 71379 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79143, - "name": "HTMLElement.hasAttribute" - } - }, - "71379": { - "id": 71379, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "71380": { - "id": 71380, - "name": "hasAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71381 - ], - "inheritedFrom": { - "type": "reference", - "target": 79145, - "name": "HTMLElement.hasAttributeNS" - } - }, - "71381": { - "id": 71381, - "name": "hasAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if element has an attribute whose namespace is namespace and local name is localName.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasAttributeNS)" - } - ] - }, - "parameters": [ - 71382, - 71383 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79146, - "name": "HTMLElement.hasAttributeNS" - } - }, - "71382": { - "id": 71382, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "71383": { - "id": 71383, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "71384": { - "id": 71384, - "name": "hasAttributes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71385 - ], - "inheritedFrom": { - "type": "reference", - "target": 79149, - "name": "HTMLElement.hasAttributes" - } - }, - "71385": { - "id": 71385, - "name": "hasAttributes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if element has attributes, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasAttributes)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79150, - "name": "HTMLElement.hasAttributes" - } - }, - "71386": { - "id": 71386, - "name": "hasChildNodes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71387 - ], - "inheritedFrom": { - "type": "reference", - "target": 79151, - "name": "HTMLElement.hasChildNodes" - } - }, - "71387": { - "id": 71387, - "name": "hasChildNodes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node has children.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/hasChildNodes)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79152, - "name": "HTMLElement.hasChildNodes" - } - }, - "71388": { - "id": 71388, - "name": "hasPointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71389 - ], - "inheritedFrom": { - "type": "reference", - "target": 79153, - "name": "HTMLElement.hasPointerCapture" - } - }, - "71389": { - "id": 71389, - "name": "hasPointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasPointerCapture)" - } - ] - }, - "parameters": [ - 71390 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79154, - "name": "HTMLElement.hasPointerCapture" - } - }, - "71390": { - "id": 71390, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "71391": { - "id": 71391, - "name": "hidePopover", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71392 - ], - "inheritedFrom": { - "type": "reference", - "target": 79156, - "name": "HTMLElement.hidePopover" - } - }, - "71392": { - "id": 71392, - "name": "hidePopover", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/hidePopover)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79157, - "name": "HTMLElement.hidePopover" - } - }, - "71393": { - "id": 71393, - "name": "insertAdjacentElement", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71394 - ], - "inheritedFrom": { - "type": "reference", - "target": 79158, - "name": "HTMLElement.insertAdjacentElement" - } - }, - "71394": { - "id": 71394, - "name": "insertAdjacentElement", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentElement)" - } - ] - }, - "parameters": [ - 71395, - 71396 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79159, - "name": "HTMLElement.insertAdjacentElement" - } - }, - "71395": { - "id": 71395, - "name": "where", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212558, - "name": "InsertPosition", - "package": "typescript" - } - }, - "71396": { - "id": 71396, - "name": "element", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - }, - "71397": { - "id": 71397, - "name": "insertAdjacentHTML", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71398 - ], - "inheritedFrom": { - "type": "reference", - "target": 79162, - "name": "HTMLElement.insertAdjacentHTML" - } - }, - "71398": { - "id": 71398, - "name": "insertAdjacentHTML", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentHTML)" - } - ] - }, - "parameters": [ - 71399, - 71400 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79163, - "name": "HTMLElement.insertAdjacentHTML" - } - }, - "71399": { - "id": 71399, - "name": "position", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212558, - "name": "InsertPosition", - "package": "typescript" - } - }, - "71400": { - "id": 71400, - "name": "string", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "71401": { - "id": 71401, - "name": "insertAdjacentText", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71402 - ], - "inheritedFrom": { - "type": "reference", - "target": 79166, - "name": "HTMLElement.insertAdjacentText" - } - }, - "71402": { - "id": 71402, - "name": "insertAdjacentText", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentText)" - } - ] - }, - "parameters": [ - 71403, - 71404 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79167, - "name": "HTMLElement.insertAdjacentText" - } - }, - "71403": { - "id": 71403, - "name": "where", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212558, - "name": "InsertPosition", - "package": "typescript" - } - }, - "71404": { - "id": 71404, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "71405": { - "id": 71405, - "name": "insertBefore", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71406 - ], - "inheritedFrom": { - "type": "reference", - "target": 79170, - "name": "HTMLElement.insertBefore" - } - }, - "71406": { - "id": 71406, - "name": "insertBefore", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/insertBefore)" - } - ] - }, - "typeParameter": [ - 71407 - ], - "parameters": [ - 71408, - 71409 - ], - "type": { - "type": "reference", - "target": 71407, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 79171, - "name": "HTMLElement.insertBefore" - } - }, - "71407": { - "id": 71407, - "name": "T", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "71408": { - "id": 71408, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71407, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "71409": { - "id": 71409, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "71410": { - "id": 71410, - "name": "isDefaultNamespace", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71411 - ], - "inheritedFrom": { - "type": "reference", - "target": 79175, - "name": "HTMLElement.isDefaultNamespace" - } - }, - "71411": { - "id": 71411, - "name": "isDefaultNamespace", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isDefaultNamespace)" - } - ] - }, - "parameters": [ - 71412 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79176, - "name": "HTMLElement.isDefaultNamespace" - } - }, - "71412": { - "id": 71412, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "71413": { - "id": 71413, - "name": "isEqualNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71414 - ], - "inheritedFrom": { - "type": "reference", - "target": 79178, - "name": "HTMLElement.isEqualNode" - } - }, - "71414": { - "id": 71414, - "name": "isEqualNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node and otherNode have the same properties.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isEqualNode)" - } - ] - }, - "parameters": [ - 71415 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79179, - "name": "HTMLElement.isEqualNode" - } - }, - "71415": { - "id": 71415, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "71416": { - "id": 71416, - "name": "isSameNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71417 - ], - "inheritedFrom": { - "type": "reference", - "target": 79181, - "name": "HTMLElement.isSameNode" - } - }, - "71417": { - "id": 71417, - "name": "isSameNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isSameNode)" - } - ] - }, - "parameters": [ - 71418 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79182, - "name": "HTMLElement.isSameNode" - } - }, - "71418": { - "id": 71418, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "71419": { - "id": 71419, - "name": "lookupNamespaceURI", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71420 - ], - "inheritedFrom": { - "type": "reference", - "target": 79184, - "name": "HTMLElement.lookupNamespaceURI" - } - }, - "71420": { - "id": 71420, - "name": "lookupNamespaceURI", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupNamespaceURI)" - } - ] - }, - "parameters": [ - 71421 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79185, - "name": "HTMLElement.lookupNamespaceURI" - } - }, - "71421": { - "id": 71421, - "name": "prefix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "71422": { - "id": 71422, - "name": "lookupPrefix", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71423 - ], - "inheritedFrom": { - "type": "reference", - "target": 79187, - "name": "HTMLElement.lookupPrefix" - } - }, - "71423": { - "id": 71423, - "name": "lookupPrefix", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupPrefix)" - } - ] - }, - "parameters": [ - 71424 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79188, - "name": "HTMLElement.lookupPrefix" - } - }, - "71424": { - "id": 71424, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "71425": { - "id": 71425, - "name": "matches", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71426 - ], - "inheritedFrom": { - "type": "reference", - "target": 79190, - "name": "HTMLElement.matches" - } - }, - "71426": { - "id": 71426, - "name": "matches", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if matching selectors against element's root yields element, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/matches)" - } - ] - }, - "parameters": [ - 71427 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79191, - "name": "HTMLElement.matches" - } - }, - "71427": { - "id": 71427, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "71428": { - "id": 71428, - "name": "normalize", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71429 - ], - "inheritedFrom": { - "type": "reference", - "target": 79193, - "name": "HTMLElement.normalize" - } - }, - "71429": { - "id": 71429, - "name": "normalize", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes empty exclusive Text nodes and concatenates the data of remaining contiguous exclusive Text nodes into the first of their nodes.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/normalize)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79194, - "name": "HTMLElement.normalize" - } - }, - "71430": { - "id": 71430, - "name": "prepend", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71431 - ], - "inheritedFrom": { - "type": "reference", - "target": 79195, - "name": "HTMLElement.prepend" - } - }, - "71431": { - "id": 71431, - "name": "prepend", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes before the first child of node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/prepend)" - } - ] - }, - "parameters": [ - 71432 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79196, - "name": "HTMLElement.prepend" - } - }, - "71432": { - "id": 71432, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "71433": { - "id": 71433, - "name": "querySelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71434, - 71437, - 71440, - 71443, - 71446 - ], - "inheritedFrom": { - "type": "reference", - "target": 79198, - "name": "HTMLElement.querySelector" - } - }, - "71434": { - "id": 71434, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first element that is a descendant of node that matches selectors.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/querySelector)" - } - ] - }, - "typeParameter": [ - 71435 - ], - "parameters": [ - 71436 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71435, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79199, - "name": "HTMLElement.querySelector" - } - }, - "71435": { - "id": 71435, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - }, - "71436": { - "id": 71436, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71435, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "71437": { - "id": 71437, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 71438 - ], - "parameters": [ - 71439 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71438, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79202, - "name": "HTMLElement.querySelector" - } - }, - "71438": { - "id": 71438, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - }, - "71439": { - "id": 71439, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71438, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "71440": { - "id": 71440, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 71441 - ], - "parameters": [ - 71442 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71441, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79205, - "name": "HTMLElement.querySelector" - } - }, - "71441": { - "id": 71441, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - }, - "71442": { - "id": 71442, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71441, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "71443": { - "id": 71443, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "typeParameter": [ - 71444 - ], - "parameters": [ - 71445 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71444, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79208, - "name": "HTMLElement.querySelector" - } - }, - "71444": { - "id": 71444, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - }, - "71445": { - "id": 71445, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71444, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "71446": { - "id": 71446, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 71447 - ], - "parameters": [ - 71448 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 71447, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79211, - "name": "HTMLElement.querySelector" - } - }, - "71447": { - "id": 71447, - "name": "E", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - }, - "default": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - }, - "71448": { - "id": 71448, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "71449": { - "id": 71449, - "name": "querySelectorAll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71450, - 71453, - 71456, - 71459, - 71462 - ], - "inheritedFrom": { - "type": "reference", - "target": 79214, - "name": "HTMLElement.querySelectorAll" - } - }, - "71450": { - "id": 71450, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns all element descendants of node that match selectors.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/querySelectorAll)" - } - ] - }, - "typeParameter": [ - 71451 - ], - "parameters": [ - 71452 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71451, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79215, - "name": "HTMLElement.querySelectorAll" - } - }, - "71451": { - "id": 71451, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - }, - "71452": { - "id": 71452, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71451, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "71453": { - "id": 71453, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 71454 - ], - "parameters": [ - 71455 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71454, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79218, - "name": "HTMLElement.querySelectorAll" - } - }, - "71454": { - "id": 71454, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - }, - "71455": { - "id": 71455, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71454, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "71456": { - "id": 71456, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 71457 - ], - "parameters": [ - 71458 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71457, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79221, - "name": "HTMLElement.querySelectorAll" - } - }, - "71457": { - "id": 71457, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - }, - "71458": { - "id": 71458, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71457, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "71459": { - "id": 71459, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "typeParameter": [ - 71460 - ], - "parameters": [ - 71461 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71460, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79224, - "name": "HTMLElement.querySelectorAll" - } - }, - "71460": { - "id": 71460, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - }, - "71461": { - "id": 71461, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71460, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "71462": { - "id": 71462, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 71463 - ], - "parameters": [ - 71464 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 71463, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79227, - "name": "HTMLElement.querySelectorAll" - } - }, - "71463": { - "id": 71463, - "name": "E", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - }, - "default": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - }, - "71464": { - "id": 71464, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "71465": { - "id": 71465, - "name": "releasePointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71466 - ], - "inheritedFrom": { - "type": "reference", - "target": 79230, - "name": "HTMLElement.releasePointerCapture" - } - }, - "71466": { - "id": 71466, - "name": "releasePointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/releasePointerCapture)" - } - ] - }, - "parameters": [ - 71467 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79231, - "name": "HTMLElement.releasePointerCapture" - } - }, - "71467": { - "id": 71467, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "71468": { - "id": 71468, - "name": "remove", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71469 - ], - "inheritedFrom": { - "type": "reference", - "target": 79233, - "name": "HTMLElement.remove" - } - }, - "71469": { - "id": 71469, - "name": "remove", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/remove)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79234, - "name": "HTMLElement.remove" - } - }, - "71470": { - "id": 71470, - "name": "removeAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71471 - ], - "inheritedFrom": { - "type": "reference", - "target": 79235, - "name": "HTMLElement.removeAttribute" - } - }, - "71471": { - "id": 71471, - "name": "removeAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes element's first attribute whose qualified name is qualifiedName.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/removeAttribute)" - } - ] - }, - "parameters": [ - 71472 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79236, - "name": "HTMLElement.removeAttribute" - } - }, - "71472": { - "id": 71472, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "71473": { - "id": 71473, - "name": "removeAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71474 - ], - "inheritedFrom": { - "type": "reference", - "target": 79238, - "name": "HTMLElement.removeAttributeNS" - } - }, - "71474": { - "id": 71474, - "name": "removeAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes element's attribute whose namespace is namespace and local name is localName.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/removeAttributeNS)" - } - ] - }, - "parameters": [ - 71475, - 71476 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79239, - "name": "HTMLElement.removeAttributeNS" - } - }, - "71475": { - "id": 71475, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "71476": { - "id": 71476, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "71477": { - "id": 71477, - "name": "removeAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71478 - ], - "inheritedFrom": { - "type": "reference", - "target": 79242, - "name": "HTMLElement.removeAttributeNode" - } - }, - "71478": { - "id": 71478, - "name": "removeAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/removeAttributeNode)" - } - ] - }, - "parameters": [ - 71479 - ], - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79243, - "name": "HTMLElement.removeAttributeNode" - } - }, - "71479": { - "id": 71479, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - }, - "71480": { - "id": 71480, - "name": "removeChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71481 - ], - "inheritedFrom": { - "type": "reference", - "target": 79245, - "name": "HTMLElement.removeChild" - } - }, - "71481": { - "id": 71481, - "name": "removeChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/removeChild)" - } - ] - }, - "typeParameter": [ - 71482 - ], - "parameters": [ - 71483 - ], - "type": { - "type": "reference", - "target": 71482, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 79246, - "name": "HTMLElement.removeChild" - } - }, - "71482": { - "id": 71482, - "name": "T", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "71483": { - "id": 71483, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71482, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "71484": { - "id": 71484, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71485, - 71494 - ], - "overwrites": { - "type": "reference", - "target": 79249, - "name": "HTMLElement.removeEventListener" - } - }, - "71485": { - "id": 71485, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes the event listener in target's event listener list with the same type, callback, and options.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/removeEventListener)" - } - ] - }, - "typeParameter": [ - 71486 - ], - "parameters": [ - 71487, - 71488, - 71493 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 79250, - "name": "HTMLElement.removeEventListener" - } - }, - "71486": { - "id": 71486, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 79364, - "name": "HTMLElementEventMap", - "package": "typescript" - } - } - }, - "71487": { - "id": 71487, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71486, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "71488": { - "id": 71488, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 71489, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 71490 - ] - } - } - }, - "71493": { - "id": 71493, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 62469, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "71494": { - "id": 71494, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 71495, - 71496, - 71497 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 79259, - "name": "HTMLElement.removeEventListener" - } - }, - "71495": { - "id": 71495, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "71496": { - "id": 71496, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "71497": { - "id": 71497, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 62469, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "71498": { - "id": 71498, - "name": "replaceChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71499 - ], - "inheritedFrom": { - "type": "reference", - "target": 79263, - "name": "HTMLElement.replaceChild" - } - }, - "71499": { - "id": 71499, - "name": "replaceChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/replaceChild)" - } - ] - }, - "typeParameter": [ - 71500 - ], - "parameters": [ - 71501, - 71502 - ], - "type": { - "type": "reference", - "target": 71500, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 79264, - "name": "HTMLElement.replaceChild" - } - }, - "71500": { - "id": 71500, - "name": "T", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "71501": { - "id": 71501, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "71502": { - "id": 71502, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71500, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "71503": { - "id": 71503, - "name": "replaceChildren", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71504 - ], - "inheritedFrom": { - "type": "reference", - "target": 79268, - "name": "HTMLElement.replaceChildren" - } - }, - "71504": { - "id": 71504, - "name": "replaceChildren", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Replace all children of node with nodes, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/replaceChildren)" - } - ] - }, - "parameters": [ - 71505 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79269, - "name": "HTMLElement.replaceChildren" - } - }, - "71505": { - "id": 71505, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "71506": { - "id": 71506, - "name": "replaceWith", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71507 - ], - "inheritedFrom": { - "type": "reference", - "target": 79271, - "name": "HTMLElement.replaceWith" - } - }, - "71507": { - "id": 71507, - "name": "replaceWith", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Replaces node with nodes, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/replaceWith)" - } - ] - }, - "parameters": [ - 71508 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79272, - "name": "HTMLElement.replaceWith" - } - }, - "71508": { - "id": 71508, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "71509": { - "id": 71509, - "name": "requestFullscreen", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71510 - ], - "inheritedFrom": { - "type": "reference", - "target": 79274, - "name": "HTMLElement.requestFullscreen" - } - }, - "71510": { - "id": 71510, - "name": "requestFullscreen", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Displays element fullscreen and resolves promise when done.\n\nWhen supplied, options's navigationUI member indicates whether showing navigation UI while in fullscreen is preferred or not. If set to \"show\", navigation simplicity is preferred over screen space, and if set to \"hide\", more screen space is preferred. User agents are always free to honor user preference over the application's. The default value \"auto\" indicates no application preference.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/requestFullscreen)" - } - ] - }, - "parameters": [ - 71511 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79275, - "name": "HTMLElement.requestFullscreen" - } - }, - "71511": { - "id": 71511, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62742, - "name": "FullscreenOptions", - "package": "typescript" - } - }, - "71512": { - "id": 71512, - "name": "requestPointerLock", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71513 - ], - "inheritedFrom": { - "type": "reference", - "target": 79277, - "name": "HTMLElement.requestPointerLock" - } - }, - "71513": { - "id": 71513, - "name": "requestPointerLock", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/requestPointerLock)" - } - ] - }, - "parameters": [ - 71514 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79278, - "name": "HTMLElement.requestPointerLock" - } - }, - "71514": { - "id": 71514, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 136003, - "name": "PointerLockOptions", - "package": "typescript" - } - }, - "71515": { - "id": 71515, - "name": "scroll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71516, - 71518 - ], - "inheritedFrom": { - "type": "reference", - "target": 79280, - "name": "HTMLElement.scroll" - } - }, - "71516": { - "id": 71516, - "name": "scroll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scroll)" - } - ] - }, - "parameters": [ - 71517 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79281, - "name": "HTMLElement.scroll" - } - }, - "71517": { - "id": 71517, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 204972, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "71518": { - "id": 71518, - "name": "scroll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 71519, - 71520 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79283, - "name": "HTMLElement.scroll" - } - }, - "71519": { - "id": 71519, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "71520": { - "id": 71520, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "71521": { - "id": 71521, - "name": "scrollBy", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71522, - 71524 - ], - "inheritedFrom": { - "type": "reference", - "target": 79286, - "name": "HTMLElement.scrollBy" - } - }, - "71522": { - "id": 71522, - "name": "scrollBy", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollBy)" - } - ] - }, - "parameters": [ - 71523 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79287, - "name": "HTMLElement.scrollBy" - } - }, - "71523": { - "id": 71523, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 204972, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "71524": { - "id": 71524, - "name": "scrollBy", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 71525, - 71526 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79289, - "name": "HTMLElement.scrollBy" - } - }, - "71525": { - "id": 71525, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "71526": { - "id": 71526, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "71527": { - "id": 71527, - "name": "scrollIntoView", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71528 - ], - "inheritedFrom": { - "type": "reference", - "target": 79292, - "name": "HTMLElement.scrollIntoView" - } - }, - "71528": { - "id": 71528, - "name": "scrollIntoView", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollIntoView)" - } - ] - }, - "parameters": [ - 71529 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79293, - "name": "HTMLElement.scrollIntoView" - } - }, - "71529": { - "id": 71529, - "name": "arg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 204966, - "name": "ScrollIntoViewOptions", - "package": "typescript" - } - ] - } - }, - "71530": { - "id": 71530, - "name": "scrollTo", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71531, - 71533 - ], - "inheritedFrom": { - "type": "reference", - "target": 79295, - "name": "HTMLElement.scrollTo" - } - }, - "71531": { - "id": 71531, - "name": "scrollTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollTo)" - } - ] - }, - "parameters": [ - 71532 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79296, - "name": "HTMLElement.scrollTo" - } - }, - "71532": { - "id": 71532, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 204972, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "71533": { - "id": 71533, - "name": "scrollTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 71534, - 71535 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79298, - "name": "HTMLElement.scrollTo" - } - }, - "71534": { - "id": 71534, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "71535": { - "id": 71535, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "71536": { - "id": 71536, - "name": "setAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71537 - ], - "inheritedFrom": { - "type": "reference", - "target": 79301, - "name": "HTMLElement.setAttribute" - } - }, - "71537": { - "id": 71537, - "name": "setAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets the value of element's first attribute whose qualified name is qualifiedName to value.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttribute)" - } - ] - }, - "parameters": [ - 71538, - 71539 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79302, - "name": "HTMLElement.setAttribute" - } - }, - "71538": { - "id": 71538, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "71539": { - "id": 71539, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "71540": { - "id": 71540, - "name": "setAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71541 - ], - "inheritedFrom": { - "type": "reference", - "target": 79305, - "name": "HTMLElement.setAttributeNS" - } - }, - "71541": { - "id": 71541, - "name": "setAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets the value of element's attribute whose namespace is namespace and local name is localName to value.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNS)" - } - ] - }, - "parameters": [ - 71542, - 71543, - 71544 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79306, - "name": "HTMLElement.setAttributeNS" - } - }, - "71542": { - "id": 71542, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "71543": { - "id": 71543, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "71544": { - "id": 71544, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "71545": { - "id": 71545, - "name": "setAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71546 - ], - "inheritedFrom": { - "type": "reference", - "target": 79310, - "name": "HTMLElement.setAttributeNode" - } - }, - "71546": { - "id": 71546, - "name": "setAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNode)" - } - ] - }, - "parameters": [ - 71547 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79311, - "name": "HTMLElement.setAttributeNode" - } - }, - "71547": { - "id": 71547, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - }, - "71548": { - "id": 71548, - "name": "setAttributeNodeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71549 - ], - "inheritedFrom": { - "type": "reference", - "target": 79313, - "name": "HTMLElement.setAttributeNodeNS" - } - }, - "71549": { - "id": 71549, - "name": "setAttributeNodeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNodeNS)" - } - ] - }, - "parameters": [ - 71550 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79314, - "name": "HTMLElement.setAttributeNodeNS" - } - }, - "71550": { - "id": 71550, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - }, - "71551": { - "id": 71551, - "name": "setHTMLUnsafe", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71552 - ], - "inheritedFrom": { - "type": "reference", - "target": 79316, - "name": "HTMLElement.setHTMLUnsafe" - } - }, - "71552": { - "id": 71552, - "name": "setHTMLUnsafe", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setHTMLUnsafe)" - } - ] - }, - "parameters": [ - 71553 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79317, - "name": "HTMLElement.setHTMLUnsafe" - } - }, - "71553": { - "id": 71553, - "name": "html", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "71554": { - "id": 71554, - "name": "setPointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71555 - ], - "inheritedFrom": { - "type": "reference", - "target": 79319, - "name": "HTMLElement.setPointerCapture" - } - }, - "71555": { - "id": 71555, - "name": "setPointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setPointerCapture)" - } - ] - }, - "parameters": [ - 71556 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79320, - "name": "HTMLElement.setPointerCapture" - } - }, - "71556": { - "id": 71556, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "71557": { - "id": 71557, - "name": "showPopover", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71558 - ], - "inheritedFrom": { - "type": "reference", - "target": 79322, - "name": "HTMLElement.showPopover" - } - }, - "71558": { - "id": 71558, - "name": "showPopover", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/showPopover)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79323, - "name": "HTMLElement.showPopover" - } - }, - "71559": { - "id": 71559, - "name": "toBlob", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71560 - ] - }, - "71560": { - "id": 71560, - "name": "toBlob", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/toBlob)" - } - ] - }, - "parameters": [ - 71561, - 71562, - 71563 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "71561": { - "id": 71561, - "name": "callback", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 58104, - "name": "BlobCallback", - "package": "typescript" - } - }, - "71562": { - "id": 71562, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "71563": { - "id": 71563, - "name": "quality", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "71564": { - "id": 71564, - "name": "toDataURL", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71565 - ] - }, - "71565": { - "id": 71565, - "name": "toDataURL", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the content of the current canvas as an image that you can use as a source for another canvas or an HTML element." - } - ] - }, - "parameters": [ - 71566, - 71567 - ], - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "71566": { - "id": 71566, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The standard MIME type for the image format to return. If you do not specify this parameter, the default value is a PNG format image.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/toDataURL)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "71567": { - "id": 71567, - "name": "quality", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "71568": { - "id": 71568, - "name": "toggleAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71569 - ], - "inheritedFrom": { - "type": "reference", - "target": 79324, - "name": "HTMLElement.toggleAttribute" - } - }, - "71569": { - "id": 71569, - "name": "toggleAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "If force is not given, \"toggles\" qualifiedName, removing it if it is present and adding it if it is not present. If force is true, adds qualifiedName. If force is false, removes qualifiedName.\n\nReturns true if qualifiedName is now present, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/toggleAttribute)" - } - ] - }, - "parameters": [ - 71570, - 71571 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79325, - "name": "HTMLElement.toggleAttribute" - } - }, - "71570": { - "id": 71570, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "71571": { - "id": 71571, - "name": "force", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "71572": { - "id": 71572, - "name": "togglePopover", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71573 - ], - "inheritedFrom": { - "type": "reference", - "target": 79328, - "name": "HTMLElement.togglePopover" - } - }, - "71573": { - "id": 71573, - "name": "togglePopover", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/togglePopover)" - } - ] - }, - "parameters": [ - 71574 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79329, - "name": "HTMLElement.togglePopover" - } - }, - "71574": { - "id": 71574, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "71575": { - "id": 71575, - "name": "transferControlToOffscreen", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71576 - ] - }, - "71576": { - "id": 71576, - "name": "transferControlToOffscreen", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/transferControlToOffscreen)" - } - ] - }, - "type": { - "type": "reference", - "target": 134836, - "name": "OffscreenCanvas", - "package": "typescript" - } - }, - "71577": { - "id": 71577, - "name": "webkitMatchesSelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71578 - ], - "inheritedFrom": { - "type": "reference", - "target": 79331, - "name": "HTMLElement.webkitMatchesSelector" - } - }, - "71578": { - "id": 71578, - "name": "webkitMatchesSelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`matches`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/matches)" - } - ] - } - ] - }, - "parameters": [ - 71579 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79332, - "name": "HTMLElement.webkitMatchesSelector" - } - }, - "71579": { - "id": 71579, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "71580": { - "id": 71580, - "name": "HTMLCollection", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 71581, - 71582, - 71584, - 71587 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 71581 - ] - }, - { - "title": "Methods", - "children": [ - 71582, - 71584, - 71587 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionBase" - }, - "name": "HTMLCollectionBase", - "package": "typescript" - } - ] - }, - "71581": { - "id": 71581, - "name": "length", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves the number of objects in a collection.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCollection/length)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLCollectionBase.length" - } - }, - "71582": { - "id": 71582, - "name": "[iterator]", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71583 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLCollectionBase.[iterator]" - } - }, - "71583": { - "id": 71583, - "name": "[iterator]", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57853, - "typeArguments": [ - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ], - "name": "ArrayIterator", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLCollectionBase.[iterator]" - } - }, - "71584": { - "id": 71584, - "name": "item", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71585 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLCollectionBase.item" - } - }, - "71585": { - "id": 71585, - "name": "item", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Retrieves an object from various collections.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCollection/item)" - } - ] - }, - "parameters": [ - 71586 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLCollectionBase.item" - } - }, - "71586": { - "id": 71586, - "name": "index", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "71587": { - "id": 71587, - "name": "namedItem", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 71588 - ] - }, - "71588": { - "id": 71588, - "name": "namedItem", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Retrieves a select object or an object from an options collection.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCollection/namedItem)" - } - ] - }, - "parameters": [ - 71589 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - } - }, - "71589": { - "id": 71589, - "name": "name", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "78368": { - "id": 78368, - "name": "HTMLElement", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement)" - } - ] - }, - "children": [ - 78369, - 78370, - 78371, - 78372, - 78373, - 78374, - 78375, - 78376, - 78377, - 78378, - 78379, - 78380, - 78381, - 78382, - 78383, - 78384, - 78385, - 78386, - 78387, - 78388, - 78389, - 78390, - 78391, - 78392, - 78393, - 78394, - 78395, - 78396, - 78397, - 78398, - 78399, - 78400, - 78401, - 78402, - 78403, - 78404, - 78405, - 78406, - 78407, - 78408, - 78409, - 78410, - 78411, - 78412, - 78413, - 78414, - 78415, - 78416, - 78417, - 78418, - 78419, - 78420, - 78421, - 78422, - 78423, - 78424, - 78425, - 78426, - 78427, - 78428, - 78429, - 78430, - 78431, - 78432, - 78433, - 78434, - 78435, - 78436, - 78437, - 78438, - 78439, - 78440, - 78441, - 78442, - 78443, - 78444, - 78445, - 78446, - 78447, - 78448, - 78449, - 78450, - 78451, - 78452, - 78453, - 78454, - 78455, - 78456, - 78457, - 78458, - 78459, - 78460, - 78461, - 78462, - 78463, - 78464, - 78465, - 78466, - 78467, - 78468, - 78469, - 78470, - 78471, - 78472, - 78473, - 78474, - 78475, - 78476, - 78477, - 78478, - 78483, - 78488, - 78493, - 78498, - 78503, - 78508, - 78513, - 78518, - 78523, - 78528, - 78533, - 78538, - 78543, - 78548, - 78553, - 78558, - 78563, - 78568, - 78573, - 78578, - 78583, - 78588, - 78593, - 78598, - 78603, - 78608, - 78613, - 78618, - 78623, - 78628, - 78633, - 78638, - 78639, - 78644, - 78649, - 78654, - 78659, - 78664, - 78669, - 78674, - 78679, - 78684, - 78689, - 78694, - 78699, - 78704, - 78709, - 78714, - 78719, - 78724, - 78729, - 78734, - 78739, - 78744, - 78749, - 78754, - 78759, - 78764, - 78769, - 78774, - 78779, - 78784, - 78789, - 78794, - 78799, - 78804, - 78809, - 78814, - 78819, - 78824, - 78829, - 78834, - 78839, - 78844, - 78849, - 78854, - 78859, - 78864, - 78869, - 78874, - 78879, - 78884, - 78889, - 78894, - 78899, - 78904, - 78909, - 78914, - 78919, - 78924, - 78929, - 78934, - 78939, - 78944, - 78949, - 78954, - 78959, - 78964, - 78969, - 78974, - 78975, - 78976, - 78977, - 78978, - 78979, - 78980, - 78981, - 78982, - 78983, - 78984, - 78985, - 78986, - 78987, - 78988, - 78989, - 78990, - 78991, - 78992, - 78993, - 78994, - 78995, - 78996, - 78997, - 79001, - 79005, - 79009, - 79023, - 79026, - 79030, - 79033, - 79037, - 79039, - 79042, - 79045, - 79047, - 79050, - 79052, - 79055, - 79068, - 79071, - 79073, - 79076, - 79079, - 79082, - 79085, - 79088, - 79092, - 79094, - 79097, - 79101, - 79103, - 79105, - 79108, - 79123, - 79136, - 79139, - 79142, - 79145, - 79149, - 79151, - 79153, - 79156, - 79158, - 79162, - 79166, - 79170, - 79175, - 79178, - 79181, - 79184, - 79187, - 79190, - 79193, - 79195, - 79198, - 79214, - 79230, - 79233, - 79235, - 79238, - 79242, - 79245, - 79249, - 79263, - 79268, - 79271, - 79274, - 79277, - 79280, - 79286, - 79292, - 79295, - 79301, - 79305, - 79310, - 79313, - 79316, - 79319, - 79322, - 79324, - 79328, - 79331 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 78369, - 78370, - 78371, - 78372, - 78373, - 78374, - 78375, - 78376, - 78377, - 78378, - 78379, - 78380, - 78381, - 78382, - 78383, - 78384, - 78385, - 78386, - 78387, - 78388, - 78389, - 78390, - 78391, - 78392, - 78393, - 78394, - 78395, - 78396, - 78397, - 78398, - 78399, - 78400, - 78401, - 78402, - 78403, - 78404, - 78405, - 78406, - 78407, - 78408, - 78409, - 78410, - 78411, - 78412, - 78413, - 78414, - 78415, - 78416, - 78417, - 78418, - 78419, - 78420, - 78421, - 78422, - 78423, - 78424, - 78425, - 78426, - 78427, - 78428, - 78429, - 78430, - 78431, - 78432, - 78433, - 78434, - 78435, - 78436, - 78437, - 78438, - 78439, - 78440, - 78441, - 78442, - 78443, - 78444, - 78445, - 78446, - 78447, - 78448, - 78449, - 78450, - 78451, - 78452, - 78453, - 78454, - 78455, - 78456, - 78457, - 78458, - 78459, - 78460, - 78461, - 78462, - 78463, - 78464, - 78465, - 78466, - 78467, - 78468, - 78469, - 78470, - 78471, - 78472, - 78473, - 78474, - 78475, - 78476, - 78477, - 78478, - 78483, - 78488, - 78493, - 78498, - 78503, - 78508, - 78513, - 78518, - 78523, - 78528, - 78533, - 78538, - 78543, - 78548, - 78553, - 78558, - 78563, - 78568, - 78573, - 78578, - 78583, - 78588, - 78593, - 78598, - 78603, - 78608, - 78613, - 78618, - 78623, - 78628, - 78633, - 78638, - 78639, - 78644, - 78649, - 78654, - 78659, - 78664, - 78669, - 78674, - 78679, - 78684, - 78689, - 78694, - 78699, - 78704, - 78709, - 78714, - 78719, - 78724, - 78729, - 78734, - 78739, - 78744, - 78749, - 78754, - 78759, - 78764, - 78769, - 78774, - 78779, - 78784, - 78789, - 78794, - 78799, - 78804, - 78809, - 78814, - 78819, - 78824, - 78829, - 78834, - 78839, - 78844, - 78849, - 78854, - 78859, - 78864, - 78869, - 78874, - 78879, - 78884, - 78889, - 78894, - 78899, - 78904, - 78909, - 78914, - 78919, - 78924, - 78929, - 78934, - 78939, - 78944, - 78949, - 78954, - 78959, - 78964, - 78969, - 78974, - 78975, - 78976, - 78977, - 78978, - 78979, - 78980, - 78981, - 78982, - 78983, - 78984, - 78985, - 78986, - 78987, - 78988, - 78989, - 78990, - 78991, - 78992, - 78993, - 78994, - 78995, - 78996 - ] - }, - { - "title": "Accessors", - "children": [ - 78997, - 79001, - 79005 - ] - }, - { - "title": "Methods", - "children": [ - 79009, - 79023, - 79026, - 79030, - 79033, - 79037, - 79039, - 79042, - 79045, - 79047, - 79050, - 79052, - 79055, - 79068, - 79071, - 79073, - 79076, - 79079, - 79082, - 79085, - 79088, - 79092, - 79094, - 79097, - 79101, - 79103, - 79105, - 79108, - 79123, - 79136, - 79139, - 79142, - 79145, - 79149, - 79151, - 79153, - 79156, - 79158, - 79162, - 79166, - 79170, - 79175, - 79178, - 79181, - 79184, - 79187, - 79190, - 79193, - 79195, - 79198, - 79214, - 79230, - 79233, - 79235, - 79238, - 79242, - 79245, - 79249, - 79263, - 79268, - 79271, - 79274, - 79277, - 79280, - 79286, - 79292, - 79295, - 79301, - 79305, - 79310, - 79313, - 79316, - 79319, - 79322, - 79324, - 79328, - 79331 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - }, - { - "type": "reference", - "target": 62293, - "name": "ElementCSSInlineStyle", - "package": "typescript" - }, - { - "type": "reference", - "target": 62299, - "name": "ElementContentEditable", - "package": "typescript" - }, - { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - }, - { - "type": "reference", - "target": 106374, - "name": "HTMLOrSVGElement", - "package": "typescript" - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 70582, - "name": "HTMLCanvasElement" - }, - { - "type": "reference", - "target": 114160, - "name": "HTMLSlotElement" - }, - { - "type": "reference", - "target": 89551, - "name": "HTMLImageElement" - }, - { - "type": "reference", - "target": 97440, - "name": "HTMLMediaElement" - }, - { - "type": "reference", - "target": 63434, - "name": "HTMLAnchorElement" - }, - { - "type": "reference", - "target": 79583, - "name": "HTMLEmbedElement" - }, - { - "type": "reference", - "target": 85648, - "name": "HTMLHeadElement" - }, - { - "type": "reference", - "target": 64430, - "name": "HTMLAreaElement" - }, - { - "type": "reference", - "target": 113177, - "name": "HTMLScriptElement" - }, - { - "type": "reference", - "target": 67427, - "name": "HTMLBaseElement" - }, - { - "type": "reference", - "target": 112210, - "name": "HTMLQuoteElement" - }, - { - "type": "reference", - "target": 68395, - "name": "HTMLBodyElement" - }, - { - "type": "reference", - "target": 66460, - "name": "HTMLBRElement" - }, - { - "type": "reference", - "target": 69593, - "name": "HTMLButtonElement" - }, - { - "type": "reference", - "target": 118049, - "name": "HTMLTableCaptionElement" - }, - { - "type": "reference", - "target": 119997, - "name": "HTMLTableColElement" - }, - { - "type": "reference", - "target": 72557, - "name": "HTMLDataElement" - }, - { - "type": "reference", - "target": 73524, - "name": "HTMLDataListElement" - }, - { - "type": "reference", - "target": 101497, - "name": "HTMLModElement" - }, - { - "type": "reference", - "target": 74491, - "name": "HTMLDetailsElement" - }, - { - "type": "reference", - "target": 75459, - "name": "HTMLDialogElement" - }, - { - "type": "reference", - "target": 77401, - "name": "HTMLDivElement" - }, - { - "type": "reference", - "target": 71590, - "name": "HTMLDListElement" - }, - { - "type": "reference", - "target": 80557, - "name": "HTMLFieldSetElement" - }, - { - "type": "reference", - "target": 86614, - "name": "HTMLHeadingElement" - }, - { - "type": "reference", - "target": 84677, - "name": "HTMLHRElement" - }, - { - "type": "reference", - "target": 87581, - "name": "HTMLHtmlElement" - }, - { - "type": "reference", - "target": 88562, - "name": "HTMLIFrameElement" - }, - { - "type": "reference", - "target": 90545, - "name": "HTMLInputElement" - }, - { - "type": "reference", - "target": 92559, - "name": "HTMLLabelElement" - }, - { - "type": "reference", - "target": 93528, - "name": "HTMLLegendElement" - }, - { - "type": "reference", - "target": 91591, - "name": "HTMLLIElement" - }, - { - "type": "reference", - "target": 94496, - "name": "HTMLLinkElement" - }, - { - "type": "reference", - "target": 95491, - "name": "HTMLMapElement" - }, - { - "type": "reference", - "target": 98586, - "name": "HTMLMenuElement" - }, - { - "type": "reference", - "target": 99553, - "name": "HTMLMetaElement" - }, - { - "type": "reference", - "target": 100524, - "name": "HTMLMeterElement" - }, - { - "type": "reference", - "target": 103435, - "name": "HTMLObjectElement" - }, - { - "type": "reference", - "target": 102465, - "name": "HTMLOListElement" - }, - { - "type": "reference", - "target": 104432, - "name": "HTMLOptGroupElement" - }, - { - "type": "reference", - "target": 105400, - "name": "HTMLOptionElement" - }, - { - "type": "reference", - "target": 106384, - "name": "HTMLOutputElement" - }, - { - "type": "reference", - "target": 107370, - "name": "HTMLParagraphElement" - }, - { - "type": "reference", - "target": 109307, - "name": "HTMLPictureElement" - }, - { - "type": "reference", - "target": 110273, - "name": "HTMLPreElement" - }, - { - "type": "reference", - "target": 111240, - "name": "HTMLProgressElement" - }, - { - "type": "reference", - "target": 115136, - "name": "HTMLSourceElement" - }, - { - "type": "reference", - "target": 116109, - "name": "HTMLSpanElement" - }, - { - "type": "reference", - "target": 117075, - "name": "HTMLStyleElement" - }, - { - "type": "reference", - "target": 120969, - "name": "HTMLTableElement" - }, - { - "type": "reference", - "target": 122949, - "name": "HTMLTableSectionElement" - }, - { - "type": "reference", - "target": 119016, - "name": "HTMLTableCellElement" - }, - { - "type": "reference", - "target": 123926, - "name": "HTMLTemplateElement" - }, - { - "type": "reference", - "target": 124897, - "name": "HTMLTextAreaElement" - }, - { - "type": "reference", - "target": 125909, - "name": "HTMLTimeElement" - }, - { - "type": "reference", - "target": 126876, - "name": "HTMLTitleElement" - }, - { - "type": "reference", - "target": 121969, - "name": "HTMLTableRowElement" - }, - { - "type": "reference", - "target": 127843, - "name": "HTMLTrackElement" - }, - { - "type": "reference", - "target": 128820, - "name": "HTMLUListElement" - }, - { - "type": "reference", - "target": 129788, - "name": "HTMLUnknownElement" - }, - { - "type": "reference", - "target": 76434, - "name": "HTMLDirectoryElement" - }, - { - "type": "reference", - "target": 81538, - "name": "HTMLFontElement" - }, - { - "type": "reference", - "target": 82507, - "name": "HTMLFrameElement" - }, - { - "type": "reference", - "target": 83483, - "name": "HTMLFrameSetElement" - }, - { - "type": "reference", - "target": 96459, - "name": "HTMLMarqueeElement" - }, - { - "type": "reference", - "target": 108337, - "name": "HTMLParamElement" - } - ] - }, - "78369": { - "id": 78369, - "name": "ATTRIBUTE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 61863, - "name": "Element.ATTRIBUTE_NODE" - } - }, - "78370": { - "id": 78370, - "name": "CDATA_SECTION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a CDATASection node." - } - ] - }, - "type": { - "type": "literal", - "value": 4 - }, - "inheritedFrom": { - "type": "reference", - "target": 61864, - "name": "Element.CDATA_SECTION_NODE" - } - }, - "78371": { - "id": 78371, - "name": "COMMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Comment node." - } - ] - }, - "type": { - "type": "literal", - "value": 8 - }, - "inheritedFrom": { - "type": "reference", - "target": 61865, - "name": "Element.COMMENT_NODE" - } - }, - "78372": { - "id": 78372, - "name": "DOCUMENT_FRAGMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a DocumentFragment node." - } - ] - }, - "type": { - "type": "literal", - "value": 11 - }, - "inheritedFrom": { - "type": "reference", - "target": 61866, - "name": "Element.DOCUMENT_FRAGMENT_NODE" - } - }, - "78373": { - "id": 78373, - "name": "DOCUMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a document." - } - ] - }, - "type": { - "type": "literal", - "value": 9 - }, - "inheritedFrom": { - "type": "reference", - "target": 61867, - "name": "Element.DOCUMENT_NODE" - } - }, - "78374": { - "id": 78374, - "name": "DOCUMENT_POSITION_CONTAINED_BY", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is a descendant of node." - } - ] - }, - "type": { - "type": "literal", - "value": 16 - }, - "inheritedFrom": { - "type": "reference", - "target": 61868, - "name": "Element.DOCUMENT_POSITION_CONTAINED_BY" - } - }, - "78375": { - "id": 78375, - "name": "DOCUMENT_POSITION_CONTAINS", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is an ancestor of node." - } - ] - }, - "type": { - "type": "literal", - "value": 8 - }, - "inheritedFrom": { - "type": "reference", - "target": 61869, - "name": "Element.DOCUMENT_POSITION_CONTAINS" - } - }, - "78376": { - "id": 78376, - "name": "DOCUMENT_POSITION_DISCONNECTED", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when node and other are not in the same tree." - } - ] - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 61870, - "name": "Element.DOCUMENT_POSITION_DISCONNECTED" - } - }, - "78377": { - "id": 78377, - "name": "DOCUMENT_POSITION_FOLLOWING", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is following node." - } - ] - }, - "type": { - "type": "literal", - "value": 4 - }, - "inheritedFrom": { - "type": "reference", - "target": 61871, - "name": "Element.DOCUMENT_POSITION_FOLLOWING" - } - }, - "78378": { - "id": 78378, - "name": "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 32 - }, - "inheritedFrom": { - "type": "reference", - "target": 61872, - "name": "Element.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" - } - }, - "78379": { - "id": 78379, - "name": "DOCUMENT_POSITION_PRECEDING", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is preceding node." - } - ] - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 61873, - "name": "Element.DOCUMENT_POSITION_PRECEDING" - } - }, - "78380": { - "id": 78380, - "name": "DOCUMENT_TYPE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a doctype." - } - ] - }, - "type": { - "type": "literal", - "value": 10 - }, - "inheritedFrom": { - "type": "reference", - "target": 61874, - "name": "Element.DOCUMENT_TYPE_NODE" - } - }, - "78381": { - "id": 78381, - "name": "ELEMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is an element." - } - ] - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 61875, - "name": "Element.ELEMENT_NODE" - } - }, - "78382": { - "id": 78382, - "name": "ENTITY_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 6 - }, - "inheritedFrom": { - "type": "reference", - "target": 61876, - "name": "Element.ENTITY_NODE" - } - }, - "78383": { - "id": 78383, - "name": "ENTITY_REFERENCE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 5 - }, - "inheritedFrom": { - "type": "reference", - "target": 61877, - "name": "Element.ENTITY_REFERENCE_NODE" - } - }, - "78384": { - "id": 78384, - "name": "NOTATION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 12 - }, - "inheritedFrom": { - "type": "reference", - "target": 61878, - "name": "Element.NOTATION_NODE" - } - }, - "78385": { - "id": 78385, - "name": "PROCESSING_INSTRUCTION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a ProcessingInstruction node." - } - ] - }, - "type": { - "type": "literal", - "value": 7 - }, - "inheritedFrom": { - "type": "reference", - "target": 61879, - "name": "Element.PROCESSING_INSTRUCTION_NODE" - } - }, - "78386": { - "id": 78386, - "name": "TEXT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Text node." - } - ] - }, - "type": { - "type": "literal", - "value": 3 - }, - "inheritedFrom": { - "type": "reference", - "target": 61880, - "name": "Element.TEXT_NODE" - } - }, - "78387": { - "id": 78387, - "name": "accessKey", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/accessKey)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "78388": { - "id": 78388, - "name": "accessKeyLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/accessKeyLabel)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "78389": { - "id": 78389, - "name": "ariaAtomic", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaAtomic)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61881, - "name": "Element.ariaAtomic" - } - }, - "78390": { - "id": 78390, - "name": "ariaAutoComplete", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaAutoComplete)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61882, - "name": "Element.ariaAutoComplete" - } - }, - "78391": { - "id": 78391, - "name": "ariaBrailleLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaBrailleLabel)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61883, - "name": "Element.ariaBrailleLabel" - } - }, - "78392": { - "id": 78392, - "name": "ariaBrailleRoleDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaBrailleRoleDescription)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61884, - "name": "Element.ariaBrailleRoleDescription" - } - }, - "78393": { - "id": 78393, - "name": "ariaBusy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaBusy)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61885, - "name": "Element.ariaBusy" - } - }, - "78394": { - "id": 78394, - "name": "ariaChecked", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaChecked)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61886, - "name": "Element.ariaChecked" - } - }, - "78395": { - "id": 78395, - "name": "ariaColCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColCount)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61887, - "name": "Element.ariaColCount" - } - }, - "78396": { - "id": 78396, - "name": "ariaColIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColIndex)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61888, - "name": "Element.ariaColIndex" - } - }, - "78397": { - "id": 78397, - "name": "ariaColIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColIndexText)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61889, - "name": "Element.ariaColIndexText" - } - }, - "78398": { - "id": 78398, - "name": "ariaColSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColSpan)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61890, - "name": "Element.ariaColSpan" - } - }, - "78399": { - "id": 78399, - "name": "ariaCurrent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaCurrent)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61891, - "name": "Element.ariaCurrent" - } - }, - "78400": { - "id": 78400, - "name": "ariaDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDescription)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61892, - "name": "Element.ariaDescription" - } - }, - "78401": { - "id": 78401, - "name": "ariaDisabled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDisabled)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61893, - "name": "Element.ariaDisabled" - } - }, - "78402": { - "id": 78402, - "name": "ariaExpanded", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaExpanded)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61894, - "name": "Element.ariaExpanded" - } - }, - "78403": { - "id": 78403, - "name": "ariaHasPopup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaHasPopup)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61895, - "name": "Element.ariaHasPopup" - } - }, - "78404": { - "id": 78404, - "name": "ariaHidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaHidden)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61896, - "name": "Element.ariaHidden" - } - }, - "78405": { - "id": 78405, - "name": "ariaInvalid", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61897, - "name": "Element.ariaInvalid" - } - }, - "78406": { - "id": 78406, - "name": "ariaKeyShortcuts", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaKeyShortcuts)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61898, - "name": "Element.ariaKeyShortcuts" - } - }, - "78407": { - "id": 78407, - "name": "ariaLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLabel)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61899, - "name": "Element.ariaLabel" - } - }, - "78408": { - "id": 78408, - "name": "ariaLevel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLevel)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61900, - "name": "Element.ariaLevel" - } - }, - "78409": { - "id": 78409, - "name": "ariaLive", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLive)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61901, - "name": "Element.ariaLive" - } - }, - "78410": { - "id": 78410, - "name": "ariaModal", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaModal)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61902, - "name": "Element.ariaModal" - } - }, - "78411": { - "id": 78411, - "name": "ariaMultiLine", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaMultiLine)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61903, - "name": "Element.ariaMultiLine" - } - }, - "78412": { - "id": 78412, - "name": "ariaMultiSelectable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaMultiSelectable)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61904, - "name": "Element.ariaMultiSelectable" - } - }, - "78413": { - "id": 78413, - "name": "ariaOrientation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaOrientation)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61905, - "name": "Element.ariaOrientation" - } - }, - "78414": { - "id": 78414, - "name": "ariaPlaceholder", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPlaceholder)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61906, - "name": "Element.ariaPlaceholder" - } - }, - "78415": { - "id": 78415, - "name": "ariaPosInSet", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPosInSet)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61907, - "name": "Element.ariaPosInSet" - } - }, - "78416": { - "id": 78416, - "name": "ariaPressed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPressed)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61908, - "name": "Element.ariaPressed" - } - }, - "78417": { - "id": 78417, - "name": "ariaReadOnly", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaReadOnly)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61909, - "name": "Element.ariaReadOnly" - } - }, - "78418": { - "id": 78418, - "name": "ariaRelevant", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRelevant)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61910, - "name": "Element.ariaRelevant" - } - }, - "78419": { - "id": 78419, - "name": "ariaRequired", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRequired)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61911, - "name": "Element.ariaRequired" - } - }, - "78420": { - "id": 78420, - "name": "ariaRoleDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRoleDescription)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61912, - "name": "Element.ariaRoleDescription" - } - }, - "78421": { - "id": 78421, - "name": "ariaRowCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowCount)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61913, - "name": "Element.ariaRowCount" - } - }, - "78422": { - "id": 78422, - "name": "ariaRowIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowIndex)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61914, - "name": "Element.ariaRowIndex" - } - }, - "78423": { - "id": 78423, - "name": "ariaRowIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowIndexText)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61915, - "name": "Element.ariaRowIndexText" - } - }, - "78424": { - "id": 78424, - "name": "ariaRowSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowSpan)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61916, - "name": "Element.ariaRowSpan" - } - }, - "78425": { - "id": 78425, - "name": "ariaSelected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaSelected)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61917, - "name": "Element.ariaSelected" - } - }, - "78426": { - "id": 78426, - "name": "ariaSetSize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaSetSize)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61918, - "name": "Element.ariaSetSize" - } - }, - "78427": { - "id": 78427, - "name": "ariaSort", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaSort)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61919, - "name": "Element.ariaSort" - } - }, - "78428": { - "id": 78428, - "name": "ariaValueMax", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueMax)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61920, - "name": "Element.ariaValueMax" - } - }, - "78429": { - "id": 78429, - "name": "ariaValueMin", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueMin)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61921, - "name": "Element.ariaValueMin" - } - }, - "78430": { - "id": 78430, - "name": "ariaValueNow", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueNow)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61922, - "name": "Element.ariaValueNow" - } - }, - "78431": { - "id": 78431, - "name": "ariaValueText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueText)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61923, - "name": "Element.ariaValueText" - } - }, - "78432": { - "id": 78432, - "name": "assignedSlot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/assignedSlot)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 114160, - "name": "HTMLSlotElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61924, - "name": "Element.assignedSlot" - } - }, - "78433": { - "id": 78433, - "name": "attributeStyleMap", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/attributeStyleMap)" - } - ] - }, - "type": { - "type": "reference", - "target": 205753, - "name": "StylePropertyMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 62294, - "name": "ElementCSSInlineStyle.attributeStyleMap" - } - }, - "78434": { - "id": 78434, - "name": "attributes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/attributes)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NamedNodeMap" - }, - "name": "NamedNodeMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 61925, - "name": "Element.attributes" - } - }, - "78435": { - "id": 78435, - "name": "autocapitalize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/autocapitalize)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "78436": { - "id": 78436, - "name": "autofocus", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/autofocus)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 106375, - "name": "HTMLOrSVGElement.autofocus" - } - }, - "78437": { - "id": 78437, - "name": "baseURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's node document's document base URL.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/baseURI)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 61926, - "name": "Element.baseURI" - } - }, - "78438": { - "id": 78438, - "name": "childElementCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/childElementCount)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 61927, - "name": "Element.childElementCount" - } - }, - "78439": { - "id": 78439, - "name": "childNodes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the children.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/childNodes)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 61928, - "name": "Element.childNodes" - } - }, - "78440": { - "id": 78440, - "name": "children", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the child elements.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/children)" - } - ] - }, - "type": { - "type": "reference", - "target": 71580, - "name": "HTMLCollection", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 61929, - "name": "Element.children" - } - }, - "78441": { - "id": 78441, - "name": "className", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the value of element's class content attribute. Can be set to change it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/className)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 61930, - "name": "Element.className" - } - }, - "78442": { - "id": 78442, - "name": "clientHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientHeight)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 61931, - "name": "Element.clientHeight" - } - }, - "78443": { - "id": 78443, - "name": "clientLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientLeft)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 61932, - "name": "Element.clientLeft" - } - }, - "78444": { - "id": 78444, - "name": "clientTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientTop)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 61933, - "name": "Element.clientTop" - } - }, - "78445": { - "id": 78445, - "name": "clientWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientWidth)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 61934, - "name": "Element.clientWidth" - } - }, - "78446": { - "id": 78446, - "name": "contentEditable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/contentEditable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 62300, - "name": "ElementContentEditable.contentEditable" - } - }, - "78447": { - "id": 78447, - "name": "currentCSSZoom", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/currentCSSZoom)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 61935, - "name": "Element.currentCSSZoom" - } - }, - "78448": { - "id": 78448, - "name": "dataset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dataset)" - } - ] - }, - "type": { - "type": "reference", - "target": 60124, - "name": "DOMStringMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 106376, - "name": "HTMLOrSVGElement.dataset" - } - }, - "78449": { - "id": 78449, - "name": "dir", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dir)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "78450": { - "id": 78450, - "name": "draggable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/draggable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "78451": { - "id": 78451, - "name": "enterKeyHint", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/enterKeyHint)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 62301, - "name": "ElementContentEditable.enterKeyHint" - } - }, - "78452": { - "id": 78452, - "name": "firstChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/firstChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61936, - "name": "Element.firstChild" - } - }, - "78453": { - "id": 78453, - "name": "firstElementChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/firstElementChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61937, - "name": "Element.firstElementChild" - } - }, - "78454": { - "id": 78454, - "name": "hidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/hidden)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "78455": { - "id": 78455, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the value of element's id content attribute. Can be set to change it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/id)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 61938, - "name": "Element.id" - } - }, - "78456": { - "id": 78456, - "name": "inert", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/inert)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "78457": { - "id": 78457, - "name": "innerHTML", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/innerHTML)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 61939, - "name": "Element.innerHTML" - } - }, - "78458": { - "id": 78458, - "name": "innerText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/innerText)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "78459": { - "id": 78459, - "name": "inputMode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/inputMode)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 62302, - "name": "ElementContentEditable.inputMode" - } - }, - "78460": { - "id": 78460, - "name": "isConnected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if node is connected and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isConnected)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 61940, - "name": "Element.isConnected" - } - }, - "78461": { - "id": 78461, - "name": "isContentEditable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/isContentEditable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62303, - "name": "ElementContentEditable.isContentEditable" - } - }, - "78462": { - "id": 78462, - "name": "lang", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/lang)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "78463": { - "id": 78463, - "name": "lastChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lastChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61941, - "name": "Element.lastChild" - } - }, - "78464": { - "id": 78464, - "name": "lastElementChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/lastElementChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61942, - "name": "Element.lastElementChild" - } - }, - "78465": { - "id": 78465, - "name": "localName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the local name.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/localName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 61943, - "name": "Element.localName" - } - }, - "78466": { - "id": 78466, - "name": "namespaceURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the namespace.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/namespaceURI)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61944, - "name": "Element.namespaceURI" - } - }, - "78467": { - "id": 78467, - "name": "nextElementSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first following sibling that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/nextElementSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61945, - "name": "Element.nextElementSibling" - } - }, - "78468": { - "id": 78468, - "name": "nextSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the next sibling.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nextSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61946, - "name": "Element.nextSibling" - } - }, - "78469": { - "id": 78469, - "name": "nodeName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a string appropriate for the type of node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 61947, - "name": "Element.nodeName" - } - }, - "78470": { - "id": 78470, - "name": "nodeType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeType)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 61948, - "name": "Element.nodeType" - } - }, - "78471": { - "id": 78471, - "name": "nodeValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeValue)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61949, - "name": "Element.nodeValue" - } - }, - "78472": { - "id": 78472, - "name": "nonce", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/nonce)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 106377, - "name": "HTMLOrSVGElement.nonce" - } - }, - "78473": { - "id": 78473, - "name": "offsetHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetHeight)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "78474": { - "id": 78474, - "name": "offsetLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetLeft)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "78475": { - "id": 78475, - "name": "offsetParent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetParent)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - } - }, - "78476": { - "id": 78476, - "name": "offsetTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetTop)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "78477": { - "id": 78477, - "name": "offsetWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetWidth)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "78478": { - "id": 78478, - "name": "onabort", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user aborts the download." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/abort_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78479, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78480, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78481, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78482, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206438, - "name": "UIEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62816, - "name": "GlobalEventHandlers.onabort" - } - }, - "78483": { - "id": 78483, - "name": "onanimationcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationcancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78484, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78485, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78486, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78487, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62821, - "name": "GlobalEventHandlers.onanimationcancel" - } - }, - "78488": { - "id": 78488, - "name": "onanimationend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationend_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78489, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78490, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78491, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78492, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62826, - "name": "GlobalEventHandlers.onanimationend" - } - }, - "78493": { - "id": 78493, - "name": "onanimationiteration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationiteration_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78494, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78495, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78496, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78497, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62831, - "name": "GlobalEventHandlers.onanimationiteration" - } - }, - "78498": { - "id": 78498, - "name": "onanimationstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationstart_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78499, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78500, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78501, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78502, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62836, - "name": "GlobalEventHandlers.onanimationstart" - } - }, - "78503": { - "id": 78503, - "name": "onauxclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/auxclick_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78504, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78505, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78506, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78507, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62841, - "name": "GlobalEventHandlers.onauxclick" - } - }, - "78508": { - "id": 78508, - "name": "onbeforeinput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/beforeinput_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78509, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78510, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78511, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78512, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132341, - "name": "InputEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62846, - "name": "GlobalEventHandlers.onbeforeinput" - } - }, - "78513": { - "id": 78513, - "name": "onbeforetoggle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/beforetoggle_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78514, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78515, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78516, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78517, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62851, - "name": "GlobalEventHandlers.onbeforetoggle" - } - }, - "78518": { - "id": 78518, - "name": "onblur", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the object loses the input focus." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The focus event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/blur_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78519, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78520, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78521, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78522, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62585, - "name": "FocusEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62856, - "name": "GlobalEventHandlers.onblur" - } - }, - "78523": { - "id": 78523, - "name": "oncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDialogElement/cancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78524, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78525, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78526, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78527, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62861, - "name": "GlobalEventHandlers.oncancel" - } - }, - "78528": { - "id": 78528, - "name": "oncanplay", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when playback is possible, but would require further buffering." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/canplay_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78529, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78530, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78531, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78532, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62866, - "name": "GlobalEventHandlers.oncanplay" - } - }, - "78533": { - "id": 78533, - "name": "oncanplaythrough", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/canplaythrough_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78534, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78535, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78536, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78537, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62871, - "name": "GlobalEventHandlers.oncanplaythrough" - } - }, - "78538": { - "id": 78538, - "name": "onchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the contents of the object or selection have changed." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/change_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78539, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78540, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78541, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78542, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62876, - "name": "GlobalEventHandlers.onchange" - } - }, - "78543": { - "id": 78543, - "name": "onclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user clicks the left mouse button on the object" - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/click_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78544, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78545, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78546, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78547, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62881, - "name": "GlobalEventHandlers.onclick" - } - }, - "78548": { - "id": 78548, - "name": "onclose", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDialogElement/close_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78549, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78550, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78551, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78552, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62886, - "name": "GlobalEventHandlers.onclose" - } - }, - "78553": { - "id": 78553, - "name": "oncontextlost", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/contextlost_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78554, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78555, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78556, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78557, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62891, - "name": "GlobalEventHandlers.oncontextlost" - } - }, - "78558": { - "id": 78558, - "name": "oncontextmenu", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user clicks the right mouse button in the client area, opening the context menu." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/contextmenu_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78559, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78560, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78561, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78562, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62896, - "name": "GlobalEventHandlers.oncontextmenu" - } - }, - "78563": { - "id": 78563, - "name": "oncontextrestored", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/contextrestored_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78564, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78565, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78566, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78567, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62901, - "name": "GlobalEventHandlers.oncontextrestored" - } - }, - "78568": { - "id": 78568, - "name": "oncopy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/copy_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78569, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78570, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78571, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78572, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 59344, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62906, - "name": "GlobalEventHandlers.oncopy" - } - }, - "78573": { - "id": 78573, - "name": "oncuechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/cuechange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78574, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78575, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78576, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78577, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62911, - "name": "GlobalEventHandlers.oncuechange" - } - }, - "78578": { - "id": 78578, - "name": "oncut", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/cut_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78579, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78580, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78581, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78582, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 59344, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62916, - "name": "GlobalEventHandlers.oncut" - } - }, - "78583": { - "id": 78583, - "name": "ondblclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user double-clicks the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/dblclick_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78584, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78585, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78586, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78587, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62921, - "name": "GlobalEventHandlers.ondblclick" - } - }, - "78588": { - "id": 78588, - "name": "ondrag", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the source object continuously during a drag operation." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/drag_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78589, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78590, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78591, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78592, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62926, - "name": "GlobalEventHandlers.ondrag" - } - }, - "78593": { - "id": 78593, - "name": "ondragend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the source object when the user releases the mouse at the close of a drag operation." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragend_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78594, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78595, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78596, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78597, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62931, - "name": "GlobalEventHandlers.ondragend" - } - }, - "78598": { - "id": 78598, - "name": "ondragenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the target element when the user drags the object to a valid drop target." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The drag event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragenter_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78599, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78600, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78601, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78602, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62936, - "name": "GlobalEventHandlers.ondragenter" - } - }, - "78603": { - "id": 78603, - "name": "ondragleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The drag event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragleave_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78604, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78605, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78606, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78607, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62941, - "name": "GlobalEventHandlers.ondragleave" - } - }, - "78608": { - "id": 78608, - "name": "ondragover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the target element continuously while the user drags the object over a valid drop target." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragover_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78609, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78610, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78611, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78612, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62946, - "name": "GlobalEventHandlers.ondragover" - } - }, - "78613": { - "id": 78613, - "name": "ondragstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the source object when the user starts to drag a text selection or selected object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragstart_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78614, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78615, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78616, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78617, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62951, - "name": "GlobalEventHandlers.ondragstart" - } - }, - "78618": { - "id": 78618, - "name": "ondrop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/drop_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78619, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78620, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78621, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78622, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62956, - "name": "GlobalEventHandlers.ondrop" - } - }, - "78623": { - "id": 78623, - "name": "ondurationchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the duration attribute is updated." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/durationchange_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78624, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78625, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78626, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78627, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62961, - "name": "GlobalEventHandlers.ondurationchange" - } - }, - "78628": { - "id": 78628, - "name": "onemptied", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the media element is reset to its initial state." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/emptied_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78629, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78630, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78631, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78632, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62966, - "name": "GlobalEventHandlers.onemptied" - } - }, - "78633": { - "id": 78633, - "name": "onended", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the end of playback is reached." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/ended_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78634, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78635, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78636, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78637, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62971, - "name": "GlobalEventHandlers.onended" - } - }, - "78638": { - "id": 78638, - "name": "onerror", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when an error occurs during object loading." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/error_event)" - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 212587, - "name": "OnErrorEventHandler", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 62976, - "name": "GlobalEventHandlers.onerror" - } - }, - "78639": { - "id": 78639, - "name": "onfocus", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the object receives focus." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/focus_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78640, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78641, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78642, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78643, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62585, - "name": "FocusEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62977, - "name": "GlobalEventHandlers.onfocus" - } - }, - "78644": { - "id": 78644, - "name": "onformdata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/formdata_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78645, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78646, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78647, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78648, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62701, - "name": "FormDataEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62982, - "name": "GlobalEventHandlers.onformdata" - } - }, - "78649": { - "id": 78649, - "name": "onfullscreenchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/fullscreenchange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78650, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78651, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78652, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - }, - { - "id": 78653, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61950, - "name": "Element.onfullscreenchange" - } - }, - "78654": { - "id": 78654, - "name": "onfullscreenerror", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/fullscreenerror_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78655, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78656, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78657, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - }, - { - "id": 78658, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61955, - "name": "Element.onfullscreenerror" - } - }, - "78659": { - "id": 78659, - "name": "ongotpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/gotpointercapture_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78660, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78661, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78662, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78663, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62987, - "name": "GlobalEventHandlers.ongotpointercapture" - } - }, - "78664": { - "id": 78664, - "name": "oninput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/input_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78665, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78666, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78667, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78668, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62992, - "name": "GlobalEventHandlers.oninput" - } - }, - "78669": { - "id": 78669, - "name": "oninvalid", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/invalid_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78670, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78671, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78672, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78673, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62997, - "name": "GlobalEventHandlers.oninvalid" - } - }, - "78674": { - "id": 78674, - "name": "onkeydown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user presses a key." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The keyboard event\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/keydown_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78675, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78676, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78677, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78678, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132447, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63002, - "name": "GlobalEventHandlers.onkeydown" - } - }, - "78679": { - "id": 78679, - "name": "onkeypress", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user presses an alphanumeric key." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event." - } - ] - }, - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/keypress_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78680, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78681, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78682, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78683, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132447, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63007, - "name": "GlobalEventHandlers.onkeypress" - } - }, - "78684": { - "id": 78684, - "name": "onkeyup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user releases a key." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The keyboard event\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/keyup_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78685, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78686, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78687, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78688, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132447, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63012, - "name": "GlobalEventHandlers.onkeyup" - } - }, - "78689": { - "id": 78689, - "name": "onload", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires immediately after the browser loads the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGElement/load_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78690, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78691, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78692, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78693, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63017, - "name": "GlobalEventHandlers.onload" - } - }, - "78694": { - "id": 78694, - "name": "onloadeddata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when media data is loaded at the current playback position." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadeddata_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78695, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78696, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78697, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78698, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63022, - "name": "GlobalEventHandlers.onloadeddata" - } - }, - "78699": { - "id": 78699, - "name": "onloadedmetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the duration and dimensions of the media have been determined." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadedmetadata_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78700, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78701, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78702, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78703, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63027, - "name": "GlobalEventHandlers.onloadedmetadata" - } - }, - "78704": { - "id": 78704, - "name": "onloadstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when Internet Explorer begins looking for media data." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadstart_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78705, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78706, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78707, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78708, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63032, - "name": "GlobalEventHandlers.onloadstart" - } - }, - "78709": { - "id": 78709, - "name": "onlostpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/lostpointercapture_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78710, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78711, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78712, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78713, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63037, - "name": "GlobalEventHandlers.onlostpointercapture" - } - }, - "78714": { - "id": 78714, - "name": "onmousedown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user clicks the object with either mouse button." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mousedown_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78715, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78716, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78717, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78718, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63042, - "name": "GlobalEventHandlers.onmousedown" - } - }, - "78719": { - "id": 78719, - "name": "onmouseenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseenter_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78720, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78721, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78722, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78723, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63047, - "name": "GlobalEventHandlers.onmouseenter" - } - }, - "78724": { - "id": 78724, - "name": "onmouseleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseleave_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78725, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78726, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78727, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78728, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63052, - "name": "GlobalEventHandlers.onmouseleave" - } - }, - "78729": { - "id": 78729, - "name": "onmousemove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user moves the mouse over the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mousemove_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78730, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78731, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78732, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78733, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63057, - "name": "GlobalEventHandlers.onmousemove" - } - }, - "78734": { - "id": 78734, - "name": "onmouseout", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user moves the mouse pointer outside the boundaries of the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseout_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78735, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78736, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78737, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78738, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63062, - "name": "GlobalEventHandlers.onmouseout" - } - }, - "78739": { - "id": 78739, - "name": "onmouseover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user moves the mouse pointer into the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseover_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78740, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78741, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78742, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78743, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63067, - "name": "GlobalEventHandlers.onmouseover" - } - }, - "78744": { - "id": 78744, - "name": "onmouseup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user releases a mouse button while the mouse is over the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseup_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78745, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78746, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78747, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78748, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63072, - "name": "GlobalEventHandlers.onmouseup" - } - }, - "78749": { - "id": 78749, - "name": "onpaste", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/paste_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78750, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78751, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78752, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78753, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 59344, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63077, - "name": "GlobalEventHandlers.onpaste" - } - }, - "78754": { - "id": 78754, - "name": "onpause", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when playback is paused." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/pause_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78755, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78756, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78757, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78758, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63082, - "name": "GlobalEventHandlers.onpause" - } - }, - "78759": { - "id": 78759, - "name": "onplay", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the play method is requested." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/play_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78760, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78761, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78762, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78763, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63087, - "name": "GlobalEventHandlers.onplay" - } - }, - "78764": { - "id": 78764, - "name": "onplaying", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the audio or video has started playing." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/playing_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78765, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78766, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78767, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78768, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63092, - "name": "GlobalEventHandlers.onplaying" - } - }, - "78769": { - "id": 78769, - "name": "onpointercancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointercancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78770, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78771, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78772, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78773, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63097, - "name": "GlobalEventHandlers.onpointercancel" - } - }, - "78774": { - "id": 78774, - "name": "onpointerdown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerdown_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78775, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78776, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78777, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78778, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63102, - "name": "GlobalEventHandlers.onpointerdown" - } - }, - "78779": { - "id": 78779, - "name": "onpointerenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerenter_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78780, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78781, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78782, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78783, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63107, - "name": "GlobalEventHandlers.onpointerenter" - } - }, - "78784": { - "id": 78784, - "name": "onpointerleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerleave_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78785, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78786, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78787, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78788, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63112, - "name": "GlobalEventHandlers.onpointerleave" - } - }, - "78789": { - "id": 78789, - "name": "onpointermove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointermove_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78790, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78791, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78792, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78793, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63117, - "name": "GlobalEventHandlers.onpointermove" - } - }, - "78794": { - "id": 78794, - "name": "onpointerout", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerout_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78795, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78796, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78797, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78798, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63122, - "name": "GlobalEventHandlers.onpointerout" - } - }, - "78799": { - "id": 78799, - "name": "onpointerover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerover_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78800, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78801, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78802, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78803, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63127, - "name": "GlobalEventHandlers.onpointerover" - } - }, - "78804": { - "id": 78804, - "name": "onpointerup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerup_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78805, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78806, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78807, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78808, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63132, - "name": "GlobalEventHandlers.onpointerup" - } - }, - "78809": { - "id": 78809, - "name": "onprogress", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs to indicate progress while downloading media data." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/progress_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78810, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78811, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78812, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78813, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 136178, - "typeArguments": [ - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ], - "name": "ProgressEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63137, - "name": "GlobalEventHandlers.onprogress" - } - }, - "78814": { - "id": 78814, - "name": "onratechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the playback rate is increased or decreased." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/ratechange_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78815, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78816, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78817, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78818, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63142, - "name": "GlobalEventHandlers.onratechange" - } - }, - "78819": { - "id": 78819, - "name": "onreset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user resets a form." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/reset_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78820, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78821, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78822, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78823, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63147, - "name": "GlobalEventHandlers.onreset" - } - }, - "78824": { - "id": 78824, - "name": "onresize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLVideoElement/resize_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78825, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78826, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78827, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78828, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206438, - "name": "UIEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63152, - "name": "GlobalEventHandlers.onresize" - } - }, - "78829": { - "id": 78829, - "name": "onscroll", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user repositions the scroll box in the scroll bar on the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/scroll_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78830, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78831, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78832, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78833, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63157, - "name": "GlobalEventHandlers.onscroll" - } - }, - "78834": { - "id": 78834, - "name": "onscrollend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/scrollend_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78835, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78836, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78837, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78838, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63162, - "name": "GlobalEventHandlers.onscrollend" - } - }, - "78839": { - "id": 78839, - "name": "onsecuritypolicyviolation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/securitypolicyviolation_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78840, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78841, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78842, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78843, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 204976, - "name": "SecurityPolicyViolationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63167, - "name": "GlobalEventHandlers.onsecuritypolicyviolation" - } - }, - "78844": { - "id": 78844, - "name": "onseeked", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the seek operation ends." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/seeked_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78845, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78846, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78847, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78848, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63172, - "name": "GlobalEventHandlers.onseeked" - } - }, - "78849": { - "id": 78849, - "name": "onseeking", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the current playback position is moved." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/seeking_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78850, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78851, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78852, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78853, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63177, - "name": "GlobalEventHandlers.onseeking" - } - }, - "78854": { - "id": 78854, - "name": "onselect", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the current selection changes." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/select_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78855, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78856, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78857, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78858, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63182, - "name": "GlobalEventHandlers.onselect" - } - }, - "78859": { - "id": 78859, - "name": "onselectionchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/selectionchange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78860, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78861, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78862, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78863, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63187, - "name": "GlobalEventHandlers.onselectionchange" - } - }, - "78864": { - "id": 78864, - "name": "onselectstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/selectstart_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78865, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78866, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78867, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78868, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63192, - "name": "GlobalEventHandlers.onselectstart" - } - }, - "78869": { - "id": 78869, - "name": "onslotchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSlotElement/slotchange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78870, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78871, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78872, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78873, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63197, - "name": "GlobalEventHandlers.onslotchange" - } - }, - "78874": { - "id": 78874, - "name": "onstalled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the download has stopped." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/stalled_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78875, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78876, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78877, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78878, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63202, - "name": "GlobalEventHandlers.onstalled" - } - }, - "78879": { - "id": 78879, - "name": "onsubmit", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/submit_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78880, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78881, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78882, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78883, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 205818, - "name": "SubmitEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63207, - "name": "GlobalEventHandlers.onsubmit" - } - }, - "78884": { - "id": 78884, - "name": "onsuspend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs if the load operation has been intentionally halted." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/suspend_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78885, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78886, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78887, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78888, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63212, - "name": "GlobalEventHandlers.onsuspend" - } - }, - "78889": { - "id": 78889, - "name": "ontimeupdate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs to indicate the current playback position." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/timeupdate_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78890, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78891, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78892, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78893, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63217, - "name": "GlobalEventHandlers.ontimeupdate" - } - }, - "78894": { - "id": 78894, - "name": "ontoggle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/toggle_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78895, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78896, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78897, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78898, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63222, - "name": "GlobalEventHandlers.ontoggle" - } - }, - "78899": { - "id": 78899, - "name": "ontouchcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchcancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78900, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78901, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78902, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78903, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63227, - "name": "GlobalEventHandlers.ontouchcancel" - } - }, - "78904": { - "id": 78904, - "name": "ontouchend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchend_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78905, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78906, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78907, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78908, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63232, - "name": "GlobalEventHandlers.ontouchend" - } - }, - "78909": { - "id": 78909, - "name": "ontouchmove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchmove_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78910, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78911, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78912, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78913, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63237, - "name": "GlobalEventHandlers.ontouchmove" - } - }, - "78914": { - "id": 78914, - "name": "ontouchstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchstart_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78915, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78916, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78917, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78918, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63242, - "name": "GlobalEventHandlers.ontouchstart" - } - }, - "78919": { - "id": 78919, - "name": "ontransitioncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitioncancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78920, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78921, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78922, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78923, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63247, - "name": "GlobalEventHandlers.ontransitioncancel" - } - }, - "78924": { - "id": 78924, - "name": "ontransitionend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitionend_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78925, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78926, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78927, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78928, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63252, - "name": "GlobalEventHandlers.ontransitionend" - } - }, - "78929": { - "id": 78929, - "name": "ontransitionrun", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitionrun_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78930, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78931, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78932, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78933, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63257, - "name": "GlobalEventHandlers.ontransitionrun" - } - }, - "78934": { - "id": 78934, - "name": "ontransitionstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitionstart_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78935, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78936, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78937, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78938, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63262, - "name": "GlobalEventHandlers.ontransitionstart" - } - }, - "78939": { - "id": 78939, - "name": "onvolumechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the volume is changed, or playback is muted or unmuted." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/volumechange_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78940, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78941, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78942, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78943, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63267, - "name": "GlobalEventHandlers.onvolumechange" - } - }, - "78944": { - "id": 78944, - "name": "onwaiting", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when playback stops because the next frame of a video resource is not available." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/waiting_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78945, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78946, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78947, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78948, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63272, - "name": "GlobalEventHandlers.onwaiting" - } - }, - "78949": { - "id": 78949, - "name": "onwebkitanimationend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`onanimationend`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationend_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78950, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78951, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78952, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78953, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63277, - "name": "GlobalEventHandlers.onwebkitanimationend" - } - }, - "78954": { - "id": 78954, - "name": "onwebkitanimationiteration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`onanimationiteration`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationiteration_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78955, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78956, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78957, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78958, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63282, - "name": "GlobalEventHandlers.onwebkitanimationiteration" - } - }, - "78959": { - "id": 78959, - "name": "onwebkitanimationstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`onanimationstart`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationstart_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78960, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78961, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78962, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78963, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63287, - "name": "GlobalEventHandlers.onwebkitanimationstart" - } - }, - "78964": { - "id": 78964, - "name": "onwebkittransitionend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`ontransitionend`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitionend_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78965, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78966, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78967, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78968, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63292, - "name": "GlobalEventHandlers.onwebkittransitionend" - } - }, - "78969": { - "id": 78969, - "name": "onwheel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/wheel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 78970, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 78971, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 78972, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 78973, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 209942, - "name": "WheelEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 63297, - "name": "GlobalEventHandlers.onwheel" - } - }, - "78974": { - "id": 78974, - "name": "outerHTML", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/outerHTML)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 61960, - "name": "Element.outerHTML" - } - }, - "78975": { - "id": 78975, - "name": "outerText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/outerText)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "78976": { - "id": 78976, - "name": "ownerDocument", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the node document. Returns null for documents.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/ownerDocument)" - } - ] - }, - "type": { - "type": "reference", - "target": 60250, - "name": "Document", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 61961, - "name": "Element.ownerDocument" - } - }, - "78977": { - "id": 78977, - "name": "parentElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentElement)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61962, - "name": "Element.parentElement" - } - }, - "78978": { - "id": 78978, - "name": "parentNode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentNode)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 135318, - "name": "ParentNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61963, - "name": "Element.parentNode" - } - }, - "78979": { - "id": 78979, - "name": "popover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/popover)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "78980": { - "id": 78980, - "name": "prefix", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the namespace prefix.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/prefix)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61964, - "name": "Element.prefix" - } - }, - "78981": { - "id": 78981, - "name": "previousElementSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first preceding sibling that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/previousElementSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61965, - "name": "Element.previousElementSibling" - } - }, - "78982": { - "id": 78982, - "name": "previousSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the previous sibling.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/previousSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61966, - "name": "Element.previousSibling" - } - }, - "78983": { - "id": 78983, - "name": "role", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61967, - "name": "Element.role" - } - }, - "78984": { - "id": 78984, - "name": "scrollHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollHeight)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 61968, - "name": "Element.scrollHeight" - } - }, - "78985": { - "id": 78985, - "name": "scrollLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollLeft)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 61969, - "name": "Element.scrollLeft" - } - }, - "78986": { - "id": 78986, - "name": "scrollTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollTop)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 61970, - "name": "Element.scrollTop" - } - }, - "78987": { - "id": 78987, - "name": "scrollWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollWidth)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 61971, - "name": "Element.scrollWidth" - } - }, - "78988": { - "id": 78988, - "name": "shadowRoot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns element's shadow root, if any, and if shadow root's mode is \"open\", and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/shadowRoot)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 205149, - "name": "ShadowRoot", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61972, - "name": "Element.shadowRoot" - } - }, - "78989": { - "id": 78989, - "name": "slot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the value of element's slot content attribute. Can be set to change it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/slot)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 61973, - "name": "Element.slot" - } - }, - "78990": { - "id": 78990, - "name": "spellcheck", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/spellcheck)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "78991": { - "id": 78991, - "name": "tabIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/tabIndex)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 106378, - "name": "HTMLOrSVGElement.tabIndex" - } - }, - "78992": { - "id": 78992, - "name": "tagName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the HTML-uppercased qualified name.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/tagName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 61974, - "name": "Element.tagName" - } - }, - "78993": { - "id": 78993, - "name": "textContent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/textContent)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 61975, - "name": "Element.textContent" - } - }, - "78994": { - "id": 78994, - "name": "title", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/title)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "78995": { - "id": 78995, - "name": "translate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/translate)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "78996": { - "id": 78996, - "name": "writingSuggestions", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/writingSuggestions)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "78997": { - "id": 78997, - "name": "classList", - "variant": "declaration", - "kind": 262144, - "flags": { - "isExternal": true - }, - "getSignature": { - "id": 78998, - "name": "classList", - "variant": "signature", - "kind": 524288, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Allows for manipulation of element's class content attribute as a set of whitespace-separated tokens through a DOMTokenList object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/classList)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "Element.classList" - } - }, - "setSignature": { - "id": 78999, - "name": "classList", - "variant": "signature", - "kind": 1048576, - "flags": { - "isExternal": true - }, - "parameters": [ - 79000 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "Element.classList" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 61976, - "name": "Element.classList" - } - }, - "79001": { - "id": 79001, - "name": "part", - "variant": "declaration", - "kind": 262144, - "flags": { - "isExternal": true - }, - "getSignature": { - "id": 79002, - "name": "part", - "variant": "signature", - "kind": 524288, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/part)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "Element.part" - } - }, - "setSignature": { - "id": 79003, - "name": "part", - "variant": "signature", - "kind": 1048576, - "flags": { - "isExternal": true - }, - "parameters": [ - 79004 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "Element.part" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 61980, - "name": "Element.part" - } - }, - "79005": { - "id": 79005, - "name": "style", - "variant": "declaration", - "kind": 262144, - "flags": { - "isExternal": true - }, - "getSignature": { - "id": 79006, - "name": "style", - "variant": "signature", - "kind": 524288, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/style)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "CSSStyleDeclaration" - }, - "name": "CSSStyleDeclaration", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "ElementCSSInlineStyle.style" - } - }, - "setSignature": { - "id": 79007, - "name": "style", - "variant": "signature", - "kind": 1048576, - "flags": { - "isExternal": true - }, - "parameters": [ - 79008 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "ElementCSSInlineStyle.style" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 62295, - "name": "ElementCSSInlineStyle.style" - } - }, - "79009": { - "id": 79009, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79010, - 79019 - ], - "overwrites": { - "type": "reference", - "target": 63302, - "name": "GlobalEventHandlers.addEventListener" - } - }, - "79010": { - "id": 79010, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Appends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched.\n\nThe options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options's capture.\n\nWhen set to true, options's capture prevents callback from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event's eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event's eventPhase attribute value is AT_TARGET.\n\nWhen set to true, options's passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners.\n\nWhen set to true, options's once indicates that the callback will only be invoked once after which the event listener will be removed.\n\nIf an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted.\n\nThe event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/addEventListener)" - } - ] - }, - "typeParameter": [ - 79011 - ], - "parameters": [ - 79012, - 79013, - 79018 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 63303, - "name": "GlobalEventHandlers.addEventListener" - } - }, - "79011": { - "id": 79011, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 79364, - "name": "HTMLElementEventMap", - "package": "typescript" - } - } - }, - "79012": { - "id": 79012, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 79011, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "79013": { - "id": 79013, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 79014, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 79015 - ] - } - } - }, - "79018": { - "id": 79018, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 57635, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "79019": { - "id": 79019, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 79020, - 79021, - 79022 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 63312, - "name": "GlobalEventHandlers.addEventListener" - } - }, - "79020": { - "id": 79020, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "79021": { - "id": 79021, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "79022": { - "id": 79022, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 57635, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "79023": { - "id": 79023, - "name": "after", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79024 - ], - "inheritedFrom": { - "type": "reference", - "target": 61998, - "name": "Element.after" - } - }, - "79024": { - "id": 79024, - "name": "after", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes just after node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/after)" - } - ] - }, - "parameters": [ - 79025 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 61999, - "name": "Element.after" - } - }, - "79025": { - "id": 79025, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "79026": { - "id": 79026, - "name": "animate", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79027 - ], - "inheritedFrom": { - "type": "reference", - "target": 62001, - "name": "Element.animate" - } - }, - "79027": { - "id": 79027, - "name": "animate", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animate)" - } - ] - }, - "parameters": [ - 79028, - 79029 - ], - "type": { - "type": "reference", - "target": 57672, - "name": "Animation", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 62002, - "name": "Element.animate" - } - }, - "79028": { - "id": 79028, - "name": "keyframes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "array", - "elementType": { - "type": "reference", - "target": 132546, - "name": "Keyframe", - "package": "typescript" - } - }, - { - "type": "reference", - "target": 136273, - "name": "PropertyIndexedKeyframes", - "package": "typescript" - } - ] - } - }, - "79029": { - "id": 79029, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": 132552, - "name": "KeyframeAnimationOptions", - "package": "typescript" - } - ] - } - }, - "79030": { - "id": 79030, - "name": "append", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79031 - ], - "inheritedFrom": { - "type": "reference", - "target": 62005, - "name": "Element.append" - } - }, - "79031": { - "id": 79031, - "name": "append", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes after the last child of node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/append)" - } - ] - }, - "parameters": [ - 79032 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62006, - "name": "Element.append" - } - }, - "79032": { - "id": 79032, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "79033": { - "id": 79033, - "name": "appendChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79034 - ], - "inheritedFrom": { - "type": "reference", - "target": 62008, - "name": "Element.appendChild" - } - }, - "79034": { - "id": 79034, - "name": "appendChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/appendChild)" - } - ] - }, - "typeParameter": [ - 79035 - ], - "parameters": [ - 79036 - ], - "type": { - "type": "reference", - "target": 71251, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 62009, - "name": "Element.appendChild" - } - }, - "79036": { - "id": 79036, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71251, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "79037": { - "id": 79037, - "name": "attachInternals", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79038 - ] - }, - "79038": { - "id": 79038, - "name": "attachInternals", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/attachInternals)" - } - ] - }, - "type": { - "type": "reference", - "target": 62311, - "name": "ElementInternals", - "package": "typescript" - } - }, - "79039": { - "id": 79039, - "name": "attachShadow", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79040 - ], - "inheritedFrom": { - "type": "reference", - "target": 62012, - "name": "Element.attachShadow" - } - }, - "79040": { - "id": 79040, - "name": "attachShadow", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Creates a shadow root for element and returns it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/attachShadow)" - } - ] - }, - "parameters": [ - 79041 - ], - "type": { - "type": "reference", - "target": 205149, - "name": "ShadowRoot", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 62013, - "name": "Element.attachShadow" - } - }, - "79041": { - "id": 79041, - "name": "init", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 205346, - "name": "ShadowRootInit", - "package": "typescript" - } - }, - "79042": { - "id": 79042, - "name": "before", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79043 - ], - "inheritedFrom": { - "type": "reference", - "target": 62015, - "name": "Element.before" - } - }, - "79043": { - "id": 79043, - "name": "before", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes just before node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/before)" - } - ] - }, - "parameters": [ - 79044 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62016, - "name": "Element.before" - } - }, - "79044": { - "id": 79044, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "79045": { - "id": 79045, - "name": "blur", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79046 - ], - "inheritedFrom": { - "type": "reference", - "target": 106379, - "name": "HTMLOrSVGElement.blur" - } - }, - "79046": { - "id": 79046, - "name": "blur", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/blur)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 106380, - "name": "HTMLOrSVGElement.blur" - } - }, - "79047": { - "id": 79047, - "name": "checkVisibility", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79048 - ], - "inheritedFrom": { - "type": "reference", - "target": 62018, - "name": "Element.checkVisibility" - } - }, - "79048": { - "id": 79048, - "name": "checkVisibility", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/checkVisibility)" - } - ] - }, - "parameters": [ - 79049 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62019, - "name": "Element.checkVisibility" - } - }, - "79049": { - "id": 79049, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 59232, - "name": "CheckVisibilityOptions", - "package": "typescript" - } - }, - "79050": { - "id": 79050, - "name": "click", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79051 - ] - }, - "79051": { - "id": 79051, - "name": "click", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/click)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "79052": { - "id": 79052, - "name": "cloneNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79053 - ], - "inheritedFrom": { - "type": "reference", - "target": 62021, - "name": "Element.cloneNode" - } - }, - "79053": { - "id": 79053, - "name": "cloneNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a copy of node. If deep is true, the copy also includes the node's descendants.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/cloneNode)" - } - ] - }, - "parameters": [ - 79054 - ], - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 62022, - "name": "Element.cloneNode" - } - }, - "79054": { - "id": 79054, - "name": "subtree", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "79055": { - "id": 79055, - "name": "closest", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79056, - 79059, - 79062, - 79065 - ], - "inheritedFrom": { - "type": "reference", - "target": 62024, - "name": "Element.closest" - } - }, - "79056": { - "id": 79056, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first (starting at element) inclusive ancestor that matches selectors, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/closest)" - } - ] - }, - "typeParameter": [ - 79057 - ], - "parameters": [ - 79058 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71276, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62025, - "name": "Element.closest" - } - }, - "79058": { - "id": 79058, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71276, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "79059": { - "id": 79059, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 79060 - ], - "parameters": [ - 79061 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71279, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62028, - "name": "Element.closest" - } - }, - "79061": { - "id": 79061, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71279, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "79062": { - "id": 79062, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 79063 - ], - "parameters": [ - 79064 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71282, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62031, - "name": "Element.closest" - } - }, - "79064": { - "id": 79064, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71282, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "79065": { - "id": 79065, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 79066 - ], - "parameters": [ - 79067 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 71285, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62034, - "name": "Element.closest" - } - }, - "79067": { - "id": 79067, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "79068": { - "id": 79068, - "name": "compareDocumentPosition", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79069 - ], - "inheritedFrom": { - "type": "reference", - "target": 62037, - "name": "Element.compareDocumentPosition" - } - }, - "79069": { - "id": 79069, - "name": "compareDocumentPosition", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a bitmask indicating the position of other relative to node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/compareDocumentPosition)" - } - ] - }, - "parameters": [ - 79070 - ], - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 62038, - "name": "Element.compareDocumentPosition" - } - }, - "79070": { - "id": 79070, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "79071": { - "id": 79071, - "name": "computedStyleMap", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79072 - ], - "inheritedFrom": { - "type": "reference", - "target": 62040, - "name": "Element.computedStyleMap" - } - }, - "79072": { - "id": 79072, - "name": "computedStyleMap", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/computedStyleMap)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "StylePropertyMapReadOnly" - }, - "name": "StylePropertyMapReadOnly", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 62041, - "name": "Element.computedStyleMap" - } - }, - "79073": { - "id": 79073, - "name": "contains", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79074 - ], - "inheritedFrom": { - "type": "reference", - "target": 62042, - "name": "Element.contains" - } - }, - "79074": { - "id": 79074, - "name": "contains", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if other is an inclusive descendant of node, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/contains)" - } - ] - }, - "parameters": [ - 79075 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62043, - "name": "Element.contains" - } - }, - "79075": { - "id": 79075, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "79076": { - "id": 79076, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79077 - ], - "inheritedFrom": { - "type": "reference", - "target": 62045, - "name": "Element.dispatchEvent" - } - }, - "79077": { - "id": 79077, - "name": "dispatchEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "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.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/dispatchEvent)" - } - ] - }, - "parameters": [ - 79078 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62046, - "name": "Element.dispatchEvent" - } - }, - "79078": { - "id": 79078, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "79079": { - "id": 79079, - "name": "focus", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79080 - ], - "inheritedFrom": { - "type": "reference", - "target": 106381, - "name": "HTMLOrSVGElement.focus" - } - }, - "79080": { - "id": 79080, - "name": "focus", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/focus)" - } - ] - }, - "parameters": [ - 79081 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 106382, - "name": "HTMLOrSVGElement.focus" - } - }, - "79081": { - "id": 79081, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62635, - "name": "FocusOptions", - "package": "typescript" - } - }, - "79082": { - "id": 79082, - "name": "getAnimations", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79083 - ], - "inheritedFrom": { - "type": "reference", - "target": 62048, - "name": "Element.getAnimations" - } - }, - "79083": { - "id": 79083, - "name": "getAnimations", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAnimations)" - } - ] - }, - "parameters": [ - 79084 - ], - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 57672, - "name": "Animation", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 62049, - "name": "Element.getAnimations" - } - }, - "79084": { - "id": 79084, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62808, - "name": "GetAnimationsOptions", - "package": "typescript" - } - }, - "79085": { - "id": 79085, - "name": "getAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79086 - ], - "inheritedFrom": { - "type": "reference", - "target": 62051, - "name": "Element.getAttribute" - } - }, - "79086": { - "id": 79086, - "name": "getAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns element's first attribute whose qualified name is qualifiedName, and null if there is no such attribute otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttribute)" - } - ] - }, - "parameters": [ - 79087 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62052, - "name": "Element.getAttribute" - } - }, - "79087": { - "id": 79087, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "79088": { - "id": 79088, - "name": "getAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79089 - ], - "inheritedFrom": { - "type": "reference", - "target": 62054, - "name": "Element.getAttributeNS" - } - }, - "79089": { - "id": 79089, - "name": "getAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns element's attribute whose namespace is namespace and local name is localName, and null if there is no such attribute otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNS)" - } - ] - }, - "parameters": [ - 79090, - 79091 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62055, - "name": "Element.getAttributeNS" - } - }, - "79090": { - "id": 79090, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "79091": { - "id": 79091, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "79092": { - "id": 79092, - "name": "getAttributeNames", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79093 - ], - "inheritedFrom": { - "type": "reference", - "target": 62058, - "name": "Element.getAttributeNames" - } - }, - "79093": { - "id": 79093, - "name": "getAttributeNames", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the qualified names of all element's attributes. Can contain duplicates.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNames)" - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 62059, - "name": "Element.getAttributeNames" - } - }, - "79094": { - "id": 79094, - "name": "getAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79095 - ], - "inheritedFrom": { - "type": "reference", - "target": 62060, - "name": "Element.getAttributeNode" - } - }, - "79095": { - "id": 79095, - "name": "getAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNode)" - } - ] - }, - "parameters": [ - 79096 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62061, - "name": "Element.getAttributeNode" - } - }, - "79096": { - "id": 79096, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "79097": { - "id": 79097, - "name": "getAttributeNodeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79098 - ], - "inheritedFrom": { - "type": "reference", - "target": 62063, - "name": "Element.getAttributeNodeNS" - } - }, - "79098": { - "id": 79098, - "name": "getAttributeNodeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNodeNS)" - } - ] - }, - "parameters": [ - 79099, - 79100 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62064, - "name": "Element.getAttributeNodeNS" - } - }, - "79099": { - "id": 79099, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "79100": { - "id": 79100, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "79101": { - "id": 79101, - "name": "getBoundingClientRect", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79102 - ], - "inheritedFrom": { - "type": "reference", - "target": 62067, - "name": "Element.getBoundingClientRect" - } - }, - "79102": { - "id": 79102, - "name": "getBoundingClientRect", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getBoundingClientRect)" - } - ] - }, - "type": { - "type": "reference", - "target": 60097, - "name": "DOMRect", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 62068, - "name": "Element.getBoundingClientRect" - } - }, - "79103": { - "id": 79103, - "name": "getClientRects", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79104 - ], - "inheritedFrom": { - "type": "reference", - "target": 62069, - "name": "Element.getClientRects" - } - }, - "79104": { - "id": 79104, - "name": "getClientRects", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getClientRects)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMRectList" - }, - "name": "DOMRectList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 62070, - "name": "Element.getClientRects" - } - }, - "79105": { - "id": 79105, - "name": "getElementsByClassName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79106 - ], - "inheritedFrom": { - "type": "reference", - "target": 62071, - "name": "Element.getElementsByClassName" - } - }, - "79106": { - "id": 79106, - "name": "getElementsByClassName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a HTMLCollection of the elements in the object on which the method was invoked (a document or an element) that have all the classes given by classNames. The classNames argument is interpreted as a space-separated list of classes.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByClassName)" - } - ] - }, - "parameters": [ - 79107 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 62072, - "name": "Element.getElementsByClassName" - } - }, - "79107": { - "id": 79107, - "name": "classNames", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "79108": { - "id": 79108, - "name": "getElementsByTagName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79109, - 79112, - 79115, - 79118, - 79121 - ], - "inheritedFrom": { - "type": "reference", - "target": 62074, - "name": "Element.getElementsByTagName" - } - }, - "79109": { - "id": 79109, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByTagName)" - } - ] - }, - "typeParameter": [ - 79110 - ], - "parameters": [ - 79111 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71345, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 62075, - "name": "Element.getElementsByTagName" - } - }, - "79111": { - "id": 79111, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71345, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "79112": { - "id": 79112, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 79113 - ], - "parameters": [ - 79114 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71348, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 62078, - "name": "Element.getElementsByTagName" - } - }, - "79114": { - "id": 79114, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71348, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "79115": { - "id": 79115, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 79116 - ], - "parameters": [ - 79117 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71351, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 62081, - "name": "Element.getElementsByTagName" - } - }, - "79117": { - "id": 79117, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71351, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "79118": { - "id": 79118, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "typeParameter": [ - 79119 - ], - "parameters": [ - 79120 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71354, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 62084, - "name": "Element.getElementsByTagName" - } - }, - "79120": { - "id": 79120, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71354, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "79121": { - "id": 79121, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 79122 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 62087, - "name": "Element.getElementsByTagName" - } - }, - "79122": { - "id": 79122, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "79123": { - "id": 79123, - "name": "getElementsByTagNameNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79124, - 79127, - 79130, - 79133 - ], - "inheritedFrom": { - "type": "reference", - "target": 62089, - "name": "Element.getElementsByTagNameNS" - } - }, - "79124": { - "id": 79124, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByTagNameNS)" - } - ] - }, - "parameters": [ - 79125, - 79126 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 62090, - "name": "Element.getElementsByTagNameNS" - } - }, - "79125": { - "id": 79125, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/1999/xhtml" - } - }, - "79126": { - "id": 79126, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "79127": { - "id": 79127, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 79128, - 79129 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 146576, - "name": "SVGElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 62093, - "name": "Element.getElementsByTagNameNS" - } - }, - "79128": { - "id": 79128, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/2000/svg" - } - }, - "79129": { - "id": 79129, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "79130": { - "id": 79130, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 79131, - 79132 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 132754, - "name": "MathMLElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 62096, - "name": "Element.getElementsByTagNameNS" - } - }, - "79131": { - "id": 79131, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/1998/Math/MathML" - } - }, - "79132": { - "id": 79132, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "79133": { - "id": 79133, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 79134, - 79135 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 62099, - "name": "Element.getElementsByTagNameNS" - } - }, - "79134": { - "id": 79134, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "79135": { - "id": 79135, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "79136": { - "id": 79136, - "name": "getHTML", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79137 - ], - "inheritedFrom": { - "type": "reference", - "target": 62102, - "name": "Element.getHTML" - } - }, - "79137": { - "id": 79137, - "name": "getHTML", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getHTML)" - } - ] - }, - "parameters": [ - 79138 - ], - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 62103, - "name": "Element.getHTML" - } - }, - "79138": { - "id": 79138, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62810, - "name": "GetHTMLOptions", - "package": "typescript" - } - }, - "79139": { - "id": 79139, - "name": "getRootNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79140 - ], - "inheritedFrom": { - "type": "reference", - "target": 62105, - "name": "Element.getRootNode" - } - }, - "79140": { - "id": 79140, - "name": "getRootNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's root.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/getRootNode)" - } - ] - }, - "parameters": [ - 79141 - ], - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 62106, - "name": "Element.getRootNode" - } - }, - "79141": { - "id": 79141, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62813, - "name": "GetRootNodeOptions", - "package": "typescript" - } - }, - "79142": { - "id": 79142, - "name": "hasAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79143 - ], - "inheritedFrom": { - "type": "reference", - "target": 62108, - "name": "Element.hasAttribute" - } - }, - "79143": { - "id": 79143, - "name": "hasAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if element has an attribute whose qualified name is qualifiedName, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasAttribute)" - } - ] - }, - "parameters": [ - 79144 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62109, - "name": "Element.hasAttribute" - } - }, - "79144": { - "id": 79144, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "79145": { - "id": 79145, - "name": "hasAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79146 - ], - "inheritedFrom": { - "type": "reference", - "target": 62111, - "name": "Element.hasAttributeNS" - } - }, - "79146": { - "id": 79146, - "name": "hasAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if element has an attribute whose namespace is namespace and local name is localName.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasAttributeNS)" - } - ] - }, - "parameters": [ - 79147, - 79148 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62112, - "name": "Element.hasAttributeNS" - } - }, - "79147": { - "id": 79147, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "79148": { - "id": 79148, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "79149": { - "id": 79149, - "name": "hasAttributes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79150 - ], - "inheritedFrom": { - "type": "reference", - "target": 62115, - "name": "Element.hasAttributes" - } - }, - "79150": { - "id": 79150, - "name": "hasAttributes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if element has attributes, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasAttributes)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62116, - "name": "Element.hasAttributes" - } - }, - "79151": { - "id": 79151, - "name": "hasChildNodes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79152 - ], - "inheritedFrom": { - "type": "reference", - "target": 62117, - "name": "Element.hasChildNodes" - } - }, - "79152": { - "id": 79152, - "name": "hasChildNodes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node has children.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/hasChildNodes)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62118, - "name": "Element.hasChildNodes" - } - }, - "79153": { - "id": 79153, - "name": "hasPointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79154 - ], - "inheritedFrom": { - "type": "reference", - "target": 62119, - "name": "Element.hasPointerCapture" - } - }, - "79154": { - "id": 79154, - "name": "hasPointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasPointerCapture)" - } - ] - }, - "parameters": [ - 79155 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62120, - "name": "Element.hasPointerCapture" - } - }, - "79155": { - "id": 79155, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "79156": { - "id": 79156, - "name": "hidePopover", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79157 - ] - }, - "79157": { - "id": 79157, - "name": "hidePopover", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/hidePopover)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "79158": { - "id": 79158, - "name": "insertAdjacentElement", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79159 - ], - "inheritedFrom": { - "type": "reference", - "target": 62122, - "name": "Element.insertAdjacentElement" - } - }, - "79159": { - "id": 79159, - "name": "insertAdjacentElement", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentElement)" - } - ] - }, - "parameters": [ - 79160, - 79161 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62123, - "name": "Element.insertAdjacentElement" - } - }, - "79160": { - "id": 79160, - "name": "where", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212558, - "name": "InsertPosition", - "package": "typescript" - } - }, - "79161": { - "id": 79161, - "name": "element", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - }, - "79162": { - "id": 79162, - "name": "insertAdjacentHTML", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79163 - ], - "inheritedFrom": { - "type": "reference", - "target": 62126, - "name": "Element.insertAdjacentHTML" - } - }, - "79163": { - "id": 79163, - "name": "insertAdjacentHTML", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentHTML)" - } - ] - }, - "parameters": [ - 79164, - 79165 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62127, - "name": "Element.insertAdjacentHTML" - } - }, - "79164": { - "id": 79164, - "name": "position", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212558, - "name": "InsertPosition", - "package": "typescript" - } - }, - "79165": { - "id": 79165, - "name": "string", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "79166": { - "id": 79166, - "name": "insertAdjacentText", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79167 - ], - "inheritedFrom": { - "type": "reference", - "target": 62130, - "name": "Element.insertAdjacentText" - } - }, - "79167": { - "id": 79167, - "name": "insertAdjacentText", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentText)" - } - ] - }, - "parameters": [ - 79168, - 79169 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62131, - "name": "Element.insertAdjacentText" - } - }, - "79168": { - "id": 79168, - "name": "where", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212558, - "name": "InsertPosition", - "package": "typescript" - } - }, - "79169": { - "id": 79169, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "79170": { - "id": 79170, - "name": "insertBefore", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79171 - ], - "inheritedFrom": { - "type": "reference", - "target": 62134, - "name": "Element.insertBefore" - } - }, - "79171": { - "id": 79171, - "name": "insertBefore", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/insertBefore)" - } - ] - }, - "typeParameter": [ - 79172 - ], - "parameters": [ - 79173, - 79174 - ], - "type": { - "type": "reference", - "target": 71407, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 62135, - "name": "Element.insertBefore" - } - }, - "79173": { - "id": 79173, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71407, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "79174": { - "id": 79174, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "79175": { - "id": 79175, - "name": "isDefaultNamespace", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79176 - ], - "inheritedFrom": { - "type": "reference", - "target": 62139, - "name": "Element.isDefaultNamespace" - } - }, - "79176": { - "id": 79176, - "name": "isDefaultNamespace", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isDefaultNamespace)" - } - ] - }, - "parameters": [ - 79177 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62140, - "name": "Element.isDefaultNamespace" - } - }, - "79177": { - "id": 79177, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "79178": { - "id": 79178, - "name": "isEqualNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79179 - ], - "inheritedFrom": { - "type": "reference", - "target": 62142, - "name": "Element.isEqualNode" - } - }, - "79179": { - "id": 79179, - "name": "isEqualNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node and otherNode have the same properties.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isEqualNode)" - } - ] - }, - "parameters": [ - 79180 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62143, - "name": "Element.isEqualNode" - } - }, - "79180": { - "id": 79180, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "79181": { - "id": 79181, - "name": "isSameNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79182 - ], - "inheritedFrom": { - "type": "reference", - "target": 62145, - "name": "Element.isSameNode" - } - }, - "79182": { - "id": 79182, - "name": "isSameNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isSameNode)" - } - ] - }, - "parameters": [ - 79183 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62146, - "name": "Element.isSameNode" - } - }, - "79183": { - "id": 79183, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "79184": { - "id": 79184, - "name": "lookupNamespaceURI", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79185 - ], - "inheritedFrom": { - "type": "reference", - "target": 62148, - "name": "Element.lookupNamespaceURI" - } - }, - "79185": { - "id": 79185, - "name": "lookupNamespaceURI", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupNamespaceURI)" - } - ] - }, - "parameters": [ - 79186 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62149, - "name": "Element.lookupNamespaceURI" - } - }, - "79186": { - "id": 79186, - "name": "prefix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "79187": { - "id": 79187, - "name": "lookupPrefix", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79188 - ], - "inheritedFrom": { - "type": "reference", - "target": 62151, - "name": "Element.lookupPrefix" - } - }, - "79188": { - "id": 79188, - "name": "lookupPrefix", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupPrefix)" - } - ] - }, - "parameters": [ - 79189 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62152, - "name": "Element.lookupPrefix" - } - }, - "79189": { - "id": 79189, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "79190": { - "id": 79190, - "name": "matches", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79191 - ], - "inheritedFrom": { - "type": "reference", - "target": 62154, - "name": "Element.matches" - } - }, - "79191": { - "id": 79191, - "name": "matches", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if matching selectors against element's root yields element, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/matches)" - } - ] - }, - "parameters": [ - 79192 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62155, - "name": "Element.matches" - } - }, - "79192": { - "id": 79192, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "79193": { - "id": 79193, - "name": "normalize", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79194 - ], - "inheritedFrom": { - "type": "reference", - "target": 62157, - "name": "Element.normalize" - } - }, - "79194": { - "id": 79194, - "name": "normalize", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes empty exclusive Text nodes and concatenates the data of remaining contiguous exclusive Text nodes into the first of their nodes.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/normalize)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62158, - "name": "Element.normalize" - } - }, - "79195": { - "id": 79195, - "name": "prepend", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79196 - ], - "inheritedFrom": { - "type": "reference", - "target": 62159, - "name": "Element.prepend" - } - }, - "79196": { - "id": 79196, - "name": "prepend", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes before the first child of node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/prepend)" - } - ] - }, - "parameters": [ - 79197 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62160, - "name": "Element.prepend" - } - }, - "79197": { - "id": 79197, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "79198": { - "id": 79198, - "name": "querySelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79199, - 79202, - 79205, - 79208, - 79211 - ], - "inheritedFrom": { - "type": "reference", - "target": 62162, - "name": "Element.querySelector" - } - }, - "79199": { - "id": 79199, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first element that is a descendant of node that matches selectors.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/querySelector)" - } - ] - }, - "typeParameter": [ - 79200 - ], - "parameters": [ - 79201 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71435, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62163, - "name": "Element.querySelector" - } - }, - "79201": { - "id": 79201, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71435, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "79202": { - "id": 79202, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 79203 - ], - "parameters": [ - 79204 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71438, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62166, - "name": "Element.querySelector" - } - }, - "79204": { - "id": 79204, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71438, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "79205": { - "id": 79205, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 79206 - ], - "parameters": [ - 79207 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71441, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62169, - "name": "Element.querySelector" - } - }, - "79207": { - "id": 79207, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71441, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "79208": { - "id": 79208, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "typeParameter": [ - 79209 - ], - "parameters": [ - 79210 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71444, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62172, - "name": "Element.querySelector" - } - }, - "79210": { - "id": 79210, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71444, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "79211": { - "id": 79211, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 79212 - ], - "parameters": [ - 79213 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 71447, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62175, - "name": "Element.querySelector" - } - }, - "79213": { - "id": 79213, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "79214": { - "id": 79214, - "name": "querySelectorAll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79215, - 79218, - 79221, - 79224, - 79227 - ], - "inheritedFrom": { - "type": "reference", - "target": 62178, - "name": "Element.querySelectorAll" - } - }, - "79215": { - "id": 79215, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns all element descendants of node that match selectors.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/querySelectorAll)" - } - ] - }, - "typeParameter": [ - 79216 - ], - "parameters": [ - 79217 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71451, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 62179, - "name": "Element.querySelectorAll" - } - }, - "79217": { - "id": 79217, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71451, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "79218": { - "id": 79218, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 79219 - ], - "parameters": [ - 79220 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71454, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 62182, - "name": "Element.querySelectorAll" - } - }, - "79220": { - "id": 79220, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71454, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "79221": { - "id": 79221, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 79222 - ], - "parameters": [ - 79223 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71457, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 62185, - "name": "Element.querySelectorAll" - } - }, - "79223": { - "id": 79223, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71457, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "79224": { - "id": 79224, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "typeParameter": [ - 79225 - ], - "parameters": [ - 79226 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71460, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 62188, - "name": "Element.querySelectorAll" - } - }, - "79226": { - "id": 79226, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71460, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "79227": { - "id": 79227, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 79228 - ], - "parameters": [ - 79229 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 71463, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 62191, - "name": "Element.querySelectorAll" - } - }, - "79229": { - "id": 79229, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "79230": { - "id": 79230, - "name": "releasePointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79231 - ], - "inheritedFrom": { - "type": "reference", - "target": 62194, - "name": "Element.releasePointerCapture" - } - }, - "79231": { - "id": 79231, - "name": "releasePointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/releasePointerCapture)" - } - ] - }, - "parameters": [ - 79232 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62195, - "name": "Element.releasePointerCapture" - } - }, - "79232": { - "id": 79232, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "79233": { - "id": 79233, - "name": "remove", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79234 - ], - "inheritedFrom": { - "type": "reference", - "target": 62197, - "name": "Element.remove" - } - }, - "79234": { - "id": 79234, - "name": "remove", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/remove)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62198, - "name": "Element.remove" - } - }, - "79235": { - "id": 79235, - "name": "removeAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79236 - ], - "inheritedFrom": { - "type": "reference", - "target": 62199, - "name": "Element.removeAttribute" - } - }, - "79236": { - "id": 79236, - "name": "removeAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes element's first attribute whose qualified name is qualifiedName.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/removeAttribute)" - } - ] - }, - "parameters": [ - 79237 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62200, - "name": "Element.removeAttribute" - } - }, - "79237": { - "id": 79237, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "79238": { - "id": 79238, - "name": "removeAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79239 - ], - "inheritedFrom": { - "type": "reference", - "target": 62202, - "name": "Element.removeAttributeNS" - } - }, - "79239": { - "id": 79239, - "name": "removeAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes element's attribute whose namespace is namespace and local name is localName.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/removeAttributeNS)" - } - ] - }, - "parameters": [ - 79240, - 79241 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62203, - "name": "Element.removeAttributeNS" - } - }, - "79240": { - "id": 79240, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "79241": { - "id": 79241, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "79242": { - "id": 79242, - "name": "removeAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79243 - ], - "inheritedFrom": { - "type": "reference", - "target": 62206, - "name": "Element.removeAttributeNode" - } - }, - "79243": { - "id": 79243, - "name": "removeAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/removeAttributeNode)" - } - ] - }, - "parameters": [ - 79244 - ], - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 62207, - "name": "Element.removeAttributeNode" - } - }, - "79244": { - "id": 79244, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - }, - "79245": { - "id": 79245, - "name": "removeChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79246 - ], - "inheritedFrom": { - "type": "reference", - "target": 62209, - "name": "Element.removeChild" - } - }, - "79246": { - "id": 79246, - "name": "removeChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/removeChild)" - } - ] - }, - "typeParameter": [ - 79247 - ], - "parameters": [ - 79248 - ], - "type": { - "type": "reference", - "target": 71482, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 62210, - "name": "Element.removeChild" - } - }, - "79248": { - "id": 79248, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71482, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "79249": { - "id": 79249, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79250, - 79259 - ], - "overwrites": { - "type": "reference", - "target": 63316, - "name": "GlobalEventHandlers.removeEventListener" - } - }, - "79250": { - "id": 79250, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes the event listener in target's event listener list with the same type, callback, and options.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/removeEventListener)" - } - ] - }, - "typeParameter": [ - 79251 - ], - "parameters": [ - 79252, - 79253, - 79258 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 63317, - "name": "GlobalEventHandlers.removeEventListener" - } - }, - "79251": { - "id": 79251, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 79364, - "name": "HTMLElementEventMap", - "package": "typescript" - } - } - }, - "79252": { - "id": 79252, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 79251, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "79253": { - "id": 79253, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 79254, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 79255 - ] - } - } - }, - "79258": { - "id": 79258, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 62469, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "79259": { - "id": 79259, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 79260, - 79261, - 79262 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 63326, - "name": "GlobalEventHandlers.removeEventListener" - } - }, - "79260": { - "id": 79260, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "79261": { - "id": 79261, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "79262": { - "id": 79262, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 62469, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "79263": { - "id": 79263, - "name": "replaceChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79264 - ], - "inheritedFrom": { - "type": "reference", - "target": 62227, - "name": "Element.replaceChild" - } - }, - "79264": { - "id": 79264, - "name": "replaceChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/replaceChild)" - } - ] - }, - "typeParameter": [ - 79265 - ], - "parameters": [ - 79266, - 79267 - ], - "type": { - "type": "reference", - "target": 71500, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 62228, - "name": "Element.replaceChild" - } - }, - "79266": { - "id": 79266, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "79267": { - "id": 79267, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71500, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "79268": { - "id": 79268, - "name": "replaceChildren", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79269 - ], - "inheritedFrom": { - "type": "reference", - "target": 62232, - "name": "Element.replaceChildren" - } - }, - "79269": { - "id": 79269, - "name": "replaceChildren", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Replace all children of node with nodes, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/replaceChildren)" - } - ] - }, - "parameters": [ - 79270 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62233, - "name": "Element.replaceChildren" - } - }, - "79270": { - "id": 79270, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "79271": { - "id": 79271, - "name": "replaceWith", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79272 - ], - "inheritedFrom": { - "type": "reference", - "target": 62235, - "name": "Element.replaceWith" - } - }, - "79272": { - "id": 79272, - "name": "replaceWith", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Replaces node with nodes, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/replaceWith)" - } - ] - }, - "parameters": [ - 79273 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62236, - "name": "Element.replaceWith" - } - }, - "79273": { - "id": 79273, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "79274": { - "id": 79274, - "name": "requestFullscreen", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79275 - ], - "inheritedFrom": { - "type": "reference", - "target": 62238, - "name": "Element.requestFullscreen" - } - }, - "79275": { - "id": 79275, - "name": "requestFullscreen", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Displays element fullscreen and resolves promise when done.\n\nWhen supplied, options's navigationUI member indicates whether showing navigation UI while in fullscreen is preferred or not. If set to \"show\", navigation simplicity is preferred over screen space, and if set to \"hide\", more screen space is preferred. User agents are always free to honor user preference over the application's. The default value \"auto\" indicates no application preference.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/requestFullscreen)" - } - ] - }, - "parameters": [ - 79276 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 62239, - "name": "Element.requestFullscreen" - } - }, - "79276": { - "id": 79276, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62742, - "name": "FullscreenOptions", - "package": "typescript" - } - }, - "79277": { - "id": 79277, - "name": "requestPointerLock", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79278 - ], - "inheritedFrom": { - "type": "reference", - "target": 62241, - "name": "Element.requestPointerLock" - } - }, - "79278": { - "id": 79278, - "name": "requestPointerLock", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/requestPointerLock)" - } - ] - }, - "parameters": [ - 79279 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 62242, - "name": "Element.requestPointerLock" - } - }, - "79279": { - "id": 79279, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 136003, - "name": "PointerLockOptions", - "package": "typescript" - } - }, - "79280": { - "id": 79280, - "name": "scroll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79281, - 79283 - ], - "inheritedFrom": { - "type": "reference", - "target": 62244, - "name": "Element.scroll" - } - }, - "79281": { - "id": 79281, - "name": "scroll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scroll)" - } - ] - }, - "parameters": [ - 79282 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62245, - "name": "Element.scroll" - } - }, - "79282": { - "id": 79282, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 204972, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "79283": { - "id": 79283, - "name": "scroll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 79284, - 79285 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62247, - "name": "Element.scroll" - } - }, - "79284": { - "id": 79284, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "79285": { - "id": 79285, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "79286": { - "id": 79286, - "name": "scrollBy", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79287, - 79289 - ], - "inheritedFrom": { - "type": "reference", - "target": 62250, - "name": "Element.scrollBy" - } - }, - "79287": { - "id": 79287, - "name": "scrollBy", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollBy)" - } - ] - }, - "parameters": [ - 79288 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62251, - "name": "Element.scrollBy" - } - }, - "79288": { - "id": 79288, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 204972, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "79289": { - "id": 79289, - "name": "scrollBy", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 79290, - 79291 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62253, - "name": "Element.scrollBy" - } - }, - "79290": { - "id": 79290, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "79291": { - "id": 79291, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "79292": { - "id": 79292, - "name": "scrollIntoView", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79293 - ], - "inheritedFrom": { - "type": "reference", - "target": 62256, - "name": "Element.scrollIntoView" - } - }, - "79293": { - "id": 79293, - "name": "scrollIntoView", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollIntoView)" - } - ] - }, - "parameters": [ - 79294 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62257, - "name": "Element.scrollIntoView" - } - }, - "79294": { - "id": 79294, - "name": "arg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 204966, - "name": "ScrollIntoViewOptions", - "package": "typescript" - } - ] - } - }, - "79295": { - "id": 79295, - "name": "scrollTo", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79296, - 79298 - ], - "inheritedFrom": { - "type": "reference", - "target": 62259, - "name": "Element.scrollTo" - } - }, - "79296": { - "id": 79296, - "name": "scrollTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollTo)" - } - ] - }, - "parameters": [ - 79297 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62260, - "name": "Element.scrollTo" - } - }, - "79297": { - "id": 79297, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 204972, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "79298": { - "id": 79298, - "name": "scrollTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 79299, - 79300 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62262, - "name": "Element.scrollTo" - } - }, - "79299": { - "id": 79299, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "79300": { - "id": 79300, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "79301": { - "id": 79301, - "name": "setAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79302 - ], - "inheritedFrom": { - "type": "reference", - "target": 62265, - "name": "Element.setAttribute" - } - }, - "79302": { - "id": 79302, - "name": "setAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets the value of element's first attribute whose qualified name is qualifiedName to value.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttribute)" - } - ] - }, - "parameters": [ - 79303, - 79304 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62266, - "name": "Element.setAttribute" - } - }, - "79303": { - "id": 79303, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "79304": { - "id": 79304, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "79305": { - "id": 79305, - "name": "setAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79306 - ], - "inheritedFrom": { - "type": "reference", - "target": 62269, - "name": "Element.setAttributeNS" - } - }, - "79306": { - "id": 79306, - "name": "setAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets the value of element's attribute whose namespace is namespace and local name is localName to value.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNS)" - } - ] - }, - "parameters": [ - 79307, - 79308, - 79309 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62270, - "name": "Element.setAttributeNS" - } - }, - "79307": { - "id": 79307, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "79308": { - "id": 79308, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "79309": { - "id": 79309, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "79310": { - "id": 79310, - "name": "setAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79311 - ], - "inheritedFrom": { - "type": "reference", - "target": 62274, - "name": "Element.setAttributeNode" - } - }, - "79311": { - "id": 79311, - "name": "setAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNode)" - } - ] - }, - "parameters": [ - 79312 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62275, - "name": "Element.setAttributeNode" - } - }, - "79312": { - "id": 79312, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - }, - "79313": { - "id": 79313, - "name": "setAttributeNodeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79314 - ], - "inheritedFrom": { - "type": "reference", - "target": 62277, - "name": "Element.setAttributeNodeNS" - } - }, - "79314": { - "id": 79314, - "name": "setAttributeNodeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNodeNS)" - } - ] - }, - "parameters": [ - 79315 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 62278, - "name": "Element.setAttributeNodeNS" - } - }, - "79315": { - "id": 79315, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - }, - "79316": { - "id": 79316, - "name": "setHTMLUnsafe", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79317 - ], - "inheritedFrom": { - "type": "reference", - "target": 62280, - "name": "Element.setHTMLUnsafe" - } - }, - "79317": { - "id": 79317, - "name": "setHTMLUnsafe", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setHTMLUnsafe)" - } - ] - }, - "parameters": [ - 79318 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62281, - "name": "Element.setHTMLUnsafe" - } - }, - "79318": { - "id": 79318, - "name": "html", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "79319": { - "id": 79319, - "name": "setPointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79320 - ], - "inheritedFrom": { - "type": "reference", - "target": 62283, - "name": "Element.setPointerCapture" - } - }, - "79320": { - "id": 79320, - "name": "setPointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setPointerCapture)" - } - ] - }, - "parameters": [ - 79321 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 62284, - "name": "Element.setPointerCapture" - } - }, - "79321": { - "id": 79321, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "79322": { - "id": 79322, - "name": "showPopover", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79323 - ] - }, - "79323": { - "id": 79323, - "name": "showPopover", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/showPopover)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "79324": { - "id": 79324, - "name": "toggleAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79325 - ], - "inheritedFrom": { - "type": "reference", - "target": 62286, - "name": "Element.toggleAttribute" - } - }, - "79325": { - "id": 79325, - "name": "toggleAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "If force is not given, \"toggles\" qualifiedName, removing it if it is present and adding it if it is not present. If force is true, adds qualifiedName. If force is false, removes qualifiedName.\n\nReturns true if qualifiedName is now present, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/toggleAttribute)" - } - ] - }, - "parameters": [ - 79326, - 79327 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62287, - "name": "Element.toggleAttribute" - } - }, - "79326": { - "id": 79326, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "79327": { - "id": 79327, - "name": "force", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "79328": { - "id": 79328, - "name": "togglePopover", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79329 - ] - }, - "79329": { - "id": 79329, - "name": "togglePopover", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/togglePopover)" - } - ] - }, - "parameters": [ - 79330 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "79330": { - "id": 79330, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "79331": { - "id": 79331, - "name": "webkitMatchesSelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 79332 - ], - "inheritedFrom": { - "type": "reference", - "target": 62290, - "name": "Element.webkitMatchesSelector" - } - }, - "79332": { - "id": 79332, - "name": "webkitMatchesSelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`matches`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/matches)" - } - ] - } - ] - }, - "parameters": [ - 79333 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 62291, - "name": "Element.webkitMatchesSelector" - } - }, - "79333": { - "id": 79333, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "79583": { - "id": 79583, - "name": "HTMLEmbedElement", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Provides special properties (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating elements.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLEmbedElement)" - } - ] - }, - "children": [ - 79584, - 79585, - 79586, - 79587, - 79588, - 79589, - 79590, - 79591, - 79592, - 79593, - 79594, - 79595, - 79596, - 79597, - 79598, - 79599, - 79600, - 79601, - 79602, - 79603, - 79604, - 79605, - 79606, - 79607, - 79608, - 79609, - 79610, - 79611, - 79612, - 79613, - 79614, - 79615, - 79616, - 79617, - 79618, - 79619, - 79620, - 79621, - 79622, - 79623, - 79624, - 79625, - 79626, - 79627, - 79628, - 79629, - 79630, - 79631, - 79632, - 79633, - 79634, - 79635, - 79636, - 79637, - 79638, - 79639, - 79640, - 79641, - 79642, - 79643, - 79644, - 79645, - 79646, - 79647, - 79648, - 79649, - 79650, - 79651, - 79652, - 79653, - 79654, - 79655, - 79656, - 79657, - 79658, - 79659, - 79660, - 79661, - 79662, - 79663, - 79664, - 79665, - 79666, - 79667, - 79668, - 79669, - 79670, - 79671, - 79672, - 79673, - 79674, - 79675, - 79676, - 79677, - 79678, - 79679, - 79680, - 79681, - 79682, - 79683, - 79684, - 79685, - 79686, - 79687, - 79688, - 79689, - 79690, - 79691, - 79692, - 79693, - 79694, - 79695, - 79696, - 79701, - 79706, - 79711, - 79716, - 79721, - 79726, - 79731, - 79736, - 79741, - 79746, - 79751, - 79756, - 79761, - 79766, - 79771, - 79776, - 79781, - 79786, - 79791, - 79796, - 79801, - 79806, - 79811, - 79816, - 79821, - 79826, - 79831, - 79836, - 79841, - 79846, - 79851, - 79856, - 79857, - 79862, - 79867, - 79872, - 79877, - 79882, - 79887, - 79892, - 79897, - 79902, - 79907, - 79912, - 79917, - 79922, - 79927, - 79932, - 79937, - 79942, - 79947, - 79952, - 79957, - 79962, - 79967, - 79972, - 79977, - 79982, - 79987, - 79992, - 79997, - 80002, - 80007, - 80012, - 80017, - 80022, - 80027, - 80032, - 80037, - 80042, - 80047, - 80052, - 80057, - 80062, - 80067, - 80072, - 80077, - 80082, - 80087, - 80092, - 80097, - 80102, - 80107, - 80112, - 80117, - 80122, - 80127, - 80132, - 80137, - 80142, - 80147, - 80152, - 80157, - 80162, - 80167, - 80172, - 80177, - 80182, - 80187, - 80192, - 80193, - 80194, - 80195, - 80196, - 80197, - 80198, - 80199, - 80200, - 80201, - 80202, - 80203, - 80204, - 80205, - 80206, - 80207, - 80208, - 80209, - 80210, - 80211, - 80212, - 80213, - 80214, - 80215, - 80216, - 80217, - 80218, - 80222, - 80226, - 80230, - 80244, - 80247, - 80251, - 80254, - 80258, - 80260, - 80263, - 80266, - 80268, - 80271, - 80273, - 80276, - 80289, - 80292, - 80294, - 80297, - 80300, - 80303, - 80306, - 80309, - 80313, - 80315, - 80318, - 80322, - 80324, - 80326, - 80329, - 80344, - 80357, - 80360, - 80363, - 80365, - 80368, - 80372, - 80374, - 80376, - 80379, - 80381, - 80385, - 80389, - 80393, - 80398, - 80401, - 80404, - 80407, - 80410, - 80413, - 80416, - 80418, - 80421, - 80437, - 80453, - 80456, - 80458, - 80461, - 80465, - 80468, - 80472, - 80486, - 80491, - 80494, - 80497, - 80500, - 80503, - 80509, - 80515, - 80518, - 80524, - 80528, - 80533, - 80536, - 80539, - 80542, - 80545, - 80547, - 80551, - 80554 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 79584, - 79585, - 79586, - 79587, - 79588, - 79589, - 79590, - 79591, - 79592, - 79593, - 79594, - 79595, - 79596, - 79597, - 79598, - 79599, - 79600, - 79601, - 79602, - 79603, - 79604, - 79605, - 79606, - 79607, - 79608, - 79609, - 79610, - 79611, - 79612, - 79613, - 79614, - 79615, - 79616, - 79617, - 79618, - 79619, - 79620, - 79621, - 79622, - 79623, - 79624, - 79625, - 79626, - 79627, - 79628, - 79629, - 79630, - 79631, - 79632, - 79633, - 79634, - 79635, - 79636, - 79637, - 79638, - 79639, - 79640, - 79641, - 79642, - 79643, - 79644, - 79645, - 79646, - 79647, - 79648, - 79649, - 79650, - 79651, - 79652, - 79653, - 79654, - 79655, - 79656, - 79657, - 79658, - 79659, - 79660, - 79661, - 79662, - 79663, - 79664, - 79665, - 79666, - 79667, - 79668, - 79669, - 79670, - 79671, - 79672, - 79673, - 79674, - 79675, - 79676, - 79677, - 79678, - 79679, - 79680, - 79681, - 79682, - 79683, - 79684, - 79685, - 79686, - 79687, - 79688, - 79689, - 79690, - 79691, - 79692, - 79693, - 79694, - 79695, - 79696, - 79701, - 79706, - 79711, - 79716, - 79721, - 79726, - 79731, - 79736, - 79741, - 79746, - 79751, - 79756, - 79761, - 79766, - 79771, - 79776, - 79781, - 79786, - 79791, - 79796, - 79801, - 79806, - 79811, - 79816, - 79821, - 79826, - 79831, - 79836, - 79841, - 79846, - 79851, - 79856, - 79857, - 79862, - 79867, - 79872, - 79877, - 79882, - 79887, - 79892, - 79897, - 79902, - 79907, - 79912, - 79917, - 79922, - 79927, - 79932, - 79937, - 79942, - 79947, - 79952, - 79957, - 79962, - 79967, - 79972, - 79977, - 79982, - 79987, - 79992, - 79997, - 80002, - 80007, - 80012, - 80017, - 80022, - 80027, - 80032, - 80037, - 80042, - 80047, - 80052, - 80057, - 80062, - 80067, - 80072, - 80077, - 80082, - 80087, - 80092, - 80097, - 80102, - 80107, - 80112, - 80117, - 80122, - 80127, - 80132, - 80137, - 80142, - 80147, - 80152, - 80157, - 80162, - 80167, - 80172, - 80177, - 80182, - 80187, - 80192, - 80193, - 80194, - 80195, - 80196, - 80197, - 80198, - 80199, - 80200, - 80201, - 80202, - 80203, - 80204, - 80205, - 80206, - 80207, - 80208, - 80209, - 80210, - 80211, - 80212, - 80213, - 80214, - 80215, - 80216, - 80217 - ] - }, - { - "title": "Accessors", - "children": [ - 80218, - 80222, - 80226 - ] - }, - { - "title": "Methods", - "children": [ - 80230, - 80244, - 80247, - 80251, - 80254, - 80258, - 80260, - 80263, - 80266, - 80268, - 80271, - 80273, - 80276, - 80289, - 80292, - 80294, - 80297, - 80300, - 80303, - 80306, - 80309, - 80313, - 80315, - 80318, - 80322, - 80324, - 80326, - 80329, - 80344, - 80357, - 80360, - 80363, - 80365, - 80368, - 80372, - 80374, - 80376, - 80379, - 80381, - 80385, - 80389, - 80393, - 80398, - 80401, - 80404, - 80407, - 80410, - 80413, - 80416, - 80418, - 80421, - 80437, - 80453, - 80456, - 80458, - 80461, - 80465, - 80468, - 80472, - 80486, - 80491, - 80494, - 80497, - 80500, - 80503, - 80509, - 80515, - 80518, - 80524, - 80528, - 80533, - 80536, - 80539, - 80542, - 80545, - 80547, - 80551, - 80554 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "79584": { - "id": 79584, - "name": "ATTRIBUTE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 78369, - "name": "HTMLElement.ATTRIBUTE_NODE" - } - }, - "79585": { - "id": 79585, - "name": "CDATA_SECTION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a CDATASection node." - } - ] - }, - "type": { - "type": "literal", - "value": 4 - }, - "inheritedFrom": { - "type": "reference", - "target": 78370, - "name": "HTMLElement.CDATA_SECTION_NODE" - } - }, - "79586": { - "id": 79586, - "name": "COMMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Comment node." - } - ] - }, - "type": { - "type": "literal", - "value": 8 - }, - "inheritedFrom": { - "type": "reference", - "target": 78371, - "name": "HTMLElement.COMMENT_NODE" - } - }, - "79587": { - "id": 79587, - "name": "DOCUMENT_FRAGMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a DocumentFragment node." - } - ] - }, - "type": { - "type": "literal", - "value": 11 - }, - "inheritedFrom": { - "type": "reference", - "target": 78372, - "name": "HTMLElement.DOCUMENT_FRAGMENT_NODE" - } - }, - "79588": { - "id": 79588, - "name": "DOCUMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a document." - } - ] - }, - "type": { - "type": "literal", - "value": 9 - }, - "inheritedFrom": { - "type": "reference", - "target": 78373, - "name": "HTMLElement.DOCUMENT_NODE" - } - }, - "79589": { - "id": 79589, - "name": "DOCUMENT_POSITION_CONTAINED_BY", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is a descendant of node." - } - ] - }, - "type": { - "type": "literal", - "value": 16 - }, - "inheritedFrom": { - "type": "reference", - "target": 78374, - "name": "HTMLElement.DOCUMENT_POSITION_CONTAINED_BY" - } - }, - "79590": { - "id": 79590, - "name": "DOCUMENT_POSITION_CONTAINS", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is an ancestor of node." - } - ] - }, - "type": { - "type": "literal", - "value": 8 - }, - "inheritedFrom": { - "type": "reference", - "target": 78375, - "name": "HTMLElement.DOCUMENT_POSITION_CONTAINS" - } - }, - "79591": { - "id": 79591, - "name": "DOCUMENT_POSITION_DISCONNECTED", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when node and other are not in the same tree." - } - ] - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 78376, - "name": "HTMLElement.DOCUMENT_POSITION_DISCONNECTED" - } - }, - "79592": { - "id": 79592, - "name": "DOCUMENT_POSITION_FOLLOWING", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is following node." - } - ] - }, - "type": { - "type": "literal", - "value": 4 - }, - "inheritedFrom": { - "type": "reference", - "target": 78377, - "name": "HTMLElement.DOCUMENT_POSITION_FOLLOWING" - } - }, - "79593": { - "id": 79593, - "name": "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 32 - }, - "inheritedFrom": { - "type": "reference", - "target": 78378, - "name": "HTMLElement.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" - } - }, - "79594": { - "id": 79594, - "name": "DOCUMENT_POSITION_PRECEDING", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is preceding node." - } - ] - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 78379, - "name": "HTMLElement.DOCUMENT_POSITION_PRECEDING" - } - }, - "79595": { - "id": 79595, - "name": "DOCUMENT_TYPE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a doctype." - } - ] - }, - "type": { - "type": "literal", - "value": 10 - }, - "inheritedFrom": { - "type": "reference", - "target": 78380, - "name": "HTMLElement.DOCUMENT_TYPE_NODE" - } - }, - "79596": { - "id": 79596, - "name": "ELEMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is an element." - } - ] - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 78381, - "name": "HTMLElement.ELEMENT_NODE" - } - }, - "79597": { - "id": 79597, - "name": "ENTITY_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 6 - }, - "inheritedFrom": { - "type": "reference", - "target": 78382, - "name": "HTMLElement.ENTITY_NODE" - } - }, - "79598": { - "id": 79598, - "name": "ENTITY_REFERENCE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 5 - }, - "inheritedFrom": { - "type": "reference", - "target": 78383, - "name": "HTMLElement.ENTITY_REFERENCE_NODE" - } - }, - "79599": { - "id": 79599, - "name": "NOTATION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 12 - }, - "inheritedFrom": { - "type": "reference", - "target": 78384, - "name": "HTMLElement.NOTATION_NODE" - } - }, - "79600": { - "id": 79600, - "name": "PROCESSING_INSTRUCTION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a ProcessingInstruction node." - } - ] - }, - "type": { - "type": "literal", - "value": 7 - }, - "inheritedFrom": { - "type": "reference", - "target": 78385, - "name": "HTMLElement.PROCESSING_INSTRUCTION_NODE" - } - }, - "79601": { - "id": 79601, - "name": "TEXT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Text node." - } - ] - }, - "type": { - "type": "literal", - "value": 3 - }, - "inheritedFrom": { - "type": "reference", - "target": 78386, - "name": "HTMLElement.TEXT_NODE" - } - }, - "79602": { - "id": 79602, - "name": "accessKey", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/accessKey)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78387, - "name": "HTMLElement.accessKey" - } - }, - "79603": { - "id": 79603, - "name": "accessKeyLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/accessKeyLabel)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78388, - "name": "HTMLElement.accessKeyLabel" - } - }, - "79604": { - "id": 79604, - "name": "align", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "79605": { - "id": 79605, - "name": "ariaAtomic", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaAtomic)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78389, - "name": "HTMLElement.ariaAtomic" - } - }, - "79606": { - "id": 79606, - "name": "ariaAutoComplete", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaAutoComplete)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78390, - "name": "HTMLElement.ariaAutoComplete" - } - }, - "79607": { - "id": 79607, - "name": "ariaBrailleLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaBrailleLabel)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78391, - "name": "HTMLElement.ariaBrailleLabel" - } - }, - "79608": { - "id": 79608, - "name": "ariaBrailleRoleDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaBrailleRoleDescription)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78392, - "name": "HTMLElement.ariaBrailleRoleDescription" - } - }, - "79609": { - "id": 79609, - "name": "ariaBusy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaBusy)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78393, - "name": "HTMLElement.ariaBusy" - } - }, - "79610": { - "id": 79610, - "name": "ariaChecked", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaChecked)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78394, - "name": "HTMLElement.ariaChecked" - } - }, - "79611": { - "id": 79611, - "name": "ariaColCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColCount)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78395, - "name": "HTMLElement.ariaColCount" - } - }, - "79612": { - "id": 79612, - "name": "ariaColIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColIndex)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78396, - "name": "HTMLElement.ariaColIndex" - } - }, - "79613": { - "id": 79613, - "name": "ariaColIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColIndexText)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78397, - "name": "HTMLElement.ariaColIndexText" - } - }, - "79614": { - "id": 79614, - "name": "ariaColSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColSpan)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78398, - "name": "HTMLElement.ariaColSpan" - } - }, - "79615": { - "id": 79615, - "name": "ariaCurrent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaCurrent)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78399, - "name": "HTMLElement.ariaCurrent" - } - }, - "79616": { - "id": 79616, - "name": "ariaDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDescription)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78400, - "name": "HTMLElement.ariaDescription" - } - }, - "79617": { - "id": 79617, - "name": "ariaDisabled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDisabled)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78401, - "name": "HTMLElement.ariaDisabled" - } - }, - "79618": { - "id": 79618, - "name": "ariaExpanded", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaExpanded)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78402, - "name": "HTMLElement.ariaExpanded" - } - }, - "79619": { - "id": 79619, - "name": "ariaHasPopup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaHasPopup)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78403, - "name": "HTMLElement.ariaHasPopup" - } - }, - "79620": { - "id": 79620, - "name": "ariaHidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaHidden)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78404, - "name": "HTMLElement.ariaHidden" - } - }, - "79621": { - "id": 79621, - "name": "ariaInvalid", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78405, - "name": "HTMLElement.ariaInvalid" - } - }, - "79622": { - "id": 79622, - "name": "ariaKeyShortcuts", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaKeyShortcuts)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78406, - "name": "HTMLElement.ariaKeyShortcuts" - } - }, - "79623": { - "id": 79623, - "name": "ariaLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLabel)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78407, - "name": "HTMLElement.ariaLabel" - } - }, - "79624": { - "id": 79624, - "name": "ariaLevel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLevel)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78408, - "name": "HTMLElement.ariaLevel" - } - }, - "79625": { - "id": 79625, - "name": "ariaLive", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLive)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78409, - "name": "HTMLElement.ariaLive" - } - }, - "79626": { - "id": 79626, - "name": "ariaModal", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaModal)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78410, - "name": "HTMLElement.ariaModal" - } - }, - "79627": { - "id": 79627, - "name": "ariaMultiLine", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaMultiLine)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78411, - "name": "HTMLElement.ariaMultiLine" - } - }, - "79628": { - "id": 79628, - "name": "ariaMultiSelectable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaMultiSelectable)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78412, - "name": "HTMLElement.ariaMultiSelectable" - } - }, - "79629": { - "id": 79629, - "name": "ariaOrientation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaOrientation)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78413, - "name": "HTMLElement.ariaOrientation" - } - }, - "79630": { - "id": 79630, - "name": "ariaPlaceholder", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPlaceholder)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78414, - "name": "HTMLElement.ariaPlaceholder" - } - }, - "79631": { - "id": 79631, - "name": "ariaPosInSet", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPosInSet)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78415, - "name": "HTMLElement.ariaPosInSet" - } - }, - "79632": { - "id": 79632, - "name": "ariaPressed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPressed)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78416, - "name": "HTMLElement.ariaPressed" - } - }, - "79633": { - "id": 79633, - "name": "ariaReadOnly", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaReadOnly)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78417, - "name": "HTMLElement.ariaReadOnly" - } - }, - "79634": { - "id": 79634, - "name": "ariaRelevant", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRelevant)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78418, - "name": "HTMLElement.ariaRelevant" - } - }, - "79635": { - "id": 79635, - "name": "ariaRequired", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRequired)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78419, - "name": "HTMLElement.ariaRequired" - } - }, - "79636": { - "id": 79636, - "name": "ariaRoleDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRoleDescription)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78420, - "name": "HTMLElement.ariaRoleDescription" - } - }, - "79637": { - "id": 79637, - "name": "ariaRowCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowCount)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78421, - "name": "HTMLElement.ariaRowCount" - } - }, - "79638": { - "id": 79638, - "name": "ariaRowIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowIndex)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78422, - "name": "HTMLElement.ariaRowIndex" - } - }, - "79639": { - "id": 79639, - "name": "ariaRowIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowIndexText)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78423, - "name": "HTMLElement.ariaRowIndexText" - } - }, - "79640": { - "id": 79640, - "name": "ariaRowSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowSpan)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78424, - "name": "HTMLElement.ariaRowSpan" - } - }, - "79641": { - "id": 79641, - "name": "ariaSelected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaSelected)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78425, - "name": "HTMLElement.ariaSelected" - } - }, - "79642": { - "id": 79642, - "name": "ariaSetSize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaSetSize)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78426, - "name": "HTMLElement.ariaSetSize" - } - }, - "79643": { - "id": 79643, - "name": "ariaSort", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaSort)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78427, - "name": "HTMLElement.ariaSort" - } - }, - "79644": { - "id": 79644, - "name": "ariaValueMax", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueMax)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78428, - "name": "HTMLElement.ariaValueMax" - } - }, - "79645": { - "id": 79645, - "name": "ariaValueMin", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueMin)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78429, - "name": "HTMLElement.ariaValueMin" - } - }, - "79646": { - "id": 79646, - "name": "ariaValueNow", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueNow)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78430, - "name": "HTMLElement.ariaValueNow" - } - }, - "79647": { - "id": 79647, - "name": "ariaValueText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueText)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78431, - "name": "HTMLElement.ariaValueText" - } - }, - "79648": { - "id": 79648, - "name": "assignedSlot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/assignedSlot)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 114160, - "name": "HTMLSlotElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78432, - "name": "HTMLElement.assignedSlot" - } - }, - "79649": { - "id": 79649, - "name": "attributeStyleMap", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/attributeStyleMap)" - } - ] - }, - "type": { - "type": "reference", - "target": 205753, - "name": "StylePropertyMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78433, - "name": "HTMLElement.attributeStyleMap" - } - }, - "79650": { - "id": 79650, - "name": "attributes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/attributes)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NamedNodeMap" - }, - "name": "NamedNodeMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78434, - "name": "HTMLElement.attributes" - } - }, - "79651": { - "id": 79651, - "name": "autocapitalize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/autocapitalize)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78435, - "name": "HTMLElement.autocapitalize" - } - }, - "79652": { - "id": 79652, - "name": "autofocus", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/autofocus)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78436, - "name": "HTMLElement.autofocus" - } - }, - "79653": { - "id": 79653, - "name": "baseURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's node document's document base URL.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/baseURI)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78437, - "name": "HTMLElement.baseURI" - } - }, - "79654": { - "id": 79654, - "name": "childElementCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/childElementCount)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78438, - "name": "HTMLElement.childElementCount" - } - }, - "79655": { - "id": 79655, - "name": "childNodes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the children.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/childNodes)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78439, - "name": "HTMLElement.childNodes" - } - }, - "79656": { - "id": 79656, - "name": "children", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the child elements.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/children)" - } - ] - }, - "type": { - "type": "reference", - "target": 71580, - "name": "HTMLCollection", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78440, - "name": "HTMLElement.children" - } - }, - "79657": { - "id": 79657, - "name": "className", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the value of element's class content attribute. Can be set to change it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/className)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78441, - "name": "HTMLElement.className" - } - }, - "79658": { - "id": 79658, - "name": "clientHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientHeight)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78442, - "name": "HTMLElement.clientHeight" - } - }, - "79659": { - "id": 79659, - "name": "clientLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientLeft)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78443, - "name": "HTMLElement.clientLeft" - } - }, - "79660": { - "id": 79660, - "name": "clientTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientTop)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78444, - "name": "HTMLElement.clientTop" - } - }, - "79661": { - "id": 79661, - "name": "clientWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientWidth)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78445, - "name": "HTMLElement.clientWidth" - } - }, - "79662": { - "id": 79662, - "name": "contentEditable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/contentEditable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78446, - "name": "HTMLElement.contentEditable" - } - }, - "79663": { - "id": 79663, - "name": "currentCSSZoom", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/currentCSSZoom)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78447, - "name": "HTMLElement.currentCSSZoom" - } - }, - "79664": { - "id": 79664, - "name": "dataset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dataset)" - } - ] - }, - "type": { - "type": "reference", - "target": 60124, - "name": "DOMStringMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78448, - "name": "HTMLElement.dataset" - } - }, - "79665": { - "id": 79665, - "name": "dir", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dir)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78449, - "name": "HTMLElement.dir" - } - }, - "79666": { - "id": 79666, - "name": "draggable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/draggable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78450, - "name": "HTMLElement.draggable" - } - }, - "79667": { - "id": 79667, - "name": "enterKeyHint", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/enterKeyHint)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78451, - "name": "HTMLElement.enterKeyHint" - } - }, - "79668": { - "id": 79668, - "name": "firstChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/firstChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78452, - "name": "HTMLElement.firstChild" - } - }, - "79669": { - "id": 79669, - "name": "firstElementChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/firstElementChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78453, - "name": "HTMLElement.firstElementChild" - } - }, - "79670": { - "id": 79670, - "name": "height", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves the height of the object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLEmbedElement/height)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "79671": { - "id": 79671, - "name": "hidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/hidden)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78454, - "name": "HTMLElement.hidden" - } - }, - "79672": { - "id": 79672, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the value of element's id content attribute. Can be set to change it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/id)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78455, - "name": "HTMLElement.id" - } - }, - "79673": { - "id": 79673, - "name": "inert", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/inert)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78456, - "name": "HTMLElement.inert" - } - }, - "79674": { - "id": 79674, - "name": "innerHTML", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/innerHTML)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78457, - "name": "HTMLElement.innerHTML" - } - }, - "79675": { - "id": 79675, - "name": "innerText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/innerText)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78458, - "name": "HTMLElement.innerText" - } - }, - "79676": { - "id": 79676, - "name": "inputMode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/inputMode)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78459, - "name": "HTMLElement.inputMode" - } - }, - "79677": { - "id": 79677, - "name": "isConnected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if node is connected and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isConnected)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78460, - "name": "HTMLElement.isConnected" - } - }, - "79678": { - "id": 79678, - "name": "isContentEditable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/isContentEditable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78461, - "name": "HTMLElement.isContentEditable" - } - }, - "79679": { - "id": 79679, - "name": "lang", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/lang)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78462, - "name": "HTMLElement.lang" - } - }, - "79680": { - "id": 79680, - "name": "lastChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lastChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78463, - "name": "HTMLElement.lastChild" - } - }, - "79681": { - "id": 79681, - "name": "lastElementChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/lastElementChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78464, - "name": "HTMLElement.lastElementChild" - } - }, - "79682": { - "id": 79682, - "name": "localName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the local name.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/localName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78465, - "name": "HTMLElement.localName" - } - }, - "79683": { - "id": 79683, - "name": "name", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves the name of the object." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "79684": { - "id": 79684, - "name": "namespaceURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the namespace.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/namespaceURI)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78466, - "name": "HTMLElement.namespaceURI" - } - }, - "79685": { - "id": 79685, - "name": "nextElementSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first following sibling that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/nextElementSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78467, - "name": "HTMLElement.nextElementSibling" - } - }, - "79686": { - "id": 79686, - "name": "nextSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the next sibling.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nextSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78468, - "name": "HTMLElement.nextSibling" - } - }, - "79687": { - "id": 79687, - "name": "nodeName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a string appropriate for the type of node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78469, - "name": "HTMLElement.nodeName" - } - }, - "79688": { - "id": 79688, - "name": "nodeType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeType)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78470, - "name": "HTMLElement.nodeType" - } - }, - "79689": { - "id": 79689, - "name": "nodeValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeValue)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78471, - "name": "HTMLElement.nodeValue" - } - }, - "79690": { - "id": 79690, - "name": "nonce", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/nonce)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78472, - "name": "HTMLElement.nonce" - } - }, - "79691": { - "id": 79691, - "name": "offsetHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetHeight)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78473, - "name": "HTMLElement.offsetHeight" - } - }, - "79692": { - "id": 79692, - "name": "offsetLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetLeft)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78474, - "name": "HTMLElement.offsetLeft" - } - }, - "79693": { - "id": 79693, - "name": "offsetParent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetParent)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78475, - "name": "HTMLElement.offsetParent" - } - }, - "79694": { - "id": 79694, - "name": "offsetTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetTop)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78476, - "name": "HTMLElement.offsetTop" - } - }, - "79695": { - "id": 79695, - "name": "offsetWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetWidth)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78477, - "name": "HTMLElement.offsetWidth" - } - }, - "79696": { - "id": 79696, - "name": "onabort", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user aborts the download." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/abort_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79697, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79698, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79699, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79700, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206438, - "name": "UIEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78478, - "name": "HTMLElement.onabort" - } - }, - "79701": { - "id": 79701, - "name": "onanimationcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationcancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79702, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79703, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79704, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79705, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78483, - "name": "HTMLElement.onanimationcancel" - } - }, - "79706": { - "id": 79706, - "name": "onanimationend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationend_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79707, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79708, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79709, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79710, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78488, - "name": "HTMLElement.onanimationend" - } - }, - "79711": { - "id": 79711, - "name": "onanimationiteration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationiteration_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79712, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79713, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79714, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79715, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78493, - "name": "HTMLElement.onanimationiteration" - } - }, - "79716": { - "id": 79716, - "name": "onanimationstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationstart_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79717, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79718, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79719, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79720, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78498, - "name": "HTMLElement.onanimationstart" - } - }, - "79721": { - "id": 79721, - "name": "onauxclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/auxclick_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79722, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79723, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79724, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79725, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78503, - "name": "HTMLElement.onauxclick" - } - }, - "79726": { - "id": 79726, - "name": "onbeforeinput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/beforeinput_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79727, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79728, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79729, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79730, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132341, - "name": "InputEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78508, - "name": "HTMLElement.onbeforeinput" - } - }, - "79731": { - "id": 79731, - "name": "onbeforetoggle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/beforetoggle_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79732, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79733, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79734, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79735, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78513, - "name": "HTMLElement.onbeforetoggle" - } - }, - "79736": { - "id": 79736, - "name": "onblur", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the object loses the input focus." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The focus event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/blur_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79737, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79738, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79739, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79740, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62585, - "name": "FocusEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78518, - "name": "HTMLElement.onblur" - } - }, - "79741": { - "id": 79741, - "name": "oncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDialogElement/cancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79742, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79743, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79744, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79745, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78523, - "name": "HTMLElement.oncancel" - } - }, - "79746": { - "id": 79746, - "name": "oncanplay", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when playback is possible, but would require further buffering." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/canplay_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79747, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79748, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79749, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79750, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78528, - "name": "HTMLElement.oncanplay" - } - }, - "79751": { - "id": 79751, - "name": "oncanplaythrough", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/canplaythrough_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79752, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79753, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79754, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79755, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78533, - "name": "HTMLElement.oncanplaythrough" - } - }, - "79756": { - "id": 79756, - "name": "onchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the contents of the object or selection have changed." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/change_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79757, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79758, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79759, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79760, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78538, - "name": "HTMLElement.onchange" - } - }, - "79761": { - "id": 79761, - "name": "onclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user clicks the left mouse button on the object" - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/click_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79762, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79763, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79764, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79765, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78543, - "name": "HTMLElement.onclick" - } - }, - "79766": { - "id": 79766, - "name": "onclose", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDialogElement/close_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79767, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79768, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79769, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79770, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78548, - "name": "HTMLElement.onclose" - } - }, - "79771": { - "id": 79771, - "name": "oncontextlost", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/contextlost_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79772, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79773, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79774, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79775, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78553, - "name": "HTMLElement.oncontextlost" - } - }, - "79776": { - "id": 79776, - "name": "oncontextmenu", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user clicks the right mouse button in the client area, opening the context menu." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/contextmenu_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79777, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79778, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79779, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79780, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78558, - "name": "HTMLElement.oncontextmenu" - } - }, - "79781": { - "id": 79781, - "name": "oncontextrestored", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/contextrestored_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79782, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79783, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79784, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79785, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78563, - "name": "HTMLElement.oncontextrestored" - } - }, - "79786": { - "id": 79786, - "name": "oncopy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/copy_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79787, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79788, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79789, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79790, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 59344, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78568, - "name": "HTMLElement.oncopy" - } - }, - "79791": { - "id": 79791, - "name": "oncuechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/cuechange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79792, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79793, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79794, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79795, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78573, - "name": "HTMLElement.oncuechange" - } - }, - "79796": { - "id": 79796, - "name": "oncut", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/cut_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79797, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79798, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79799, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79800, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 59344, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78578, - "name": "HTMLElement.oncut" - } - }, - "79801": { - "id": 79801, - "name": "ondblclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user double-clicks the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/dblclick_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79802, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79803, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79804, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79805, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78583, - "name": "HTMLElement.ondblclick" - } - }, - "79806": { - "id": 79806, - "name": "ondrag", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the source object continuously during a drag operation." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/drag_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79807, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79808, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79809, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79810, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78588, - "name": "HTMLElement.ondrag" - } - }, - "79811": { - "id": 79811, - "name": "ondragend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the source object when the user releases the mouse at the close of a drag operation." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragend_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79812, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79813, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79814, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79815, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78593, - "name": "HTMLElement.ondragend" - } - }, - "79816": { - "id": 79816, - "name": "ondragenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the target element when the user drags the object to a valid drop target." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The drag event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragenter_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79817, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79818, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79819, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79820, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78598, - "name": "HTMLElement.ondragenter" - } - }, - "79821": { - "id": 79821, - "name": "ondragleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The drag event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragleave_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79822, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79823, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79824, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79825, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78603, - "name": "HTMLElement.ondragleave" - } - }, - "79826": { - "id": 79826, - "name": "ondragover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the target element continuously while the user drags the object over a valid drop target." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragover_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79827, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79828, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79829, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79830, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78608, - "name": "HTMLElement.ondragover" - } - }, - "79831": { - "id": 79831, - "name": "ondragstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the source object when the user starts to drag a text selection or selected object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragstart_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79832, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79833, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79834, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79835, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78613, - "name": "HTMLElement.ondragstart" - } - }, - "79836": { - "id": 79836, - "name": "ondrop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/drop_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79837, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79838, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79839, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79840, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78618, - "name": "HTMLElement.ondrop" - } - }, - "79841": { - "id": 79841, - "name": "ondurationchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the duration attribute is updated." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/durationchange_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79842, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79843, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79844, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79845, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78623, - "name": "HTMLElement.ondurationchange" - } - }, - "79846": { - "id": 79846, - "name": "onemptied", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the media element is reset to its initial state." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/emptied_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79847, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79848, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79849, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79850, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78628, - "name": "HTMLElement.onemptied" - } - }, - "79851": { - "id": 79851, - "name": "onended", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the end of playback is reached." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/ended_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79852, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79853, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79854, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79855, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78633, - "name": "HTMLElement.onended" - } - }, - "79856": { - "id": 79856, - "name": "onerror", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when an error occurs during object loading." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/error_event)" - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 212587, - "name": "OnErrorEventHandler", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78638, - "name": "HTMLElement.onerror" - } - }, - "79857": { - "id": 79857, - "name": "onfocus", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the object receives focus." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/focus_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79858, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79859, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79860, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79861, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62585, - "name": "FocusEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78639, - "name": "HTMLElement.onfocus" - } - }, - "79862": { - "id": 79862, - "name": "onformdata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/formdata_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79863, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79864, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79865, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79866, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62701, - "name": "FormDataEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78644, - "name": "HTMLElement.onformdata" - } - }, - "79867": { - "id": 79867, - "name": "onfullscreenchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/fullscreenchange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79868, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79869, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79870, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - }, - { - "id": 79871, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78649, - "name": "HTMLElement.onfullscreenchange" - } - }, - "79872": { - "id": 79872, - "name": "onfullscreenerror", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/fullscreenerror_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79873, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79874, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79875, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - }, - { - "id": 79876, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78654, - "name": "HTMLElement.onfullscreenerror" - } - }, - "79877": { - "id": 79877, - "name": "ongotpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/gotpointercapture_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79878, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79879, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79880, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79881, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78659, - "name": "HTMLElement.ongotpointercapture" - } - }, - "79882": { - "id": 79882, - "name": "oninput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/input_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79883, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79884, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79885, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79886, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78664, - "name": "HTMLElement.oninput" - } - }, - "79887": { - "id": 79887, - "name": "oninvalid", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/invalid_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79888, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79889, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79890, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79891, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78669, - "name": "HTMLElement.oninvalid" - } - }, - "79892": { - "id": 79892, - "name": "onkeydown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user presses a key." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The keyboard event\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/keydown_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79893, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79894, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79895, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79896, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132447, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78674, - "name": "HTMLElement.onkeydown" - } - }, - "79897": { - "id": 79897, - "name": "onkeypress", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user presses an alphanumeric key." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event." - } - ] - }, - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/keypress_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79898, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79899, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79900, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79901, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132447, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78679, - "name": "HTMLElement.onkeypress" - } - }, - "79902": { - "id": 79902, - "name": "onkeyup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user releases a key." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The keyboard event\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/keyup_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79903, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79904, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79905, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79906, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132447, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78684, - "name": "HTMLElement.onkeyup" - } - }, - "79907": { - "id": 79907, - "name": "onload", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires immediately after the browser loads the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGElement/load_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79908, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79909, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79910, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79911, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78689, - "name": "HTMLElement.onload" - } - }, - "79912": { - "id": 79912, - "name": "onloadeddata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when media data is loaded at the current playback position." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadeddata_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79913, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79914, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79915, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79916, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78694, - "name": "HTMLElement.onloadeddata" - } - }, - "79917": { - "id": 79917, - "name": "onloadedmetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the duration and dimensions of the media have been determined." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadedmetadata_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79918, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79919, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79920, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79921, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78699, - "name": "HTMLElement.onloadedmetadata" - } - }, - "79922": { - "id": 79922, - "name": "onloadstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when Internet Explorer begins looking for media data." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadstart_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79923, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79924, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79925, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79926, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78704, - "name": "HTMLElement.onloadstart" - } - }, - "79927": { - "id": 79927, - "name": "onlostpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/lostpointercapture_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79928, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79929, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79930, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79931, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78709, - "name": "HTMLElement.onlostpointercapture" - } - }, - "79932": { - "id": 79932, - "name": "onmousedown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user clicks the object with either mouse button." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mousedown_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79933, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79934, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79935, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79936, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78714, - "name": "HTMLElement.onmousedown" - } - }, - "79937": { - "id": 79937, - "name": "onmouseenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseenter_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79938, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79939, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79940, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79941, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78719, - "name": "HTMLElement.onmouseenter" - } - }, - "79942": { - "id": 79942, - "name": "onmouseleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseleave_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79943, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79944, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79945, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79946, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78724, - "name": "HTMLElement.onmouseleave" - } - }, - "79947": { - "id": 79947, - "name": "onmousemove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user moves the mouse over the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mousemove_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79948, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79949, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79950, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79951, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78729, - "name": "HTMLElement.onmousemove" - } - }, - "79952": { - "id": 79952, - "name": "onmouseout", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user moves the mouse pointer outside the boundaries of the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseout_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79953, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79954, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79955, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79956, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78734, - "name": "HTMLElement.onmouseout" - } - }, - "79957": { - "id": 79957, - "name": "onmouseover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user moves the mouse pointer into the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseover_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79958, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79959, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79960, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79961, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78739, - "name": "HTMLElement.onmouseover" - } - }, - "79962": { - "id": 79962, - "name": "onmouseup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user releases a mouse button while the mouse is over the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseup_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79963, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79964, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79965, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79966, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78744, - "name": "HTMLElement.onmouseup" - } - }, - "79967": { - "id": 79967, - "name": "onpaste", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/paste_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79968, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79969, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79970, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79971, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 59344, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78749, - "name": "HTMLElement.onpaste" - } - }, - "79972": { - "id": 79972, - "name": "onpause", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when playback is paused." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/pause_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79973, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79974, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79975, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79976, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78754, - "name": "HTMLElement.onpause" - } - }, - "79977": { - "id": 79977, - "name": "onplay", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the play method is requested." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/play_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79978, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79979, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79980, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79981, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78759, - "name": "HTMLElement.onplay" - } - }, - "79982": { - "id": 79982, - "name": "onplaying", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the audio or video has started playing." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/playing_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79983, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79984, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79985, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79986, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78764, - "name": "HTMLElement.onplaying" - } - }, - "79987": { - "id": 79987, - "name": "onpointercancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointercancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79988, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79989, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79990, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79991, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78769, - "name": "HTMLElement.onpointercancel" - } - }, - "79992": { - "id": 79992, - "name": "onpointerdown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerdown_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79993, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79994, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 79995, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 79996, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78774, - "name": "HTMLElement.onpointerdown" - } - }, - "79997": { - "id": 79997, - "name": "onpointerenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerenter_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 79998, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 79999, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80000, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80001, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78779, - "name": "HTMLElement.onpointerenter" - } - }, - "80002": { - "id": 80002, - "name": "onpointerleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerleave_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80003, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80004, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80005, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80006, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78784, - "name": "HTMLElement.onpointerleave" - } - }, - "80007": { - "id": 80007, - "name": "onpointermove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointermove_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80008, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80009, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80010, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80011, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78789, - "name": "HTMLElement.onpointermove" - } - }, - "80012": { - "id": 80012, - "name": "onpointerout", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerout_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80013, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80014, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80015, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80016, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78794, - "name": "HTMLElement.onpointerout" - } - }, - "80017": { - "id": 80017, - "name": "onpointerover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerover_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80018, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80019, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80020, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80021, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78799, - "name": "HTMLElement.onpointerover" - } - }, - "80022": { - "id": 80022, - "name": "onpointerup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerup_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80023, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80024, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80025, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80026, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78804, - "name": "HTMLElement.onpointerup" - } - }, - "80027": { - "id": 80027, - "name": "onprogress", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs to indicate progress while downloading media data." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/progress_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80028, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80029, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80030, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80031, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 136178, - "typeArguments": [ - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ], - "name": "ProgressEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78809, - "name": "HTMLElement.onprogress" - } - }, - "80032": { - "id": 80032, - "name": "onratechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the playback rate is increased or decreased." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/ratechange_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80033, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80034, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80035, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80036, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78814, - "name": "HTMLElement.onratechange" - } - }, - "80037": { - "id": 80037, - "name": "onreset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user resets a form." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/reset_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80038, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80039, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80040, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80041, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78819, - "name": "HTMLElement.onreset" - } - }, - "80042": { - "id": 80042, - "name": "onresize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLVideoElement/resize_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80043, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80044, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80045, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80046, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206438, - "name": "UIEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78824, - "name": "HTMLElement.onresize" - } - }, - "80047": { - "id": 80047, - "name": "onscroll", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user repositions the scroll box in the scroll bar on the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/scroll_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80048, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80049, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80050, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80051, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78829, - "name": "HTMLElement.onscroll" - } - }, - "80052": { - "id": 80052, - "name": "onscrollend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/scrollend_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80053, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80054, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80055, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80056, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78834, - "name": "HTMLElement.onscrollend" - } - }, - "80057": { - "id": 80057, - "name": "onsecuritypolicyviolation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/securitypolicyviolation_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80058, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80059, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80060, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80061, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 204976, - "name": "SecurityPolicyViolationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78839, - "name": "HTMLElement.onsecuritypolicyviolation" - } - }, - "80062": { - "id": 80062, - "name": "onseeked", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the seek operation ends." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/seeked_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80063, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80064, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80065, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80066, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78844, - "name": "HTMLElement.onseeked" - } - }, - "80067": { - "id": 80067, - "name": "onseeking", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the current playback position is moved." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/seeking_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80068, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80069, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80070, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80071, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78849, - "name": "HTMLElement.onseeking" - } - }, - "80072": { - "id": 80072, - "name": "onselect", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the current selection changes." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/select_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80073, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80074, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80075, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80076, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78854, - "name": "HTMLElement.onselect" - } - }, - "80077": { - "id": 80077, - "name": "onselectionchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/selectionchange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80078, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80079, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80080, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80081, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78859, - "name": "HTMLElement.onselectionchange" - } - }, - "80082": { - "id": 80082, - "name": "onselectstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/selectstart_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80083, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80084, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80085, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80086, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78864, - "name": "HTMLElement.onselectstart" - } - }, - "80087": { - "id": 80087, - "name": "onslotchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSlotElement/slotchange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80088, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80089, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80090, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80091, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78869, - "name": "HTMLElement.onslotchange" - } - }, - "80092": { - "id": 80092, - "name": "onstalled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the download has stopped." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/stalled_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80093, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80094, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80095, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80096, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78874, - "name": "HTMLElement.onstalled" - } - }, - "80097": { - "id": 80097, - "name": "onsubmit", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/submit_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80098, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80099, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80100, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80101, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 205818, - "name": "SubmitEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78879, - "name": "HTMLElement.onsubmit" - } - }, - "80102": { - "id": 80102, - "name": "onsuspend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs if the load operation has been intentionally halted." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/suspend_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80103, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80104, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80105, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80106, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78884, - "name": "HTMLElement.onsuspend" - } - }, - "80107": { - "id": 80107, - "name": "ontimeupdate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs to indicate the current playback position." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/timeupdate_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80108, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80109, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80110, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80111, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78889, - "name": "HTMLElement.ontimeupdate" - } - }, - "80112": { - "id": 80112, - "name": "ontoggle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/toggle_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80113, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80114, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80115, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80116, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78894, - "name": "HTMLElement.ontoggle" - } - }, - "80117": { - "id": 80117, - "name": "ontouchcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchcancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80118, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80119, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80120, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80121, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78899, - "name": "HTMLElement.ontouchcancel" - } - }, - "80122": { - "id": 80122, - "name": "ontouchend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchend_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80123, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80124, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80125, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80126, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78904, - "name": "HTMLElement.ontouchend" - } - }, - "80127": { - "id": 80127, - "name": "ontouchmove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchmove_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80128, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80129, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80130, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80131, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78909, - "name": "HTMLElement.ontouchmove" - } - }, - "80132": { - "id": 80132, - "name": "ontouchstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchstart_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80133, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80134, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80135, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80136, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78914, - "name": "HTMLElement.ontouchstart" - } - }, - "80137": { - "id": 80137, - "name": "ontransitioncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitioncancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80138, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80139, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80140, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80141, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78919, - "name": "HTMLElement.ontransitioncancel" - } - }, - "80142": { - "id": 80142, - "name": "ontransitionend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitionend_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80143, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80144, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80145, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80146, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78924, - "name": "HTMLElement.ontransitionend" - } - }, - "80147": { - "id": 80147, - "name": "ontransitionrun", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitionrun_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80148, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80149, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80150, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80151, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78929, - "name": "HTMLElement.ontransitionrun" - } - }, - "80152": { - "id": 80152, - "name": "ontransitionstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitionstart_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80153, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80154, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80155, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80156, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78934, - "name": "HTMLElement.ontransitionstart" - } - }, - "80157": { - "id": 80157, - "name": "onvolumechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the volume is changed, or playback is muted or unmuted." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/volumechange_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80158, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80159, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80160, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80161, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78939, - "name": "HTMLElement.onvolumechange" - } - }, - "80162": { - "id": 80162, - "name": "onwaiting", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when playback stops because the next frame of a video resource is not available." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/waiting_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80163, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80164, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80165, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80166, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78944, - "name": "HTMLElement.onwaiting" - } - }, - "80167": { - "id": 80167, - "name": "onwebkitanimationend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`onanimationend`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationend_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80168, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80169, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80170, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80171, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78949, - "name": "HTMLElement.onwebkitanimationend" - } - }, - "80172": { - "id": 80172, - "name": "onwebkitanimationiteration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`onanimationiteration`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationiteration_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80173, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80174, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80175, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80176, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78954, - "name": "HTMLElement.onwebkitanimationiteration" - } - }, - "80177": { - "id": 80177, - "name": "onwebkitanimationstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`onanimationstart`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationstart_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80178, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80179, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80180, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80181, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78959, - "name": "HTMLElement.onwebkitanimationstart" - } - }, - "80182": { - "id": 80182, - "name": "onwebkittransitionend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`ontransitionend`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitionend_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80183, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80184, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80185, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80186, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78964, - "name": "HTMLElement.onwebkittransitionend" - } - }, - "80187": { - "id": 80187, - "name": "onwheel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/wheel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 80188, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 80189, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 80190, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 80191, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 209942, - "name": "WheelEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78969, - "name": "HTMLElement.onwheel" - } - }, - "80192": { - "id": 80192, - "name": "outerHTML", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/outerHTML)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78974, - "name": "HTMLElement.outerHTML" - } - }, - "80193": { - "id": 80193, - "name": "outerText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/outerText)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78975, - "name": "HTMLElement.outerText" - } - }, - "80194": { - "id": 80194, - "name": "ownerDocument", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the node document. Returns null for documents.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/ownerDocument)" - } - ] - }, - "type": { - "type": "reference", - "target": 60250, - "name": "Document", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78976, - "name": "HTMLElement.ownerDocument" - } - }, - "80195": { - "id": 80195, - "name": "parentElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentElement)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78977, - "name": "HTMLElement.parentElement" - } - }, - "80196": { - "id": 80196, - "name": "parentNode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentNode)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 135318, - "name": "ParentNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78978, - "name": "HTMLElement.parentNode" - } - }, - "80197": { - "id": 80197, - "name": "popover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/popover)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78979, - "name": "HTMLElement.popover" - } - }, - "80198": { - "id": 80198, - "name": "prefix", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the namespace prefix.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/prefix)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78980, - "name": "HTMLElement.prefix" - } - }, - "80199": { - "id": 80199, - "name": "previousElementSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first preceding sibling that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/previousElementSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78981, - "name": "HTMLElement.previousElementSibling" - } - }, - "80200": { - "id": 80200, - "name": "previousSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the previous sibling.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/previousSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78982, - "name": "HTMLElement.previousSibling" - } - }, - "80201": { - "id": 80201, - "name": "role", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78983, - "name": "HTMLElement.role" - } - }, - "80202": { - "id": 80202, - "name": "scrollHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollHeight)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78984, - "name": "HTMLElement.scrollHeight" - } - }, - "80203": { - "id": 80203, - "name": "scrollLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollLeft)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78985, - "name": "HTMLElement.scrollLeft" - } - }, - "80204": { - "id": 80204, - "name": "scrollTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollTop)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78986, - "name": "HTMLElement.scrollTop" - } - }, - "80205": { - "id": 80205, - "name": "scrollWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollWidth)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78987, - "name": "HTMLElement.scrollWidth" - } - }, - "80206": { - "id": 80206, - "name": "shadowRoot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns element's shadow root, if any, and if shadow root's mode is \"open\", and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/shadowRoot)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 205149, - "name": "ShadowRoot", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78988, - "name": "HTMLElement.shadowRoot" - } - }, - "80207": { - "id": 80207, - "name": "slot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the value of element's slot content attribute. Can be set to change it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/slot)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78989, - "name": "HTMLElement.slot" - } - }, - "80208": { - "id": 80208, - "name": "spellcheck", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/spellcheck)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78990, - "name": "HTMLElement.spellcheck" - } - }, - "80209": { - "id": 80209, - "name": "src", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves a URL to be loaded by the object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLEmbedElement/src)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "80210": { - "id": 80210, - "name": "tabIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/tabIndex)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78991, - "name": "HTMLElement.tabIndex" - } - }, - "80211": { - "id": 80211, - "name": "tagName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the HTML-uppercased qualified name.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/tagName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78992, - "name": "HTMLElement.tagName" - } - }, - "80212": { - "id": 80212, - "name": "textContent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/textContent)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78993, - "name": "HTMLElement.textContent" - } - }, - "80213": { - "id": 80213, - "name": "title", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/title)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78994, - "name": "HTMLElement.title" - } - }, - "80214": { - "id": 80214, - "name": "translate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/translate)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78995, - "name": "HTMLElement.translate" - } - }, - "80215": { - "id": 80215, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLEmbedElement/type)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "80216": { - "id": 80216, - "name": "width", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves the width of the object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLEmbedElement/width)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "80217": { - "id": 80217, - "name": "writingSuggestions", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/writingSuggestions)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78996, - "name": "HTMLElement.writingSuggestions" - } - }, - "80218": { - "id": 80218, - "name": "classList", - "variant": "declaration", - "kind": 262144, - "flags": { - "isExternal": true - }, - "getSignature": { - "id": 80219, - "name": "classList", - "variant": "signature", - "kind": 524288, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Allows for manipulation of element's class content attribute as a set of whitespace-separated tokens through a DOMTokenList object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/classList)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.classList" - } - }, - "setSignature": { - "id": 80220, - "name": "classList", - "variant": "signature", - "kind": 1048576, - "flags": { - "isExternal": true - }, - "parameters": [ - 80221 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.classList" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 78997, - "name": "HTMLElement.classList" - } - }, - "80222": { - "id": 80222, - "name": "part", - "variant": "declaration", - "kind": 262144, - "flags": { - "isExternal": true - }, - "getSignature": { - "id": 80223, - "name": "part", - "variant": "signature", - "kind": 524288, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/part)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.part" - } - }, - "setSignature": { - "id": 80224, - "name": "part", - "variant": "signature", - "kind": 1048576, - "flags": { - "isExternal": true - }, - "parameters": [ - 80225 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.part" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 79001, - "name": "HTMLElement.part" - } - }, - "80226": { - "id": 80226, - "name": "style", - "variant": "declaration", - "kind": 262144, - "flags": { - "isExternal": true - }, - "getSignature": { - "id": 80227, - "name": "style", - "variant": "signature", - "kind": 524288, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/style)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "CSSStyleDeclaration" - }, - "name": "CSSStyleDeclaration", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.style" - } - }, - "setSignature": { - "id": 80228, - "name": "style", - "variant": "signature", - "kind": 1048576, - "flags": { - "isExternal": true - }, - "parameters": [ - 80229 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.style" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 79005, - "name": "HTMLElement.style" - } - }, - "80230": { - "id": 80230, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80231, - 80240 - ], - "overwrites": { - "type": "reference", - "target": 79009, - "name": "HTMLElement.addEventListener" - } - }, - "80231": { - "id": 80231, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Appends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched.\n\nThe options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options's capture.\n\nWhen set to true, options's capture prevents callback from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event's eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event's eventPhase attribute value is AT_TARGET.\n\nWhen set to true, options's passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners.\n\nWhen set to true, options's once indicates that the callback will only be invoked once after which the event listener will be removed.\n\nIf an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted.\n\nThe event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/addEventListener)" - } - ] - }, - "typeParameter": [ - 80232 - ], - "parameters": [ - 80233, - 80234, - 80239 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 79010, - "name": "HTMLElement.addEventListener" - } - }, - "80232": { - "id": 80232, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 79364, - "name": "HTMLElementEventMap", - "package": "typescript" - } - } - }, - "80233": { - "id": 80233, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 80232, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "80234": { - "id": 80234, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 80235, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 80236 - ] - } - } - }, - "80239": { - "id": 80239, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 57635, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "80240": { - "id": 80240, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 80241, - 80242, - 80243 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 79019, - "name": "HTMLElement.addEventListener" - } - }, - "80241": { - "id": 80241, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "80242": { - "id": 80242, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "80243": { - "id": 80243, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 57635, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "80244": { - "id": 80244, - "name": "after", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80245 - ], - "inheritedFrom": { - "type": "reference", - "target": 79023, - "name": "HTMLElement.after" - } - }, - "80245": { - "id": 80245, - "name": "after", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes just after node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/after)" - } - ] - }, - "parameters": [ - 80246 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79024, - "name": "HTMLElement.after" - } - }, - "80246": { - "id": 80246, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "80247": { - "id": 80247, - "name": "animate", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80248 - ], - "inheritedFrom": { - "type": "reference", - "target": 79026, - "name": "HTMLElement.animate" - } - }, - "80248": { - "id": 80248, - "name": "animate", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animate)" - } - ] - }, - "parameters": [ - 80249, - 80250 - ], - "type": { - "type": "reference", - "target": 57672, - "name": "Animation", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79027, - "name": "HTMLElement.animate" - } - }, - "80249": { - "id": 80249, - "name": "keyframes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "array", - "elementType": { - "type": "reference", - "target": 132546, - "name": "Keyframe", - "package": "typescript" - } - }, - { - "type": "reference", - "target": 136273, - "name": "PropertyIndexedKeyframes", - "package": "typescript" - } - ] - } - }, - "80250": { - "id": 80250, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": 132552, - "name": "KeyframeAnimationOptions", - "package": "typescript" - } - ] - } - }, - "80251": { - "id": 80251, - "name": "append", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80252 - ], - "inheritedFrom": { - "type": "reference", - "target": 79030, - "name": "HTMLElement.append" - } - }, - "80252": { - "id": 80252, - "name": "append", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes after the last child of node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/append)" - } - ] - }, - "parameters": [ - 80253 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79031, - "name": "HTMLElement.append" - } - }, - "80253": { - "id": 80253, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "80254": { - "id": 80254, - "name": "appendChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80255 - ], - "inheritedFrom": { - "type": "reference", - "target": 79033, - "name": "HTMLElement.appendChild" - } - }, - "80255": { - "id": 80255, - "name": "appendChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/appendChild)" - } - ] - }, - "typeParameter": [ - 80256 - ], - "parameters": [ - 80257 - ], - "type": { - "type": "reference", - "target": 71251, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 79034, - "name": "HTMLElement.appendChild" - } - }, - "80257": { - "id": 80257, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71251, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "80258": { - "id": 80258, - "name": "attachInternals", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80259 - ], - "inheritedFrom": { - "type": "reference", - "target": 79037, - "name": "HTMLElement.attachInternals" - } - }, - "80259": { - "id": 80259, - "name": "attachInternals", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/attachInternals)" - } - ] - }, - "type": { - "type": "reference", - "target": 62311, - "name": "ElementInternals", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79038, - "name": "HTMLElement.attachInternals" - } - }, - "80260": { - "id": 80260, - "name": "attachShadow", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80261 - ], - "inheritedFrom": { - "type": "reference", - "target": 79039, - "name": "HTMLElement.attachShadow" - } - }, - "80261": { - "id": 80261, - "name": "attachShadow", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Creates a shadow root for element and returns it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/attachShadow)" - } - ] - }, - "parameters": [ - 80262 - ], - "type": { - "type": "reference", - "target": 205149, - "name": "ShadowRoot", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79040, - "name": "HTMLElement.attachShadow" - } - }, - "80262": { - "id": 80262, - "name": "init", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 205346, - "name": "ShadowRootInit", - "package": "typescript" - } - }, - "80263": { - "id": 80263, - "name": "before", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80264 - ], - "inheritedFrom": { - "type": "reference", - "target": 79042, - "name": "HTMLElement.before" - } - }, - "80264": { - "id": 80264, - "name": "before", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes just before node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/before)" - } - ] - }, - "parameters": [ - 80265 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79043, - "name": "HTMLElement.before" - } - }, - "80265": { - "id": 80265, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "80266": { - "id": 80266, - "name": "blur", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80267 - ], - "inheritedFrom": { - "type": "reference", - "target": 79045, - "name": "HTMLElement.blur" - } - }, - "80267": { - "id": 80267, - "name": "blur", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/blur)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79046, - "name": "HTMLElement.blur" - } - }, - "80268": { - "id": 80268, - "name": "checkVisibility", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80269 - ], - "inheritedFrom": { - "type": "reference", - "target": 79047, - "name": "HTMLElement.checkVisibility" - } - }, - "80269": { - "id": 80269, - "name": "checkVisibility", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/checkVisibility)" - } - ] - }, - "parameters": [ - 80270 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79048, - "name": "HTMLElement.checkVisibility" - } - }, - "80270": { - "id": 80270, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 59232, - "name": "CheckVisibilityOptions", - "package": "typescript" - } - }, - "80271": { - "id": 80271, - "name": "click", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80272 - ], - "inheritedFrom": { - "type": "reference", - "target": 79050, - "name": "HTMLElement.click" - } - }, - "80272": { - "id": 80272, - "name": "click", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/click)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79051, - "name": "HTMLElement.click" - } - }, - "80273": { - "id": 80273, - "name": "cloneNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80274 - ], - "inheritedFrom": { - "type": "reference", - "target": 79052, - "name": "HTMLElement.cloneNode" - } - }, - "80274": { - "id": 80274, - "name": "cloneNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a copy of node. If deep is true, the copy also includes the node's descendants.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/cloneNode)" - } - ] - }, - "parameters": [ - 80275 - ], - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79053, - "name": "HTMLElement.cloneNode" - } - }, - "80275": { - "id": 80275, - "name": "subtree", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "80276": { - "id": 80276, - "name": "closest", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80277, - 80280, - 80283, - 80286 - ], - "inheritedFrom": { - "type": "reference", - "target": 79055, - "name": "HTMLElement.closest" - } - }, - "80277": { - "id": 80277, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first (starting at element) inclusive ancestor that matches selectors, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/closest)" - } - ] - }, - "typeParameter": [ - 80278 - ], - "parameters": [ - 80279 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71276, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79056, - "name": "HTMLElement.closest" - } - }, - "80279": { - "id": 80279, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71276, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "80280": { - "id": 80280, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 80281 - ], - "parameters": [ - 80282 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71279, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79059, - "name": "HTMLElement.closest" - } - }, - "80282": { - "id": 80282, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71279, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "80283": { - "id": 80283, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 80284 - ], - "parameters": [ - 80285 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71282, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79062, - "name": "HTMLElement.closest" - } - }, - "80285": { - "id": 80285, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71282, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "80286": { - "id": 80286, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 80287 - ], - "parameters": [ - 80288 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 71285, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79065, - "name": "HTMLElement.closest" - } - }, - "80288": { - "id": 80288, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "80289": { - "id": 80289, - "name": "compareDocumentPosition", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80290 - ], - "inheritedFrom": { - "type": "reference", - "target": 79068, - "name": "HTMLElement.compareDocumentPosition" - } - }, - "80290": { - "id": 80290, - "name": "compareDocumentPosition", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a bitmask indicating the position of other relative to node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/compareDocumentPosition)" - } - ] - }, - "parameters": [ - 80291 - ], - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 79069, - "name": "HTMLElement.compareDocumentPosition" - } - }, - "80291": { - "id": 80291, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "80292": { - "id": 80292, - "name": "computedStyleMap", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80293 - ], - "inheritedFrom": { - "type": "reference", - "target": 79071, - "name": "HTMLElement.computedStyleMap" - } - }, - "80293": { - "id": 80293, - "name": "computedStyleMap", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/computedStyleMap)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "StylePropertyMapReadOnly" - }, - "name": "StylePropertyMapReadOnly", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79072, - "name": "HTMLElement.computedStyleMap" - } - }, - "80294": { - "id": 80294, - "name": "contains", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80295 - ], - "inheritedFrom": { - "type": "reference", - "target": 79073, - "name": "HTMLElement.contains" - } - }, - "80295": { - "id": 80295, - "name": "contains", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if other is an inclusive descendant of node, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/contains)" - } - ] - }, - "parameters": [ - 80296 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79074, - "name": "HTMLElement.contains" - } - }, - "80296": { - "id": 80296, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "80297": { - "id": 80297, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80298 - ], - "inheritedFrom": { - "type": "reference", - "target": 79076, - "name": "HTMLElement.dispatchEvent" - } - }, - "80298": { - "id": 80298, - "name": "dispatchEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "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.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/dispatchEvent)" - } - ] - }, - "parameters": [ - 80299 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79077, - "name": "HTMLElement.dispatchEvent" - } - }, - "80299": { - "id": 80299, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "80300": { - "id": 80300, - "name": "focus", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80301 - ], - "inheritedFrom": { - "type": "reference", - "target": 79079, - "name": "HTMLElement.focus" - } - }, - "80301": { - "id": 80301, - "name": "focus", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/focus)" - } - ] - }, - "parameters": [ - 80302 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79080, - "name": "HTMLElement.focus" - } - }, - "80302": { - "id": 80302, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62635, - "name": "FocusOptions", - "package": "typescript" - } - }, - "80303": { - "id": 80303, - "name": "getAnimations", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80304 - ], - "inheritedFrom": { - "type": "reference", - "target": 79082, - "name": "HTMLElement.getAnimations" - } - }, - "80304": { - "id": 80304, - "name": "getAnimations", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAnimations)" - } - ] - }, - "parameters": [ - 80305 - ], - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 57672, - "name": "Animation", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 79083, - "name": "HTMLElement.getAnimations" - } - }, - "80305": { - "id": 80305, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62808, - "name": "GetAnimationsOptions", - "package": "typescript" - } - }, - "80306": { - "id": 80306, - "name": "getAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80307 - ], - "inheritedFrom": { - "type": "reference", - "target": 79085, - "name": "HTMLElement.getAttribute" - } - }, - "80307": { - "id": 80307, - "name": "getAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns element's first attribute whose qualified name is qualifiedName, and null if there is no such attribute otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttribute)" - } - ] - }, - "parameters": [ - 80308 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79086, - "name": "HTMLElement.getAttribute" - } - }, - "80308": { - "id": 80308, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "80309": { - "id": 80309, - "name": "getAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80310 - ], - "inheritedFrom": { - "type": "reference", - "target": 79088, - "name": "HTMLElement.getAttributeNS" - } - }, - "80310": { - "id": 80310, - "name": "getAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns element's attribute whose namespace is namespace and local name is localName, and null if there is no such attribute otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNS)" - } - ] - }, - "parameters": [ - 80311, - 80312 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79089, - "name": "HTMLElement.getAttributeNS" - } - }, - "80311": { - "id": 80311, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "80312": { - "id": 80312, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "80313": { - "id": 80313, - "name": "getAttributeNames", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80314 - ], - "inheritedFrom": { - "type": "reference", - "target": 79092, - "name": "HTMLElement.getAttributeNames" - } - }, - "80314": { - "id": 80314, - "name": "getAttributeNames", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the qualified names of all element's attributes. Can contain duplicates.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNames)" - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 79093, - "name": "HTMLElement.getAttributeNames" - } - }, - "80315": { - "id": 80315, - "name": "getAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80316 - ], - "inheritedFrom": { - "type": "reference", - "target": 79094, - "name": "HTMLElement.getAttributeNode" - } - }, - "80316": { - "id": 80316, - "name": "getAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNode)" - } - ] - }, - "parameters": [ - 80317 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79095, - "name": "HTMLElement.getAttributeNode" - } - }, - "80317": { - "id": 80317, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "80318": { - "id": 80318, - "name": "getAttributeNodeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80319 - ], - "inheritedFrom": { - "type": "reference", - "target": 79097, - "name": "HTMLElement.getAttributeNodeNS" - } - }, - "80319": { - "id": 80319, - "name": "getAttributeNodeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNodeNS)" - } - ] - }, - "parameters": [ - 80320, - 80321 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79098, - "name": "HTMLElement.getAttributeNodeNS" - } - }, - "80320": { - "id": 80320, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "80321": { - "id": 80321, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "80322": { - "id": 80322, - "name": "getBoundingClientRect", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80323 - ], - "inheritedFrom": { - "type": "reference", - "target": 79101, - "name": "HTMLElement.getBoundingClientRect" - } - }, - "80323": { - "id": 80323, - "name": "getBoundingClientRect", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getBoundingClientRect)" - } - ] - }, - "type": { - "type": "reference", - "target": 60097, - "name": "DOMRect", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79102, - "name": "HTMLElement.getBoundingClientRect" - } - }, - "80324": { - "id": 80324, - "name": "getClientRects", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80325 - ], - "inheritedFrom": { - "type": "reference", - "target": 79103, - "name": "HTMLElement.getClientRects" - } - }, - "80325": { - "id": 80325, - "name": "getClientRects", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getClientRects)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMRectList" - }, - "name": "DOMRectList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79104, - "name": "HTMLElement.getClientRects" - } - }, - "80326": { - "id": 80326, - "name": "getElementsByClassName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80327 - ], - "inheritedFrom": { - "type": "reference", - "target": 79105, - "name": "HTMLElement.getElementsByClassName" - } - }, - "80327": { - "id": 80327, - "name": "getElementsByClassName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a HTMLCollection of the elements in the object on which the method was invoked (a document or an element) that have all the classes given by classNames. The classNames argument is interpreted as a space-separated list of classes.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByClassName)" - } - ] - }, - "parameters": [ - 80328 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79106, - "name": "HTMLElement.getElementsByClassName" - } - }, - "80328": { - "id": 80328, - "name": "classNames", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "80329": { - "id": 80329, - "name": "getElementsByTagName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80330, - 80333, - 80336, - 80339, - 80342 - ], - "inheritedFrom": { - "type": "reference", - "target": 79108, - "name": "HTMLElement.getElementsByTagName" - } - }, - "80330": { - "id": 80330, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByTagName)" - } - ] - }, - "typeParameter": [ - 80331 - ], - "parameters": [ - 80332 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71345, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79109, - "name": "HTMLElement.getElementsByTagName" - } - }, - "80332": { - "id": 80332, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71345, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "80333": { - "id": 80333, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 80334 - ], - "parameters": [ - 80335 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71348, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79112, - "name": "HTMLElement.getElementsByTagName" - } - }, - "80335": { - "id": 80335, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71348, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "80336": { - "id": 80336, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 80337 - ], - "parameters": [ - 80338 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71351, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79115, - "name": "HTMLElement.getElementsByTagName" - } - }, - "80338": { - "id": 80338, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71351, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "80339": { - "id": 80339, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "typeParameter": [ - 80340 - ], - "parameters": [ - 80341 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71354, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79118, - "name": "HTMLElement.getElementsByTagName" - } - }, - "80341": { - "id": 80341, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71354, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "80342": { - "id": 80342, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 80343 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79121, - "name": "HTMLElement.getElementsByTagName" - } - }, - "80343": { - "id": 80343, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "80344": { - "id": 80344, - "name": "getElementsByTagNameNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80345, - 80348, - 80351, - 80354 - ], - "inheritedFrom": { - "type": "reference", - "target": 79123, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "80345": { - "id": 80345, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByTagNameNS)" - } - ] - }, - "parameters": [ - 80346, - 80347 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79124, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "80346": { - "id": 80346, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/1999/xhtml" - } - }, - "80347": { - "id": 80347, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "80348": { - "id": 80348, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 80349, - 80350 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 146576, - "name": "SVGElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79127, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "80349": { - "id": 80349, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/2000/svg" - } - }, - "80350": { - "id": 80350, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "80351": { - "id": 80351, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 80352, - 80353 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 132754, - "name": "MathMLElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79130, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "80352": { - "id": 80352, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/1998/Math/MathML" - } - }, - "80353": { - "id": 80353, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "80354": { - "id": 80354, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 80355, - 80356 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79133, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "80355": { - "id": 80355, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "80356": { - "id": 80356, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "80357": { - "id": 80357, - "name": "getHTML", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80358 - ], - "inheritedFrom": { - "type": "reference", - "target": 79136, - "name": "HTMLElement.getHTML" - } - }, - "80358": { - "id": 80358, - "name": "getHTML", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getHTML)" - } - ] - }, - "parameters": [ - 80359 - ], - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 79137, - "name": "HTMLElement.getHTML" - } - }, - "80359": { - "id": 80359, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62810, - "name": "GetHTMLOptions", - "package": "typescript" - } - }, - "80360": { - "id": 80360, - "name": "getRootNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80361 - ], - "inheritedFrom": { - "type": "reference", - "target": 79139, - "name": "HTMLElement.getRootNode" - } - }, - "80361": { - "id": 80361, - "name": "getRootNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's root.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/getRootNode)" - } - ] - }, - "parameters": [ - 80362 - ], - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79140, - "name": "HTMLElement.getRootNode" - } - }, - "80362": { - "id": 80362, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62813, - "name": "GetRootNodeOptions", - "package": "typescript" - } - }, - "80363": { - "id": 80363, - "name": "getSVGDocument", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80364 - ] - }, - "80364": { - "id": 80364, - "name": "getSVGDocument", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLEmbedElement/getSVGDocument)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 60250, - "name": "Document", - "package": "typescript" - } - ] - } - }, - "80365": { - "id": 80365, - "name": "hasAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80366 - ], - "inheritedFrom": { - "type": "reference", - "target": 79142, - "name": "HTMLElement.hasAttribute" - } - }, - "80366": { - "id": 80366, - "name": "hasAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if element has an attribute whose qualified name is qualifiedName, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasAttribute)" - } - ] - }, - "parameters": [ - 80367 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79143, - "name": "HTMLElement.hasAttribute" - } - }, - "80367": { - "id": 80367, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "80368": { - "id": 80368, - "name": "hasAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80369 - ], - "inheritedFrom": { - "type": "reference", - "target": 79145, - "name": "HTMLElement.hasAttributeNS" - } - }, - "80369": { - "id": 80369, - "name": "hasAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if element has an attribute whose namespace is namespace and local name is localName.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasAttributeNS)" - } - ] - }, - "parameters": [ - 80370, - 80371 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79146, - "name": "HTMLElement.hasAttributeNS" - } - }, - "80370": { - "id": 80370, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "80371": { - "id": 80371, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "80372": { - "id": 80372, - "name": "hasAttributes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80373 - ], - "inheritedFrom": { - "type": "reference", - "target": 79149, - "name": "HTMLElement.hasAttributes" - } - }, - "80373": { - "id": 80373, - "name": "hasAttributes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if element has attributes, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasAttributes)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79150, - "name": "HTMLElement.hasAttributes" - } - }, - "80374": { - "id": 80374, - "name": "hasChildNodes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80375 - ], - "inheritedFrom": { - "type": "reference", - "target": 79151, - "name": "HTMLElement.hasChildNodes" - } - }, - "80375": { - "id": 80375, - "name": "hasChildNodes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node has children.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/hasChildNodes)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79152, - "name": "HTMLElement.hasChildNodes" - } - }, - "80376": { - "id": 80376, - "name": "hasPointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80377 - ], - "inheritedFrom": { - "type": "reference", - "target": 79153, - "name": "HTMLElement.hasPointerCapture" - } - }, - "80377": { - "id": 80377, - "name": "hasPointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasPointerCapture)" - } - ] - }, - "parameters": [ - 80378 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79154, - "name": "HTMLElement.hasPointerCapture" - } - }, - "80378": { - "id": 80378, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "80379": { - "id": 80379, - "name": "hidePopover", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80380 - ], - "inheritedFrom": { - "type": "reference", - "target": 79156, - "name": "HTMLElement.hidePopover" - } - }, - "80380": { - "id": 80380, - "name": "hidePopover", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/hidePopover)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79157, - "name": "HTMLElement.hidePopover" - } - }, - "80381": { - "id": 80381, - "name": "insertAdjacentElement", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80382 - ], - "inheritedFrom": { - "type": "reference", - "target": 79158, - "name": "HTMLElement.insertAdjacentElement" - } - }, - "80382": { - "id": 80382, - "name": "insertAdjacentElement", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentElement)" - } - ] - }, - "parameters": [ - 80383, - 80384 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79159, - "name": "HTMLElement.insertAdjacentElement" - } - }, - "80383": { - "id": 80383, - "name": "where", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212558, - "name": "InsertPosition", - "package": "typescript" - } - }, - "80384": { - "id": 80384, - "name": "element", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - }, - "80385": { - "id": 80385, - "name": "insertAdjacentHTML", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80386 - ], - "inheritedFrom": { - "type": "reference", - "target": 79162, - "name": "HTMLElement.insertAdjacentHTML" - } - }, - "80386": { - "id": 80386, - "name": "insertAdjacentHTML", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentHTML)" - } - ] - }, - "parameters": [ - 80387, - 80388 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79163, - "name": "HTMLElement.insertAdjacentHTML" - } - }, - "80387": { - "id": 80387, - "name": "position", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212558, - "name": "InsertPosition", - "package": "typescript" - } - }, - "80388": { - "id": 80388, - "name": "string", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "80389": { - "id": 80389, - "name": "insertAdjacentText", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80390 - ], - "inheritedFrom": { - "type": "reference", - "target": 79166, - "name": "HTMLElement.insertAdjacentText" - } - }, - "80390": { - "id": 80390, - "name": "insertAdjacentText", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentText)" - } - ] - }, - "parameters": [ - 80391, - 80392 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79167, - "name": "HTMLElement.insertAdjacentText" - } - }, - "80391": { - "id": 80391, - "name": "where", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212558, - "name": "InsertPosition", - "package": "typescript" - } - }, - "80392": { - "id": 80392, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "80393": { - "id": 80393, - "name": "insertBefore", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80394 - ], - "inheritedFrom": { - "type": "reference", - "target": 79170, - "name": "HTMLElement.insertBefore" - } - }, - "80394": { - "id": 80394, - "name": "insertBefore", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/insertBefore)" - } - ] - }, - "typeParameter": [ - 80395 - ], - "parameters": [ - 80396, - 80397 - ], - "type": { - "type": "reference", - "target": 71407, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 79171, - "name": "HTMLElement.insertBefore" - } - }, - "80396": { - "id": 80396, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71407, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "80397": { - "id": 80397, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "80398": { - "id": 80398, - "name": "isDefaultNamespace", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80399 - ], - "inheritedFrom": { - "type": "reference", - "target": 79175, - "name": "HTMLElement.isDefaultNamespace" - } - }, - "80399": { - "id": 80399, - "name": "isDefaultNamespace", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isDefaultNamespace)" - } - ] - }, - "parameters": [ - 80400 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79176, - "name": "HTMLElement.isDefaultNamespace" - } - }, - "80400": { - "id": 80400, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "80401": { - "id": 80401, - "name": "isEqualNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80402 - ], - "inheritedFrom": { - "type": "reference", - "target": 79178, - "name": "HTMLElement.isEqualNode" - } - }, - "80402": { - "id": 80402, - "name": "isEqualNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node and otherNode have the same properties.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isEqualNode)" - } - ] - }, - "parameters": [ - 80403 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79179, - "name": "HTMLElement.isEqualNode" - } - }, - "80403": { - "id": 80403, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "80404": { - "id": 80404, - "name": "isSameNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80405 - ], - "inheritedFrom": { - "type": "reference", - "target": 79181, - "name": "HTMLElement.isSameNode" - } - }, - "80405": { - "id": 80405, - "name": "isSameNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isSameNode)" - } - ] - }, - "parameters": [ - 80406 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79182, - "name": "HTMLElement.isSameNode" - } - }, - "80406": { - "id": 80406, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "80407": { - "id": 80407, - "name": "lookupNamespaceURI", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80408 - ], - "inheritedFrom": { - "type": "reference", - "target": 79184, - "name": "HTMLElement.lookupNamespaceURI" - } - }, - "80408": { - "id": 80408, - "name": "lookupNamespaceURI", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupNamespaceURI)" - } - ] - }, - "parameters": [ - 80409 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79185, - "name": "HTMLElement.lookupNamespaceURI" - } - }, - "80409": { - "id": 80409, - "name": "prefix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "80410": { - "id": 80410, - "name": "lookupPrefix", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80411 - ], - "inheritedFrom": { - "type": "reference", - "target": 79187, - "name": "HTMLElement.lookupPrefix" - } - }, - "80411": { - "id": 80411, - "name": "lookupPrefix", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupPrefix)" - } - ] - }, - "parameters": [ - 80412 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79188, - "name": "HTMLElement.lookupPrefix" - } - }, - "80412": { - "id": 80412, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "80413": { - "id": 80413, - "name": "matches", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80414 - ], - "inheritedFrom": { - "type": "reference", - "target": 79190, - "name": "HTMLElement.matches" - } - }, - "80414": { - "id": 80414, - "name": "matches", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if matching selectors against element's root yields element, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/matches)" - } - ] - }, - "parameters": [ - 80415 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79191, - "name": "HTMLElement.matches" - } - }, - "80415": { - "id": 80415, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "80416": { - "id": 80416, - "name": "normalize", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80417 - ], - "inheritedFrom": { - "type": "reference", - "target": 79193, - "name": "HTMLElement.normalize" - } - }, - "80417": { - "id": 80417, - "name": "normalize", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes empty exclusive Text nodes and concatenates the data of remaining contiguous exclusive Text nodes into the first of their nodes.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/normalize)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79194, - "name": "HTMLElement.normalize" - } - }, - "80418": { - "id": 80418, - "name": "prepend", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80419 - ], - "inheritedFrom": { - "type": "reference", - "target": 79195, - "name": "HTMLElement.prepend" - } - }, - "80419": { - "id": 80419, - "name": "prepend", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes before the first child of node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/prepend)" - } - ] - }, - "parameters": [ - 80420 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79196, - "name": "HTMLElement.prepend" - } - }, - "80420": { - "id": 80420, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "80421": { - "id": 80421, - "name": "querySelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80422, - 80425, - 80428, - 80431, - 80434 - ], - "inheritedFrom": { - "type": "reference", - "target": 79198, - "name": "HTMLElement.querySelector" - } - }, - "80422": { - "id": 80422, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first element that is a descendant of node that matches selectors.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/querySelector)" - } - ] - }, - "typeParameter": [ - 80423 - ], - "parameters": [ - 80424 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71435, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79199, - "name": "HTMLElement.querySelector" - } - }, - "80424": { - "id": 80424, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71435, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "80425": { - "id": 80425, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 80426 - ], - "parameters": [ - 80427 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71438, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79202, - "name": "HTMLElement.querySelector" - } - }, - "80427": { - "id": 80427, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71438, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "80428": { - "id": 80428, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 80429 - ], - "parameters": [ - 80430 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71441, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79205, - "name": "HTMLElement.querySelector" - } - }, - "80430": { - "id": 80430, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71441, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "80431": { - "id": 80431, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "typeParameter": [ - 80432 - ], - "parameters": [ - 80433 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71444, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79208, - "name": "HTMLElement.querySelector" - } - }, - "80433": { - "id": 80433, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71444, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "80434": { - "id": 80434, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 80435 - ], - "parameters": [ - 80436 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 71447, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79211, - "name": "HTMLElement.querySelector" - } - }, - "80436": { - "id": 80436, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "80437": { - "id": 80437, - "name": "querySelectorAll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80438, - 80441, - 80444, - 80447, - 80450 - ], - "inheritedFrom": { - "type": "reference", - "target": 79214, - "name": "HTMLElement.querySelectorAll" - } - }, - "80438": { - "id": 80438, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns all element descendants of node that match selectors.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/querySelectorAll)" - } - ] - }, - "typeParameter": [ - 80439 - ], - "parameters": [ - 80440 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71451, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79215, - "name": "HTMLElement.querySelectorAll" - } - }, - "80440": { - "id": 80440, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71451, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "80441": { - "id": 80441, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 80442 - ], - "parameters": [ - 80443 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71454, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79218, - "name": "HTMLElement.querySelectorAll" - } - }, - "80443": { - "id": 80443, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71454, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "80444": { - "id": 80444, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 80445 - ], - "parameters": [ - 80446 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71457, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79221, - "name": "HTMLElement.querySelectorAll" - } - }, - "80446": { - "id": 80446, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71457, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "80447": { - "id": 80447, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "typeParameter": [ - 80448 - ], - "parameters": [ - 80449 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71460, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79224, - "name": "HTMLElement.querySelectorAll" - } - }, - "80449": { - "id": 80449, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71460, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "80450": { - "id": 80450, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 80451 - ], - "parameters": [ - 80452 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 71463, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79227, - "name": "HTMLElement.querySelectorAll" - } - }, - "80452": { - "id": 80452, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "80453": { - "id": 80453, - "name": "releasePointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80454 - ], - "inheritedFrom": { - "type": "reference", - "target": 79230, - "name": "HTMLElement.releasePointerCapture" - } - }, - "80454": { - "id": 80454, - "name": "releasePointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/releasePointerCapture)" - } - ] - }, - "parameters": [ - 80455 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79231, - "name": "HTMLElement.releasePointerCapture" - } - }, - "80455": { - "id": 80455, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "80456": { - "id": 80456, - "name": "remove", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80457 - ], - "inheritedFrom": { - "type": "reference", - "target": 79233, - "name": "HTMLElement.remove" - } - }, - "80457": { - "id": 80457, - "name": "remove", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/remove)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79234, - "name": "HTMLElement.remove" - } - }, - "80458": { - "id": 80458, - "name": "removeAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80459 - ], - "inheritedFrom": { - "type": "reference", - "target": 79235, - "name": "HTMLElement.removeAttribute" - } - }, - "80459": { - "id": 80459, - "name": "removeAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes element's first attribute whose qualified name is qualifiedName.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/removeAttribute)" - } - ] - }, - "parameters": [ - 80460 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79236, - "name": "HTMLElement.removeAttribute" - } - }, - "80460": { - "id": 80460, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "80461": { - "id": 80461, - "name": "removeAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80462 - ], - "inheritedFrom": { - "type": "reference", - "target": 79238, - "name": "HTMLElement.removeAttributeNS" - } - }, - "80462": { - "id": 80462, - "name": "removeAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes element's attribute whose namespace is namespace and local name is localName.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/removeAttributeNS)" - } - ] - }, - "parameters": [ - 80463, - 80464 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79239, - "name": "HTMLElement.removeAttributeNS" - } - }, - "80463": { - "id": 80463, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "80464": { - "id": 80464, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "80465": { - "id": 80465, - "name": "removeAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80466 - ], - "inheritedFrom": { - "type": "reference", - "target": 79242, - "name": "HTMLElement.removeAttributeNode" - } - }, - "80466": { - "id": 80466, - "name": "removeAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/removeAttributeNode)" - } - ] - }, - "parameters": [ - 80467 - ], - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79243, - "name": "HTMLElement.removeAttributeNode" - } - }, - "80467": { - "id": 80467, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - }, - "80468": { - "id": 80468, - "name": "removeChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80469 - ], - "inheritedFrom": { - "type": "reference", - "target": 79245, - "name": "HTMLElement.removeChild" - } - }, - "80469": { - "id": 80469, - "name": "removeChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/removeChild)" - } - ] - }, - "typeParameter": [ - 80470 - ], - "parameters": [ - 80471 - ], - "type": { - "type": "reference", - "target": 71482, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 79246, - "name": "HTMLElement.removeChild" - } - }, - "80471": { - "id": 80471, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71482, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "80472": { - "id": 80472, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80473, - 80482 - ], - "overwrites": { - "type": "reference", - "target": 79249, - "name": "HTMLElement.removeEventListener" - } - }, - "80473": { - "id": 80473, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes the event listener in target's event listener list with the same type, callback, and options.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/removeEventListener)" - } - ] - }, - "typeParameter": [ - 80474 - ], - "parameters": [ - 80475, - 80476, - 80481 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 79250, - "name": "HTMLElement.removeEventListener" - } - }, - "80474": { - "id": 80474, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 79364, - "name": "HTMLElementEventMap", - "package": "typescript" - } - } - }, - "80475": { - "id": 80475, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 80474, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "80476": { - "id": 80476, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 80477, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 80478 - ] - } - } - }, - "80481": { - "id": 80481, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 62469, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "80482": { - "id": 80482, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 80483, - 80484, - 80485 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 79259, - "name": "HTMLElement.removeEventListener" - } - }, - "80483": { - "id": 80483, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "80484": { - "id": 80484, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "80485": { - "id": 80485, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 62469, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "80486": { - "id": 80486, - "name": "replaceChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80487 - ], - "inheritedFrom": { - "type": "reference", - "target": 79263, - "name": "HTMLElement.replaceChild" - } - }, - "80487": { - "id": 80487, - "name": "replaceChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/replaceChild)" - } - ] - }, - "typeParameter": [ - 80488 - ], - "parameters": [ - 80489, - 80490 - ], - "type": { - "type": "reference", - "target": 71500, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 79264, - "name": "HTMLElement.replaceChild" - } - }, - "80489": { - "id": 80489, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "80490": { - "id": 80490, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71500, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "80491": { - "id": 80491, - "name": "replaceChildren", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80492 - ], - "inheritedFrom": { - "type": "reference", - "target": 79268, - "name": "HTMLElement.replaceChildren" - } - }, - "80492": { - "id": 80492, - "name": "replaceChildren", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Replace all children of node with nodes, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/replaceChildren)" - } - ] - }, - "parameters": [ - 80493 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79269, - "name": "HTMLElement.replaceChildren" - } - }, - "80493": { - "id": 80493, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "80494": { - "id": 80494, - "name": "replaceWith", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80495 - ], - "inheritedFrom": { - "type": "reference", - "target": 79271, - "name": "HTMLElement.replaceWith" - } - }, - "80495": { - "id": 80495, - "name": "replaceWith", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Replaces node with nodes, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/replaceWith)" - } - ] - }, - "parameters": [ - 80496 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79272, - "name": "HTMLElement.replaceWith" - } - }, - "80496": { - "id": 80496, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "80497": { - "id": 80497, - "name": "requestFullscreen", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80498 - ], - "inheritedFrom": { - "type": "reference", - "target": 79274, - "name": "HTMLElement.requestFullscreen" - } - }, - "80498": { - "id": 80498, - "name": "requestFullscreen", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Displays element fullscreen and resolves promise when done.\n\nWhen supplied, options's navigationUI member indicates whether showing navigation UI while in fullscreen is preferred or not. If set to \"show\", navigation simplicity is preferred over screen space, and if set to \"hide\", more screen space is preferred. User agents are always free to honor user preference over the application's. The default value \"auto\" indicates no application preference.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/requestFullscreen)" - } - ] - }, - "parameters": [ - 80499 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79275, - "name": "HTMLElement.requestFullscreen" - } - }, - "80499": { - "id": 80499, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62742, - "name": "FullscreenOptions", - "package": "typescript" - } - }, - "80500": { - "id": 80500, - "name": "requestPointerLock", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80501 - ], - "inheritedFrom": { - "type": "reference", - "target": 79277, - "name": "HTMLElement.requestPointerLock" - } - }, - "80501": { - "id": 80501, - "name": "requestPointerLock", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/requestPointerLock)" - } - ] - }, - "parameters": [ - 80502 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79278, - "name": "HTMLElement.requestPointerLock" - } - }, - "80502": { - "id": 80502, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 136003, - "name": "PointerLockOptions", - "package": "typescript" - } - }, - "80503": { - "id": 80503, - "name": "scroll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80504, - 80506 - ], - "inheritedFrom": { - "type": "reference", - "target": 79280, - "name": "HTMLElement.scroll" - } - }, - "80504": { - "id": 80504, - "name": "scroll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scroll)" - } - ] - }, - "parameters": [ - 80505 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79281, - "name": "HTMLElement.scroll" - } - }, - "80505": { - "id": 80505, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 204972, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "80506": { - "id": 80506, - "name": "scroll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 80507, - 80508 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79283, - "name": "HTMLElement.scroll" - } - }, - "80507": { - "id": 80507, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "80508": { - "id": 80508, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "80509": { - "id": 80509, - "name": "scrollBy", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80510, - 80512 - ], - "inheritedFrom": { - "type": "reference", - "target": 79286, - "name": "HTMLElement.scrollBy" - } - }, - "80510": { - "id": 80510, - "name": "scrollBy", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollBy)" - } - ] - }, - "parameters": [ - 80511 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79287, - "name": "HTMLElement.scrollBy" - } - }, - "80511": { - "id": 80511, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 204972, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "80512": { - "id": 80512, - "name": "scrollBy", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 80513, - 80514 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79289, - "name": "HTMLElement.scrollBy" - } - }, - "80513": { - "id": 80513, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "80514": { - "id": 80514, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "80515": { - "id": 80515, - "name": "scrollIntoView", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80516 - ], - "inheritedFrom": { - "type": "reference", - "target": 79292, - "name": "HTMLElement.scrollIntoView" - } - }, - "80516": { - "id": 80516, - "name": "scrollIntoView", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollIntoView)" - } - ] - }, - "parameters": [ - 80517 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79293, - "name": "HTMLElement.scrollIntoView" - } - }, - "80517": { - "id": 80517, - "name": "arg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 204966, - "name": "ScrollIntoViewOptions", - "package": "typescript" - } - ] - } - }, - "80518": { - "id": 80518, - "name": "scrollTo", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80519, - 80521 - ], - "inheritedFrom": { - "type": "reference", - "target": 79295, - "name": "HTMLElement.scrollTo" - } - }, - "80519": { - "id": 80519, - "name": "scrollTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollTo)" - } - ] - }, - "parameters": [ - 80520 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79296, - "name": "HTMLElement.scrollTo" - } - }, - "80520": { - "id": 80520, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 204972, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "80521": { - "id": 80521, - "name": "scrollTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 80522, - 80523 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79298, - "name": "HTMLElement.scrollTo" - } - }, - "80522": { - "id": 80522, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "80523": { - "id": 80523, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "80524": { - "id": 80524, - "name": "setAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80525 - ], - "inheritedFrom": { - "type": "reference", - "target": 79301, - "name": "HTMLElement.setAttribute" - } - }, - "80525": { - "id": 80525, - "name": "setAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets the value of element's first attribute whose qualified name is qualifiedName to value.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttribute)" - } - ] - }, - "parameters": [ - 80526, - 80527 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79302, - "name": "HTMLElement.setAttribute" - } - }, - "80526": { - "id": 80526, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "80527": { - "id": 80527, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "80528": { - "id": 80528, - "name": "setAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80529 - ], - "inheritedFrom": { - "type": "reference", - "target": 79305, - "name": "HTMLElement.setAttributeNS" - } - }, - "80529": { - "id": 80529, - "name": "setAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets the value of element's attribute whose namespace is namespace and local name is localName to value.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNS)" - } - ] - }, - "parameters": [ - 80530, - 80531, - 80532 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79306, - "name": "HTMLElement.setAttributeNS" - } - }, - "80530": { - "id": 80530, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "80531": { - "id": 80531, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "80532": { - "id": 80532, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "80533": { - "id": 80533, - "name": "setAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80534 - ], - "inheritedFrom": { - "type": "reference", - "target": 79310, - "name": "HTMLElement.setAttributeNode" - } - }, - "80534": { - "id": 80534, - "name": "setAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNode)" - } - ] - }, - "parameters": [ - 80535 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79311, - "name": "HTMLElement.setAttributeNode" - } - }, - "80535": { - "id": 80535, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - }, - "80536": { - "id": 80536, - "name": "setAttributeNodeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80537 - ], - "inheritedFrom": { - "type": "reference", - "target": 79313, - "name": "HTMLElement.setAttributeNodeNS" - } - }, - "80537": { - "id": 80537, - "name": "setAttributeNodeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNodeNS)" - } - ] - }, - "parameters": [ - 80538 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79314, - "name": "HTMLElement.setAttributeNodeNS" - } - }, - "80538": { - "id": 80538, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - }, - "80539": { - "id": 80539, - "name": "setHTMLUnsafe", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80540 - ], - "inheritedFrom": { - "type": "reference", - "target": 79316, - "name": "HTMLElement.setHTMLUnsafe" - } - }, - "80540": { - "id": 80540, - "name": "setHTMLUnsafe", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setHTMLUnsafe)" - } - ] - }, - "parameters": [ - 80541 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79317, - "name": "HTMLElement.setHTMLUnsafe" - } - }, - "80541": { - "id": 80541, - "name": "html", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "80542": { - "id": 80542, - "name": "setPointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80543 - ], - "inheritedFrom": { - "type": "reference", - "target": 79319, - "name": "HTMLElement.setPointerCapture" - } - }, - "80543": { - "id": 80543, - "name": "setPointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setPointerCapture)" - } - ] - }, - "parameters": [ - 80544 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79320, - "name": "HTMLElement.setPointerCapture" - } - }, - "80544": { - "id": 80544, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "80545": { - "id": 80545, - "name": "showPopover", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80546 - ], - "inheritedFrom": { - "type": "reference", - "target": 79322, - "name": "HTMLElement.showPopover" - } - }, - "80546": { - "id": 80546, - "name": "showPopover", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/showPopover)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79323, - "name": "HTMLElement.showPopover" - } - }, - "80547": { - "id": 80547, - "name": "toggleAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80548 - ], - "inheritedFrom": { - "type": "reference", - "target": 79324, - "name": "HTMLElement.toggleAttribute" - } - }, - "80548": { - "id": 80548, - "name": "toggleAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "If force is not given, \"toggles\" qualifiedName, removing it if it is present and adding it if it is not present. If force is true, adds qualifiedName. If force is false, removes qualifiedName.\n\nReturns true if qualifiedName is now present, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/toggleAttribute)" - } - ] - }, - "parameters": [ - 80549, - 80550 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79325, - "name": "HTMLElement.toggleAttribute" - } - }, - "80549": { - "id": 80549, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "80550": { - "id": 80550, - "name": "force", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "80551": { - "id": 80551, - "name": "togglePopover", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80552 - ], - "inheritedFrom": { - "type": "reference", - "target": 79328, - "name": "HTMLElement.togglePopover" - } - }, - "80552": { - "id": 80552, - "name": "togglePopover", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/togglePopover)" - } - ] - }, - "parameters": [ - 80553 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79329, - "name": "HTMLElement.togglePopover" - } - }, - "80553": { - "id": 80553, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "80554": { - "id": 80554, - "name": "webkitMatchesSelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 80555 - ], - "inheritedFrom": { - "type": "reference", - "target": 79331, - "name": "HTMLElement.webkitMatchesSelector" - } - }, - "80555": { - "id": 80555, - "name": "webkitMatchesSelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`matches`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/matches)" - } - ] - } - ] - }, - "parameters": [ - 80556 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79332, - "name": "HTMLElement.webkitMatchesSelector" - } - }, - "80556": { - "id": 80556, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "85648": { - "id": 85648, - "name": "HTMLHeadElement", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Contains the descriptive information, or metadata, for a document. This object inherits all of the properties and methods described in the HTMLElement interface.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLHeadElement)" - } - ] - }, - "children": [ - 85649, - 85650, - 85651, - 85652, - 85653, - 85654, - 85655, - 85656, - 85657, - 85658, - 85659, - 85660, - 85661, - 85662, - 85663, - 85664, - 85665, - 85666, - 85667, - 85668, - 85669, - 85670, - 85671, - 85672, - 85673, - 85674, - 85675, - 85676, - 85677, - 85678, - 85679, - 85680, - 85681, - 85682, - 85683, - 85684, - 85685, - 85686, - 85687, - 85688, - 85689, - 85690, - 85691, - 85692, - 85693, - 85694, - 85695, - 85696, - 85697, - 85698, - 85699, - 85700, - 85701, - 85702, - 85703, - 85704, - 85705, - 85706, - 85707, - 85708, - 85709, - 85710, - 85711, - 85712, - 85713, - 85714, - 85715, - 85716, - 85717, - 85718, - 85719, - 85720, - 85721, - 85722, - 85723, - 85724, - 85725, - 85726, - 85727, - 85728, - 85729, - 85730, - 85731, - 85732, - 85733, - 85734, - 85735, - 85736, - 85737, - 85738, - 85739, - 85740, - 85741, - 85742, - 85743, - 85744, - 85745, - 85746, - 85747, - 85748, - 85749, - 85750, - 85751, - 85752, - 85753, - 85754, - 85755, - 85756, - 85757, - 85758, - 85763, - 85768, - 85773, - 85778, - 85783, - 85788, - 85793, - 85798, - 85803, - 85808, - 85813, - 85818, - 85823, - 85828, - 85833, - 85838, - 85843, - 85848, - 85853, - 85858, - 85863, - 85868, - 85873, - 85878, - 85883, - 85888, - 85893, - 85898, - 85903, - 85908, - 85913, - 85918, - 85919, - 85924, - 85929, - 85934, - 85939, - 85944, - 85949, - 85954, - 85959, - 85964, - 85969, - 85974, - 85979, - 85984, - 85989, - 85994, - 85999, - 86004, - 86009, - 86014, - 86019, - 86024, - 86029, - 86034, - 86039, - 86044, - 86049, - 86054, - 86059, - 86064, - 86069, - 86074, - 86079, - 86084, - 86089, - 86094, - 86099, - 86104, - 86109, - 86114, - 86119, - 86124, - 86129, - 86134, - 86139, - 86144, - 86149, - 86154, - 86159, - 86164, - 86169, - 86174, - 86179, - 86184, - 86189, - 86194, - 86199, - 86204, - 86209, - 86214, - 86219, - 86224, - 86229, - 86234, - 86239, - 86244, - 86249, - 86254, - 86255, - 86256, - 86257, - 86258, - 86259, - 86260, - 86261, - 86262, - 86263, - 86264, - 86265, - 86266, - 86267, - 86268, - 86269, - 86270, - 86271, - 86272, - 86273, - 86274, - 86275, - 86276, - 86277, - 86281, - 86285, - 86289, - 86303, - 86306, - 86310, - 86313, - 86317, - 86319, - 86322, - 86325, - 86327, - 86330, - 86332, - 86335, - 86348, - 86351, - 86353, - 86356, - 86359, - 86362, - 86365, - 86368, - 86372, - 86374, - 86377, - 86381, - 86383, - 86385, - 86388, - 86403, - 86416, - 86419, - 86422, - 86425, - 86429, - 86431, - 86433, - 86436, - 86438, - 86442, - 86446, - 86450, - 86455, - 86458, - 86461, - 86464, - 86467, - 86470, - 86473, - 86475, - 86478, - 86494, - 86510, - 86513, - 86515, - 86518, - 86522, - 86525, - 86529, - 86543, - 86548, - 86551, - 86554, - 86557, - 86560, - 86566, - 86572, - 86575, - 86581, - 86585, - 86590, - 86593, - 86596, - 86599, - 86602, - 86604, - 86608, - 86611 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 85649, - 85650, - 85651, - 85652, - 85653, - 85654, - 85655, - 85656, - 85657, - 85658, - 85659, - 85660, - 85661, - 85662, - 85663, - 85664, - 85665, - 85666, - 85667, - 85668, - 85669, - 85670, - 85671, - 85672, - 85673, - 85674, - 85675, - 85676, - 85677, - 85678, - 85679, - 85680, - 85681, - 85682, - 85683, - 85684, - 85685, - 85686, - 85687, - 85688, - 85689, - 85690, - 85691, - 85692, - 85693, - 85694, - 85695, - 85696, - 85697, - 85698, - 85699, - 85700, - 85701, - 85702, - 85703, - 85704, - 85705, - 85706, - 85707, - 85708, - 85709, - 85710, - 85711, - 85712, - 85713, - 85714, - 85715, - 85716, - 85717, - 85718, - 85719, - 85720, - 85721, - 85722, - 85723, - 85724, - 85725, - 85726, - 85727, - 85728, - 85729, - 85730, - 85731, - 85732, - 85733, - 85734, - 85735, - 85736, - 85737, - 85738, - 85739, - 85740, - 85741, - 85742, - 85743, - 85744, - 85745, - 85746, - 85747, - 85748, - 85749, - 85750, - 85751, - 85752, - 85753, - 85754, - 85755, - 85756, - 85757, - 85758, - 85763, - 85768, - 85773, - 85778, - 85783, - 85788, - 85793, - 85798, - 85803, - 85808, - 85813, - 85818, - 85823, - 85828, - 85833, - 85838, - 85843, - 85848, - 85853, - 85858, - 85863, - 85868, - 85873, - 85878, - 85883, - 85888, - 85893, - 85898, - 85903, - 85908, - 85913, - 85918, - 85919, - 85924, - 85929, - 85934, - 85939, - 85944, - 85949, - 85954, - 85959, - 85964, - 85969, - 85974, - 85979, - 85984, - 85989, - 85994, - 85999, - 86004, - 86009, - 86014, - 86019, - 86024, - 86029, - 86034, - 86039, - 86044, - 86049, - 86054, - 86059, - 86064, - 86069, - 86074, - 86079, - 86084, - 86089, - 86094, - 86099, - 86104, - 86109, - 86114, - 86119, - 86124, - 86129, - 86134, - 86139, - 86144, - 86149, - 86154, - 86159, - 86164, - 86169, - 86174, - 86179, - 86184, - 86189, - 86194, - 86199, - 86204, - 86209, - 86214, - 86219, - 86224, - 86229, - 86234, - 86239, - 86244, - 86249, - 86254, - 86255, - 86256, - 86257, - 86258, - 86259, - 86260, - 86261, - 86262, - 86263, - 86264, - 86265, - 86266, - 86267, - 86268, - 86269, - 86270, - 86271, - 86272, - 86273, - 86274, - 86275, - 86276 - ] - }, - { - "title": "Accessors", - "children": [ - 86277, - 86281, - 86285 - ] - }, - { - "title": "Methods", - "children": [ - 86289, - 86303, - 86306, - 86310, - 86313, - 86317, - 86319, - 86322, - 86325, - 86327, - 86330, - 86332, - 86335, - 86348, - 86351, - 86353, - 86356, - 86359, - 86362, - 86365, - 86368, - 86372, - 86374, - 86377, - 86381, - 86383, - 86385, - 86388, - 86403, - 86416, - 86419, - 86422, - 86425, - 86429, - 86431, - 86433, - 86436, - 86438, - 86442, - 86446, - 86450, - 86455, - 86458, - 86461, - 86464, - 86467, - 86470, - 86473, - 86475, - 86478, - 86494, - 86510, - 86513, - 86515, - 86518, - 86522, - 86525, - 86529, - 86543, - 86548, - 86551, - 86554, - 86557, - 86560, - 86566, - 86572, - 86575, - 86581, - 86585, - 86590, - 86593, - 86596, - 86599, - 86602, - 86604, - 86608, - 86611 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "85649": { - "id": 85649, - "name": "ATTRIBUTE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 78369, - "name": "HTMLElement.ATTRIBUTE_NODE" - } - }, - "85650": { - "id": 85650, - "name": "CDATA_SECTION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a CDATASection node." - } - ] - }, - "type": { - "type": "literal", - "value": 4 - }, - "inheritedFrom": { - "type": "reference", - "target": 78370, - "name": "HTMLElement.CDATA_SECTION_NODE" - } - }, - "85651": { - "id": 85651, - "name": "COMMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Comment node." - } - ] - }, - "type": { - "type": "literal", - "value": 8 - }, - "inheritedFrom": { - "type": "reference", - "target": 78371, - "name": "HTMLElement.COMMENT_NODE" - } - }, - "85652": { - "id": 85652, - "name": "DOCUMENT_FRAGMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a DocumentFragment node." - } - ] - }, - "type": { - "type": "literal", - "value": 11 - }, - "inheritedFrom": { - "type": "reference", - "target": 78372, - "name": "HTMLElement.DOCUMENT_FRAGMENT_NODE" - } - }, - "85653": { - "id": 85653, - "name": "DOCUMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a document." - } - ] - }, - "type": { - "type": "literal", - "value": 9 - }, - "inheritedFrom": { - "type": "reference", - "target": 78373, - "name": "HTMLElement.DOCUMENT_NODE" - } - }, - "85654": { - "id": 85654, - "name": "DOCUMENT_POSITION_CONTAINED_BY", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is a descendant of node." - } - ] - }, - "type": { - "type": "literal", - "value": 16 - }, - "inheritedFrom": { - "type": "reference", - "target": 78374, - "name": "HTMLElement.DOCUMENT_POSITION_CONTAINED_BY" - } - }, - "85655": { - "id": 85655, - "name": "DOCUMENT_POSITION_CONTAINS", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is an ancestor of node." - } - ] - }, - "type": { - "type": "literal", - "value": 8 - }, - "inheritedFrom": { - "type": "reference", - "target": 78375, - "name": "HTMLElement.DOCUMENT_POSITION_CONTAINS" - } - }, - "85656": { - "id": 85656, - "name": "DOCUMENT_POSITION_DISCONNECTED", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when node and other are not in the same tree." - } - ] - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 78376, - "name": "HTMLElement.DOCUMENT_POSITION_DISCONNECTED" - } - }, - "85657": { - "id": 85657, - "name": "DOCUMENT_POSITION_FOLLOWING", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is following node." - } - ] - }, - "type": { - "type": "literal", - "value": 4 - }, - "inheritedFrom": { - "type": "reference", - "target": 78377, - "name": "HTMLElement.DOCUMENT_POSITION_FOLLOWING" - } - }, - "85658": { - "id": 85658, - "name": "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 32 - }, - "inheritedFrom": { - "type": "reference", - "target": 78378, - "name": "HTMLElement.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" - } - }, - "85659": { - "id": 85659, - "name": "DOCUMENT_POSITION_PRECEDING", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is preceding node." - } - ] - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 78379, - "name": "HTMLElement.DOCUMENT_POSITION_PRECEDING" - } - }, - "85660": { - "id": 85660, - "name": "DOCUMENT_TYPE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a doctype." - } - ] - }, - "type": { - "type": "literal", - "value": 10 - }, - "inheritedFrom": { - "type": "reference", - "target": 78380, - "name": "HTMLElement.DOCUMENT_TYPE_NODE" - } - }, - "85661": { - "id": 85661, - "name": "ELEMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is an element." - } - ] - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 78381, - "name": "HTMLElement.ELEMENT_NODE" - } - }, - "85662": { - "id": 85662, - "name": "ENTITY_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 6 - }, - "inheritedFrom": { - "type": "reference", - "target": 78382, - "name": "HTMLElement.ENTITY_NODE" - } - }, - "85663": { - "id": 85663, - "name": "ENTITY_REFERENCE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 5 - }, - "inheritedFrom": { - "type": "reference", - "target": 78383, - "name": "HTMLElement.ENTITY_REFERENCE_NODE" - } - }, - "85664": { - "id": 85664, - "name": "NOTATION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 12 - }, - "inheritedFrom": { - "type": "reference", - "target": 78384, - "name": "HTMLElement.NOTATION_NODE" - } - }, - "85665": { - "id": 85665, - "name": "PROCESSING_INSTRUCTION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a ProcessingInstruction node." - } - ] - }, - "type": { - "type": "literal", - "value": 7 - }, - "inheritedFrom": { - "type": "reference", - "target": 78385, - "name": "HTMLElement.PROCESSING_INSTRUCTION_NODE" - } - }, - "85666": { - "id": 85666, - "name": "TEXT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Text node." - } - ] - }, - "type": { - "type": "literal", - "value": 3 - }, - "inheritedFrom": { - "type": "reference", - "target": 78386, - "name": "HTMLElement.TEXT_NODE" - } - }, - "85667": { - "id": 85667, - "name": "accessKey", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/accessKey)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78387, - "name": "HTMLElement.accessKey" - } - }, - "85668": { - "id": 85668, - "name": "accessKeyLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/accessKeyLabel)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78388, - "name": "HTMLElement.accessKeyLabel" - } - }, - "85669": { - "id": 85669, - "name": "ariaAtomic", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaAtomic)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78389, - "name": "HTMLElement.ariaAtomic" - } - }, - "85670": { - "id": 85670, - "name": "ariaAutoComplete", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaAutoComplete)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78390, - "name": "HTMLElement.ariaAutoComplete" - } - }, - "85671": { - "id": 85671, - "name": "ariaBrailleLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaBrailleLabel)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78391, - "name": "HTMLElement.ariaBrailleLabel" - } - }, - "85672": { - "id": 85672, - "name": "ariaBrailleRoleDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaBrailleRoleDescription)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78392, - "name": "HTMLElement.ariaBrailleRoleDescription" - } - }, - "85673": { - "id": 85673, - "name": "ariaBusy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaBusy)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78393, - "name": "HTMLElement.ariaBusy" - } - }, - "85674": { - "id": 85674, - "name": "ariaChecked", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaChecked)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78394, - "name": "HTMLElement.ariaChecked" - } - }, - "85675": { - "id": 85675, - "name": "ariaColCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColCount)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78395, - "name": "HTMLElement.ariaColCount" - } - }, - "85676": { - "id": 85676, - "name": "ariaColIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColIndex)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78396, - "name": "HTMLElement.ariaColIndex" - } - }, - "85677": { - "id": 85677, - "name": "ariaColIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColIndexText)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78397, - "name": "HTMLElement.ariaColIndexText" - } - }, - "85678": { - "id": 85678, - "name": "ariaColSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColSpan)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78398, - "name": "HTMLElement.ariaColSpan" - } - }, - "85679": { - "id": 85679, - "name": "ariaCurrent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaCurrent)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78399, - "name": "HTMLElement.ariaCurrent" - } - }, - "85680": { - "id": 85680, - "name": "ariaDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDescription)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78400, - "name": "HTMLElement.ariaDescription" - } - }, - "85681": { - "id": 85681, - "name": "ariaDisabled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDisabled)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78401, - "name": "HTMLElement.ariaDisabled" - } - }, - "85682": { - "id": 85682, - "name": "ariaExpanded", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaExpanded)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78402, - "name": "HTMLElement.ariaExpanded" - } - }, - "85683": { - "id": 85683, - "name": "ariaHasPopup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaHasPopup)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78403, - "name": "HTMLElement.ariaHasPopup" - } - }, - "85684": { - "id": 85684, - "name": "ariaHidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaHidden)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78404, - "name": "HTMLElement.ariaHidden" - } - }, - "85685": { - "id": 85685, - "name": "ariaInvalid", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78405, - "name": "HTMLElement.ariaInvalid" - } - }, - "85686": { - "id": 85686, - "name": "ariaKeyShortcuts", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaKeyShortcuts)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78406, - "name": "HTMLElement.ariaKeyShortcuts" - } - }, - "85687": { - "id": 85687, - "name": "ariaLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLabel)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78407, - "name": "HTMLElement.ariaLabel" - } - }, - "85688": { - "id": 85688, - "name": "ariaLevel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLevel)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78408, - "name": "HTMLElement.ariaLevel" - } - }, - "85689": { - "id": 85689, - "name": "ariaLive", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLive)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78409, - "name": "HTMLElement.ariaLive" - } - }, - "85690": { - "id": 85690, - "name": "ariaModal", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaModal)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78410, - "name": "HTMLElement.ariaModal" - } - }, - "85691": { - "id": 85691, - "name": "ariaMultiLine", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaMultiLine)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78411, - "name": "HTMLElement.ariaMultiLine" - } - }, - "85692": { - "id": 85692, - "name": "ariaMultiSelectable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaMultiSelectable)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78412, - "name": "HTMLElement.ariaMultiSelectable" - } - }, - "85693": { - "id": 85693, - "name": "ariaOrientation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaOrientation)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78413, - "name": "HTMLElement.ariaOrientation" - } - }, - "85694": { - "id": 85694, - "name": "ariaPlaceholder", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPlaceholder)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78414, - "name": "HTMLElement.ariaPlaceholder" - } - }, - "85695": { - "id": 85695, - "name": "ariaPosInSet", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPosInSet)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78415, - "name": "HTMLElement.ariaPosInSet" - } - }, - "85696": { - "id": 85696, - "name": "ariaPressed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPressed)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78416, - "name": "HTMLElement.ariaPressed" - } - }, - "85697": { - "id": 85697, - "name": "ariaReadOnly", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaReadOnly)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78417, - "name": "HTMLElement.ariaReadOnly" - } - }, - "85698": { - "id": 85698, - "name": "ariaRelevant", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRelevant)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78418, - "name": "HTMLElement.ariaRelevant" - } - }, - "85699": { - "id": 85699, - "name": "ariaRequired", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRequired)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78419, - "name": "HTMLElement.ariaRequired" - } - }, - "85700": { - "id": 85700, - "name": "ariaRoleDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRoleDescription)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78420, - "name": "HTMLElement.ariaRoleDescription" - } - }, - "85701": { - "id": 85701, - "name": "ariaRowCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowCount)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78421, - "name": "HTMLElement.ariaRowCount" - } - }, - "85702": { - "id": 85702, - "name": "ariaRowIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowIndex)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78422, - "name": "HTMLElement.ariaRowIndex" - } - }, - "85703": { - "id": 85703, - "name": "ariaRowIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowIndexText)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78423, - "name": "HTMLElement.ariaRowIndexText" - } - }, - "85704": { - "id": 85704, - "name": "ariaRowSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowSpan)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78424, - "name": "HTMLElement.ariaRowSpan" - } - }, - "85705": { - "id": 85705, - "name": "ariaSelected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaSelected)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78425, - "name": "HTMLElement.ariaSelected" - } - }, - "85706": { - "id": 85706, - "name": "ariaSetSize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaSetSize)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78426, - "name": "HTMLElement.ariaSetSize" - } - }, - "85707": { - "id": 85707, - "name": "ariaSort", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaSort)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78427, - "name": "HTMLElement.ariaSort" - } - }, - "85708": { - "id": 85708, - "name": "ariaValueMax", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueMax)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78428, - "name": "HTMLElement.ariaValueMax" - } - }, - "85709": { - "id": 85709, - "name": "ariaValueMin", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueMin)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78429, - "name": "HTMLElement.ariaValueMin" - } - }, - "85710": { - "id": 85710, - "name": "ariaValueNow", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueNow)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78430, - "name": "HTMLElement.ariaValueNow" - } - }, - "85711": { - "id": 85711, - "name": "ariaValueText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueText)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78431, - "name": "HTMLElement.ariaValueText" - } - }, - "85712": { - "id": 85712, - "name": "assignedSlot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/assignedSlot)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 114160, - "name": "HTMLSlotElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78432, - "name": "HTMLElement.assignedSlot" - } - }, - "85713": { - "id": 85713, - "name": "attributeStyleMap", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/attributeStyleMap)" - } - ] - }, - "type": { - "type": "reference", - "target": 205753, - "name": "StylePropertyMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78433, - "name": "HTMLElement.attributeStyleMap" - } - }, - "85714": { - "id": 85714, - "name": "attributes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/attributes)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NamedNodeMap" - }, - "name": "NamedNodeMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78434, - "name": "HTMLElement.attributes" - } - }, - "85715": { - "id": 85715, - "name": "autocapitalize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/autocapitalize)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78435, - "name": "HTMLElement.autocapitalize" - } - }, - "85716": { - "id": 85716, - "name": "autofocus", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/autofocus)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78436, - "name": "HTMLElement.autofocus" - } - }, - "85717": { - "id": 85717, - "name": "baseURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's node document's document base URL.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/baseURI)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78437, - "name": "HTMLElement.baseURI" - } - }, - "85718": { - "id": 85718, - "name": "childElementCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/childElementCount)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78438, - "name": "HTMLElement.childElementCount" - } - }, - "85719": { - "id": 85719, - "name": "childNodes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the children.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/childNodes)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78439, - "name": "HTMLElement.childNodes" - } - }, - "85720": { - "id": 85720, - "name": "children", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the child elements.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/children)" - } - ] - }, - "type": { - "type": "reference", - "target": 71580, - "name": "HTMLCollection", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78440, - "name": "HTMLElement.children" - } - }, - "85721": { - "id": 85721, - "name": "className", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the value of element's class content attribute. Can be set to change it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/className)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78441, - "name": "HTMLElement.className" - } - }, - "85722": { - "id": 85722, - "name": "clientHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientHeight)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78442, - "name": "HTMLElement.clientHeight" - } - }, - "85723": { - "id": 85723, - "name": "clientLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientLeft)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78443, - "name": "HTMLElement.clientLeft" - } - }, - "85724": { - "id": 85724, - "name": "clientTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientTop)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78444, - "name": "HTMLElement.clientTop" - } - }, - "85725": { - "id": 85725, - "name": "clientWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientWidth)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78445, - "name": "HTMLElement.clientWidth" - } - }, - "85726": { - "id": 85726, - "name": "contentEditable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/contentEditable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78446, - "name": "HTMLElement.contentEditable" - } - }, - "85727": { - "id": 85727, - "name": "currentCSSZoom", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/currentCSSZoom)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78447, - "name": "HTMLElement.currentCSSZoom" - } - }, - "85728": { - "id": 85728, - "name": "dataset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dataset)" - } - ] - }, - "type": { - "type": "reference", - "target": 60124, - "name": "DOMStringMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78448, - "name": "HTMLElement.dataset" - } - }, - "85729": { - "id": 85729, - "name": "dir", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dir)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78449, - "name": "HTMLElement.dir" - } - }, - "85730": { - "id": 85730, - "name": "draggable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/draggable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78450, - "name": "HTMLElement.draggable" - } - }, - "85731": { - "id": 85731, - "name": "enterKeyHint", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/enterKeyHint)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78451, - "name": "HTMLElement.enterKeyHint" - } - }, - "85732": { - "id": 85732, - "name": "firstChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/firstChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78452, - "name": "HTMLElement.firstChild" - } - }, - "85733": { - "id": 85733, - "name": "firstElementChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/firstElementChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78453, - "name": "HTMLElement.firstElementChild" - } - }, - "85734": { - "id": 85734, - "name": "hidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/hidden)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78454, - "name": "HTMLElement.hidden" - } - }, - "85735": { - "id": 85735, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the value of element's id content attribute. Can be set to change it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/id)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78455, - "name": "HTMLElement.id" - } - }, - "85736": { - "id": 85736, - "name": "inert", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/inert)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78456, - "name": "HTMLElement.inert" - } - }, - "85737": { - "id": 85737, - "name": "innerHTML", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/innerHTML)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78457, - "name": "HTMLElement.innerHTML" - } - }, - "85738": { - "id": 85738, - "name": "innerText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/innerText)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78458, - "name": "HTMLElement.innerText" - } - }, - "85739": { - "id": 85739, - "name": "inputMode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/inputMode)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78459, - "name": "HTMLElement.inputMode" - } - }, - "85740": { - "id": 85740, - "name": "isConnected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if node is connected and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isConnected)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78460, - "name": "HTMLElement.isConnected" - } - }, - "85741": { - "id": 85741, - "name": "isContentEditable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/isContentEditable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78461, - "name": "HTMLElement.isContentEditable" - } - }, - "85742": { - "id": 85742, - "name": "lang", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/lang)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78462, - "name": "HTMLElement.lang" - } - }, - "85743": { - "id": 85743, - "name": "lastChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lastChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78463, - "name": "HTMLElement.lastChild" - } - }, - "85744": { - "id": 85744, - "name": "lastElementChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/lastElementChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78464, - "name": "HTMLElement.lastElementChild" - } - }, - "85745": { - "id": 85745, - "name": "localName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the local name.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/localName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78465, - "name": "HTMLElement.localName" - } - }, - "85746": { - "id": 85746, - "name": "namespaceURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the namespace.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/namespaceURI)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78466, - "name": "HTMLElement.namespaceURI" - } - }, - "85747": { - "id": 85747, - "name": "nextElementSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first following sibling that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/nextElementSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78467, - "name": "HTMLElement.nextElementSibling" - } - }, - "85748": { - "id": 85748, - "name": "nextSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the next sibling.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nextSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78468, - "name": "HTMLElement.nextSibling" - } - }, - "85749": { - "id": 85749, - "name": "nodeName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a string appropriate for the type of node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78469, - "name": "HTMLElement.nodeName" - } - }, - "85750": { - "id": 85750, - "name": "nodeType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeType)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78470, - "name": "HTMLElement.nodeType" - } - }, - "85751": { - "id": 85751, - "name": "nodeValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeValue)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78471, - "name": "HTMLElement.nodeValue" - } - }, - "85752": { - "id": 85752, - "name": "nonce", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/nonce)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78472, - "name": "HTMLElement.nonce" - } - }, - "85753": { - "id": 85753, - "name": "offsetHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetHeight)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78473, - "name": "HTMLElement.offsetHeight" - } - }, - "85754": { - "id": 85754, - "name": "offsetLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetLeft)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78474, - "name": "HTMLElement.offsetLeft" - } - }, - "85755": { - "id": 85755, - "name": "offsetParent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetParent)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78475, - "name": "HTMLElement.offsetParent" - } - }, - "85756": { - "id": 85756, - "name": "offsetTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetTop)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78476, - "name": "HTMLElement.offsetTop" - } - }, - "85757": { - "id": 85757, - "name": "offsetWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetWidth)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78477, - "name": "HTMLElement.offsetWidth" - } - }, - "85758": { - "id": 85758, - "name": "onabort", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user aborts the download." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/abort_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85759, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85760, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85761, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85762, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206438, - "name": "UIEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78478, - "name": "HTMLElement.onabort" - } - }, - "85763": { - "id": 85763, - "name": "onanimationcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationcancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85764, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85765, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85766, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85767, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78483, - "name": "HTMLElement.onanimationcancel" - } - }, - "85768": { - "id": 85768, - "name": "onanimationend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationend_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85769, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85770, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85771, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85772, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78488, - "name": "HTMLElement.onanimationend" - } - }, - "85773": { - "id": 85773, - "name": "onanimationiteration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationiteration_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85774, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85775, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85776, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85777, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78493, - "name": "HTMLElement.onanimationiteration" - } - }, - "85778": { - "id": 85778, - "name": "onanimationstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationstart_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85779, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85780, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85781, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85782, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78498, - "name": "HTMLElement.onanimationstart" - } - }, - "85783": { - "id": 85783, - "name": "onauxclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/auxclick_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85784, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85785, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85786, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85787, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78503, - "name": "HTMLElement.onauxclick" - } - }, - "85788": { - "id": 85788, - "name": "onbeforeinput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/beforeinput_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85789, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85790, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85791, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85792, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132341, - "name": "InputEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78508, - "name": "HTMLElement.onbeforeinput" - } - }, - "85793": { - "id": 85793, - "name": "onbeforetoggle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/beforetoggle_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85794, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85795, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85796, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85797, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78513, - "name": "HTMLElement.onbeforetoggle" - } - }, - "85798": { - "id": 85798, - "name": "onblur", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the object loses the input focus." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The focus event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/blur_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85799, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85800, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85801, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85802, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62585, - "name": "FocusEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78518, - "name": "HTMLElement.onblur" - } - }, - "85803": { - "id": 85803, - "name": "oncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDialogElement/cancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85804, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85805, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85806, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85807, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78523, - "name": "HTMLElement.oncancel" - } - }, - "85808": { - "id": 85808, - "name": "oncanplay", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when playback is possible, but would require further buffering." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/canplay_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85809, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85810, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85811, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85812, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78528, - "name": "HTMLElement.oncanplay" - } - }, - "85813": { - "id": 85813, - "name": "oncanplaythrough", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/canplaythrough_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85814, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85815, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85816, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85817, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78533, - "name": "HTMLElement.oncanplaythrough" - } - }, - "85818": { - "id": 85818, - "name": "onchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the contents of the object or selection have changed." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/change_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85819, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85820, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85821, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85822, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78538, - "name": "HTMLElement.onchange" - } - }, - "85823": { - "id": 85823, - "name": "onclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user clicks the left mouse button on the object" - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/click_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85824, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85825, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85826, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85827, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78543, - "name": "HTMLElement.onclick" - } - }, - "85828": { - "id": 85828, - "name": "onclose", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDialogElement/close_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85829, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85830, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85831, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85832, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78548, - "name": "HTMLElement.onclose" - } - }, - "85833": { - "id": 85833, - "name": "oncontextlost", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/contextlost_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85834, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85835, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85836, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85837, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78553, - "name": "HTMLElement.oncontextlost" - } - }, - "85838": { - "id": 85838, - "name": "oncontextmenu", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user clicks the right mouse button in the client area, opening the context menu." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/contextmenu_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85839, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85840, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85841, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85842, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78558, - "name": "HTMLElement.oncontextmenu" - } - }, - "85843": { - "id": 85843, - "name": "oncontextrestored", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/contextrestored_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85844, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85845, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85846, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85847, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78563, - "name": "HTMLElement.oncontextrestored" - } - }, - "85848": { - "id": 85848, - "name": "oncopy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/copy_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85849, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85850, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85851, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85852, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 59344, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78568, - "name": "HTMLElement.oncopy" - } - }, - "85853": { - "id": 85853, - "name": "oncuechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/cuechange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85854, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85855, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85856, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85857, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78573, - "name": "HTMLElement.oncuechange" - } - }, - "85858": { - "id": 85858, - "name": "oncut", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/cut_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85859, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85860, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85861, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85862, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 59344, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78578, - "name": "HTMLElement.oncut" - } - }, - "85863": { - "id": 85863, - "name": "ondblclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user double-clicks the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/dblclick_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85864, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85865, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85866, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85867, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78583, - "name": "HTMLElement.ondblclick" - } - }, - "85868": { - "id": 85868, - "name": "ondrag", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the source object continuously during a drag operation." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/drag_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85869, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85870, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85871, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85872, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78588, - "name": "HTMLElement.ondrag" - } - }, - "85873": { - "id": 85873, - "name": "ondragend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the source object when the user releases the mouse at the close of a drag operation." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragend_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85874, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85875, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85876, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85877, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78593, - "name": "HTMLElement.ondragend" - } - }, - "85878": { - "id": 85878, - "name": "ondragenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the target element when the user drags the object to a valid drop target." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The drag event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragenter_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85879, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85880, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85881, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85882, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78598, - "name": "HTMLElement.ondragenter" - } - }, - "85883": { - "id": 85883, - "name": "ondragleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The drag event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragleave_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85884, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85885, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85886, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85887, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78603, - "name": "HTMLElement.ondragleave" - } - }, - "85888": { - "id": 85888, - "name": "ondragover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the target element continuously while the user drags the object over a valid drop target." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragover_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85889, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85890, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85891, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85892, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78608, - "name": "HTMLElement.ondragover" - } - }, - "85893": { - "id": 85893, - "name": "ondragstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the source object when the user starts to drag a text selection or selected object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragstart_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85894, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85895, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85896, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85897, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78613, - "name": "HTMLElement.ondragstart" - } - }, - "85898": { - "id": 85898, - "name": "ondrop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/drop_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85899, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85900, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85901, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85902, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78618, - "name": "HTMLElement.ondrop" - } - }, - "85903": { - "id": 85903, - "name": "ondurationchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the duration attribute is updated." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/durationchange_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85904, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85905, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85906, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85907, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78623, - "name": "HTMLElement.ondurationchange" - } - }, - "85908": { - "id": 85908, - "name": "onemptied", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the media element is reset to its initial state." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/emptied_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85909, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85910, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85911, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85912, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78628, - "name": "HTMLElement.onemptied" - } - }, - "85913": { - "id": 85913, - "name": "onended", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the end of playback is reached." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/ended_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85914, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85915, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85916, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85917, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78633, - "name": "HTMLElement.onended" - } - }, - "85918": { - "id": 85918, - "name": "onerror", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when an error occurs during object loading." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/error_event)" - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 212587, - "name": "OnErrorEventHandler", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78638, - "name": "HTMLElement.onerror" - } - }, - "85919": { - "id": 85919, - "name": "onfocus", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the object receives focus." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/focus_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85920, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85921, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85922, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85923, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62585, - "name": "FocusEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78639, - "name": "HTMLElement.onfocus" - } - }, - "85924": { - "id": 85924, - "name": "onformdata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/formdata_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85925, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85926, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85927, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85928, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62701, - "name": "FormDataEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78644, - "name": "HTMLElement.onformdata" - } - }, - "85929": { - "id": 85929, - "name": "onfullscreenchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/fullscreenchange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85930, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85931, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85932, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - }, - { - "id": 85933, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78649, - "name": "HTMLElement.onfullscreenchange" - } - }, - "85934": { - "id": 85934, - "name": "onfullscreenerror", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/fullscreenerror_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85935, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85936, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85937, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - }, - { - "id": 85938, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78654, - "name": "HTMLElement.onfullscreenerror" - } - }, - "85939": { - "id": 85939, - "name": "ongotpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/gotpointercapture_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85940, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85941, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85942, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85943, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78659, - "name": "HTMLElement.ongotpointercapture" - } - }, - "85944": { - "id": 85944, - "name": "oninput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/input_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85945, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85946, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85947, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85948, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78664, - "name": "HTMLElement.oninput" - } - }, - "85949": { - "id": 85949, - "name": "oninvalid", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/invalid_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85950, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85951, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85952, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85953, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78669, - "name": "HTMLElement.oninvalid" - } - }, - "85954": { - "id": 85954, - "name": "onkeydown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user presses a key." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The keyboard event\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/keydown_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85955, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85956, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85957, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85958, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132447, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78674, - "name": "HTMLElement.onkeydown" - } - }, - "85959": { - "id": 85959, - "name": "onkeypress", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user presses an alphanumeric key." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event." - } - ] - }, - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/keypress_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85960, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85961, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85962, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85963, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132447, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78679, - "name": "HTMLElement.onkeypress" - } - }, - "85964": { - "id": 85964, - "name": "onkeyup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user releases a key." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The keyboard event\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/keyup_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85965, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85966, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85967, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85968, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132447, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78684, - "name": "HTMLElement.onkeyup" - } - }, - "85969": { - "id": 85969, - "name": "onload", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires immediately after the browser loads the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGElement/load_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85970, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85971, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85972, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85973, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78689, - "name": "HTMLElement.onload" - } - }, - "85974": { - "id": 85974, - "name": "onloadeddata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when media data is loaded at the current playback position." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadeddata_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85975, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85976, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85977, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85978, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78694, - "name": "HTMLElement.onloadeddata" - } - }, - "85979": { - "id": 85979, - "name": "onloadedmetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the duration and dimensions of the media have been determined." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadedmetadata_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85980, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85981, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85982, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85983, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78699, - "name": "HTMLElement.onloadedmetadata" - } - }, - "85984": { - "id": 85984, - "name": "onloadstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when Internet Explorer begins looking for media data." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadstart_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85985, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85986, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85987, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85988, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78704, - "name": "HTMLElement.onloadstart" - } - }, - "85989": { - "id": 85989, - "name": "onlostpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/lostpointercapture_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85990, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85991, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85992, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85993, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78709, - "name": "HTMLElement.onlostpointercapture" - } - }, - "85994": { - "id": 85994, - "name": "onmousedown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user clicks the object with either mouse button." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mousedown_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 85995, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 85996, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 85997, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 85998, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78714, - "name": "HTMLElement.onmousedown" - } - }, - "85999": { - "id": 85999, - "name": "onmouseenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseenter_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86000, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86001, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86002, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86003, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78719, - "name": "HTMLElement.onmouseenter" - } - }, - "86004": { - "id": 86004, - "name": "onmouseleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseleave_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86005, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86006, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86007, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86008, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78724, - "name": "HTMLElement.onmouseleave" - } - }, - "86009": { - "id": 86009, - "name": "onmousemove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user moves the mouse over the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mousemove_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86010, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86011, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86012, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86013, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78729, - "name": "HTMLElement.onmousemove" - } - }, - "86014": { - "id": 86014, - "name": "onmouseout", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user moves the mouse pointer outside the boundaries of the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseout_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86015, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86016, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86017, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86018, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78734, - "name": "HTMLElement.onmouseout" - } - }, - "86019": { - "id": 86019, - "name": "onmouseover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user moves the mouse pointer into the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseover_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86020, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86021, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86022, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86023, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78739, - "name": "HTMLElement.onmouseover" - } - }, - "86024": { - "id": 86024, - "name": "onmouseup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user releases a mouse button while the mouse is over the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseup_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86025, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86026, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86027, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86028, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78744, - "name": "HTMLElement.onmouseup" - } - }, - "86029": { - "id": 86029, - "name": "onpaste", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/paste_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86030, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86031, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86032, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86033, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 59344, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78749, - "name": "HTMLElement.onpaste" - } - }, - "86034": { - "id": 86034, - "name": "onpause", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when playback is paused." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/pause_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86035, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86036, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86037, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86038, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78754, - "name": "HTMLElement.onpause" - } - }, - "86039": { - "id": 86039, - "name": "onplay", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the play method is requested." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/play_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86040, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86041, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86042, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86043, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78759, - "name": "HTMLElement.onplay" - } - }, - "86044": { - "id": 86044, - "name": "onplaying", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the audio or video has started playing." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/playing_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86045, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86046, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86047, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86048, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78764, - "name": "HTMLElement.onplaying" - } - }, - "86049": { - "id": 86049, - "name": "onpointercancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointercancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86050, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86051, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86052, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86053, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78769, - "name": "HTMLElement.onpointercancel" - } - }, - "86054": { - "id": 86054, - "name": "onpointerdown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerdown_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86055, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86056, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86057, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86058, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78774, - "name": "HTMLElement.onpointerdown" - } - }, - "86059": { - "id": 86059, - "name": "onpointerenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerenter_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86060, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86061, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86062, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86063, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78779, - "name": "HTMLElement.onpointerenter" - } - }, - "86064": { - "id": 86064, - "name": "onpointerleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerleave_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86065, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86066, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86067, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86068, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78784, - "name": "HTMLElement.onpointerleave" - } - }, - "86069": { - "id": 86069, - "name": "onpointermove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointermove_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86070, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86071, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86072, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86073, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78789, - "name": "HTMLElement.onpointermove" - } - }, - "86074": { - "id": 86074, - "name": "onpointerout", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerout_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86075, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86076, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86077, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86078, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78794, - "name": "HTMLElement.onpointerout" - } - }, - "86079": { - "id": 86079, - "name": "onpointerover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerover_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86080, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86081, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86082, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86083, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78799, - "name": "HTMLElement.onpointerover" - } - }, - "86084": { - "id": 86084, - "name": "onpointerup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerup_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86085, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86086, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86087, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86088, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78804, - "name": "HTMLElement.onpointerup" - } - }, - "86089": { - "id": 86089, - "name": "onprogress", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs to indicate progress while downloading media data." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/progress_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86090, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86091, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86092, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86093, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 136178, - "typeArguments": [ - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ], - "name": "ProgressEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78809, - "name": "HTMLElement.onprogress" - } - }, - "86094": { - "id": 86094, - "name": "onratechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the playback rate is increased or decreased." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/ratechange_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86095, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86096, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86097, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86098, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78814, - "name": "HTMLElement.onratechange" - } - }, - "86099": { - "id": 86099, - "name": "onreset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user resets a form." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/reset_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86100, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86101, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86102, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86103, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78819, - "name": "HTMLElement.onreset" - } - }, - "86104": { - "id": 86104, - "name": "onresize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLVideoElement/resize_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86105, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86106, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86107, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86108, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206438, - "name": "UIEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78824, - "name": "HTMLElement.onresize" - } - }, - "86109": { - "id": 86109, - "name": "onscroll", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user repositions the scroll box in the scroll bar on the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/scroll_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86110, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86111, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86112, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86113, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78829, - "name": "HTMLElement.onscroll" - } - }, - "86114": { - "id": 86114, - "name": "onscrollend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/scrollend_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86115, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86116, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86117, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86118, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78834, - "name": "HTMLElement.onscrollend" - } - }, - "86119": { - "id": 86119, - "name": "onsecuritypolicyviolation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/securitypolicyviolation_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86120, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86121, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86122, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86123, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 204976, - "name": "SecurityPolicyViolationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78839, - "name": "HTMLElement.onsecuritypolicyviolation" - } - }, - "86124": { - "id": 86124, - "name": "onseeked", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the seek operation ends." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/seeked_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86125, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86126, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86127, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86128, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78844, - "name": "HTMLElement.onseeked" - } - }, - "86129": { - "id": 86129, - "name": "onseeking", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the current playback position is moved." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/seeking_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86130, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86131, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86132, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86133, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78849, - "name": "HTMLElement.onseeking" - } - }, - "86134": { - "id": 86134, - "name": "onselect", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the current selection changes." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/select_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86135, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86136, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86137, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86138, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78854, - "name": "HTMLElement.onselect" - } - }, - "86139": { - "id": 86139, - "name": "onselectionchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/selectionchange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86140, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86141, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86142, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86143, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78859, - "name": "HTMLElement.onselectionchange" - } - }, - "86144": { - "id": 86144, - "name": "onselectstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/selectstart_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86145, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86146, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86147, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86148, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78864, - "name": "HTMLElement.onselectstart" - } - }, - "86149": { - "id": 86149, - "name": "onslotchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSlotElement/slotchange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86150, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86151, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86152, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86153, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78869, - "name": "HTMLElement.onslotchange" - } - }, - "86154": { - "id": 86154, - "name": "onstalled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the download has stopped." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/stalled_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86155, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86156, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86157, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86158, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78874, - "name": "HTMLElement.onstalled" - } - }, - "86159": { - "id": 86159, - "name": "onsubmit", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/submit_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86160, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86161, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86162, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86163, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 205818, - "name": "SubmitEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78879, - "name": "HTMLElement.onsubmit" - } - }, - "86164": { - "id": 86164, - "name": "onsuspend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs if the load operation has been intentionally halted." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/suspend_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86165, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86166, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86167, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86168, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78884, - "name": "HTMLElement.onsuspend" - } - }, - "86169": { - "id": 86169, - "name": "ontimeupdate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs to indicate the current playback position." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/timeupdate_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86170, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86171, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86172, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86173, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78889, - "name": "HTMLElement.ontimeupdate" - } - }, - "86174": { - "id": 86174, - "name": "ontoggle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/toggle_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86175, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86176, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86177, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86178, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78894, - "name": "HTMLElement.ontoggle" - } - }, - "86179": { - "id": 86179, - "name": "ontouchcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchcancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86180, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86181, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86182, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86183, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78899, - "name": "HTMLElement.ontouchcancel" - } - }, - "86184": { - "id": 86184, - "name": "ontouchend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchend_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86185, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86186, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86187, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86188, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78904, - "name": "HTMLElement.ontouchend" - } - }, - "86189": { - "id": 86189, - "name": "ontouchmove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchmove_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86190, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86191, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86192, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86193, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78909, - "name": "HTMLElement.ontouchmove" - } - }, - "86194": { - "id": 86194, - "name": "ontouchstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchstart_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86195, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86196, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86197, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86198, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78914, - "name": "HTMLElement.ontouchstart" - } - }, - "86199": { - "id": 86199, - "name": "ontransitioncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitioncancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86200, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86201, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86202, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86203, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78919, - "name": "HTMLElement.ontransitioncancel" - } - }, - "86204": { - "id": 86204, - "name": "ontransitionend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitionend_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86205, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86206, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86207, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86208, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78924, - "name": "HTMLElement.ontransitionend" - } - }, - "86209": { - "id": 86209, - "name": "ontransitionrun", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitionrun_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86210, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86211, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86212, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86213, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78929, - "name": "HTMLElement.ontransitionrun" - } - }, - "86214": { - "id": 86214, - "name": "ontransitionstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitionstart_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86215, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86216, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86217, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86218, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78934, - "name": "HTMLElement.ontransitionstart" - } - }, - "86219": { - "id": 86219, - "name": "onvolumechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the volume is changed, or playback is muted or unmuted." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/volumechange_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86220, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86221, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86222, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86223, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78939, - "name": "HTMLElement.onvolumechange" - } - }, - "86224": { - "id": 86224, - "name": "onwaiting", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when playback stops because the next frame of a video resource is not available." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/waiting_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86225, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86226, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86227, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86228, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78944, - "name": "HTMLElement.onwaiting" - } - }, - "86229": { - "id": 86229, - "name": "onwebkitanimationend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`onanimationend`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationend_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86230, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86231, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86232, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86233, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78949, - "name": "HTMLElement.onwebkitanimationend" - } - }, - "86234": { - "id": 86234, - "name": "onwebkitanimationiteration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`onanimationiteration`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationiteration_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86235, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86236, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86237, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86238, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78954, - "name": "HTMLElement.onwebkitanimationiteration" - } - }, - "86239": { - "id": 86239, - "name": "onwebkitanimationstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`onanimationstart`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationstart_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86240, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86241, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86242, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86243, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78959, - "name": "HTMLElement.onwebkitanimationstart" - } - }, - "86244": { - "id": 86244, - "name": "onwebkittransitionend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`ontransitionend`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitionend_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86245, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86246, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86247, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86248, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78964, - "name": "HTMLElement.onwebkittransitionend" - } - }, - "86249": { - "id": 86249, - "name": "onwheel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/wheel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 86250, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 86251, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 86252, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 86253, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 209942, - "name": "WheelEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78969, - "name": "HTMLElement.onwheel" - } - }, - "86254": { - "id": 86254, - "name": "outerHTML", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/outerHTML)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78974, - "name": "HTMLElement.outerHTML" - } - }, - "86255": { - "id": 86255, - "name": "outerText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/outerText)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78975, - "name": "HTMLElement.outerText" - } - }, - "86256": { - "id": 86256, - "name": "ownerDocument", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the node document. Returns null for documents.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/ownerDocument)" - } - ] - }, - "type": { - "type": "reference", - "target": 60250, - "name": "Document", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78976, - "name": "HTMLElement.ownerDocument" - } - }, - "86257": { - "id": 86257, - "name": "parentElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentElement)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78977, - "name": "HTMLElement.parentElement" - } - }, - "86258": { - "id": 86258, - "name": "parentNode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentNode)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 135318, - "name": "ParentNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78978, - "name": "HTMLElement.parentNode" - } - }, - "86259": { - "id": 86259, - "name": "popover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/popover)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78979, - "name": "HTMLElement.popover" - } - }, - "86260": { - "id": 86260, - "name": "prefix", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the namespace prefix.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/prefix)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78980, - "name": "HTMLElement.prefix" - } - }, - "86261": { - "id": 86261, - "name": "previousElementSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first preceding sibling that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/previousElementSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78981, - "name": "HTMLElement.previousElementSibling" - } - }, - "86262": { - "id": 86262, - "name": "previousSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the previous sibling.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/previousSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78982, - "name": "HTMLElement.previousSibling" - } - }, - "86263": { - "id": 86263, - "name": "role", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78983, - "name": "HTMLElement.role" - } - }, - "86264": { - "id": 86264, - "name": "scrollHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollHeight)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78984, - "name": "HTMLElement.scrollHeight" - } - }, - "86265": { - "id": 86265, - "name": "scrollLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollLeft)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78985, - "name": "HTMLElement.scrollLeft" - } - }, - "86266": { - "id": 86266, - "name": "scrollTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollTop)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78986, - "name": "HTMLElement.scrollTop" - } - }, - "86267": { - "id": 86267, - "name": "scrollWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollWidth)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78987, - "name": "HTMLElement.scrollWidth" - } - }, - "86268": { - "id": 86268, - "name": "shadowRoot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns element's shadow root, if any, and if shadow root's mode is \"open\", and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/shadowRoot)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 205149, - "name": "ShadowRoot", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78988, - "name": "HTMLElement.shadowRoot" - } - }, - "86269": { - "id": 86269, - "name": "slot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the value of element's slot content attribute. Can be set to change it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/slot)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78989, - "name": "HTMLElement.slot" - } - }, - "86270": { - "id": 86270, - "name": "spellcheck", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/spellcheck)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78990, - "name": "HTMLElement.spellcheck" - } - }, - "86271": { - "id": 86271, - "name": "tabIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/tabIndex)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78991, - "name": "HTMLElement.tabIndex" - } - }, - "86272": { - "id": 86272, - "name": "tagName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the HTML-uppercased qualified name.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/tagName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78992, - "name": "HTMLElement.tagName" - } - }, - "86273": { - "id": 86273, - "name": "textContent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/textContent)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78993, - "name": "HTMLElement.textContent" - } - }, - "86274": { - "id": 86274, - "name": "title", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/title)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78994, - "name": "HTMLElement.title" - } - }, - "86275": { - "id": 86275, - "name": "translate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/translate)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78995, - "name": "HTMLElement.translate" - } - }, - "86276": { - "id": 86276, - "name": "writingSuggestions", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/writingSuggestions)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78996, - "name": "HTMLElement.writingSuggestions" - } - }, - "86277": { - "id": 86277, - "name": "classList", - "variant": "declaration", - "kind": 262144, - "flags": { - "isExternal": true - }, - "getSignature": { - "id": 86278, - "name": "classList", - "variant": "signature", - "kind": 524288, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Allows for manipulation of element's class content attribute as a set of whitespace-separated tokens through a DOMTokenList object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/classList)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.classList" - } - }, - "setSignature": { - "id": 86279, - "name": "classList", - "variant": "signature", - "kind": 1048576, - "flags": { - "isExternal": true - }, - "parameters": [ - 86280 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.classList" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 78997, - "name": "HTMLElement.classList" - } - }, - "86281": { - "id": 86281, - "name": "part", - "variant": "declaration", - "kind": 262144, - "flags": { - "isExternal": true - }, - "getSignature": { - "id": 86282, - "name": "part", - "variant": "signature", - "kind": 524288, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/part)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.part" - } - }, - "setSignature": { - "id": 86283, - "name": "part", - "variant": "signature", - "kind": 1048576, - "flags": { - "isExternal": true - }, - "parameters": [ - 86284 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.part" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 79001, - "name": "HTMLElement.part" - } - }, - "86285": { - "id": 86285, - "name": "style", - "variant": "declaration", - "kind": 262144, - "flags": { - "isExternal": true - }, - "getSignature": { - "id": 86286, - "name": "style", - "variant": "signature", - "kind": 524288, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/style)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "CSSStyleDeclaration" - }, - "name": "CSSStyleDeclaration", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.style" - } - }, - "setSignature": { - "id": 86287, - "name": "style", - "variant": "signature", - "kind": 1048576, - "flags": { - "isExternal": true - }, - "parameters": [ - 86288 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.style" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 79005, - "name": "HTMLElement.style" - } - }, - "86289": { - "id": 86289, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86290, - 86299 - ], - "overwrites": { - "type": "reference", - "target": 79009, - "name": "HTMLElement.addEventListener" - } - }, - "86290": { - "id": 86290, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Appends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched.\n\nThe options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options's capture.\n\nWhen set to true, options's capture prevents callback from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event's eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event's eventPhase attribute value is AT_TARGET.\n\nWhen set to true, options's passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners.\n\nWhen set to true, options's once indicates that the callback will only be invoked once after which the event listener will be removed.\n\nIf an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted.\n\nThe event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/addEventListener)" - } - ] - }, - "typeParameter": [ - 86291 - ], - "parameters": [ - 86292, - 86293, - 86298 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 79010, - "name": "HTMLElement.addEventListener" - } - }, - "86291": { - "id": 86291, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 79364, - "name": "HTMLElementEventMap", - "package": "typescript" - } - } - }, - "86292": { - "id": 86292, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 86291, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "86293": { - "id": 86293, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 86294, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 86295 - ] - } - } - }, - "86298": { - "id": 86298, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 57635, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "86299": { - "id": 86299, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 86300, - 86301, - 86302 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 79019, - "name": "HTMLElement.addEventListener" - } - }, - "86300": { - "id": 86300, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "86301": { - "id": 86301, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "86302": { - "id": 86302, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 57635, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "86303": { - "id": 86303, - "name": "after", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86304 - ], - "inheritedFrom": { - "type": "reference", - "target": 79023, - "name": "HTMLElement.after" - } - }, - "86304": { - "id": 86304, - "name": "after", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes just after node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/after)" - } - ] - }, - "parameters": [ - 86305 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79024, - "name": "HTMLElement.after" - } - }, - "86305": { - "id": 86305, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "86306": { - "id": 86306, - "name": "animate", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86307 - ], - "inheritedFrom": { - "type": "reference", - "target": 79026, - "name": "HTMLElement.animate" - } - }, - "86307": { - "id": 86307, - "name": "animate", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animate)" - } - ] - }, - "parameters": [ - 86308, - 86309 - ], - "type": { - "type": "reference", - "target": 57672, - "name": "Animation", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79027, - "name": "HTMLElement.animate" - } - }, - "86308": { - "id": 86308, - "name": "keyframes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "array", - "elementType": { - "type": "reference", - "target": 132546, - "name": "Keyframe", - "package": "typescript" - } - }, - { - "type": "reference", - "target": 136273, - "name": "PropertyIndexedKeyframes", - "package": "typescript" - } - ] - } - }, - "86309": { - "id": 86309, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": 132552, - "name": "KeyframeAnimationOptions", - "package": "typescript" - } - ] - } - }, - "86310": { - "id": 86310, - "name": "append", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86311 - ], - "inheritedFrom": { - "type": "reference", - "target": 79030, - "name": "HTMLElement.append" - } - }, - "86311": { - "id": 86311, - "name": "append", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes after the last child of node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/append)" - } - ] - }, - "parameters": [ - 86312 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79031, - "name": "HTMLElement.append" - } - }, - "86312": { - "id": 86312, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "86313": { - "id": 86313, - "name": "appendChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86314 - ], - "inheritedFrom": { - "type": "reference", - "target": 79033, - "name": "HTMLElement.appendChild" - } - }, - "86314": { - "id": 86314, - "name": "appendChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/appendChild)" - } - ] - }, - "typeParameter": [ - 86315 - ], - "parameters": [ - 86316 - ], - "type": { - "type": "reference", - "target": 71251, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 79034, - "name": "HTMLElement.appendChild" - } - }, - "86316": { - "id": 86316, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71251, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "86317": { - "id": 86317, - "name": "attachInternals", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86318 - ], - "inheritedFrom": { - "type": "reference", - "target": 79037, - "name": "HTMLElement.attachInternals" - } - }, - "86318": { - "id": 86318, - "name": "attachInternals", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/attachInternals)" - } - ] - }, - "type": { - "type": "reference", - "target": 62311, - "name": "ElementInternals", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79038, - "name": "HTMLElement.attachInternals" - } - }, - "86319": { - "id": 86319, - "name": "attachShadow", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86320 - ], - "inheritedFrom": { - "type": "reference", - "target": 79039, - "name": "HTMLElement.attachShadow" - } - }, - "86320": { - "id": 86320, - "name": "attachShadow", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Creates a shadow root for element and returns it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/attachShadow)" - } - ] - }, - "parameters": [ - 86321 - ], - "type": { - "type": "reference", - "target": 205149, - "name": "ShadowRoot", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79040, - "name": "HTMLElement.attachShadow" - } - }, - "86321": { - "id": 86321, - "name": "init", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 205346, - "name": "ShadowRootInit", - "package": "typescript" - } - }, - "86322": { - "id": 86322, - "name": "before", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86323 - ], - "inheritedFrom": { - "type": "reference", - "target": 79042, - "name": "HTMLElement.before" - } - }, - "86323": { - "id": 86323, - "name": "before", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes just before node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/before)" - } - ] - }, - "parameters": [ - 86324 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79043, - "name": "HTMLElement.before" - } - }, - "86324": { - "id": 86324, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "86325": { - "id": 86325, - "name": "blur", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86326 - ], - "inheritedFrom": { - "type": "reference", - "target": 79045, - "name": "HTMLElement.blur" - } - }, - "86326": { - "id": 86326, - "name": "blur", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/blur)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79046, - "name": "HTMLElement.blur" - } - }, - "86327": { - "id": 86327, - "name": "checkVisibility", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86328 - ], - "inheritedFrom": { - "type": "reference", - "target": 79047, - "name": "HTMLElement.checkVisibility" - } - }, - "86328": { - "id": 86328, - "name": "checkVisibility", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/checkVisibility)" - } - ] - }, - "parameters": [ - 86329 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79048, - "name": "HTMLElement.checkVisibility" - } - }, - "86329": { - "id": 86329, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 59232, - "name": "CheckVisibilityOptions", - "package": "typescript" - } - }, - "86330": { - "id": 86330, - "name": "click", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86331 - ], - "inheritedFrom": { - "type": "reference", - "target": 79050, - "name": "HTMLElement.click" - } - }, - "86331": { - "id": 86331, - "name": "click", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/click)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79051, - "name": "HTMLElement.click" - } - }, - "86332": { - "id": 86332, - "name": "cloneNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86333 - ], - "inheritedFrom": { - "type": "reference", - "target": 79052, - "name": "HTMLElement.cloneNode" - } - }, - "86333": { - "id": 86333, - "name": "cloneNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a copy of node. If deep is true, the copy also includes the node's descendants.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/cloneNode)" - } - ] - }, - "parameters": [ - 86334 - ], - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79053, - "name": "HTMLElement.cloneNode" - } - }, - "86334": { - "id": 86334, - "name": "subtree", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "86335": { - "id": 86335, - "name": "closest", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86336, - 86339, - 86342, - 86345 - ], - "inheritedFrom": { - "type": "reference", - "target": 79055, - "name": "HTMLElement.closest" - } - }, - "86336": { - "id": 86336, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first (starting at element) inclusive ancestor that matches selectors, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/closest)" - } - ] - }, - "typeParameter": [ - 86337 - ], - "parameters": [ - 86338 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71276, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79056, - "name": "HTMLElement.closest" - } - }, - "86338": { - "id": 86338, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71276, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "86339": { - "id": 86339, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 86340 - ], - "parameters": [ - 86341 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71279, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79059, - "name": "HTMLElement.closest" - } - }, - "86341": { - "id": 86341, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71279, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "86342": { - "id": 86342, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 86343 - ], - "parameters": [ - 86344 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71282, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79062, - "name": "HTMLElement.closest" - } - }, - "86344": { - "id": 86344, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71282, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "86345": { - "id": 86345, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 86346 - ], - "parameters": [ - 86347 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 71285, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79065, - "name": "HTMLElement.closest" - } - }, - "86347": { - "id": 86347, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "86348": { - "id": 86348, - "name": "compareDocumentPosition", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86349 - ], - "inheritedFrom": { - "type": "reference", - "target": 79068, - "name": "HTMLElement.compareDocumentPosition" - } - }, - "86349": { - "id": 86349, - "name": "compareDocumentPosition", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a bitmask indicating the position of other relative to node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/compareDocumentPosition)" - } - ] - }, - "parameters": [ - 86350 - ], - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 79069, - "name": "HTMLElement.compareDocumentPosition" - } - }, - "86350": { - "id": 86350, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "86351": { - "id": 86351, - "name": "computedStyleMap", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86352 - ], - "inheritedFrom": { - "type": "reference", - "target": 79071, - "name": "HTMLElement.computedStyleMap" - } - }, - "86352": { - "id": 86352, - "name": "computedStyleMap", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/computedStyleMap)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "StylePropertyMapReadOnly" - }, - "name": "StylePropertyMapReadOnly", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79072, - "name": "HTMLElement.computedStyleMap" - } - }, - "86353": { - "id": 86353, - "name": "contains", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86354 - ], - "inheritedFrom": { - "type": "reference", - "target": 79073, - "name": "HTMLElement.contains" - } - }, - "86354": { - "id": 86354, - "name": "contains", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if other is an inclusive descendant of node, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/contains)" - } - ] - }, - "parameters": [ - 86355 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79074, - "name": "HTMLElement.contains" - } - }, - "86355": { - "id": 86355, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "86356": { - "id": 86356, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86357 - ], - "inheritedFrom": { - "type": "reference", - "target": 79076, - "name": "HTMLElement.dispatchEvent" - } - }, - "86357": { - "id": 86357, - "name": "dispatchEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "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.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/dispatchEvent)" - } - ] - }, - "parameters": [ - 86358 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79077, - "name": "HTMLElement.dispatchEvent" - } - }, - "86358": { - "id": 86358, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "86359": { - "id": 86359, - "name": "focus", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86360 - ], - "inheritedFrom": { - "type": "reference", - "target": 79079, - "name": "HTMLElement.focus" - } - }, - "86360": { - "id": 86360, - "name": "focus", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/focus)" - } - ] - }, - "parameters": [ - 86361 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79080, - "name": "HTMLElement.focus" - } - }, - "86361": { - "id": 86361, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62635, - "name": "FocusOptions", - "package": "typescript" - } - }, - "86362": { - "id": 86362, - "name": "getAnimations", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86363 - ], - "inheritedFrom": { - "type": "reference", - "target": 79082, - "name": "HTMLElement.getAnimations" - } - }, - "86363": { - "id": 86363, - "name": "getAnimations", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAnimations)" - } - ] - }, - "parameters": [ - 86364 - ], - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 57672, - "name": "Animation", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 79083, - "name": "HTMLElement.getAnimations" - } - }, - "86364": { - "id": 86364, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62808, - "name": "GetAnimationsOptions", - "package": "typescript" - } - }, - "86365": { - "id": 86365, - "name": "getAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86366 - ], - "inheritedFrom": { - "type": "reference", - "target": 79085, - "name": "HTMLElement.getAttribute" - } - }, - "86366": { - "id": 86366, - "name": "getAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns element's first attribute whose qualified name is qualifiedName, and null if there is no such attribute otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttribute)" - } - ] - }, - "parameters": [ - 86367 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79086, - "name": "HTMLElement.getAttribute" - } - }, - "86367": { - "id": 86367, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "86368": { - "id": 86368, - "name": "getAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86369 - ], - "inheritedFrom": { - "type": "reference", - "target": 79088, - "name": "HTMLElement.getAttributeNS" - } - }, - "86369": { - "id": 86369, - "name": "getAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns element's attribute whose namespace is namespace and local name is localName, and null if there is no such attribute otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNS)" - } - ] - }, - "parameters": [ - 86370, - 86371 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79089, - "name": "HTMLElement.getAttributeNS" - } - }, - "86370": { - "id": 86370, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "86371": { - "id": 86371, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "86372": { - "id": 86372, - "name": "getAttributeNames", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86373 - ], - "inheritedFrom": { - "type": "reference", - "target": 79092, - "name": "HTMLElement.getAttributeNames" - } - }, - "86373": { - "id": 86373, - "name": "getAttributeNames", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the qualified names of all element's attributes. Can contain duplicates.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNames)" - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 79093, - "name": "HTMLElement.getAttributeNames" - } - }, - "86374": { - "id": 86374, - "name": "getAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86375 - ], - "inheritedFrom": { - "type": "reference", - "target": 79094, - "name": "HTMLElement.getAttributeNode" - } - }, - "86375": { - "id": 86375, - "name": "getAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNode)" - } - ] - }, - "parameters": [ - 86376 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79095, - "name": "HTMLElement.getAttributeNode" - } - }, - "86376": { - "id": 86376, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "86377": { - "id": 86377, - "name": "getAttributeNodeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86378 - ], - "inheritedFrom": { - "type": "reference", - "target": 79097, - "name": "HTMLElement.getAttributeNodeNS" - } - }, - "86378": { - "id": 86378, - "name": "getAttributeNodeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNodeNS)" - } - ] - }, - "parameters": [ - 86379, - 86380 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79098, - "name": "HTMLElement.getAttributeNodeNS" - } - }, - "86379": { - "id": 86379, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "86380": { - "id": 86380, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "86381": { - "id": 86381, - "name": "getBoundingClientRect", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86382 - ], - "inheritedFrom": { - "type": "reference", - "target": 79101, - "name": "HTMLElement.getBoundingClientRect" - } - }, - "86382": { - "id": 86382, - "name": "getBoundingClientRect", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getBoundingClientRect)" - } - ] - }, - "type": { - "type": "reference", - "target": 60097, - "name": "DOMRect", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79102, - "name": "HTMLElement.getBoundingClientRect" - } - }, - "86383": { - "id": 86383, - "name": "getClientRects", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86384 - ], - "inheritedFrom": { - "type": "reference", - "target": 79103, - "name": "HTMLElement.getClientRects" - } - }, - "86384": { - "id": 86384, - "name": "getClientRects", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getClientRects)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMRectList" - }, - "name": "DOMRectList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79104, - "name": "HTMLElement.getClientRects" - } - }, - "86385": { - "id": 86385, - "name": "getElementsByClassName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86386 - ], - "inheritedFrom": { - "type": "reference", - "target": 79105, - "name": "HTMLElement.getElementsByClassName" - } - }, - "86386": { - "id": 86386, - "name": "getElementsByClassName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a HTMLCollection of the elements in the object on which the method was invoked (a document or an element) that have all the classes given by classNames. The classNames argument is interpreted as a space-separated list of classes.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByClassName)" - } - ] - }, - "parameters": [ - 86387 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79106, - "name": "HTMLElement.getElementsByClassName" - } - }, - "86387": { - "id": 86387, - "name": "classNames", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "86388": { - "id": 86388, - "name": "getElementsByTagName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86389, - 86392, - 86395, - 86398, - 86401 - ], - "inheritedFrom": { - "type": "reference", - "target": 79108, - "name": "HTMLElement.getElementsByTagName" - } - }, - "86389": { - "id": 86389, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByTagName)" - } - ] - }, - "typeParameter": [ - 86390 - ], - "parameters": [ - 86391 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71345, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79109, - "name": "HTMLElement.getElementsByTagName" - } - }, - "86391": { - "id": 86391, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71345, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "86392": { - "id": 86392, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 86393 - ], - "parameters": [ - 86394 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71348, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79112, - "name": "HTMLElement.getElementsByTagName" - } - }, - "86394": { - "id": 86394, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71348, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "86395": { - "id": 86395, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 86396 - ], - "parameters": [ - 86397 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71351, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79115, - "name": "HTMLElement.getElementsByTagName" - } - }, - "86397": { - "id": 86397, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71351, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "86398": { - "id": 86398, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "typeParameter": [ - 86399 - ], - "parameters": [ - 86400 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71354, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79118, - "name": "HTMLElement.getElementsByTagName" - } - }, - "86400": { - "id": 86400, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71354, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "86401": { - "id": 86401, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 86402 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79121, - "name": "HTMLElement.getElementsByTagName" - } - }, - "86402": { - "id": 86402, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "86403": { - "id": 86403, - "name": "getElementsByTagNameNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86404, - 86407, - 86410, - 86413 - ], - "inheritedFrom": { - "type": "reference", - "target": 79123, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "86404": { - "id": 86404, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByTagNameNS)" - } - ] - }, - "parameters": [ - 86405, - 86406 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79124, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "86405": { - "id": 86405, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/1999/xhtml" - } - }, - "86406": { - "id": 86406, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "86407": { - "id": 86407, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 86408, - 86409 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 146576, - "name": "SVGElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79127, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "86408": { - "id": 86408, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/2000/svg" - } - }, - "86409": { - "id": 86409, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "86410": { - "id": 86410, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 86411, - 86412 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 132754, - "name": "MathMLElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79130, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "86411": { - "id": 86411, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/1998/Math/MathML" - } - }, - "86412": { - "id": 86412, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "86413": { - "id": 86413, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 86414, - 86415 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79133, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "86414": { - "id": 86414, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "86415": { - "id": 86415, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "86416": { - "id": 86416, - "name": "getHTML", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86417 - ], - "inheritedFrom": { - "type": "reference", - "target": 79136, - "name": "HTMLElement.getHTML" - } - }, - "86417": { - "id": 86417, - "name": "getHTML", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getHTML)" - } - ] - }, - "parameters": [ - 86418 - ], - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 79137, - "name": "HTMLElement.getHTML" - } - }, - "86418": { - "id": 86418, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62810, - "name": "GetHTMLOptions", - "package": "typescript" - } - }, - "86419": { - "id": 86419, - "name": "getRootNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86420 - ], - "inheritedFrom": { - "type": "reference", - "target": 79139, - "name": "HTMLElement.getRootNode" - } - }, - "86420": { - "id": 86420, - "name": "getRootNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's root.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/getRootNode)" - } - ] - }, - "parameters": [ - 86421 - ], - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79140, - "name": "HTMLElement.getRootNode" - } - }, - "86421": { - "id": 86421, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62813, - "name": "GetRootNodeOptions", - "package": "typescript" - } - }, - "86422": { - "id": 86422, - "name": "hasAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86423 - ], - "inheritedFrom": { - "type": "reference", - "target": 79142, - "name": "HTMLElement.hasAttribute" - } - }, - "86423": { - "id": 86423, - "name": "hasAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if element has an attribute whose qualified name is qualifiedName, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasAttribute)" - } - ] - }, - "parameters": [ - 86424 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79143, - "name": "HTMLElement.hasAttribute" - } - }, - "86424": { - "id": 86424, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "86425": { - "id": 86425, - "name": "hasAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86426 - ], - "inheritedFrom": { - "type": "reference", - "target": 79145, - "name": "HTMLElement.hasAttributeNS" - } - }, - "86426": { - "id": 86426, - "name": "hasAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if element has an attribute whose namespace is namespace and local name is localName.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasAttributeNS)" - } - ] - }, - "parameters": [ - 86427, - 86428 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79146, - "name": "HTMLElement.hasAttributeNS" - } - }, - "86427": { - "id": 86427, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "86428": { - "id": 86428, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "86429": { - "id": 86429, - "name": "hasAttributes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86430 - ], - "inheritedFrom": { - "type": "reference", - "target": 79149, - "name": "HTMLElement.hasAttributes" - } - }, - "86430": { - "id": 86430, - "name": "hasAttributes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if element has attributes, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasAttributes)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79150, - "name": "HTMLElement.hasAttributes" - } - }, - "86431": { - "id": 86431, - "name": "hasChildNodes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86432 - ], - "inheritedFrom": { - "type": "reference", - "target": 79151, - "name": "HTMLElement.hasChildNodes" - } - }, - "86432": { - "id": 86432, - "name": "hasChildNodes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node has children.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/hasChildNodes)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79152, - "name": "HTMLElement.hasChildNodes" - } - }, - "86433": { - "id": 86433, - "name": "hasPointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86434 - ], - "inheritedFrom": { - "type": "reference", - "target": 79153, - "name": "HTMLElement.hasPointerCapture" - } - }, - "86434": { - "id": 86434, - "name": "hasPointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasPointerCapture)" - } - ] - }, - "parameters": [ - 86435 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79154, - "name": "HTMLElement.hasPointerCapture" - } - }, - "86435": { - "id": 86435, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "86436": { - "id": 86436, - "name": "hidePopover", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86437 - ], - "inheritedFrom": { - "type": "reference", - "target": 79156, - "name": "HTMLElement.hidePopover" - } - }, - "86437": { - "id": 86437, - "name": "hidePopover", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/hidePopover)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79157, - "name": "HTMLElement.hidePopover" - } - }, - "86438": { - "id": 86438, - "name": "insertAdjacentElement", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86439 - ], - "inheritedFrom": { - "type": "reference", - "target": 79158, - "name": "HTMLElement.insertAdjacentElement" - } - }, - "86439": { - "id": 86439, - "name": "insertAdjacentElement", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentElement)" - } - ] - }, - "parameters": [ - 86440, - 86441 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79159, - "name": "HTMLElement.insertAdjacentElement" - } - }, - "86440": { - "id": 86440, - "name": "where", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212558, - "name": "InsertPosition", - "package": "typescript" - } - }, - "86441": { - "id": 86441, - "name": "element", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - }, - "86442": { - "id": 86442, - "name": "insertAdjacentHTML", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86443 - ], - "inheritedFrom": { - "type": "reference", - "target": 79162, - "name": "HTMLElement.insertAdjacentHTML" - } - }, - "86443": { - "id": 86443, - "name": "insertAdjacentHTML", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentHTML)" - } - ] - }, - "parameters": [ - 86444, - 86445 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79163, - "name": "HTMLElement.insertAdjacentHTML" - } - }, - "86444": { - "id": 86444, - "name": "position", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212558, - "name": "InsertPosition", - "package": "typescript" - } - }, - "86445": { - "id": 86445, - "name": "string", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "86446": { - "id": 86446, - "name": "insertAdjacentText", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86447 - ], - "inheritedFrom": { - "type": "reference", - "target": 79166, - "name": "HTMLElement.insertAdjacentText" - } - }, - "86447": { - "id": 86447, - "name": "insertAdjacentText", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentText)" - } - ] - }, - "parameters": [ - 86448, - 86449 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79167, - "name": "HTMLElement.insertAdjacentText" - } - }, - "86448": { - "id": 86448, - "name": "where", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212558, - "name": "InsertPosition", - "package": "typescript" - } - }, - "86449": { - "id": 86449, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "86450": { - "id": 86450, - "name": "insertBefore", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86451 - ], - "inheritedFrom": { - "type": "reference", - "target": 79170, - "name": "HTMLElement.insertBefore" - } - }, - "86451": { - "id": 86451, - "name": "insertBefore", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/insertBefore)" - } - ] - }, - "typeParameter": [ - 86452 - ], - "parameters": [ - 86453, - 86454 - ], - "type": { - "type": "reference", - "target": 71407, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 79171, - "name": "HTMLElement.insertBefore" - } - }, - "86453": { - "id": 86453, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71407, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "86454": { - "id": 86454, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "86455": { - "id": 86455, - "name": "isDefaultNamespace", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86456 - ], - "inheritedFrom": { - "type": "reference", - "target": 79175, - "name": "HTMLElement.isDefaultNamespace" - } - }, - "86456": { - "id": 86456, - "name": "isDefaultNamespace", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isDefaultNamespace)" - } - ] - }, - "parameters": [ - 86457 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79176, - "name": "HTMLElement.isDefaultNamespace" - } - }, - "86457": { - "id": 86457, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "86458": { - "id": 86458, - "name": "isEqualNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86459 - ], - "inheritedFrom": { - "type": "reference", - "target": 79178, - "name": "HTMLElement.isEqualNode" - } - }, - "86459": { - "id": 86459, - "name": "isEqualNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node and otherNode have the same properties.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isEqualNode)" - } - ] - }, - "parameters": [ - 86460 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79179, - "name": "HTMLElement.isEqualNode" - } - }, - "86460": { - "id": 86460, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "86461": { - "id": 86461, - "name": "isSameNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86462 - ], - "inheritedFrom": { - "type": "reference", - "target": 79181, - "name": "HTMLElement.isSameNode" - } - }, - "86462": { - "id": 86462, - "name": "isSameNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isSameNode)" - } - ] - }, - "parameters": [ - 86463 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79182, - "name": "HTMLElement.isSameNode" - } - }, - "86463": { - "id": 86463, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "86464": { - "id": 86464, - "name": "lookupNamespaceURI", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86465 - ], - "inheritedFrom": { - "type": "reference", - "target": 79184, - "name": "HTMLElement.lookupNamespaceURI" - } - }, - "86465": { - "id": 86465, - "name": "lookupNamespaceURI", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupNamespaceURI)" - } - ] - }, - "parameters": [ - 86466 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79185, - "name": "HTMLElement.lookupNamespaceURI" - } - }, - "86466": { - "id": 86466, - "name": "prefix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "86467": { - "id": 86467, - "name": "lookupPrefix", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86468 - ], - "inheritedFrom": { - "type": "reference", - "target": 79187, - "name": "HTMLElement.lookupPrefix" - } - }, - "86468": { - "id": 86468, - "name": "lookupPrefix", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupPrefix)" - } - ] - }, - "parameters": [ - 86469 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79188, - "name": "HTMLElement.lookupPrefix" - } - }, - "86469": { - "id": 86469, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "86470": { - "id": 86470, - "name": "matches", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86471 - ], - "inheritedFrom": { - "type": "reference", - "target": 79190, - "name": "HTMLElement.matches" - } - }, - "86471": { - "id": 86471, - "name": "matches", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if matching selectors against element's root yields element, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/matches)" - } - ] - }, - "parameters": [ - 86472 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79191, - "name": "HTMLElement.matches" - } - }, - "86472": { - "id": 86472, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "86473": { - "id": 86473, - "name": "normalize", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86474 - ], - "inheritedFrom": { - "type": "reference", - "target": 79193, - "name": "HTMLElement.normalize" - } - }, - "86474": { - "id": 86474, - "name": "normalize", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes empty exclusive Text nodes and concatenates the data of remaining contiguous exclusive Text nodes into the first of their nodes.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/normalize)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79194, - "name": "HTMLElement.normalize" - } - }, - "86475": { - "id": 86475, - "name": "prepend", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86476 - ], - "inheritedFrom": { - "type": "reference", - "target": 79195, - "name": "HTMLElement.prepend" - } - }, - "86476": { - "id": 86476, - "name": "prepend", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes before the first child of node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/prepend)" - } - ] - }, - "parameters": [ - 86477 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79196, - "name": "HTMLElement.prepend" - } - }, - "86477": { - "id": 86477, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "86478": { - "id": 86478, - "name": "querySelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86479, - 86482, - 86485, - 86488, - 86491 - ], - "inheritedFrom": { - "type": "reference", - "target": 79198, - "name": "HTMLElement.querySelector" - } - }, - "86479": { - "id": 86479, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first element that is a descendant of node that matches selectors.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/querySelector)" - } - ] - }, - "typeParameter": [ - 86480 - ], - "parameters": [ - 86481 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71435, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79199, - "name": "HTMLElement.querySelector" - } - }, - "86481": { - "id": 86481, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71435, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "86482": { - "id": 86482, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 86483 - ], - "parameters": [ - 86484 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71438, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79202, - "name": "HTMLElement.querySelector" - } - }, - "86484": { - "id": 86484, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71438, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "86485": { - "id": 86485, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 86486 - ], - "parameters": [ - 86487 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71441, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79205, - "name": "HTMLElement.querySelector" - } - }, - "86487": { - "id": 86487, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71441, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "86488": { - "id": 86488, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "typeParameter": [ - 86489 - ], - "parameters": [ - 86490 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71444, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79208, - "name": "HTMLElement.querySelector" - } - }, - "86490": { - "id": 86490, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71444, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "86491": { - "id": 86491, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 86492 - ], - "parameters": [ - 86493 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 71447, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79211, - "name": "HTMLElement.querySelector" - } - }, - "86493": { - "id": 86493, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "86494": { - "id": 86494, - "name": "querySelectorAll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86495, - 86498, - 86501, - 86504, - 86507 - ], - "inheritedFrom": { - "type": "reference", - "target": 79214, - "name": "HTMLElement.querySelectorAll" - } - }, - "86495": { - "id": 86495, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns all element descendants of node that match selectors.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/querySelectorAll)" - } - ] - }, - "typeParameter": [ - 86496 - ], - "parameters": [ - 86497 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71451, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79215, - "name": "HTMLElement.querySelectorAll" - } - }, - "86497": { - "id": 86497, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71451, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "86498": { - "id": 86498, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 86499 - ], - "parameters": [ - 86500 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71454, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79218, - "name": "HTMLElement.querySelectorAll" - } - }, - "86500": { - "id": 86500, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71454, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "86501": { - "id": 86501, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 86502 - ], - "parameters": [ - 86503 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71457, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79221, - "name": "HTMLElement.querySelectorAll" - } - }, - "86503": { - "id": 86503, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71457, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "86504": { - "id": 86504, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "typeParameter": [ - 86505 - ], - "parameters": [ - 86506 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71460, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79224, - "name": "HTMLElement.querySelectorAll" - } - }, - "86506": { - "id": 86506, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71460, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "86507": { - "id": 86507, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 86508 - ], - "parameters": [ - 86509 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 71463, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79227, - "name": "HTMLElement.querySelectorAll" - } - }, - "86509": { - "id": 86509, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "86510": { - "id": 86510, - "name": "releasePointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86511 - ], - "inheritedFrom": { - "type": "reference", - "target": 79230, - "name": "HTMLElement.releasePointerCapture" - } - }, - "86511": { - "id": 86511, - "name": "releasePointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/releasePointerCapture)" - } - ] - }, - "parameters": [ - 86512 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79231, - "name": "HTMLElement.releasePointerCapture" - } - }, - "86512": { - "id": 86512, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "86513": { - "id": 86513, - "name": "remove", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86514 - ], - "inheritedFrom": { - "type": "reference", - "target": 79233, - "name": "HTMLElement.remove" - } - }, - "86514": { - "id": 86514, - "name": "remove", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/remove)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79234, - "name": "HTMLElement.remove" - } - }, - "86515": { - "id": 86515, - "name": "removeAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86516 - ], - "inheritedFrom": { - "type": "reference", - "target": 79235, - "name": "HTMLElement.removeAttribute" - } - }, - "86516": { - "id": 86516, - "name": "removeAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes element's first attribute whose qualified name is qualifiedName.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/removeAttribute)" - } - ] - }, - "parameters": [ - 86517 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79236, - "name": "HTMLElement.removeAttribute" - } - }, - "86517": { - "id": 86517, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "86518": { - "id": 86518, - "name": "removeAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86519 - ], - "inheritedFrom": { - "type": "reference", - "target": 79238, - "name": "HTMLElement.removeAttributeNS" - } - }, - "86519": { - "id": 86519, - "name": "removeAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes element's attribute whose namespace is namespace and local name is localName.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/removeAttributeNS)" - } - ] - }, - "parameters": [ - 86520, - 86521 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79239, - "name": "HTMLElement.removeAttributeNS" - } - }, - "86520": { - "id": 86520, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "86521": { - "id": 86521, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "86522": { - "id": 86522, - "name": "removeAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86523 - ], - "inheritedFrom": { - "type": "reference", - "target": 79242, - "name": "HTMLElement.removeAttributeNode" - } - }, - "86523": { - "id": 86523, - "name": "removeAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/removeAttributeNode)" - } - ] - }, - "parameters": [ - 86524 - ], - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79243, - "name": "HTMLElement.removeAttributeNode" - } - }, - "86524": { - "id": 86524, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - }, - "86525": { - "id": 86525, - "name": "removeChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86526 - ], - "inheritedFrom": { - "type": "reference", - "target": 79245, - "name": "HTMLElement.removeChild" - } - }, - "86526": { - "id": 86526, - "name": "removeChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/removeChild)" - } - ] - }, - "typeParameter": [ - 86527 - ], - "parameters": [ - 86528 - ], - "type": { - "type": "reference", - "target": 71482, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 79246, - "name": "HTMLElement.removeChild" - } - }, - "86528": { - "id": 86528, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71482, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "86529": { - "id": 86529, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86530, - 86539 - ], - "overwrites": { - "type": "reference", - "target": 79249, - "name": "HTMLElement.removeEventListener" - } - }, - "86530": { - "id": 86530, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes the event listener in target's event listener list with the same type, callback, and options.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/removeEventListener)" - } - ] - }, - "typeParameter": [ - 86531 - ], - "parameters": [ - 86532, - 86533, - 86538 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 79250, - "name": "HTMLElement.removeEventListener" - } - }, - "86531": { - "id": 86531, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 79364, - "name": "HTMLElementEventMap", - "package": "typescript" - } - } - }, - "86532": { - "id": 86532, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 86531, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "86533": { - "id": 86533, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 86534, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 86535 - ] - } - } - }, - "86538": { - "id": 86538, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 62469, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "86539": { - "id": 86539, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 86540, - 86541, - 86542 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 79259, - "name": "HTMLElement.removeEventListener" - } - }, - "86540": { - "id": 86540, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "86541": { - "id": 86541, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "86542": { - "id": 86542, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 62469, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "86543": { - "id": 86543, - "name": "replaceChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86544 - ], - "inheritedFrom": { - "type": "reference", - "target": 79263, - "name": "HTMLElement.replaceChild" - } - }, - "86544": { - "id": 86544, - "name": "replaceChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/replaceChild)" - } - ] - }, - "typeParameter": [ - 86545 - ], - "parameters": [ - 86546, - 86547 - ], - "type": { - "type": "reference", - "target": 71500, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 79264, - "name": "HTMLElement.replaceChild" - } - }, - "86546": { - "id": 86546, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "86547": { - "id": 86547, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71500, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "86548": { - "id": 86548, - "name": "replaceChildren", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86549 - ], - "inheritedFrom": { - "type": "reference", - "target": 79268, - "name": "HTMLElement.replaceChildren" - } - }, - "86549": { - "id": 86549, - "name": "replaceChildren", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Replace all children of node with nodes, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/replaceChildren)" - } - ] - }, - "parameters": [ - 86550 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79269, - "name": "HTMLElement.replaceChildren" - } - }, - "86550": { - "id": 86550, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "86551": { - "id": 86551, - "name": "replaceWith", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86552 - ], - "inheritedFrom": { - "type": "reference", - "target": 79271, - "name": "HTMLElement.replaceWith" - } - }, - "86552": { - "id": 86552, - "name": "replaceWith", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Replaces node with nodes, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/replaceWith)" - } - ] - }, - "parameters": [ - 86553 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79272, - "name": "HTMLElement.replaceWith" - } - }, - "86553": { - "id": 86553, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "86554": { - "id": 86554, - "name": "requestFullscreen", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86555 - ], - "inheritedFrom": { - "type": "reference", - "target": 79274, - "name": "HTMLElement.requestFullscreen" - } - }, - "86555": { - "id": 86555, - "name": "requestFullscreen", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Displays element fullscreen and resolves promise when done.\n\nWhen supplied, options's navigationUI member indicates whether showing navigation UI while in fullscreen is preferred or not. If set to \"show\", navigation simplicity is preferred over screen space, and if set to \"hide\", more screen space is preferred. User agents are always free to honor user preference over the application's. The default value \"auto\" indicates no application preference.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/requestFullscreen)" - } - ] - }, - "parameters": [ - 86556 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79275, - "name": "HTMLElement.requestFullscreen" - } - }, - "86556": { - "id": 86556, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62742, - "name": "FullscreenOptions", - "package": "typescript" - } - }, - "86557": { - "id": 86557, - "name": "requestPointerLock", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86558 - ], - "inheritedFrom": { - "type": "reference", - "target": 79277, - "name": "HTMLElement.requestPointerLock" - } - }, - "86558": { - "id": 86558, - "name": "requestPointerLock", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/requestPointerLock)" - } - ] - }, - "parameters": [ - 86559 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79278, - "name": "HTMLElement.requestPointerLock" - } - }, - "86559": { - "id": 86559, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 136003, - "name": "PointerLockOptions", - "package": "typescript" - } - }, - "86560": { - "id": 86560, - "name": "scroll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86561, - 86563 - ], - "inheritedFrom": { - "type": "reference", - "target": 79280, - "name": "HTMLElement.scroll" - } - }, - "86561": { - "id": 86561, - "name": "scroll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scroll)" - } - ] - }, - "parameters": [ - 86562 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79281, - "name": "HTMLElement.scroll" - } - }, - "86562": { - "id": 86562, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 204972, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "86563": { - "id": 86563, - "name": "scroll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 86564, - 86565 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79283, - "name": "HTMLElement.scroll" - } - }, - "86564": { - "id": 86564, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "86565": { - "id": 86565, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "86566": { - "id": 86566, - "name": "scrollBy", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86567, - 86569 - ], - "inheritedFrom": { - "type": "reference", - "target": 79286, - "name": "HTMLElement.scrollBy" - } - }, - "86567": { - "id": 86567, - "name": "scrollBy", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollBy)" - } - ] - }, - "parameters": [ - 86568 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79287, - "name": "HTMLElement.scrollBy" - } - }, - "86568": { - "id": 86568, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 204972, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "86569": { - "id": 86569, - "name": "scrollBy", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 86570, - 86571 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79289, - "name": "HTMLElement.scrollBy" - } - }, - "86570": { - "id": 86570, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "86571": { - "id": 86571, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "86572": { - "id": 86572, - "name": "scrollIntoView", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86573 - ], - "inheritedFrom": { - "type": "reference", - "target": 79292, - "name": "HTMLElement.scrollIntoView" - } - }, - "86573": { - "id": 86573, - "name": "scrollIntoView", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollIntoView)" - } - ] - }, - "parameters": [ - 86574 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79293, - "name": "HTMLElement.scrollIntoView" - } - }, - "86574": { - "id": 86574, - "name": "arg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 204966, - "name": "ScrollIntoViewOptions", - "package": "typescript" - } - ] - } - }, - "86575": { - "id": 86575, - "name": "scrollTo", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86576, - 86578 - ], - "inheritedFrom": { - "type": "reference", - "target": 79295, - "name": "HTMLElement.scrollTo" - } - }, - "86576": { - "id": 86576, - "name": "scrollTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollTo)" - } - ] - }, - "parameters": [ - 86577 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79296, - "name": "HTMLElement.scrollTo" - } - }, - "86577": { - "id": 86577, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 204972, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "86578": { - "id": 86578, - "name": "scrollTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 86579, - 86580 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79298, - "name": "HTMLElement.scrollTo" - } - }, - "86579": { - "id": 86579, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "86580": { - "id": 86580, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "86581": { - "id": 86581, - "name": "setAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86582 - ], - "inheritedFrom": { - "type": "reference", - "target": 79301, - "name": "HTMLElement.setAttribute" - } - }, - "86582": { - "id": 86582, - "name": "setAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets the value of element's first attribute whose qualified name is qualifiedName to value.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttribute)" - } - ] - }, - "parameters": [ - 86583, - 86584 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79302, - "name": "HTMLElement.setAttribute" - } - }, - "86583": { - "id": 86583, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "86584": { - "id": 86584, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "86585": { - "id": 86585, - "name": "setAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86586 - ], - "inheritedFrom": { - "type": "reference", - "target": 79305, - "name": "HTMLElement.setAttributeNS" - } - }, - "86586": { - "id": 86586, - "name": "setAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets the value of element's attribute whose namespace is namespace and local name is localName to value.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNS)" - } - ] - }, - "parameters": [ - 86587, - 86588, - 86589 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79306, - "name": "HTMLElement.setAttributeNS" - } - }, - "86587": { - "id": 86587, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "86588": { - "id": 86588, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "86589": { - "id": 86589, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "86590": { - "id": 86590, - "name": "setAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86591 - ], - "inheritedFrom": { - "type": "reference", - "target": 79310, - "name": "HTMLElement.setAttributeNode" - } - }, - "86591": { - "id": 86591, - "name": "setAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNode)" - } - ] - }, - "parameters": [ - 86592 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79311, - "name": "HTMLElement.setAttributeNode" - } - }, - "86592": { - "id": 86592, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - }, - "86593": { - "id": 86593, - "name": "setAttributeNodeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86594 - ], - "inheritedFrom": { - "type": "reference", - "target": 79313, - "name": "HTMLElement.setAttributeNodeNS" - } - }, - "86594": { - "id": 86594, - "name": "setAttributeNodeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNodeNS)" - } - ] - }, - "parameters": [ - 86595 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79314, - "name": "HTMLElement.setAttributeNodeNS" - } - }, - "86595": { - "id": 86595, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - }, - "86596": { - "id": 86596, - "name": "setHTMLUnsafe", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86597 - ], - "inheritedFrom": { - "type": "reference", - "target": 79316, - "name": "HTMLElement.setHTMLUnsafe" - } - }, - "86597": { - "id": 86597, - "name": "setHTMLUnsafe", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setHTMLUnsafe)" - } - ] - }, - "parameters": [ - 86598 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79317, - "name": "HTMLElement.setHTMLUnsafe" - } - }, - "86598": { - "id": 86598, - "name": "html", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "86599": { - "id": 86599, - "name": "setPointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86600 - ], - "inheritedFrom": { - "type": "reference", - "target": 79319, - "name": "HTMLElement.setPointerCapture" - } - }, - "86600": { - "id": 86600, - "name": "setPointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setPointerCapture)" - } - ] - }, - "parameters": [ - 86601 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79320, - "name": "HTMLElement.setPointerCapture" - } - }, - "86601": { - "id": 86601, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "86602": { - "id": 86602, - "name": "showPopover", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86603 - ], - "inheritedFrom": { - "type": "reference", - "target": 79322, - "name": "HTMLElement.showPopover" - } - }, - "86603": { - "id": 86603, - "name": "showPopover", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/showPopover)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79323, - "name": "HTMLElement.showPopover" - } - }, - "86604": { - "id": 86604, - "name": "toggleAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86605 - ], - "inheritedFrom": { - "type": "reference", - "target": 79324, - "name": "HTMLElement.toggleAttribute" - } - }, - "86605": { - "id": 86605, - "name": "toggleAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "If force is not given, \"toggles\" qualifiedName, removing it if it is present and adding it if it is not present. If force is true, adds qualifiedName. If force is false, removes qualifiedName.\n\nReturns true if qualifiedName is now present, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/toggleAttribute)" - } - ] - }, - "parameters": [ - 86606, - 86607 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79325, - "name": "HTMLElement.toggleAttribute" - } - }, - "86606": { - "id": 86606, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "86607": { - "id": 86607, - "name": "force", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "86608": { - "id": 86608, - "name": "togglePopover", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86609 - ], - "inheritedFrom": { - "type": "reference", - "target": 79328, - "name": "HTMLElement.togglePopover" - } - }, - "86609": { - "id": 86609, - "name": "togglePopover", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/togglePopover)" - } - ] - }, - "parameters": [ - 86610 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79329, - "name": "HTMLElement.togglePopover" - } - }, - "86610": { - "id": 86610, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "86611": { - "id": 86611, - "name": "webkitMatchesSelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 86612 - ], - "inheritedFrom": { - "type": "reference", - "target": 79331, - "name": "HTMLElement.webkitMatchesSelector" - } - }, - "86612": { - "id": 86612, - "name": "webkitMatchesSelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`matches`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/matches)" - } - ] - } - ] - }, - "parameters": [ - 86613 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79332, - "name": "HTMLElement.webkitMatchesSelector" - } - }, - "86613": { - "id": 86613, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "89551": { - "id": 89551, - "name": "HTMLImageElement", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Provides special properties and methods for manipulating elements.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLImageElement)" - } - ] - }, - "children": [ - 89552, - 89553, - 89554, - 89555, - 89556, - 89557, - 89558, - 89559, - 89560, - 89561, - 89562, - 89563, - 89564, - 89565, - 89566, - 89567, - 89568, - 89569, - 89570, - 89571, - 89572, - 89573, - 89574, - 89575, - 89576, - 89577, - 89578, - 89579, - 89580, - 89581, - 89582, - 89583, - 89584, - 89585, - 89586, - 89587, - 89588, - 89589, - 89590, - 89591, - 89592, - 89593, - 89594, - 89595, - 89596, - 89597, - 89598, - 89599, - 89600, - 89601, - 89602, - 89603, - 89604, - 89605, - 89606, - 89607, - 89608, - 89609, - 89610, - 89611, - 89612, - 89613, - 89614, - 89615, - 89616, - 89617, - 89618, - 89619, - 89620, - 89621, - 89622, - 89623, - 89624, - 89625, - 89626, - 89627, - 89628, - 89629, - 89630, - 89631, - 89632, - 89633, - 89634, - 89635, - 89636, - 89637, - 89638, - 89639, - 89640, - 89641, - 89642, - 89643, - 89644, - 89645, - 89646, - 89647, - 89648, - 89649, - 89650, - 89651, - 89652, - 89653, - 89654, - 89655, - 89656, - 89657, - 89658, - 89659, - 89660, - 89661, - 89662, - 89663, - 89664, - 89665, - 89666, - 89667, - 89668, - 89669, - 89670, - 89671, - 89672, - 89673, - 89674, - 89675, - 89676, - 89677, - 89678, - 89683, - 89688, - 89693, - 89698, - 89703, - 89708, - 89713, - 89718, - 89723, - 89728, - 89733, - 89738, - 89743, - 89748, - 89753, - 89758, - 89763, - 89768, - 89773, - 89778, - 89783, - 89788, - 89793, - 89798, - 89803, - 89808, - 89813, - 89818, - 89823, - 89828, - 89833, - 89838, - 89839, - 89844, - 89849, - 89854, - 89859, - 89864, - 89869, - 89874, - 89879, - 89884, - 89889, - 89894, - 89899, - 89904, - 89909, - 89914, - 89919, - 89924, - 89929, - 89934, - 89939, - 89944, - 89949, - 89954, - 89959, - 89964, - 89969, - 89974, - 89979, - 89984, - 89989, - 89994, - 89999, - 90004, - 90009, - 90014, - 90019, - 90024, - 90029, - 90034, - 90039, - 90044, - 90049, - 90054, - 90059, - 90064, - 90069, - 90074, - 90079, - 90084, - 90089, - 90094, - 90099, - 90104, - 90109, - 90114, - 90119, - 90124, - 90129, - 90134, - 90139, - 90144, - 90149, - 90154, - 90159, - 90164, - 90169, - 90174, - 90175, - 90176, - 90177, - 90178, - 90179, - 90180, - 90181, - 90182, - 90183, - 90184, - 90185, - 90186, - 90187, - 90188, - 90189, - 90190, - 90191, - 90192, - 90193, - 90194, - 90195, - 90196, - 90197, - 90198, - 90199, - 90200, - 90201, - 90202, - 90203, - 90204, - 90205, - 90206, - 90210, - 90214, - 90218, - 90232, - 90235, - 90239, - 90242, - 90246, - 90248, - 90251, - 90254, - 90256, - 90259, - 90261, - 90264, - 90277, - 90280, - 90282, - 90285, - 90287, - 90290, - 90293, - 90296, - 90299, - 90303, - 90305, - 90308, - 90312, - 90314, - 90316, - 90319, - 90334, - 90347, - 90350, - 90353, - 90356, - 90360, - 90362, - 90364, - 90367, - 90369, - 90373, - 90377, - 90381, - 90386, - 90389, - 90392, - 90395, - 90398, - 90401, - 90404, - 90406, - 90409, - 90425, - 90441, - 90444, - 90446, - 90449, - 90453, - 90456, - 90460, - 90474, - 90479, - 90482, - 90485, - 90488, - 90491, - 90497, - 90503, - 90506, - 90512, - 90516, - 90521, - 90524, - 90527, - 90530, - 90533, - 90535, - 90539, - 90542 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 89552, - 89553, - 89554, - 89555, - 89556, - 89557, - 89558, - 89559, - 89560, - 89561, - 89562, - 89563, - 89564, - 89565, - 89566, - 89567, - 89568, - 89569, - 89570, - 89571, - 89572, - 89573, - 89574, - 89575, - 89576, - 89577, - 89578, - 89579, - 89580, - 89581, - 89582, - 89583, - 89584, - 89585, - 89586, - 89587, - 89588, - 89589, - 89590, - 89591, - 89592, - 89593, - 89594, - 89595, - 89596, - 89597, - 89598, - 89599, - 89600, - 89601, - 89602, - 89603, - 89604, - 89605, - 89606, - 89607, - 89608, - 89609, - 89610, - 89611, - 89612, - 89613, - 89614, - 89615, - 89616, - 89617, - 89618, - 89619, - 89620, - 89621, - 89622, - 89623, - 89624, - 89625, - 89626, - 89627, - 89628, - 89629, - 89630, - 89631, - 89632, - 89633, - 89634, - 89635, - 89636, - 89637, - 89638, - 89639, - 89640, - 89641, - 89642, - 89643, - 89644, - 89645, - 89646, - 89647, - 89648, - 89649, - 89650, - 89651, - 89652, - 89653, - 89654, - 89655, - 89656, - 89657, - 89658, - 89659, - 89660, - 89661, - 89662, - 89663, - 89664, - 89665, - 89666, - 89667, - 89668, - 89669, - 89670, - 89671, - 89672, - 89673, - 89674, - 89675, - 89676, - 89677, - 89678, - 89683, - 89688, - 89693, - 89698, - 89703, - 89708, - 89713, - 89718, - 89723, - 89728, - 89733, - 89738, - 89743, - 89748, - 89753, - 89758, - 89763, - 89768, - 89773, - 89778, - 89783, - 89788, - 89793, - 89798, - 89803, - 89808, - 89813, - 89818, - 89823, - 89828, - 89833, - 89838, - 89839, - 89844, - 89849, - 89854, - 89859, - 89864, - 89869, - 89874, - 89879, - 89884, - 89889, - 89894, - 89899, - 89904, - 89909, - 89914, - 89919, - 89924, - 89929, - 89934, - 89939, - 89944, - 89949, - 89954, - 89959, - 89964, - 89969, - 89974, - 89979, - 89984, - 89989, - 89994, - 89999, - 90004, - 90009, - 90014, - 90019, - 90024, - 90029, - 90034, - 90039, - 90044, - 90049, - 90054, - 90059, - 90064, - 90069, - 90074, - 90079, - 90084, - 90089, - 90094, - 90099, - 90104, - 90109, - 90114, - 90119, - 90124, - 90129, - 90134, - 90139, - 90144, - 90149, - 90154, - 90159, - 90164, - 90169, - 90174, - 90175, - 90176, - 90177, - 90178, - 90179, - 90180, - 90181, - 90182, - 90183, - 90184, - 90185, - 90186, - 90187, - 90188, - 90189, - 90190, - 90191, - 90192, - 90193, - 90194, - 90195, - 90196, - 90197, - 90198, - 90199, - 90200, - 90201, - 90202, - 90203, - 90204, - 90205 - ] - }, - { - "title": "Accessors", - "children": [ - 90206, - 90210, - 90214 - ] - }, - { - "title": "Methods", - "children": [ - 90218, - 90232, - 90235, - 90239, - 90242, - 90246, - 90248, - 90251, - 90254, - 90256, - 90259, - 90261, - 90264, - 90277, - 90280, - 90282, - 90285, - 90287, - 90290, - 90293, - 90296, - 90299, - 90303, - 90305, - 90308, - 90312, - 90314, - 90316, - 90319, - 90334, - 90347, - 90350, - 90353, - 90356, - 90360, - 90362, - 90364, - 90367, - 90369, - 90373, - 90377, - 90381, - 90386, - 90389, - 90392, - 90395, - 90398, - 90401, - 90404, - 90406, - 90409, - 90425, - 90441, - 90444, - 90446, - 90449, - 90453, - 90456, - 90460, - 90474, - 90479, - 90482, - 90485, - 90488, - 90491, - 90497, - 90503, - 90506, - 90512, - 90516, - 90521, - 90524, - 90527, - 90530, - 90533, - 90535, - 90539, - 90542 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "89552": { - "id": 89552, - "name": "ATTRIBUTE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 78369, - "name": "HTMLElement.ATTRIBUTE_NODE" - } - }, - "89553": { - "id": 89553, - "name": "CDATA_SECTION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a CDATASection node." - } - ] - }, - "type": { - "type": "literal", - "value": 4 - }, - "inheritedFrom": { - "type": "reference", - "target": 78370, - "name": "HTMLElement.CDATA_SECTION_NODE" - } - }, - "89554": { - "id": 89554, - "name": "COMMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Comment node." - } - ] - }, - "type": { - "type": "literal", - "value": 8 - }, - "inheritedFrom": { - "type": "reference", - "target": 78371, - "name": "HTMLElement.COMMENT_NODE" - } - }, - "89555": { - "id": 89555, - "name": "DOCUMENT_FRAGMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a DocumentFragment node." - } - ] - }, - "type": { - "type": "literal", - "value": 11 - }, - "inheritedFrom": { - "type": "reference", - "target": 78372, - "name": "HTMLElement.DOCUMENT_FRAGMENT_NODE" - } - }, - "89556": { - "id": 89556, - "name": "DOCUMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a document." - } - ] - }, - "type": { - "type": "literal", - "value": 9 - }, - "inheritedFrom": { - "type": "reference", - "target": 78373, - "name": "HTMLElement.DOCUMENT_NODE" - } - }, - "89557": { - "id": 89557, - "name": "DOCUMENT_POSITION_CONTAINED_BY", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is a descendant of node." - } - ] - }, - "type": { - "type": "literal", - "value": 16 - }, - "inheritedFrom": { - "type": "reference", - "target": 78374, - "name": "HTMLElement.DOCUMENT_POSITION_CONTAINED_BY" - } - }, - "89558": { - "id": 89558, - "name": "DOCUMENT_POSITION_CONTAINS", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is an ancestor of node." - } - ] - }, - "type": { - "type": "literal", - "value": 8 - }, - "inheritedFrom": { - "type": "reference", - "target": 78375, - "name": "HTMLElement.DOCUMENT_POSITION_CONTAINS" - } - }, - "89559": { - "id": 89559, - "name": "DOCUMENT_POSITION_DISCONNECTED", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when node and other are not in the same tree." - } - ] - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 78376, - "name": "HTMLElement.DOCUMENT_POSITION_DISCONNECTED" - } - }, - "89560": { - "id": 89560, - "name": "DOCUMENT_POSITION_FOLLOWING", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is following node." - } - ] - }, - "type": { - "type": "literal", - "value": 4 - }, - "inheritedFrom": { - "type": "reference", - "target": 78377, - "name": "HTMLElement.DOCUMENT_POSITION_FOLLOWING" - } - }, - "89561": { - "id": 89561, - "name": "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 32 - }, - "inheritedFrom": { - "type": "reference", - "target": 78378, - "name": "HTMLElement.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" - } - }, - "89562": { - "id": 89562, - "name": "DOCUMENT_POSITION_PRECEDING", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Set when other is preceding node." - } - ] - }, - "type": { - "type": "literal", - "value": 2 - }, - "inheritedFrom": { - "type": "reference", - "target": 78379, - "name": "HTMLElement.DOCUMENT_POSITION_PRECEDING" - } - }, - "89563": { - "id": 89563, - "name": "DOCUMENT_TYPE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a doctype." - } - ] - }, - "type": { - "type": "literal", - "value": 10 - }, - "inheritedFrom": { - "type": "reference", - "target": 78380, - "name": "HTMLElement.DOCUMENT_TYPE_NODE" - } - }, - "89564": { - "id": 89564, - "name": "ELEMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is an element." - } - ] - }, - "type": { - "type": "literal", - "value": 1 - }, - "inheritedFrom": { - "type": "reference", - "target": 78381, - "name": "HTMLElement.ELEMENT_NODE" - } - }, - "89565": { - "id": 89565, - "name": "ENTITY_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 6 - }, - "inheritedFrom": { - "type": "reference", - "target": 78382, - "name": "HTMLElement.ENTITY_NODE" - } - }, - "89566": { - "id": 89566, - "name": "ENTITY_REFERENCE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 5 - }, - "inheritedFrom": { - "type": "reference", - "target": 78383, - "name": "HTMLElement.ENTITY_REFERENCE_NODE" - } - }, - "89567": { - "id": 89567, - "name": "NOTATION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "literal", - "value": 12 - }, - "inheritedFrom": { - "type": "reference", - "target": 78384, - "name": "HTMLElement.NOTATION_NODE" - } - }, - "89568": { - "id": 89568, - "name": "PROCESSING_INSTRUCTION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a ProcessingInstruction node." - } - ] - }, - "type": { - "type": "literal", - "value": 7 - }, - "inheritedFrom": { - "type": "reference", - "target": 78385, - "name": "HTMLElement.PROCESSING_INSTRUCTION_NODE" - } - }, - "89569": { - "id": 89569, - "name": "TEXT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Text node." - } - ] - }, - "type": { - "type": "literal", - "value": 3 - }, - "inheritedFrom": { - "type": "reference", - "target": 78386, - "name": "HTMLElement.TEXT_NODE" - } - }, - "89570": { - "id": 89570, - "name": "accessKey", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/accessKey)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78387, - "name": "HTMLElement.accessKey" - } - }, - "89571": { - "id": 89571, - "name": "accessKeyLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/accessKeyLabel)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78388, - "name": "HTMLElement.accessKeyLabel" - } - }, - "89572": { - "id": 89572, - "name": "align", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves how the object is aligned with adjacent text." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/align)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "89573": { - "id": 89573, - "name": "alt", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves a text alternative to the graphic.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/alt)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "89574": { - "id": 89574, - "name": "ariaAtomic", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaAtomic)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78389, - "name": "HTMLElement.ariaAtomic" - } - }, - "89575": { - "id": 89575, - "name": "ariaAutoComplete", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaAutoComplete)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78390, - "name": "HTMLElement.ariaAutoComplete" - } - }, - "89576": { - "id": 89576, - "name": "ariaBrailleLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaBrailleLabel)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78391, - "name": "HTMLElement.ariaBrailleLabel" - } - }, - "89577": { - "id": 89577, - "name": "ariaBrailleRoleDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaBrailleRoleDescription)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78392, - "name": "HTMLElement.ariaBrailleRoleDescription" - } - }, - "89578": { - "id": 89578, - "name": "ariaBusy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaBusy)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78393, - "name": "HTMLElement.ariaBusy" - } - }, - "89579": { - "id": 89579, - "name": "ariaChecked", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaChecked)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78394, - "name": "HTMLElement.ariaChecked" - } - }, - "89580": { - "id": 89580, - "name": "ariaColCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColCount)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78395, - "name": "HTMLElement.ariaColCount" - } - }, - "89581": { - "id": 89581, - "name": "ariaColIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColIndex)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78396, - "name": "HTMLElement.ariaColIndex" - } - }, - "89582": { - "id": 89582, - "name": "ariaColIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColIndexText)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78397, - "name": "HTMLElement.ariaColIndexText" - } - }, - "89583": { - "id": 89583, - "name": "ariaColSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColSpan)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78398, - "name": "HTMLElement.ariaColSpan" - } - }, - "89584": { - "id": 89584, - "name": "ariaCurrent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaCurrent)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78399, - "name": "HTMLElement.ariaCurrent" - } - }, - "89585": { - "id": 89585, - "name": "ariaDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDescription)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78400, - "name": "HTMLElement.ariaDescription" - } - }, - "89586": { - "id": 89586, - "name": "ariaDisabled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDisabled)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78401, - "name": "HTMLElement.ariaDisabled" - } - }, - "89587": { - "id": 89587, - "name": "ariaExpanded", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaExpanded)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78402, - "name": "HTMLElement.ariaExpanded" - } - }, - "89588": { - "id": 89588, - "name": "ariaHasPopup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaHasPopup)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78403, - "name": "HTMLElement.ariaHasPopup" - } - }, - "89589": { - "id": 89589, - "name": "ariaHidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaHidden)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78404, - "name": "HTMLElement.ariaHidden" - } - }, - "89590": { - "id": 89590, - "name": "ariaInvalid", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78405, - "name": "HTMLElement.ariaInvalid" - } - }, - "89591": { - "id": 89591, - "name": "ariaKeyShortcuts", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaKeyShortcuts)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78406, - "name": "HTMLElement.ariaKeyShortcuts" - } - }, - "89592": { - "id": 89592, - "name": "ariaLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLabel)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78407, - "name": "HTMLElement.ariaLabel" - } - }, - "89593": { - "id": 89593, - "name": "ariaLevel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLevel)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78408, - "name": "HTMLElement.ariaLevel" - } - }, - "89594": { - "id": 89594, - "name": "ariaLive", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLive)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78409, - "name": "HTMLElement.ariaLive" - } - }, - "89595": { - "id": 89595, - "name": "ariaModal", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaModal)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78410, - "name": "HTMLElement.ariaModal" - } - }, - "89596": { - "id": 89596, - "name": "ariaMultiLine", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaMultiLine)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78411, - "name": "HTMLElement.ariaMultiLine" - } - }, - "89597": { - "id": 89597, - "name": "ariaMultiSelectable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaMultiSelectable)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78412, - "name": "HTMLElement.ariaMultiSelectable" - } - }, - "89598": { - "id": 89598, - "name": "ariaOrientation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaOrientation)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78413, - "name": "HTMLElement.ariaOrientation" - } - }, - "89599": { - "id": 89599, - "name": "ariaPlaceholder", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPlaceholder)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78414, - "name": "HTMLElement.ariaPlaceholder" - } - }, - "89600": { - "id": 89600, - "name": "ariaPosInSet", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPosInSet)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78415, - "name": "HTMLElement.ariaPosInSet" - } - }, - "89601": { - "id": 89601, - "name": "ariaPressed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPressed)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78416, - "name": "HTMLElement.ariaPressed" - } - }, - "89602": { - "id": 89602, - "name": "ariaReadOnly", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaReadOnly)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78417, - "name": "HTMLElement.ariaReadOnly" - } - }, - "89603": { - "id": 89603, - "name": "ariaRelevant", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRelevant)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78418, - "name": "HTMLElement.ariaRelevant" - } - }, - "89604": { - "id": 89604, - "name": "ariaRequired", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRequired)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78419, - "name": "HTMLElement.ariaRequired" - } - }, - "89605": { - "id": 89605, - "name": "ariaRoleDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRoleDescription)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78420, - "name": "HTMLElement.ariaRoleDescription" - } - }, - "89606": { - "id": 89606, - "name": "ariaRowCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowCount)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78421, - "name": "HTMLElement.ariaRowCount" - } - }, - "89607": { - "id": 89607, - "name": "ariaRowIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowIndex)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78422, - "name": "HTMLElement.ariaRowIndex" - } - }, - "89608": { - "id": 89608, - "name": "ariaRowIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowIndexText)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78423, - "name": "HTMLElement.ariaRowIndexText" - } - }, - "89609": { - "id": 89609, - "name": "ariaRowSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaRowSpan)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78424, - "name": "HTMLElement.ariaRowSpan" - } - }, - "89610": { - "id": 89610, - "name": "ariaSelected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaSelected)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78425, - "name": "HTMLElement.ariaSelected" - } - }, - "89611": { - "id": 89611, - "name": "ariaSetSize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaSetSize)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78426, - "name": "HTMLElement.ariaSetSize" - } - }, - "89612": { - "id": 89612, - "name": "ariaSort", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaSort)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78427, - "name": "HTMLElement.ariaSort" - } - }, - "89613": { - "id": 89613, - "name": "ariaValueMax", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueMax)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78428, - "name": "HTMLElement.ariaValueMax" - } - }, - "89614": { - "id": 89614, - "name": "ariaValueMin", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueMin)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78429, - "name": "HTMLElement.ariaValueMin" - } - }, - "89615": { - "id": 89615, - "name": "ariaValueNow", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueNow)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78430, - "name": "HTMLElement.ariaValueNow" - } - }, - "89616": { - "id": 89616, - "name": "ariaValueText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaValueText)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78431, - "name": "HTMLElement.ariaValueText" - } - }, - "89617": { - "id": 89617, - "name": "assignedSlot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/assignedSlot)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 114160, - "name": "HTMLSlotElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78432, - "name": "HTMLElement.assignedSlot" - } - }, - "89618": { - "id": 89618, - "name": "attributeStyleMap", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/attributeStyleMap)" - } - ] - }, - "type": { - "type": "reference", - "target": 205753, - "name": "StylePropertyMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78433, - "name": "HTMLElement.attributeStyleMap" - } - }, - "89619": { - "id": 89619, - "name": "attributes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/attributes)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NamedNodeMap" - }, - "name": "NamedNodeMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78434, - "name": "HTMLElement.attributes" - } - }, - "89620": { - "id": 89620, - "name": "autocapitalize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/autocapitalize)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78435, - "name": "HTMLElement.autocapitalize" - } - }, - "89621": { - "id": 89621, - "name": "autofocus", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/autofocus)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78436, - "name": "HTMLElement.autofocus" - } - }, - "89622": { - "id": 89622, - "name": "baseURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's node document's document base URL.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/baseURI)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78437, - "name": "HTMLElement.baseURI" - } - }, - "89623": { - "id": 89623, - "name": "border", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Specifies the properties of a border drawn around an object." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/border)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "89624": { - "id": 89624, - "name": "childElementCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/childElementCount)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78438, - "name": "HTMLElement.childElementCount" - } - }, - "89625": { - "id": 89625, - "name": "childNodes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the children.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/childNodes)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78439, - "name": "HTMLElement.childNodes" - } - }, - "89626": { - "id": 89626, - "name": "children", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the child elements.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/children)" - } - ] - }, - "type": { - "type": "reference", - "target": 71580, - "name": "HTMLCollection", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78440, - "name": "HTMLElement.children" - } - }, - "89627": { - "id": 89627, - "name": "className", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the value of element's class content attribute. Can be set to change it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/className)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78441, - "name": "HTMLElement.className" - } - }, - "89628": { - "id": 89628, - "name": "clientHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientHeight)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78442, - "name": "HTMLElement.clientHeight" - } - }, - "89629": { - "id": 89629, - "name": "clientLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientLeft)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78443, - "name": "HTMLElement.clientLeft" - } - }, - "89630": { - "id": 89630, - "name": "clientTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientTop)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78444, - "name": "HTMLElement.clientTop" - } - }, - "89631": { - "id": 89631, - "name": "clientWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientWidth)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78445, - "name": "HTMLElement.clientWidth" - } - }, - "89632": { - "id": 89632, - "name": "complete", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Retrieves whether the object is fully loaded.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/complete)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "89633": { - "id": 89633, - "name": "contentEditable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/contentEditable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78446, - "name": "HTMLElement.contentEditable" - } - }, - "89634": { - "id": 89634, - "name": "crossOrigin", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/crossOrigin)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "89635": { - "id": 89635, - "name": "currentCSSZoom", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/currentCSSZoom)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78447, - "name": "HTMLElement.currentCSSZoom" - } - }, - "89636": { - "id": 89636, - "name": "currentSrc", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/currentSrc)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "89637": { - "id": 89637, - "name": "dataset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dataset)" - } - ] - }, - "type": { - "type": "reference", - "target": 60124, - "name": "DOMStringMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78448, - "name": "HTMLElement.dataset" - } - }, - "89638": { - "id": 89638, - "name": "decoding", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/decoding)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "auto" - }, - { - "type": "literal", - "value": "async" - }, - { - "type": "literal", - "value": "sync" - } - ] - } - }, - "89639": { - "id": 89639, - "name": "dir", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dir)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78449, - "name": "HTMLElement.dir" - } - }, - "89640": { - "id": 89640, - "name": "draggable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/draggable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78450, - "name": "HTMLElement.draggable" - } - }, - "89641": { - "id": 89641, - "name": "enterKeyHint", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/enterKeyHint)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78451, - "name": "HTMLElement.enterKeyHint" - } - }, - "89642": { - "id": 89642, - "name": "fetchPriority", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/fetchPriority)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "high" - }, - { - "type": "literal", - "value": "low" - }, - { - "type": "literal", - "value": "auto" - } - ] - } - }, - "89643": { - "id": 89643, - "name": "firstChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/firstChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78452, - "name": "HTMLElement.firstChild" - } - }, - "89644": { - "id": 89644, - "name": "firstElementChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/firstElementChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78453, - "name": "HTMLElement.firstElementChild" - } - }, - "89645": { - "id": 89645, - "name": "height", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves the height of the object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/height)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "89646": { - "id": 89646, - "name": "hidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/hidden)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78454, - "name": "HTMLElement.hidden" - } - }, - "89647": { - "id": 89647, - "name": "hspace", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves the width of the border to draw around the object." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/hspace)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "89648": { - "id": 89648, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the value of element's id content attribute. Can be set to change it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/id)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78455, - "name": "HTMLElement.id" - } - }, - "89649": { - "id": 89649, - "name": "inert", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/inert)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78456, - "name": "HTMLElement.inert" - } - }, - "89650": { - "id": 89650, - "name": "innerHTML", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/innerHTML)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78457, - "name": "HTMLElement.innerHTML" - } - }, - "89651": { - "id": 89651, - "name": "innerText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/innerText)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78458, - "name": "HTMLElement.innerText" - } - }, - "89652": { - "id": 89652, - "name": "inputMode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/inputMode)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78459, - "name": "HTMLElement.inputMode" - } - }, - "89653": { - "id": 89653, - "name": "isConnected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if node is connected and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isConnected)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78460, - "name": "HTMLElement.isConnected" - } - }, - "89654": { - "id": 89654, - "name": "isContentEditable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/isContentEditable)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78461, - "name": "HTMLElement.isContentEditable" - } - }, - "89655": { - "id": 89655, - "name": "isMap", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves whether the image is a server-side image map.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/isMap)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "89656": { - "id": 89656, - "name": "lang", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/lang)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78462, - "name": "HTMLElement.lang" - } - }, - "89657": { - "id": 89657, - "name": "lastChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lastChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78463, - "name": "HTMLElement.lastChild" - } - }, - "89658": { - "id": 89658, - "name": "lastElementChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/lastElementChild)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78464, - "name": "HTMLElement.lastElementChild" - } - }, - "89659": { - "id": 89659, - "name": "loading", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves the policy for loading image elements that are outside the viewport.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/loading)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "eager" - }, - { - "type": "literal", - "value": "lazy" - } - ] - } - }, - "89660": { - "id": 89660, - "name": "localName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the local name.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/localName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78465, - "name": "HTMLElement.localName" - } - }, - "89661": { - "id": 89661, - "name": "longDesc", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves a Uniform Resource Identifier (URI) to a long description of the object." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/longDesc)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "89662": { - "id": 89662, - "name": "lowsrc", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "89663": { - "id": 89663, - "name": "name", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves the name of the object." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/name)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "89664": { - "id": 89664, - "name": "namespaceURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the namespace.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/namespaceURI)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78466, - "name": "HTMLElement.namespaceURI" - } - }, - "89665": { - "id": 89665, - "name": "naturalHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The original height of the image resource before sizing.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/naturalHeight)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "89666": { - "id": 89666, - "name": "naturalWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The original width of the image resource before sizing.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/naturalWidth)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "89667": { - "id": 89667, - "name": "nextElementSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first following sibling that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/nextElementSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78467, - "name": "HTMLElement.nextElementSibling" - } - }, - "89668": { - "id": 89668, - "name": "nextSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the next sibling.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nextSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78468, - "name": "HTMLElement.nextSibling" - } - }, - "89669": { - "id": 89669, - "name": "nodeName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a string appropriate for the type of node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78469, - "name": "HTMLElement.nodeName" - } - }, - "89670": { - "id": 89670, - "name": "nodeType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeType)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78470, - "name": "HTMLElement.nodeType" - } - }, - "89671": { - "id": 89671, - "name": "nodeValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeValue)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78471, - "name": "HTMLElement.nodeValue" - } - }, - "89672": { - "id": 89672, - "name": "nonce", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/nonce)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78472, - "name": "HTMLElement.nonce" - } - }, - "89673": { - "id": 89673, - "name": "offsetHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetHeight)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78473, - "name": "HTMLElement.offsetHeight" - } - }, - "89674": { - "id": 89674, - "name": "offsetLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetLeft)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78474, - "name": "HTMLElement.offsetLeft" - } - }, - "89675": { - "id": 89675, - "name": "offsetParent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetParent)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78475, - "name": "HTMLElement.offsetParent" - } - }, - "89676": { - "id": 89676, - "name": "offsetTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetTop)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78476, - "name": "HTMLElement.offsetTop" - } - }, - "89677": { - "id": 89677, - "name": "offsetWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetWidth)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78477, - "name": "HTMLElement.offsetWidth" - } - }, - "89678": { - "id": 89678, - "name": "onabort", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user aborts the download." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/abort_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89679, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89680, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89681, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89682, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206438, - "name": "UIEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78478, - "name": "HTMLElement.onabort" - } - }, - "89683": { - "id": 89683, - "name": "onanimationcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationcancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89684, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89685, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89686, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89687, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78483, - "name": "HTMLElement.onanimationcancel" - } - }, - "89688": { - "id": 89688, - "name": "onanimationend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationend_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89689, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89690, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89691, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89692, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78488, - "name": "HTMLElement.onanimationend" - } - }, - "89693": { - "id": 89693, - "name": "onanimationiteration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationiteration_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89694, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89695, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89696, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89697, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78493, - "name": "HTMLElement.onanimationiteration" - } - }, - "89698": { - "id": 89698, - "name": "onanimationstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationstart_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89699, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89700, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89701, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89702, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57755, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78498, - "name": "HTMLElement.onanimationstart" - } - }, - "89703": { - "id": 89703, - "name": "onauxclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/auxclick_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89704, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89705, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89706, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89707, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78503, - "name": "HTMLElement.onauxclick" - } - }, - "89708": { - "id": 89708, - "name": "onbeforeinput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/beforeinput_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89709, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89710, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89711, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89712, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132341, - "name": "InputEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78508, - "name": "HTMLElement.onbeforeinput" - } - }, - "89713": { - "id": 89713, - "name": "onbeforetoggle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/beforetoggle_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89714, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89715, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89716, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89717, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78513, - "name": "HTMLElement.onbeforetoggle" - } - }, - "89718": { - "id": 89718, - "name": "onblur", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the object loses the input focus." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The focus event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/blur_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89719, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89720, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89721, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89722, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62585, - "name": "FocusEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78518, - "name": "HTMLElement.onblur" - } - }, - "89723": { - "id": 89723, - "name": "oncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDialogElement/cancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89724, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89725, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89726, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89727, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78523, - "name": "HTMLElement.oncancel" - } - }, - "89728": { - "id": 89728, - "name": "oncanplay", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when playback is possible, but would require further buffering." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/canplay_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89729, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89730, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89731, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89732, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78528, - "name": "HTMLElement.oncanplay" - } - }, - "89733": { - "id": 89733, - "name": "oncanplaythrough", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/canplaythrough_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89734, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89735, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89736, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89737, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78533, - "name": "HTMLElement.oncanplaythrough" - } - }, - "89738": { - "id": 89738, - "name": "onchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the contents of the object or selection have changed." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/change_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89739, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89740, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89741, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89742, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78538, - "name": "HTMLElement.onchange" - } - }, - "89743": { - "id": 89743, - "name": "onclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user clicks the left mouse button on the object" - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/click_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89744, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89745, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89746, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89747, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78543, - "name": "HTMLElement.onclick" - } - }, - "89748": { - "id": 89748, - "name": "onclose", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDialogElement/close_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89749, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89750, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89751, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89752, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78548, - "name": "HTMLElement.onclose" - } - }, - "89753": { - "id": 89753, - "name": "oncontextlost", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/contextlost_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89754, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89755, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89756, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89757, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78553, - "name": "HTMLElement.oncontextlost" - } - }, - "89758": { - "id": 89758, - "name": "oncontextmenu", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user clicks the right mouse button in the client area, opening the context menu." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/contextmenu_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89759, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89760, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89761, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89762, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78558, - "name": "HTMLElement.oncontextmenu" - } - }, - "89763": { - "id": 89763, - "name": "oncontextrestored", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/contextrestored_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89764, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89765, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89766, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89767, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78563, - "name": "HTMLElement.oncontextrestored" - } - }, - "89768": { - "id": 89768, - "name": "oncopy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/copy_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89769, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89770, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89771, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89772, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 59344, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78568, - "name": "HTMLElement.oncopy" - } - }, - "89773": { - "id": 89773, - "name": "oncuechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/cuechange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89774, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89775, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89776, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89777, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78573, - "name": "HTMLElement.oncuechange" - } - }, - "89778": { - "id": 89778, - "name": "oncut", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/cut_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89779, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89780, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89781, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89782, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 59344, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78578, - "name": "HTMLElement.oncut" - } - }, - "89783": { - "id": 89783, - "name": "ondblclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user double-clicks the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/dblclick_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89784, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89785, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89786, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89787, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78583, - "name": "HTMLElement.ondblclick" - } - }, - "89788": { - "id": 89788, - "name": "ondrag", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the source object continuously during a drag operation." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/drag_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89789, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89790, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89791, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89792, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78588, - "name": "HTMLElement.ondrag" - } - }, - "89793": { - "id": 89793, - "name": "ondragend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the source object when the user releases the mouse at the close of a drag operation." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragend_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89794, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89795, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89796, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89797, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78593, - "name": "HTMLElement.ondragend" - } - }, - "89798": { - "id": 89798, - "name": "ondragenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the target element when the user drags the object to a valid drop target." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The drag event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragenter_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89799, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89800, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89801, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89802, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78598, - "name": "HTMLElement.ondragenter" - } - }, - "89803": { - "id": 89803, - "name": "ondragleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The drag event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragleave_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89804, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89805, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89806, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89807, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78603, - "name": "HTMLElement.ondragleave" - } - }, - "89808": { - "id": 89808, - "name": "ondragover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the target element continuously while the user drags the object over a valid drop target." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragover_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89809, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89810, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89811, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89812, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78608, - "name": "HTMLElement.ondragover" - } - }, - "89813": { - "id": 89813, - "name": "ondragstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires on the source object when the user starts to drag a text selection or selected object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dragstart_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89814, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89815, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89816, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89817, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78613, - "name": "HTMLElement.ondragstart" - } - }, - "89818": { - "id": 89818, - "name": "ondrop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/drop_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89819, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89820, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89821, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89822, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61708, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78618, - "name": "HTMLElement.ondrop" - } - }, - "89823": { - "id": 89823, - "name": "ondurationchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the duration attribute is updated." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/durationchange_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89824, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89825, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89826, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89827, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78623, - "name": "HTMLElement.ondurationchange" - } - }, - "89828": { - "id": 89828, - "name": "onemptied", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the media element is reset to its initial state." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/emptied_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89829, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89830, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89831, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89832, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78628, - "name": "HTMLElement.onemptied" - } - }, - "89833": { - "id": 89833, - "name": "onended", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the end of playback is reached." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/ended_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89834, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89835, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89836, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89837, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78633, - "name": "HTMLElement.onended" - } - }, - "89838": { - "id": 89838, - "name": "onerror", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when an error occurs during object loading." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/error_event)" - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 212587, - "name": "OnErrorEventHandler", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78638, - "name": "HTMLElement.onerror" - } - }, - "89839": { - "id": 89839, - "name": "onfocus", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the object receives focus." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/focus_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89840, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89841, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89842, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89843, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62585, - "name": "FocusEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78639, - "name": "HTMLElement.onfocus" - } - }, - "89844": { - "id": 89844, - "name": "onformdata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/formdata_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89845, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89846, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89847, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89848, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62701, - "name": "FormDataEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78644, - "name": "HTMLElement.onformdata" - } - }, - "89849": { - "id": 89849, - "name": "onfullscreenchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/fullscreenchange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89850, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89851, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89852, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - }, - { - "id": 89853, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78649, - "name": "HTMLElement.onfullscreenchange" - } - }, - "89854": { - "id": 89854, - "name": "onfullscreenerror", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/fullscreenerror_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89855, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89856, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89857, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - }, - { - "id": 89858, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78654, - "name": "HTMLElement.onfullscreenerror" - } - }, - "89859": { - "id": 89859, - "name": "ongotpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/gotpointercapture_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89860, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89861, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89862, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89863, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78659, - "name": "HTMLElement.ongotpointercapture" - } - }, - "89864": { - "id": 89864, - "name": "oninput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/input_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89865, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89866, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89867, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89868, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78664, - "name": "HTMLElement.oninput" - } - }, - "89869": { - "id": 89869, - "name": "oninvalid", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/invalid_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89870, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89871, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89872, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89873, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78669, - "name": "HTMLElement.oninvalid" - } - }, - "89874": { - "id": 89874, - "name": "onkeydown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user presses a key." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The keyboard event\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/keydown_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89875, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89876, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89877, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89878, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132447, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78674, - "name": "HTMLElement.onkeydown" - } - }, - "89879": { - "id": 89879, - "name": "onkeypress", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user presses an alphanumeric key." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event." - } - ] - }, - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/keypress_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89880, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89881, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89882, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89883, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132447, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78679, - "name": "HTMLElement.onkeypress" - } - }, - "89884": { - "id": 89884, - "name": "onkeyup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user releases a key." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The keyboard event\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/keyup_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89885, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89886, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89887, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89888, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 132447, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78684, - "name": "HTMLElement.onkeyup" - } - }, - "89889": { - "id": 89889, - "name": "onload", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires immediately after the browser loads the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGElement/load_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89890, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89891, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89892, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89893, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78689, - "name": "HTMLElement.onload" - } - }, - "89894": { - "id": 89894, - "name": "onloadeddata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when media data is loaded at the current playback position." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadeddata_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89895, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89896, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89897, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89898, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78694, - "name": "HTMLElement.onloadeddata" - } - }, - "89899": { - "id": 89899, - "name": "onloadedmetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the duration and dimensions of the media have been determined." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadedmetadata_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89900, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89901, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89902, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89903, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78699, - "name": "HTMLElement.onloadedmetadata" - } - }, - "89904": { - "id": 89904, - "name": "onloadstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when Internet Explorer begins looking for media data." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadstart_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89905, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89906, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89907, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89908, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78704, - "name": "HTMLElement.onloadstart" - } - }, - "89909": { - "id": 89909, - "name": "onlostpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/lostpointercapture_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89910, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89911, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89912, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89913, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78709, - "name": "HTMLElement.onlostpointercapture" - } - }, - "89914": { - "id": 89914, - "name": "onmousedown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user clicks the object with either mouse button." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mousedown_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89915, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89916, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89917, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89918, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78714, - "name": "HTMLElement.onmousedown" - } - }, - "89919": { - "id": 89919, - "name": "onmouseenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseenter_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89920, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89921, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89922, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89923, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78719, - "name": "HTMLElement.onmouseenter" - } - }, - "89924": { - "id": 89924, - "name": "onmouseleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseleave_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89925, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89926, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89927, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89928, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78724, - "name": "HTMLElement.onmouseleave" - } - }, - "89929": { - "id": 89929, - "name": "onmousemove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user moves the mouse over the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mousemove_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89930, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89931, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89932, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89933, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78729, - "name": "HTMLElement.onmousemove" - } - }, - "89934": { - "id": 89934, - "name": "onmouseout", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user moves the mouse pointer outside the boundaries of the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseout_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89935, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89936, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89937, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89938, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78734, - "name": "HTMLElement.onmouseout" - } - }, - "89939": { - "id": 89939, - "name": "onmouseover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user moves the mouse pointer into the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseover_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89940, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89941, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89942, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89943, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78739, - "name": "HTMLElement.onmouseover" - } - }, - "89944": { - "id": 89944, - "name": "onmouseup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user releases a mouse button while the mouse is over the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The mouse event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/mouseup_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89945, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89946, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89947, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89948, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134483, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78744, - "name": "HTMLElement.onmouseup" - } - }, - "89949": { - "id": 89949, - "name": "onpaste", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/paste_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89950, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89951, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89952, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89953, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 59344, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78749, - "name": "HTMLElement.onpaste" - } - }, - "89954": { - "id": 89954, - "name": "onpause", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when playback is paused." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/pause_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89955, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89956, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89957, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89958, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78754, - "name": "HTMLElement.onpause" - } - }, - "89959": { - "id": 89959, - "name": "onplay", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the play method is requested." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/play_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89960, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89961, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89962, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89963, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78759, - "name": "HTMLElement.onplay" - } - }, - "89964": { - "id": 89964, - "name": "onplaying", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the audio or video has started playing." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/playing_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89965, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89966, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89967, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89968, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78764, - "name": "HTMLElement.onplaying" - } - }, - "89969": { - "id": 89969, - "name": "onpointercancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointercancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89970, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89971, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89972, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89973, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78769, - "name": "HTMLElement.onpointercancel" - } - }, - "89974": { - "id": 89974, - "name": "onpointerdown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerdown_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89975, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89976, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89977, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89978, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78774, - "name": "HTMLElement.onpointerdown" - } - }, - "89979": { - "id": 89979, - "name": "onpointerenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerenter_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89980, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89981, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89982, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89983, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78779, - "name": "HTMLElement.onpointerenter" - } - }, - "89984": { - "id": 89984, - "name": "onpointerleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerleave_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89985, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89986, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89987, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89988, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78784, - "name": "HTMLElement.onpointerleave" - } - }, - "89989": { - "id": 89989, - "name": "onpointermove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointermove_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89990, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89991, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89992, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89993, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78789, - "name": "HTMLElement.onpointermove" - } - }, - "89994": { - "id": 89994, - "name": "onpointerout", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerout_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 89995, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 89996, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 89997, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 89998, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78794, - "name": "HTMLElement.onpointerout" - } - }, - "89999": { - "id": 89999, - "name": "onpointerover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerover_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90000, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90001, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90002, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90003, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78799, - "name": "HTMLElement.onpointerover" - } - }, - "90004": { - "id": 90004, - "name": "onpointerup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/pointerup_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90005, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90006, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90007, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90008, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 135861, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78804, - "name": "HTMLElement.onpointerup" - } - }, - "90009": { - "id": 90009, - "name": "onprogress", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs to indicate progress while downloading media data." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/progress_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90010, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90011, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90012, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90013, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 136178, - "typeArguments": [ - { - "type": "reference", - "target": 62492, - "name": "EventTarget", - "package": "typescript" - } - ], - "name": "ProgressEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78809, - "name": "HTMLElement.onprogress" - } - }, - "90014": { - "id": 90014, - "name": "onratechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the playback rate is increased or decreased." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/ratechange_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90015, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90016, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90017, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90018, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78814, - "name": "HTMLElement.onratechange" - } - }, - "90019": { - "id": 90019, - "name": "onreset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user resets a form." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/reset_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90020, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90021, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90022, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90023, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78819, - "name": "HTMLElement.onreset" - } - }, - "90024": { - "id": 90024, - "name": "onresize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLVideoElement/resize_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90025, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90026, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90027, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90028, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206438, - "name": "UIEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78824, - "name": "HTMLElement.onresize" - } - }, - "90029": { - "id": 90029, - "name": "onscroll", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the user repositions the scroll box in the scroll bar on the object." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/scroll_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90030, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90031, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90032, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90033, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78829, - "name": "HTMLElement.onscroll" - } - }, - "90034": { - "id": 90034, - "name": "onscrollend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/scrollend_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90035, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90036, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90037, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90038, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78834, - "name": "HTMLElement.onscrollend" - } - }, - "90039": { - "id": 90039, - "name": "onsecuritypolicyviolation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/securitypolicyviolation_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90040, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90041, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90042, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90043, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 204976, - "name": "SecurityPolicyViolationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78839, - "name": "HTMLElement.onsecuritypolicyviolation" - } - }, - "90044": { - "id": 90044, - "name": "onseeked", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the seek operation ends." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/seeked_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90045, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90046, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90047, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90048, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78844, - "name": "HTMLElement.onseeked" - } - }, - "90049": { - "id": 90049, - "name": "onseeking", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the current playback position is moved." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/seeking_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90050, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90051, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90052, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90053, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78849, - "name": "HTMLElement.onseeking" - } - }, - "90054": { - "id": 90054, - "name": "onselect", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Fires when the current selection changes." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/select_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90055, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90056, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90057, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90058, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78854, - "name": "HTMLElement.onselect" - } - }, - "90059": { - "id": 90059, - "name": "onselectionchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/selectionchange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90060, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90061, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90062, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90063, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78859, - "name": "HTMLElement.onselectionchange" - } - }, - "90064": { - "id": 90064, - "name": "onselectstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/selectstart_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90065, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90066, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90067, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90068, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78864, - "name": "HTMLElement.onselectstart" - } - }, - "90069": { - "id": 90069, - "name": "onslotchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSlotElement/slotchange_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90070, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90071, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90072, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90073, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78869, - "name": "HTMLElement.onslotchange" - } - }, - "90074": { - "id": 90074, - "name": "onstalled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the download has stopped." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/stalled_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90075, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90076, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90077, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90078, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78874, - "name": "HTMLElement.onstalled" - } - }, - "90079": { - "id": 90079, - "name": "onsubmit", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLFormElement/submit_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90080, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90081, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90082, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90083, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 205818, - "name": "SubmitEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78879, - "name": "HTMLElement.onsubmit" - } - }, - "90084": { - "id": 90084, - "name": "onsuspend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs if the load operation has been intentionally halted." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/suspend_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90085, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90086, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90087, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90088, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78884, - "name": "HTMLElement.onsuspend" - } - }, - "90089": { - "id": 90089, - "name": "ontimeupdate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs to indicate the current playback position." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/timeupdate_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90090, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90091, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90092, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90093, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78889, - "name": "HTMLElement.ontimeupdate" - } - }, - "90094": { - "id": 90094, - "name": "ontoggle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/toggle_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90095, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90096, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90097, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90098, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78894, - "name": "HTMLElement.ontoggle" - } - }, - "90099": { - "id": 90099, - "name": "ontouchcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchcancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90100, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90101, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90102, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90103, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78899, - "name": "HTMLElement.ontouchcancel" - } - }, - "90104": { - "id": 90104, - "name": "ontouchend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchend_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90105, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90106, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90107, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90108, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78904, - "name": "HTMLElement.ontouchend" - } - }, - "90109": { - "id": 90109, - "name": "ontouchmove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchmove_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90110, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90111, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90112, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90113, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78909, - "name": "HTMLElement.ontouchmove" - } - }, - "90114": { - "id": 90114, - "name": "ontouchstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/touchstart_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90115, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90116, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90117, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90118, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206215, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78914, - "name": "HTMLElement.ontouchstart" - } - }, - "90119": { - "id": 90119, - "name": "ontransitioncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitioncancel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90120, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90121, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90122, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90123, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78919, - "name": "HTMLElement.ontransitioncancel" - } - }, - "90124": { - "id": 90124, - "name": "ontransitionend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitionend_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90125, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90126, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90127, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90128, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78924, - "name": "HTMLElement.ontransitionend" - } - }, - "90129": { - "id": 90129, - "name": "ontransitionrun", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitionrun_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90130, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90131, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90132, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90133, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78929, - "name": "HTMLElement.ontransitionrun" - } - }, - "90134": { - "id": 90134, - "name": "ontransitionstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitionstart_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90135, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90136, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90137, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90138, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 206378, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78934, - "name": "HTMLElement.ontransitionstart" - } - }, - "90139": { - "id": 90139, - "name": "onvolumechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when the volume is changed, or playback is muted or unmuted." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/volumechange_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90140, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90141, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90142, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90143, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78939, - "name": "HTMLElement.onvolumechange" - } - }, - "90144": { - "id": 90144, - "name": "onwaiting", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Occurs when playback stops because the next frame of a video resource is not available." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "ev", - "content": [ - { - "kind": "text", - "text": "The event.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/waiting_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90145, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90146, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90147, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90148, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78944, - "name": "HTMLElement.onwaiting" - } - }, - "90149": { - "id": 90149, - "name": "onwebkitanimationend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`onanimationend`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationend_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90150, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90151, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90152, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90153, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78949, - "name": "HTMLElement.onwebkitanimationend" - } - }, - "90154": { - "id": 90154, - "name": "onwebkitanimationiteration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`onanimationiteration`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationiteration_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90155, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90156, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90157, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90158, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78954, - "name": "HTMLElement.onwebkitanimationiteration" - } - }, - "90159": { - "id": 90159, - "name": "onwebkitanimationstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`onanimationstart`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationstart_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90160, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90161, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90162, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90163, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78959, - "name": "HTMLElement.onwebkitanimationstart" - } - }, - "90164": { - "id": 90164, - "name": "onwebkittransitionend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`ontransitionend`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/transitionend_event)" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90165, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90166, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90167, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90168, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78964, - "name": "HTMLElement.onwebkittransitionend" - } - }, - "90169": { - "id": 90169, - "name": "onwheel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/wheel_event)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 90170, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 90171, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 90172, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62815, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 90173, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 209942, - "name": "WheelEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78969, - "name": "HTMLElement.onwheel" - } - }, - "90174": { - "id": 90174, - "name": "outerHTML", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/outerHTML)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78974, - "name": "HTMLElement.outerHTML" - } - }, - "90175": { - "id": 90175, - "name": "outerText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/outerText)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78975, - "name": "HTMLElement.outerText" - } - }, - "90176": { - "id": 90176, - "name": "ownerDocument", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the node document. Returns null for documents.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/ownerDocument)" - } - ] - }, - "type": { - "type": "reference", - "target": 60250, - "name": "Document", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 78976, - "name": "HTMLElement.ownerDocument" - } - }, - "90177": { - "id": 90177, - "name": "parentElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent element.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentElement)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78977, - "name": "HTMLElement.parentElement" - } - }, - "90178": { - "id": 90178, - "name": "parentNode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/parentNode)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 135318, - "name": "ParentNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78978, - "name": "HTMLElement.parentNode" - } - }, - "90179": { - "id": 90179, - "name": "popover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/popover)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78979, - "name": "HTMLElement.popover" - } - }, - "90180": { - "id": 90180, - "name": "prefix", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the namespace prefix.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/prefix)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78980, - "name": "HTMLElement.prefix" - } - }, - "90181": { - "id": 90181, - "name": "previousElementSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first preceding sibling that is an element, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/previousElementSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78981, - "name": "HTMLElement.previousElementSibling" - } - }, - "90182": { - "id": 90182, - "name": "previousSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the previous sibling.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/previousSibling)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 59238, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78982, - "name": "HTMLElement.previousSibling" - } - }, - "90183": { - "id": 90183, - "name": "referrerPolicy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/referrerPolicy)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "90184": { - "id": 90184, - "name": "role", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78983, - "name": "HTMLElement.role" - } - }, - "90185": { - "id": 90185, - "name": "scrollHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollHeight)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78984, - "name": "HTMLElement.scrollHeight" - } - }, - "90186": { - "id": 90186, - "name": "scrollLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollLeft)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78985, - "name": "HTMLElement.scrollLeft" - } - }, - "90187": { - "id": 90187, - "name": "scrollTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollTop)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78986, - "name": "HTMLElement.scrollTop" - } - }, - "90188": { - "id": 90188, - "name": "scrollWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollWidth)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78987, - "name": "HTMLElement.scrollWidth" - } - }, - "90189": { - "id": 90189, - "name": "shadowRoot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns element's shadow root, if any, and if shadow root's mode is \"open\", and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/shadowRoot)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 205149, - "name": "ShadowRoot", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78988, - "name": "HTMLElement.shadowRoot" - } - }, - "90190": { - "id": 90190, - "name": "sizes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/sizes)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "90191": { - "id": 90191, - "name": "slot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the value of element's slot content attribute. Can be set to change it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/slot)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78989, - "name": "HTMLElement.slot" - } - }, - "90192": { - "id": 90192, - "name": "spellcheck", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/spellcheck)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78990, - "name": "HTMLElement.spellcheck" - } - }, - "90193": { - "id": 90193, - "name": "src", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The address or URL of the a media resource that is to be considered.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/src)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "90194": { - "id": 90194, - "name": "srcset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/srcset)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "90195": { - "id": 90195, - "name": "tabIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/tabIndex)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 78991, - "name": "HTMLElement.tabIndex" - } - }, - "90196": { - "id": 90196, - "name": "tagName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the HTML-uppercased qualified name.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/tagName)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78992, - "name": "HTMLElement.tagName" - } - }, - "90197": { - "id": 90197, - "name": "textContent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/textContent)" - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 78993, - "name": "HTMLElement.textContent" - } - }, - "90198": { - "id": 90198, - "name": "title", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/title)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78994, - "name": "HTMLElement.title" - } - }, - "90199": { - "id": 90199, - "name": "translate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/translate)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 78995, - "name": "HTMLElement.translate" - } - }, - "90200": { - "id": 90200, - "name": "useMap", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves the URL, often with a bookmark extension (#name), to use as a client-side image map.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/useMap)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "90201": { - "id": 90201, - "name": "vspace", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves the vertical margin for the object." - } - ], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/vspace)" - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "90202": { - "id": 90202, - "name": "width", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves the width of the object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/width)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "90203": { - "id": 90203, - "name": "writingSuggestions", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/writingSuggestions)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 78996, - "name": "HTMLElement.writingSuggestions" - } - }, - "90204": { - "id": 90204, - "name": "x", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/x)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "90205": { - "id": 90205, - "name": "y", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/y)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "90206": { - "id": 90206, - "name": "classList", - "variant": "declaration", - "kind": 262144, - "flags": { - "isExternal": true - }, - "getSignature": { - "id": 90207, - "name": "classList", - "variant": "signature", - "kind": 524288, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Allows for manipulation of element's class content attribute as a set of whitespace-separated tokens through a DOMTokenList object.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/classList)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.classList" - } - }, - "setSignature": { - "id": 90208, - "name": "classList", - "variant": "signature", - "kind": 1048576, - "flags": { - "isExternal": true - }, - "parameters": [ - 90209 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.classList" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 78997, - "name": "HTMLElement.classList" - } - }, - "90210": { - "id": 90210, - "name": "part", - "variant": "declaration", - "kind": 262144, - "flags": { - "isExternal": true - }, - "getSignature": { - "id": 90211, - "name": "part", - "variant": "signature", - "kind": 524288, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/part)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.part" - } - }, - "setSignature": { - "id": 90212, - "name": "part", - "variant": "signature", - "kind": 1048576, - "flags": { - "isExternal": true - }, - "parameters": [ - 90213 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.part" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 79001, - "name": "HTMLElement.part" - } - }, - "90214": { - "id": 90214, - "name": "style", - "variant": "declaration", - "kind": 262144, - "flags": { - "isExternal": true - }, - "getSignature": { - "id": 90215, - "name": "style", - "variant": "signature", - "kind": 524288, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/style)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "CSSStyleDeclaration" - }, - "name": "CSSStyleDeclaration", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.style" - } - }, - "setSignature": { - "id": 90216, - "name": "style", - "variant": "signature", - "kind": 1048576, - "flags": { - "isExternal": true - }, - "parameters": [ - 90217 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLElement.style" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 79005, - "name": "HTMLElement.style" - } - }, - "90218": { - "id": 90218, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90219, - 90228 - ], - "overwrites": { - "type": "reference", - "target": 79009, - "name": "HTMLElement.addEventListener" - } - }, - "90219": { - "id": 90219, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Appends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched.\n\nThe options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options's capture.\n\nWhen set to true, options's capture prevents callback from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event's eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event's eventPhase attribute value is AT_TARGET.\n\nWhen set to true, options's passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners.\n\nWhen set to true, options's once indicates that the callback will only be invoked once after which the event listener will be removed.\n\nIf an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted.\n\nThe event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/addEventListener)" - } - ] - }, - "typeParameter": [ - 90220 - ], - "parameters": [ - 90221, - 90222, - 90227 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 79010, - "name": "HTMLElement.addEventListener" - } - }, - "90220": { - "id": 90220, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 79364, - "name": "HTMLElementEventMap", - "package": "typescript" - } - } - }, - "90221": { - "id": 90221, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 90220, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "90222": { - "id": 90222, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 90223, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 90224 - ] - } - } - }, - "90227": { - "id": 90227, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 57635, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "90228": { - "id": 90228, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 90229, - 90230, - 90231 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 79019, - "name": "HTMLElement.addEventListener" - } - }, - "90229": { - "id": 90229, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "90230": { - "id": 90230, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "90231": { - "id": 90231, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 57635, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "90232": { - "id": 90232, - "name": "after", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90233 - ], - "inheritedFrom": { - "type": "reference", - "target": 79023, - "name": "HTMLElement.after" - } - }, - "90233": { - "id": 90233, - "name": "after", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes just after node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/after)" - } - ] - }, - "parameters": [ - 90234 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79024, - "name": "HTMLElement.after" - } - }, - "90234": { - "id": 90234, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "90235": { - "id": 90235, - "name": "animate", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90236 - ], - "inheritedFrom": { - "type": "reference", - "target": 79026, - "name": "HTMLElement.animate" - } - }, - "90236": { - "id": 90236, - "name": "animate", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animate)" - } - ] - }, - "parameters": [ - 90237, - 90238 - ], - "type": { - "type": "reference", - "target": 57672, - "name": "Animation", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79027, - "name": "HTMLElement.animate" - } - }, - "90237": { - "id": 90237, - "name": "keyframes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "array", - "elementType": { - "type": "reference", - "target": 132546, - "name": "Keyframe", - "package": "typescript" - } - }, - { - "type": "reference", - "target": 136273, - "name": "PropertyIndexedKeyframes", - "package": "typescript" - } - ] - } - }, - "90238": { - "id": 90238, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": 132552, - "name": "KeyframeAnimationOptions", - "package": "typescript" - } - ] - } - }, - "90239": { - "id": 90239, - "name": "append", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90240 - ], - "inheritedFrom": { - "type": "reference", - "target": 79030, - "name": "HTMLElement.append" - } - }, - "90240": { - "id": 90240, - "name": "append", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes after the last child of node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/append)" - } - ] - }, - "parameters": [ - 90241 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79031, - "name": "HTMLElement.append" - } - }, - "90241": { - "id": 90241, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "90242": { - "id": 90242, - "name": "appendChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90243 - ], - "inheritedFrom": { - "type": "reference", - "target": 79033, - "name": "HTMLElement.appendChild" - } - }, - "90243": { - "id": 90243, - "name": "appendChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/appendChild)" - } - ] - }, - "typeParameter": [ - 90244 - ], - "parameters": [ - 90245 - ], - "type": { - "type": "reference", - "target": 71251, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 79034, - "name": "HTMLElement.appendChild" - } - }, - "90245": { - "id": 90245, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71251, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "90246": { - "id": 90246, - "name": "attachInternals", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90247 - ], - "inheritedFrom": { - "type": "reference", - "target": 79037, - "name": "HTMLElement.attachInternals" - } - }, - "90247": { - "id": 90247, - "name": "attachInternals", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/attachInternals)" - } - ] - }, - "type": { - "type": "reference", - "target": 62311, - "name": "ElementInternals", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79038, - "name": "HTMLElement.attachInternals" - } - }, - "90248": { - "id": 90248, - "name": "attachShadow", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90249 - ], - "inheritedFrom": { - "type": "reference", - "target": 79039, - "name": "HTMLElement.attachShadow" - } - }, - "90249": { - "id": 90249, - "name": "attachShadow", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Creates a shadow root for element and returns it.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/attachShadow)" - } - ] - }, - "parameters": [ - 90250 - ], - "type": { - "type": "reference", - "target": 205149, - "name": "ShadowRoot", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79040, - "name": "HTMLElement.attachShadow" - } - }, - "90250": { - "id": 90250, - "name": "init", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 205346, - "name": "ShadowRootInit", - "package": "typescript" - } - }, - "90251": { - "id": 90251, - "name": "before", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90252 - ], - "inheritedFrom": { - "type": "reference", - "target": 79042, - "name": "HTMLElement.before" - } - }, - "90252": { - "id": 90252, - "name": "before", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes just before node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/before)" - } - ] - }, - "parameters": [ - 90253 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79043, - "name": "HTMLElement.before" - } - }, - "90253": { - "id": 90253, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "90254": { - "id": 90254, - "name": "blur", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90255 - ], - "inheritedFrom": { - "type": "reference", - "target": 79045, - "name": "HTMLElement.blur" - } - }, - "90255": { - "id": 90255, - "name": "blur", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/blur)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79046, - "name": "HTMLElement.blur" - } - }, - "90256": { - "id": 90256, - "name": "checkVisibility", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90257 - ], - "inheritedFrom": { - "type": "reference", - "target": 79047, - "name": "HTMLElement.checkVisibility" - } - }, - "90257": { - "id": 90257, - "name": "checkVisibility", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/checkVisibility)" - } - ] - }, - "parameters": [ - 90258 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79048, - "name": "HTMLElement.checkVisibility" - } - }, - "90258": { - "id": 90258, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 59232, - "name": "CheckVisibilityOptions", - "package": "typescript" - } - }, - "90259": { - "id": 90259, - "name": "click", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90260 - ], - "inheritedFrom": { - "type": "reference", - "target": 79050, - "name": "HTMLElement.click" - } - }, - "90260": { - "id": 90260, - "name": "click", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/click)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79051, - "name": "HTMLElement.click" - } - }, - "90261": { - "id": 90261, - "name": "cloneNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90262 - ], - "inheritedFrom": { - "type": "reference", - "target": 79052, - "name": "HTMLElement.cloneNode" - } - }, - "90262": { - "id": 90262, - "name": "cloneNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a copy of node. If deep is true, the copy also includes the node's descendants.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/cloneNode)" - } - ] - }, - "parameters": [ - 90263 - ], - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79053, - "name": "HTMLElement.cloneNode" - } - }, - "90263": { - "id": 90263, - "name": "subtree", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "90264": { - "id": 90264, - "name": "closest", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90265, - 90268, - 90271, - 90274 - ], - "inheritedFrom": { - "type": "reference", - "target": 79055, - "name": "HTMLElement.closest" - } - }, - "90265": { - "id": 90265, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first (starting at element) inclusive ancestor that matches selectors, and null otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/closest)" - } - ] - }, - "typeParameter": [ - 90266 - ], - "parameters": [ - 90267 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71276, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79056, - "name": "HTMLElement.closest" - } - }, - "90267": { - "id": 90267, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71276, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "90268": { - "id": 90268, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 90269 - ], - "parameters": [ - 90270 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71279, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79059, - "name": "HTMLElement.closest" - } - }, - "90270": { - "id": 90270, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71279, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "90271": { - "id": 90271, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 90272 - ], - "parameters": [ - 90273 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71282, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79062, - "name": "HTMLElement.closest" - } - }, - "90273": { - "id": 90273, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71282, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "90274": { - "id": 90274, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 90275 - ], - "parameters": [ - 90276 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 71285, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79065, - "name": "HTMLElement.closest" - } - }, - "90276": { - "id": 90276, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "90277": { - "id": 90277, - "name": "compareDocumentPosition", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90278 - ], - "inheritedFrom": { - "type": "reference", - "target": 79068, - "name": "HTMLElement.compareDocumentPosition" - } - }, - "90278": { - "id": 90278, - "name": "compareDocumentPosition", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a bitmask indicating the position of other relative to node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/compareDocumentPosition)" - } - ] - }, - "parameters": [ - 90279 - ], - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 79069, - "name": "HTMLElement.compareDocumentPosition" - } - }, - "90279": { - "id": 90279, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "90280": { - "id": 90280, - "name": "computedStyleMap", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90281 - ], - "inheritedFrom": { - "type": "reference", - "target": 79071, - "name": "HTMLElement.computedStyleMap" - } - }, - "90281": { - "id": 90281, - "name": "computedStyleMap", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/computedStyleMap)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "StylePropertyMapReadOnly" - }, - "name": "StylePropertyMapReadOnly", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79072, - "name": "HTMLElement.computedStyleMap" - } - }, - "90282": { - "id": 90282, - "name": "contains", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90283 - ], - "inheritedFrom": { - "type": "reference", - "target": 79073, - "name": "HTMLElement.contains" - } - }, - "90283": { - "id": 90283, - "name": "contains", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if other is an inclusive descendant of node, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/contains)" - } - ] - }, - "parameters": [ - 90284 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79074, - "name": "HTMLElement.contains" - } - }, - "90284": { - "id": 90284, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "90285": { - "id": 90285, - "name": "decode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90286 - ] - }, - "90286": { - "id": 90286, - "name": "decode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/decode)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "90287": { - "id": 90287, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90288 - ], - "inheritedFrom": { - "type": "reference", - "target": 79076, - "name": "HTMLElement.dispatchEvent" - } - }, - "90288": { - "id": 90288, - "name": "dispatchEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "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.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/dispatchEvent)" - } - ] - }, - "parameters": [ - 90289 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79077, - "name": "HTMLElement.dispatchEvent" - } - }, - "90289": { - "id": 90289, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 62424, - "name": "Event", - "package": "typescript" - } - }, - "90290": { - "id": 90290, - "name": "focus", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90291 - ], - "inheritedFrom": { - "type": "reference", - "target": 79079, - "name": "HTMLElement.focus" - } - }, - "90291": { - "id": 90291, - "name": "focus", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/focus)" - } - ] - }, - "parameters": [ - 90292 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79080, - "name": "HTMLElement.focus" - } - }, - "90292": { - "id": 90292, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62635, - "name": "FocusOptions", - "package": "typescript" - } - }, - "90293": { - "id": 90293, - "name": "getAnimations", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90294 - ], - "inheritedFrom": { - "type": "reference", - "target": 79082, - "name": "HTMLElement.getAnimations" - } - }, - "90294": { - "id": 90294, - "name": "getAnimations", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAnimations)" - } - ] - }, - "parameters": [ - 90295 - ], - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 57672, - "name": "Animation", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 79083, - "name": "HTMLElement.getAnimations" - } - }, - "90295": { - "id": 90295, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62808, - "name": "GetAnimationsOptions", - "package": "typescript" - } - }, - "90296": { - "id": 90296, - "name": "getAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90297 - ], - "inheritedFrom": { - "type": "reference", - "target": 79085, - "name": "HTMLElement.getAttribute" - } - }, - "90297": { - "id": 90297, - "name": "getAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns element's first attribute whose qualified name is qualifiedName, and null if there is no such attribute otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttribute)" - } - ] - }, - "parameters": [ - 90298 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79086, - "name": "HTMLElement.getAttribute" - } - }, - "90298": { - "id": 90298, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "90299": { - "id": 90299, - "name": "getAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90300 - ], - "inheritedFrom": { - "type": "reference", - "target": 79088, - "name": "HTMLElement.getAttributeNS" - } - }, - "90300": { - "id": 90300, - "name": "getAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns element's attribute whose namespace is namespace and local name is localName, and null if there is no such attribute otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNS)" - } - ] - }, - "parameters": [ - 90301, - 90302 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79089, - "name": "HTMLElement.getAttributeNS" - } - }, - "90301": { - "id": 90301, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "90302": { - "id": 90302, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "90303": { - "id": 90303, - "name": "getAttributeNames", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90304 - ], - "inheritedFrom": { - "type": "reference", - "target": 79092, - "name": "HTMLElement.getAttributeNames" - } - }, - "90304": { - "id": 90304, - "name": "getAttributeNames", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the qualified names of all element's attributes. Can contain duplicates.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNames)" - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 79093, - "name": "HTMLElement.getAttributeNames" - } - }, - "90305": { - "id": 90305, - "name": "getAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90306 - ], - "inheritedFrom": { - "type": "reference", - "target": 79094, - "name": "HTMLElement.getAttributeNode" - } - }, - "90306": { - "id": 90306, - "name": "getAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNode)" - } - ] - }, - "parameters": [ - 90307 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79095, - "name": "HTMLElement.getAttributeNode" - } - }, - "90307": { - "id": 90307, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "90308": { - "id": 90308, - "name": "getAttributeNodeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90309 - ], - "inheritedFrom": { - "type": "reference", - "target": 79097, - "name": "HTMLElement.getAttributeNodeNS" - } - }, - "90309": { - "id": 90309, - "name": "getAttributeNodeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getAttributeNodeNS)" - } - ] - }, - "parameters": [ - 90310, - 90311 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79098, - "name": "HTMLElement.getAttributeNodeNS" - } - }, - "90310": { - "id": 90310, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "90311": { - "id": 90311, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "90312": { - "id": 90312, - "name": "getBoundingClientRect", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90313 - ], - "inheritedFrom": { - "type": "reference", - "target": 79101, - "name": "HTMLElement.getBoundingClientRect" - } - }, - "90313": { - "id": 90313, - "name": "getBoundingClientRect", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getBoundingClientRect)" - } - ] - }, - "type": { - "type": "reference", - "target": 60097, - "name": "DOMRect", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79102, - "name": "HTMLElement.getBoundingClientRect" - } - }, - "90314": { - "id": 90314, - "name": "getClientRects", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90315 - ], - "inheritedFrom": { - "type": "reference", - "target": 79103, - "name": "HTMLElement.getClientRects" - } - }, - "90315": { - "id": 90315, - "name": "getClientRects", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getClientRects)" - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMRectList" - }, - "name": "DOMRectList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79104, - "name": "HTMLElement.getClientRects" - } - }, - "90316": { - "id": 90316, - "name": "getElementsByClassName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90317 - ], - "inheritedFrom": { - "type": "reference", - "target": 79105, - "name": "HTMLElement.getElementsByClassName" - } - }, - "90317": { - "id": 90317, - "name": "getElementsByClassName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a HTMLCollection of the elements in the object on which the method was invoked (a document or an element) that have all the classes given by classNames. The classNames argument is interpreted as a space-separated list of classes.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByClassName)" - } - ] - }, - "parameters": [ - 90318 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79106, - "name": "HTMLElement.getElementsByClassName" - } - }, - "90318": { - "id": 90318, - "name": "classNames", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "90319": { - "id": 90319, - "name": "getElementsByTagName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90320, - 90323, - 90326, - 90329, - 90332 - ], - "inheritedFrom": { - "type": "reference", - "target": 79108, - "name": "HTMLElement.getElementsByTagName" - } - }, - "90320": { - "id": 90320, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByTagName)" - } - ] - }, - "typeParameter": [ - 90321 - ], - "parameters": [ - 90322 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71345, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79109, - "name": "HTMLElement.getElementsByTagName" - } - }, - "90322": { - "id": 90322, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71345, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "90323": { - "id": 90323, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 90324 - ], - "parameters": [ - 90325 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71348, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79112, - "name": "HTMLElement.getElementsByTagName" - } - }, - "90325": { - "id": 90325, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71348, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "90326": { - "id": 90326, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 90327 - ], - "parameters": [ - 90328 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71351, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79115, - "name": "HTMLElement.getElementsByTagName" - } - }, - "90328": { - "id": 90328, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71351, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "90329": { - "id": 90329, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "typeParameter": [ - 90330 - ], - "parameters": [ - 90331 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71354, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79118, - "name": "HTMLElement.getElementsByTagName" - } - }, - "90331": { - "id": 90331, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71354, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "90332": { - "id": 90332, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 90333 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79121, - "name": "HTMLElement.getElementsByTagName" - } - }, - "90333": { - "id": 90333, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "90334": { - "id": 90334, - "name": "getElementsByTagNameNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90335, - 90338, - 90341, - 90344 - ], - "inheritedFrom": { - "type": "reference", - "target": 79123, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "90335": { - "id": 90335, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getElementsByTagNameNS)" - } - ] - }, - "parameters": [ - 90336, - 90337 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 78368, - "name": "HTMLElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79124, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "90336": { - "id": 90336, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/1999/xhtml" - } - }, - "90337": { - "id": 90337, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "90338": { - "id": 90338, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 90339, - 90340 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 146576, - "name": "SVGElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79127, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "90339": { - "id": 90339, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/2000/svg" - } - }, - "90340": { - "id": 90340, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "90341": { - "id": 90341, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 90342, - 90343 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 132754, - "name": "MathMLElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79130, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "90342": { - "id": 90342, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/1998/Math/MathML" - } - }, - "90343": { - "id": 90343, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "90344": { - "id": 90344, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 90345, - 90346 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79133, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "90345": { - "id": 90345, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "90346": { - "id": 90346, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "90347": { - "id": 90347, - "name": "getHTML", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90348 - ], - "inheritedFrom": { - "type": "reference", - "target": 79136, - "name": "HTMLElement.getHTML" - } - }, - "90348": { - "id": 90348, - "name": "getHTML", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/getHTML)" - } - ] - }, - "parameters": [ - 90349 - ], - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 79137, - "name": "HTMLElement.getHTML" - } - }, - "90349": { - "id": 90349, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62810, - "name": "GetHTMLOptions", - "package": "typescript" - } - }, - "90350": { - "id": 90350, - "name": "getRootNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90351 - ], - "inheritedFrom": { - "type": "reference", - "target": 79139, - "name": "HTMLElement.getRootNode" - } - }, - "90351": { - "id": 90351, - "name": "getRootNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's root.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/getRootNode)" - } - ] - }, - "parameters": [ - 90352 - ], - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79140, - "name": "HTMLElement.getRootNode" - } - }, - "90352": { - "id": 90352, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62813, - "name": "GetRootNodeOptions", - "package": "typescript" - } - }, - "90353": { - "id": 90353, - "name": "hasAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90354 - ], - "inheritedFrom": { - "type": "reference", - "target": 79142, - "name": "HTMLElement.hasAttribute" - } - }, - "90354": { - "id": 90354, - "name": "hasAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if element has an attribute whose qualified name is qualifiedName, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasAttribute)" - } - ] - }, - "parameters": [ - 90355 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79143, - "name": "HTMLElement.hasAttribute" - } - }, - "90355": { - "id": 90355, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "90356": { - "id": 90356, - "name": "hasAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90357 - ], - "inheritedFrom": { - "type": "reference", - "target": 79145, - "name": "HTMLElement.hasAttributeNS" - } - }, - "90357": { - "id": 90357, - "name": "hasAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if element has an attribute whose namespace is namespace and local name is localName.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasAttributeNS)" - } - ] - }, - "parameters": [ - 90358, - 90359 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79146, - "name": "HTMLElement.hasAttributeNS" - } - }, - "90358": { - "id": 90358, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "90359": { - "id": 90359, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "90360": { - "id": 90360, - "name": "hasAttributes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90361 - ], - "inheritedFrom": { - "type": "reference", - "target": 79149, - "name": "HTMLElement.hasAttributes" - } - }, - "90361": { - "id": 90361, - "name": "hasAttributes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if element has attributes, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasAttributes)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79150, - "name": "HTMLElement.hasAttributes" - } - }, - "90362": { - "id": 90362, - "name": "hasChildNodes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90363 - ], - "inheritedFrom": { - "type": "reference", - "target": 79151, - "name": "HTMLElement.hasChildNodes" - } - }, - "90363": { - "id": 90363, - "name": "hasChildNodes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node has children.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/hasChildNodes)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79152, - "name": "HTMLElement.hasChildNodes" - } - }, - "90364": { - "id": 90364, - "name": "hasPointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90365 - ], - "inheritedFrom": { - "type": "reference", - "target": 79153, - "name": "HTMLElement.hasPointerCapture" - } - }, - "90365": { - "id": 90365, - "name": "hasPointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/hasPointerCapture)" - } - ] - }, - "parameters": [ - 90366 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79154, - "name": "HTMLElement.hasPointerCapture" - } - }, - "90366": { - "id": 90366, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "90367": { - "id": 90367, - "name": "hidePopover", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90368 - ], - "inheritedFrom": { - "type": "reference", - "target": 79156, - "name": "HTMLElement.hidePopover" - } - }, - "90368": { - "id": 90368, - "name": "hidePopover", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/hidePopover)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79157, - "name": "HTMLElement.hidePopover" - } - }, - "90369": { - "id": 90369, - "name": "insertAdjacentElement", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90370 - ], - "inheritedFrom": { - "type": "reference", - "target": 79158, - "name": "HTMLElement.insertAdjacentElement" - } - }, - "90370": { - "id": 90370, - "name": "insertAdjacentElement", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentElement)" - } - ] - }, - "parameters": [ - 90371, - 90372 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79159, - "name": "HTMLElement.insertAdjacentElement" - } - }, - "90371": { - "id": 90371, - "name": "where", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212558, - "name": "InsertPosition", - "package": "typescript" - } - }, - "90372": { - "id": 90372, - "name": "element", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 61862, - "name": "Element", - "package": "typescript" - } - }, - "90373": { - "id": 90373, - "name": "insertAdjacentHTML", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90374 - ], - "inheritedFrom": { - "type": "reference", - "target": 79162, - "name": "HTMLElement.insertAdjacentHTML" - } - }, - "90374": { - "id": 90374, - "name": "insertAdjacentHTML", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentHTML)" - } - ] - }, - "parameters": [ - 90375, - 90376 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79163, - "name": "HTMLElement.insertAdjacentHTML" - } - }, - "90375": { - "id": 90375, - "name": "position", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212558, - "name": "InsertPosition", - "package": "typescript" - } - }, - "90376": { - "id": 90376, - "name": "string", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "90377": { - "id": 90377, - "name": "insertAdjacentText", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90378 - ], - "inheritedFrom": { - "type": "reference", - "target": 79166, - "name": "HTMLElement.insertAdjacentText" - } - }, - "90378": { - "id": 90378, - "name": "insertAdjacentText", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentText)" - } - ] - }, - "parameters": [ - 90379, - 90380 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79167, - "name": "HTMLElement.insertAdjacentText" - } - }, - "90379": { - "id": 90379, - "name": "where", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212558, - "name": "InsertPosition", - "package": "typescript" - } - }, - "90380": { - "id": 90380, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "90381": { - "id": 90381, - "name": "insertBefore", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90382 - ], - "inheritedFrom": { - "type": "reference", - "target": 79170, - "name": "HTMLElement.insertBefore" - } - }, - "90382": { - "id": 90382, - "name": "insertBefore", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/insertBefore)" - } - ] - }, - "typeParameter": [ - 90383 - ], - "parameters": [ - 90384, - 90385 - ], - "type": { - "type": "reference", - "target": 71407, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 79171, - "name": "HTMLElement.insertBefore" - } - }, - "90384": { - "id": 90384, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71407, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "90385": { - "id": 90385, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "90386": { - "id": 90386, - "name": "isDefaultNamespace", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90387 - ], - "inheritedFrom": { - "type": "reference", - "target": 79175, - "name": "HTMLElement.isDefaultNamespace" - } - }, - "90387": { - "id": 90387, - "name": "isDefaultNamespace", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isDefaultNamespace)" - } - ] - }, - "parameters": [ - 90388 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79176, - "name": "HTMLElement.isDefaultNamespace" - } - }, - "90388": { - "id": 90388, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "90389": { - "id": 90389, - "name": "isEqualNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90390 - ], - "inheritedFrom": { - "type": "reference", - "target": 79178, - "name": "HTMLElement.isEqualNode" - } - }, - "90390": { - "id": 90390, - "name": "isEqualNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node and otherNode have the same properties.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isEqualNode)" - } - ] - }, - "parameters": [ - 90391 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79179, - "name": "HTMLElement.isEqualNode" - } - }, - "90391": { - "id": 90391, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "90392": { - "id": 90392, - "name": "isSameNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90393 - ], - "inheritedFrom": { - "type": "reference", - "target": 79181, - "name": "HTMLElement.isSameNode" - } - }, - "90393": { - "id": 90393, - "name": "isSameNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isSameNode)" - } - ] - }, - "parameters": [ - 90394 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79182, - "name": "HTMLElement.isSameNode" - } - }, - "90394": { - "id": 90394, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "90395": { - "id": 90395, - "name": "lookupNamespaceURI", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90396 - ], - "inheritedFrom": { - "type": "reference", - "target": 79184, - "name": "HTMLElement.lookupNamespaceURI" - } - }, - "90396": { - "id": 90396, - "name": "lookupNamespaceURI", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupNamespaceURI)" - } - ] - }, - "parameters": [ - 90397 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79185, - "name": "HTMLElement.lookupNamespaceURI" - } - }, - "90397": { - "id": 90397, - "name": "prefix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "90398": { - "id": 90398, - "name": "lookupPrefix", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90399 - ], - "inheritedFrom": { - "type": "reference", - "target": 79187, - "name": "HTMLElement.lookupPrefix" - } - }, - "90399": { - "id": 90399, - "name": "lookupPrefix", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/lookupPrefix)" - } - ] - }, - "parameters": [ - 90400 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79188, - "name": "HTMLElement.lookupPrefix" - } - }, - "90400": { - "id": 90400, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "90401": { - "id": 90401, - "name": "matches", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90402 - ], - "inheritedFrom": { - "type": "reference", - "target": 79190, - "name": "HTMLElement.matches" - } - }, - "90402": { - "id": 90402, - "name": "matches", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if matching selectors against element's root yields element, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/matches)" - } - ] - }, - "parameters": [ - 90403 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79191, - "name": "HTMLElement.matches" - } - }, - "90403": { - "id": 90403, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "90404": { - "id": 90404, - "name": "normalize", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90405 - ], - "inheritedFrom": { - "type": "reference", - "target": 79193, - "name": "HTMLElement.normalize" - } - }, - "90405": { - "id": 90405, - "name": "normalize", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes empty exclusive Text nodes and concatenates the data of remaining contiguous exclusive Text nodes into the first of their nodes.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/normalize)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79194, - "name": "HTMLElement.normalize" - } - }, - "90406": { - "id": 90406, - "name": "prepend", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90407 - ], - "inheritedFrom": { - "type": "reference", - "target": 79195, - "name": "HTMLElement.prepend" - } - }, - "90407": { - "id": 90407, - "name": "prepend", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Inserts nodes before the first child of node, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/prepend)" - } - ] - }, - "parameters": [ - 90408 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79196, - "name": "HTMLElement.prepend" - } - }, - "90408": { - "id": 90408, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "90409": { - "id": 90409, - "name": "querySelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90410, - 90413, - 90416, - 90419, - 90422 - ], - "inheritedFrom": { - "type": "reference", - "target": 79198, - "name": "HTMLElement.querySelector" - } - }, - "90410": { - "id": 90410, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first element that is a descendant of node that matches selectors.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/querySelector)" - } - ] - }, - "typeParameter": [ - 90411 - ], - "parameters": [ - 90412 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71435, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79199, - "name": "HTMLElement.querySelector" - } - }, - "90412": { - "id": 90412, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71435, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "90413": { - "id": 90413, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 90414 - ], - "parameters": [ - 90415 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71438, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79202, - "name": "HTMLElement.querySelector" - } - }, - "90415": { - "id": 90415, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71438, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "90416": { - "id": 90416, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 90417 - ], - "parameters": [ - 90418 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71441, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79205, - "name": "HTMLElement.querySelector" - } - }, - "90418": { - "id": 90418, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71441, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "90419": { - "id": 90419, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "typeParameter": [ - 90420 - ], - "parameters": [ - 90421 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71444, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79208, - "name": "HTMLElement.querySelector" - } - }, - "90421": { - "id": 90421, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71444, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "90422": { - "id": 90422, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 90423 - ], - "parameters": [ - 90424 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 71447, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79211, - "name": "HTMLElement.querySelector" - } - }, - "90424": { - "id": 90424, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "90425": { - "id": 90425, - "name": "querySelectorAll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90426, - 90429, - 90432, - 90435, - 90438 - ], - "inheritedFrom": { - "type": "reference", - "target": 79214, - "name": "HTMLElement.querySelectorAll" - } - }, - "90426": { - "id": 90426, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns all element descendants of node that match selectors.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/querySelectorAll)" - } - ] - }, - "typeParameter": [ - 90427 - ], - "parameters": [ - 90428 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71451, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79470, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79215, - "name": "HTMLElement.querySelectorAll" - } - }, - "90428": { - "id": 90428, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71451, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "90429": { - "id": 90429, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 90430 - ], - "parameters": [ - 90431 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71454, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 147615, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79218, - "name": "HTMLElement.querySelectorAll" - } - }, - "90431": { - "id": 90431, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71454, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "90432": { - "id": 90432, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 90433 - ], - "parameters": [ - 90434 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71457, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 133791, - "name": "MathMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79221, - "name": "HTMLElement.querySelectorAll" - } - }, - "90434": { - "id": 90434, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71457, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "90435": { - "id": 90435, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "typeParameter": [ - 90436 - ], - "parameters": [ - 90437 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 71460, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 79334, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79224, - "name": "HTMLElement.querySelectorAll" - } - }, - "90437": { - "id": 90437, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71460, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "90438": { - "id": 90438, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 90439 - ], - "parameters": [ - 90440 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 71463, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79227, - "name": "HTMLElement.querySelectorAll" - } - }, - "90440": { - "id": 90440, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "90441": { - "id": 90441, - "name": "releasePointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90442 - ], - "inheritedFrom": { - "type": "reference", - "target": 79230, - "name": "HTMLElement.releasePointerCapture" - } - }, - "90442": { - "id": 90442, - "name": "releasePointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/releasePointerCapture)" - } - ] - }, - "parameters": [ - 90443 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79231, - "name": "HTMLElement.releasePointerCapture" - } - }, - "90443": { - "id": 90443, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "90444": { - "id": 90444, - "name": "remove", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90445 - ], - "inheritedFrom": { - "type": "reference", - "target": 79233, - "name": "HTMLElement.remove" - } - }, - "90445": { - "id": 90445, - "name": "remove", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes node.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/remove)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79234, - "name": "HTMLElement.remove" - } - }, - "90446": { - "id": 90446, - "name": "removeAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90447 - ], - "inheritedFrom": { - "type": "reference", - "target": 79235, - "name": "HTMLElement.removeAttribute" - } - }, - "90447": { - "id": 90447, - "name": "removeAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes element's first attribute whose qualified name is qualifiedName.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/removeAttribute)" - } - ] - }, - "parameters": [ - 90448 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79236, - "name": "HTMLElement.removeAttribute" - } - }, - "90448": { - "id": 90448, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "90449": { - "id": 90449, - "name": "removeAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90450 - ], - "inheritedFrom": { - "type": "reference", - "target": 79238, - "name": "HTMLElement.removeAttributeNS" - } - }, - "90450": { - "id": 90450, - "name": "removeAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes element's attribute whose namespace is namespace and local name is localName.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/removeAttributeNS)" - } - ] - }, - "parameters": [ - 90451, - 90452 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79239, - "name": "HTMLElement.removeAttributeNS" - } - }, - "90451": { - "id": 90451, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "90452": { - "id": 90452, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "90453": { - "id": 90453, - "name": "removeAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90454 - ], - "inheritedFrom": { - "type": "reference", - "target": 79242, - "name": "HTMLElement.removeAttributeNode" - } - }, - "90454": { - "id": 90454, - "name": "removeAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/removeAttributeNode)" - } - ] - }, - "parameters": [ - 90455 - ], - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79243, - "name": "HTMLElement.removeAttributeNode" - } - }, - "90455": { - "id": 90455, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - }, - "90456": { - "id": 90456, - "name": "removeChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90457 - ], - "inheritedFrom": { - "type": "reference", - "target": 79245, - "name": "HTMLElement.removeChild" - } - }, - "90457": { - "id": 90457, - "name": "removeChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/removeChild)" - } - ] - }, - "typeParameter": [ - 90458 - ], - "parameters": [ - 90459 - ], - "type": { - "type": "reference", - "target": 71482, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 79246, - "name": "HTMLElement.removeChild" - } - }, - "90459": { - "id": 90459, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71482, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "90460": { - "id": 90460, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90461, - 90470 - ], - "overwrites": { - "type": "reference", - "target": 79249, - "name": "HTMLElement.removeEventListener" - } - }, - "90461": { - "id": 90461, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes the event listener in target's event listener list with the same type, callback, and options.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/removeEventListener)" - } - ] - }, - "typeParameter": [ - 90462 - ], - "parameters": [ - 90463, - 90464, - 90469 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 79250, - "name": "HTMLElement.removeEventListener" - } - }, - "90462": { - "id": 90462, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 79364, - "name": "HTMLElementEventMap", - "package": "typescript" - } - } - }, - "90463": { - "id": 90463, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 90462, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "90464": { - "id": 90464, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 90465, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 90466 - ] - } - } - }, - "90469": { - "id": 90469, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 62469, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "90470": { - "id": 90470, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 90471, - 90472, - 90473 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 79259, - "name": "HTMLElement.removeEventListener" - } - }, - "90471": { - "id": 90471, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "90472": { - "id": 90472, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 212521, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "90473": { - "id": 90473, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 62469, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "90474": { - "id": 90474, - "name": "replaceChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90475 - ], - "inheritedFrom": { - "type": "reference", - "target": 79263, - "name": "HTMLElement.replaceChild" - } - }, - "90475": { - "id": 90475, - "name": "replaceChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/replaceChild)" - } - ] - }, - "typeParameter": [ - 90476 - ], - "parameters": [ - 90477, - 90478 - ], - "type": { - "type": "reference", - "target": 71500, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 79264, - "name": "HTMLElement.replaceChild" - } - }, - "90477": { - "id": 90477, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - }, - "90478": { - "id": 90478, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 71500, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "90479": { - "id": 90479, - "name": "replaceChildren", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90480 - ], - "inheritedFrom": { - "type": "reference", - "target": 79268, - "name": "HTMLElement.replaceChildren" - } - }, - "90480": { - "id": 90480, - "name": "replaceChildren", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Replace all children of node with nodes, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/replaceChildren)" - } - ] - }, - "parameters": [ - 90481 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79269, - "name": "HTMLElement.replaceChildren" - } - }, - "90481": { - "id": 90481, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "90482": { - "id": 90482, - "name": "replaceWith", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90483 - ], - "inheritedFrom": { - "type": "reference", - "target": 79271, - "name": "HTMLElement.replaceWith" - } - }, - "90483": { - "id": 90483, - "name": "replaceWith", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Replaces node with nodes, while replacing strings in nodes with equivalent Text nodes.\n\nThrows a \"HierarchyRequestError\" DOMException if the constraints of the node tree are violated.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/CharacterData/replaceWith)" - } - ] - }, - "parameters": [ - 90484 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79272, - "name": "HTMLElement.replaceWith" - } - }, - "90484": { - "id": 90484, - "name": "nodes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 134650, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "90485": { - "id": 90485, - "name": "requestFullscreen", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90486 - ], - "inheritedFrom": { - "type": "reference", - "target": 79274, - "name": "HTMLElement.requestFullscreen" - } - }, - "90486": { - "id": 90486, - "name": "requestFullscreen", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Displays element fullscreen and resolves promise when done.\n\nWhen supplied, options's navigationUI member indicates whether showing navigation UI while in fullscreen is preferred or not. If set to \"show\", navigation simplicity is preferred over screen space, and if set to \"hide\", more screen space is preferred. User agents are always free to honor user preference over the application's. The default value \"auto\" indicates no application preference.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/requestFullscreen)" - } - ] - }, - "parameters": [ - 90487 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79275, - "name": "HTMLElement.requestFullscreen" - } - }, - "90487": { - "id": 90487, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 62742, - "name": "FullscreenOptions", - "package": "typescript" - } - }, - "90488": { - "id": 90488, - "name": "requestPointerLock", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90489 - ], - "inheritedFrom": { - "type": "reference", - "target": 79277, - "name": "HTMLElement.requestPointerLock" - } - }, - "90489": { - "id": 90489, - "name": "requestPointerLock", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/requestPointerLock)" - } - ] - }, - "parameters": [ - 90490 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 79278, - "name": "HTMLElement.requestPointerLock" - } - }, - "90490": { - "id": 90490, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 136003, - "name": "PointerLockOptions", - "package": "typescript" - } - }, - "90491": { - "id": 90491, - "name": "scroll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90492, - 90494 - ], - "inheritedFrom": { - "type": "reference", - "target": 79280, - "name": "HTMLElement.scroll" - } - }, - "90492": { - "id": 90492, - "name": "scroll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scroll)" - } - ] - }, - "parameters": [ - 90493 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79281, - "name": "HTMLElement.scroll" - } - }, - "90493": { - "id": 90493, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 204972, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "90494": { - "id": 90494, - "name": "scroll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 90495, - 90496 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79283, - "name": "HTMLElement.scroll" - } - }, - "90495": { - "id": 90495, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "90496": { - "id": 90496, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "90497": { - "id": 90497, - "name": "scrollBy", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90498, - 90500 - ], - "inheritedFrom": { - "type": "reference", - "target": 79286, - "name": "HTMLElement.scrollBy" - } - }, - "90498": { - "id": 90498, - "name": "scrollBy", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollBy)" - } - ] - }, - "parameters": [ - 90499 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79287, - "name": "HTMLElement.scrollBy" - } - }, - "90499": { - "id": 90499, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 204972, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "90500": { - "id": 90500, - "name": "scrollBy", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 90501, - 90502 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79289, - "name": "HTMLElement.scrollBy" - } - }, - "90501": { - "id": 90501, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "90502": { - "id": 90502, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "90503": { - "id": 90503, - "name": "scrollIntoView", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90504 - ], - "inheritedFrom": { - "type": "reference", - "target": 79292, - "name": "HTMLElement.scrollIntoView" - } - }, - "90504": { - "id": 90504, - "name": "scrollIntoView", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollIntoView)" - } - ] - }, - "parameters": [ - 90505 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79293, - "name": "HTMLElement.scrollIntoView" - } - }, - "90505": { - "id": 90505, - "name": "arg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 204966, - "name": "ScrollIntoViewOptions", - "package": "typescript" - } - ] - } - }, - "90506": { - "id": 90506, - "name": "scrollTo", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90507, - 90509 - ], - "inheritedFrom": { - "type": "reference", - "target": 79295, - "name": "HTMLElement.scrollTo" - } - }, - "90507": { - "id": 90507, - "name": "scrollTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollTo)" - } - ] - }, - "parameters": [ - 90508 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79296, - "name": "HTMLElement.scrollTo" - } - }, - "90508": { - "id": 90508, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 204972, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "90509": { - "id": 90509, - "name": "scrollTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 90510, - 90511 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79298, - "name": "HTMLElement.scrollTo" - } - }, - "90510": { - "id": 90510, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "90511": { - "id": 90511, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "90512": { - "id": 90512, - "name": "setAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90513 - ], - "inheritedFrom": { - "type": "reference", - "target": 79301, - "name": "HTMLElement.setAttribute" - } - }, - "90513": { - "id": 90513, - "name": "setAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets the value of element's first attribute whose qualified name is qualifiedName to value.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttribute)" - } - ] - }, - "parameters": [ - 90514, - 90515 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79302, - "name": "HTMLElement.setAttribute" - } - }, - "90514": { - "id": 90514, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "90515": { - "id": 90515, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "90516": { - "id": 90516, - "name": "setAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90517 - ], - "inheritedFrom": { - "type": "reference", - "target": 79305, - "name": "HTMLElement.setAttributeNS" - } - }, - "90517": { - "id": 90517, - "name": "setAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets the value of element's attribute whose namespace is namespace and local name is localName to value.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNS)" - } - ] - }, - "parameters": [ - 90518, - 90519, - 90520 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79306, - "name": "HTMLElement.setAttributeNS" - } - }, - "90518": { - "id": 90518, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "90519": { - "id": 90519, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "90520": { - "id": 90520, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "90521": { - "id": 90521, - "name": "setAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90522 - ], - "inheritedFrom": { - "type": "reference", - "target": 79310, - "name": "HTMLElement.setAttributeNode" - } - }, - "90522": { - "id": 90522, - "name": "setAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNode)" - } - ] - }, - "parameters": [ - 90523 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79311, - "name": "HTMLElement.setAttributeNode" - } - }, - "90523": { - "id": 90523, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - }, - "90524": { - "id": 90524, - "name": "setAttributeNodeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90525 - ], - "inheritedFrom": { - "type": "reference", - "target": 79313, - "name": "HTMLElement.setAttributeNodeNS" - } - }, - "90525": { - "id": 90525, - "name": "setAttributeNodeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNodeNS)" - } - ] - }, - "parameters": [ - 90526 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 79314, - "name": "HTMLElement.setAttributeNodeNS" - } - }, - "90526": { - "id": 90526, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 57868, - "name": "Attr", - "package": "typescript" - } - }, - "90527": { - "id": 90527, - "name": "setHTMLUnsafe", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90528 - ], - "inheritedFrom": { - "type": "reference", - "target": 79316, - "name": "HTMLElement.setHTMLUnsafe" - } - }, - "90528": { - "id": 90528, - "name": "setHTMLUnsafe", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setHTMLUnsafe)" - } - ] - }, - "parameters": [ - 90529 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79317, - "name": "HTMLElement.setHTMLUnsafe" - } - }, - "90529": { - "id": 90529, - "name": "html", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "90530": { - "id": 90530, - "name": "setPointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90531 - ], - "inheritedFrom": { - "type": "reference", - "target": 79319, - "name": "HTMLElement.setPointerCapture" - } - }, - "90531": { - "id": 90531, - "name": "setPointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setPointerCapture)" - } - ] - }, - "parameters": [ - 90532 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79320, - "name": "HTMLElement.setPointerCapture" - } - }, - "90532": { - "id": 90532, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "90533": { - "id": 90533, - "name": "showPopover", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90534 - ], - "inheritedFrom": { - "type": "reference", - "target": 79322, - "name": "HTMLElement.showPopover" - } - }, - "90534": { - "id": 90534, - "name": "showPopover", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/showPopover)" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 79323, - "name": "HTMLElement.showPopover" - } - }, - "90535": { - "id": 90535, - "name": "toggleAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90536 - ], - "inheritedFrom": { - "type": "reference", - "target": 79324, - "name": "HTMLElement.toggleAttribute" - } - }, - "90536": { - "id": 90536, - "name": "toggleAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "If force is not given, \"toggles\" qualifiedName, removing it if it is present and adding it if it is not present. If force is true, adds qualifiedName. If force is false, removes qualifiedName.\n\nReturns true if qualifiedName is now present, and false otherwise.\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/toggleAttribute)" - } - ] - }, - "parameters": [ - 90537, - 90538 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79325, - "name": "HTMLElement.toggleAttribute" - } - }, - "90537": { - "id": 90537, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "90538": { - "id": 90538, - "name": "force", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "90539": { - "id": 90539, - "name": "togglePopover", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90540 - ], - "inheritedFrom": { - "type": "reference", - "target": 79328, - "name": "HTMLElement.togglePopover" - } - }, - "90540": { - "id": 90540, - "name": "togglePopover", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/togglePopover)" - } - ] - }, - "parameters": [ - 90541 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79329, - "name": "HTMLElement.togglePopover" - } - }, - "90541": { - "id": 90541, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "90542": { - "id": 90542, - "name": "webkitMatchesSelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 90543 - ], - "inheritedFrom": { - "type": "reference", - "target": 79331, - "name": "HTMLElement.webkitMatchesSelector" - } - }, - "90543": { - "id": 90543, - "name": "webkitMatchesSelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "This is a legacy alias of " - }, - { - "kind": "code", - "text": "`matches`" - }, - { - "kind": "text", - "text": ".\n\n[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/matches)" - } - ] - } - ] - }, - "parameters": [ - 90544 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 79332, - "name": "HTMLElement.webkitMatchesSelector" - } - }, - "90544": { - "id": 90544, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "113177": { - "id": 113177, - "name": "HTMLScriptElement", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "HTML