diff --git a/src/directory/apiReferences.json b/src/directory/apiReferences.json index 77fbff8e688..674ecddf53a 100644 --- a/src/directory/apiReferences.json +++ b/src/directory/apiReferences.json @@ -1,738043 +1,74 @@ { - "192": { - "id": 192, - "name": "AuthStandardAttributeKey", - "variant": "declaration", - "kind": 2097152, - "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": 193, - "name": "AuthVerifiableAttributeKey", - "package": "@aws-amplify/core" - } - ] - } - }, - "193": { - "id": 193, - "name": "AuthVerifiableAttributeKey", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "email" - }, - { - "type": "literal", - "value": "phone_number" - } - ] - } - }, - "203": { - "id": 203, - "name": "NonNullable", - "variant": "declaration", - "kind": 2097152, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Exclude null and undefined from T" - } - ] - }, - "typeParameters": [ - 204 - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 204, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - { - "type": "reflection", - "declaration": { - "id": 205, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - } - } - } - ] - } - }, - "204": { - "id": 204, - "name": "T", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - } - }, - "210": { - "id": 210, - "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": "literal", - "value": "protected" - }, - { - "type": "literal", - "value": "private" - } - ] - } - }, - "297": { - "id": 297, + "20": { + "id": 20, "name": "analytics", "variant": "declaration", "kind": 2, - "flags": {}, - "children": [ - { - "id": 366, - "name": "configureAutoTrack", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 367 - ] - }, - { - "id": 369, - "name": "disable", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 370 - ] - }, - { - "id": 371, - "name": "enable", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 372 - ] - }, - { - "id": 373, - "name": "flushEvents", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 374 - ] - }, - { - "id": 375, - "name": "identifyUser", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 376 - ] - }, - { - "id": 378, - "name": "record", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 379 - ] - } - ], - "groups": [ - { - "title": "Modules", - "children": [ - 298 - ] - }, - { - "title": "Type Aliases", - "children": [ - 363, - 364, - 365 - ] - }, - { - "title": "Functions", - "children": [ - 366, - 369, - 371, - 373, - 375, - 378 - ] - } - ] - }, - "299": { - "id": 299, - "name": "AnalyticsIdentifyUserInput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for " - }, - { - "kind": "code", - "text": "`identifyUser`" - }, - { - "kind": "text", - "text": "." - } - ] - }, - "children": [ - 300, - 301, - 302 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 300, - 301, - 302 - ] - } - ], - "typeParameters": [ - 303 - ] - }, - "300": { - "id": 300, - "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": 303, - "name": "ServiceOptions", - "package": "@aws-amplify/analytics", - "qualifiedName": "AnalyticsIdentifyUserInput.ServiceOptions", - "refersToTypeParameter": true - } - }, - "301": { - "id": 301, - "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" - } - }, - "302": { - "id": 302, - "name": "userProfile", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Additional information about the user and their device." - } - ] - }, - "type": { - "type": "reference", - "target": 324, - "name": "UserProfile", - "package": "@aws-amplify/core" - } - }, - "303": { - "id": 303, - "name": "ServiceOptions", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 360, - "name": "AnalyticsServiceOptions", - "package": "@aws-amplify/analytics" - }, - "default": { - "type": "reference", - "target": 360, - "name": "AnalyticsServiceOptions", - "package": "@aws-amplify/analytics" - } - }, - "304": { - "id": 304, - "name": "EventTrackingOptions", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 305, - 306, - 307 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 305, - 306, - 307 - ] - } - ] - }, - "305": { - "id": 305, - "name": "attributes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 362, - "name": "TrackerAttributes", - "package": "@aws-amplify/analytics" - } - }, - "306": { - "id": 306, - "name": "events", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "array", - "elementType": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 10241, - "name": "GlobalEventHandlersEventMap", - "package": "typescript" - } - } - } - }, - "307": { - "id": 307, - "name": "selectorPrefix", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "308": { - "id": 308, - "name": "PageViewTrackingOptions", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 309, - 310, - 311, - 312 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 309, - 310, - 311 - ] - }, - { - "title": "Methods", - "children": [ - 312 - ] - } - ] - }, - "309": { - "id": 309, - "name": "appType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "multiPage" - }, - { - "type": "literal", - "value": "singlePage" - } - ] - } - }, - "310": { - "id": 310, - "name": "attributes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 362, - "name": "TrackerAttributes", - "package": "@aws-amplify/analytics" - } - }, - "311": { - "id": 311, - "name": "eventName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "312": { - "id": 312, - "name": "urlProvider", - "variant": "declaration", - "kind": 2048, - "flags": { - "isOptional": true - }, - "signatures": [ - 313 - ] - }, - "313": { - "id": 313, - "name": "urlProvider", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "314": { - "id": 314, - "name": "PinpointAnalyticsEvent", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 315, - 316, - 317 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 315, - 316, - 317 - ] - } - ] - }, - "315": { - "id": 315, - "name": "attributes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 4146, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "Record", - "package": "typescript" - } - }, - "316": { - "id": 316, - "name": "metrics", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 4146, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "number" - } - ], - "name": "Record", - "package": "typescript" - } - }, - "317": { - "id": 317, - "name": "name", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "318": { - "id": 318, - "name": "PinpointServiceOptions", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 319, - 320, - 321 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 319, - 320, - 321 - ] - } - ] - }, - "319": { - "id": 319, - "name": "address", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "320": { - "id": 320, - "name": "optOut", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "ALL" - }, - { - "type": "literal", - "value": "NONE" - } - ] - } - }, - "321": { - "id": 321, - "name": "userAttributes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 4146, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - ], - "name": "Record", - "package": "typescript" - } - }, - "322": { - "id": 322, - "name": "SessionTrackingOptions", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 323 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 323 - ] - } - ] - }, - "323": { - "id": 323, - "name": "attributes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 362, - "name": "TrackerAttributes", - "package": "@aws-amplify/analytics" - } - }, - "324": { - "id": 324, - "name": "UserProfile", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 325, - 326, - 336, - 337, - 345, - 346, - 347 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 325, - 326, - 336, - 337, - 345, - 346, - 347 - ] - } - ] - }, - "325": { - "id": 325, - "name": "customProperties", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 4146, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - ], - "name": "Record", - "package": "typescript" - } - }, - "326": { - "id": 326, - "name": "demographic", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 327, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - 328, - 329, - 330, - 331, - 332, - 333, - 334, - 335 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 328, - 329, - 330, - 331, - 332, - 333, - 334, - 335 - ] - } - ] - } - } - }, - "328": { - "id": 328, - "name": "appVersion", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "329": { - "id": 329, - "name": "locale", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "330": { - "id": 330, - "name": "make", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "331": { - "id": 331, - "name": "model", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "332": { - "id": 332, - "name": "modelVersion", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "333": { - "id": 333, - "name": "platform", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "334": { - "id": 334, - "name": "platformVersion", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "335": { - "id": 335, - "name": "timezone", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "336": { - "id": 336, - "name": "email", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "337": { - "id": 337, - "name": "location", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 338, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - 339, - 340, - 341, - 342, - 343, - 344 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 339, - 340, - 341, - 342, - 343, - 344 - ] - } - ] - } - } - }, - "339": { - "id": 339, - "name": "city", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "340": { - "id": 340, - "name": "country", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "341": { - "id": 341, - "name": "latitude", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "342": { - "id": 342, - "name": "longitude", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "343": { - "id": 343, - "name": "postalCode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "344": { - "id": 344, - "name": "region", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "345": { - "id": 345, - "name": "metrics", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 4146, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "number" - } - ], - "name": "Record", - "package": "typescript" - } - }, - "346": { - "id": 346, - "name": "name", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "347": { - "id": 347, - "name": "plan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "348": { - "id": 348, - "name": "AnalyticsConfigureAutoTrackInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for " - }, - { - "kind": "code", - "text": "`configureAutoTrack`" - }, - { - "kind": "text", - "text": "." - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reflection", - "declaration": { - "id": 349, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 350, - "name": "enable", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "boolean" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 350 - ] - } - ] - } - }, - { - "type": "union", - "types": [ - { - "type": "reflection", - "declaration": { - "id": 351, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 352, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 322, - "name": "SessionTrackingOptions", - "package": "@aws-amplify/analytics" - } - }, - { - "id": 353, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "literal", - "value": "session" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 352, - 353 - ] - } - ] - } - }, - { - "type": "reflection", - "declaration": { - "id": 354, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 355, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 308, - "name": "PageViewTrackingOptions", - "package": "@aws-amplify/analytics" - } - }, - { - "id": 356, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "literal", - "value": "pageView" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 355, - 356 - ] - } - ] - } - }, - { - "type": "reflection", - "declaration": { - "id": 357, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 358, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 304, - "name": "EventTrackingOptions", - "package": "@aws-amplify/analytics" - } - }, - { - "id": 359, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "literal", - "value": "event" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 358, - 359 - ] - } - ] - } - } - ] - } - ] - } - }, - "350": { - "id": 350, - "name": "enable", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "352": { - "id": 352, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 322, - "name": "SessionTrackingOptions", - "package": "@aws-amplify/analytics" - } - }, - "353": { - "id": 353, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "literal", - "value": "session" - } - }, - "355": { - "id": 355, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 308, - "name": "PageViewTrackingOptions", - "package": "@aws-amplify/analytics" - } - }, - "356": { - "id": 356, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "literal", - "value": "pageView" - } - }, - "358": { - "id": 358, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 304, - "name": "EventTrackingOptions", - "package": "@aws-amplify/analytics" - } - }, - "359": { - "id": 359, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "literal", - "value": "event" - } - }, - "360": { - "id": 360, - "name": "AnalyticsServiceOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Base type for service options." - } - ] - }, - "type": { - "type": "reference", - "target": 4146, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "unknown" - } - ], - "name": "Record", - "package": "typescript" - } - }, - "361": { - "id": 361, - "name": "IdentifyUserOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Options specific to Pinpoint identityUser." - } - ] - }, - "type": { - "type": "reference", - "target": 4142, - "typeArguments": [ - { - "type": "reference", - "target": 318, - "name": "PinpointServiceOptions", - "package": "@aws-amplify/core" - }, - { - "type": "literal", - "value": "userAttributes" - } - ], - "name": "Pick", - "package": "typescript" - } - }, - "362": { - "id": 362, - "name": "TrackerAttributes", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "reference", - "target": 4146, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "Record", - "package": "typescript" - } - }, - "364": { - "id": 364, - "name": "IdentifyUserInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for Pinpoint identifyUser API." - } - ] - }, - "type": { - "type": "reference", - "target": 299, - "typeArguments": [ - { - "type": "reference", - "target": 361, - "name": "IdentifyUserOptions", - "package": "@aws-amplify/analytics" - } - ], - "name": "AnalyticsIdentifyUserInput", - "package": "@aws-amplify/analytics" - } - }, - "366": { - "id": 366, - "name": "configureAutoTrack", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 367 - ] - }, - "367": { - "id": 367, - "name": "configureAutoTrack", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "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)." - } - ], - "blockTags": [ - { - "tag": "@remark", - "content": [ - { - "kind": "text", - "text": "Only session tracking is currently supported on React Native." - } - ] - }, - { - "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": "AnalyticsValidationErrorCode" - }, - { - "kind": "text", - "text": " - Thrown when the provided parameters or library\n configuration is incorrect." - } - ] - } - ] - }, - "parameters": [ - 368 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "368": { - "id": 368, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reference", - "target": 348, - "name": "AnalyticsConfigureAutoTrackInput", - "package": "@aws-amplify/analytics" - } - }, - "369": { - "id": 369, - "name": "disable", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 370 - ] - }, - "370": { - "id": 370, - "name": "disable", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Disables the Analytics category." - } - ], - "blockTags": [ - { - "tag": "@note", - "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 " - }, - { - "kind": "code", - "text": "`configureAutoTrack`" - }, - { - "kind": "text", - "text": " will not have any effect while Analytics is disabled." - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "371": { - "id": 371, - "name": "enable", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 372 - ] - }, - "372": { - "id": 372, - "name": "enable", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Enables the Analytics category to permit the transmission of events." - } - ], - "blockTags": [ - { - "tag": "@note", - "content": [ - { - "kind": "text", - "text": "Analytics is enabled by default. You do not need to call this API unless you have disabled Analytics." - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "373": { - "id": 373, - "name": "flushEvents", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 374 - ] - }, - "374": { - "id": 374, - "name": "flushEvents", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Flushes all buffered Pinpoint events to the service." - } - ], - "blockTags": [ - { - "tag": "@note", - "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." - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "375": { - "id": 375, - "name": "identifyUser", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 376 - ] - }, - "376": { - "id": 376, - "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": "@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": "AnalyticsValidationErrorCode" - }, - { - "kind": "text", - "text": " - Thrown when the provided parameters or library\n configuration is incorrect." - } - ] - }, - { - "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 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});" - } - ] - } - ] - }, - "parameters": [ - 377 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "377": { - "id": 377, - "name": "params", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The input object used to construct requests sent to Pinpoint's UpdateEndpoint\n API." - } - ] - }, - "type": { - "type": "reference", - "target": 364, - "name": "IdentifyUserInput", - "package": "@aws-amplify/analytics" - } - }, - "378": { - "id": 378, - "name": "record", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 379 - ] - }, - "379": { - "id": 379, - "name": "record", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Records an Analytic event to Pinpoint. Events will be buffered and periodically sent to Pinpoint." - } - ], - "blockTags": [ - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "validation: " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "AnalyticsValidationErrorCode" - }, - { - "kind": "text", - "text": " - Thrown when the provided parameters or library\n configuration is incorrect." - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```ts\n// Send an event to Pinpoint\nrecord({ name: eventName })\n```" - } - ] - }, - { - "tag": "@example", - "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```" - } - ] - } - ] - }, - "parameters": [ - 380 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "380": { - "id": 380, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reference", - "target": 314, - "name": "PinpointAnalyticsEvent", - "package": "@aws-amplify/core" - } + "flags": {} }, - "423": { - "id": 423, + "25": { + "id": 25, "name": "api", "variant": "declaration", "kind": 2, - "flags": {}, - "children": [ - { - "id": 1343, - "name": "del", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1344 - ] - }, - { - "id": 1346, - "name": "generateClient", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1347 - ] - }, - { - "id": 1350, - "name": "get", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1351 - ] - }, - { - "id": 1353, - "name": "head", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1354 - ] - }, - { - "id": 1356, - "name": "isCancelError", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1357 - ] - }, - { - "id": 1359, - "name": "patch", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1360 - ] - }, - { - "id": 1362, - "name": "post", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1363 - ] - }, - { - "id": 1365, - "name": "put", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1366 - ] - } - ], - "groups": [ - { - "title": "Modules", - "children": [ - 424 - ] - }, - { - "title": "Enumerations", - "children": [ - 1286, - 1295 - ] - }, - { - "title": "Classes", - "children": [ - 1301 - ] - }, - { - "title": "Interfaces", - "children": [ - 1322 - ] - }, - { - "title": "Type Aliases", - "children": [ - 1327, - 1329, - 1333, - 1335, - 1339 - ] - }, - { - "title": "Variables", - "children": [ - 1342 - ] - }, - { - "title": "Functions", - "children": [ - 1343, - 1346, - 1350, - 1353, - 1356, - 1359, - 1362, - 1365 - ] - } - ] - }, - "816": { - "id": 816, - "name": "CommonPublicClientOptions", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Common options that can be used on public " - }, - { - "kind": "code", - "text": "`generateClient()`" - }, - { - "kind": "text", - "text": " interfaces." - } - ] - }, - "children": [ - 817, - 818, - 819 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 817, - 818, - 819 - ] - } - ] - }, - "817": { - "id": 817, - "name": "authMode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 4136, - "name": "GraphQLAuthMode", - "package": "@aws-amplify/core" - } - }, - "818": { - "id": 818, - "name": "authToken", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "819": { - "id": 819, - "name": "headers", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1153, - "name": "CustomHeaders", - "package": "@aws-amplify/data-schema" - } - }, - "1145": { - "id": 1145, - "name": "ClientExtensions", - "variant": "declaration", - "kind": 2097152, - "flags": { - "isExternal": true - }, - "typeParameters": [ - 1146 - ], - "type": { - "type": "reflection", - "declaration": { - "id": 1147, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "children": [ - 1148, - 1149, - 1150, - 1151, - 1152 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1148, - 1149, - 1150, - 1151, - 1152 - ] - } - ] - } - } - }, - "1146": { - "id": 1146, - "name": "T", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 4146, - "typeArguments": [ - { - "type": "intrinsic", - "name": "any" - }, - { - "type": "intrinsic", - "name": "any" - } - ], - "name": "Record", - "package": "typescript" - }, - "default": { - "type": "intrinsic", - "name": "never" - } - }, - "1148": { - "id": 1148, - "name": "enums", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 1169, - "typeArguments": [ - { - "type": "reference", - "target": 1146, - "name": "T", - "package": "@aws-amplify/data-schema", - "refersToTypeParameter": true - } - ], - "name": "EnumTypes", - "package": "@aws-amplify/data-schema" - } - }, - "1149": { - "id": 1149, - "name": "models", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 1212, - "typeArguments": [ - { - "type": "reference", - "target": 1146, - "name": "T", - "package": "@aws-amplify/data-schema", - "refersToTypeParameter": true - } - ], - "name": "ModelTypes", - "package": "@aws-amplify/data-schema" - } - }, - "1150": { - "id": 1150, - "name": "mutations", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 1156, - "typeArguments": [ - { - "type": "reference", - "target": 1146, - "name": "T", - "package": "@aws-amplify/data-schema", - "refersToTypeParameter": true - }, - { - "type": "literal", - "value": "CLIENT" - } - ], - "name": "CustomMutations", - "package": "@aws-amplify/data-schema" - } - }, - "1151": { - "id": 1151, - "name": "queries", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 1160, - "typeArguments": [ - { - "type": "reference", - "target": 1146, - "name": "T", - "package": "@aws-amplify/data-schema", - "refersToTypeParameter": true - }, - { - "type": "literal", - "value": "CLIENT" - } - ], - "name": "CustomQueries", - "package": "@aws-amplify/data-schema" - } - }, - "1152": { - "id": 1152, - "name": "subscriptions", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 1164, - "typeArguments": [ - { - "type": "reference", - "target": 1146, - "name": "T", - "package": "@aws-amplify/data-schema", - "refersToTypeParameter": true - }, - { - "type": "literal", - "value": "CLIENT" - } - ], - "name": "CustomSubscriptions", - "package": "@aws-amplify/data-schema" - } - }, - "1153": { - "id": 1153, - "name": "CustomHeaders", - "variant": "declaration", - "kind": 2097152, - "flags": { - "isExternal": true - }, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "reference", - "target": 4146, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "Record", - "package": "typescript" - }, - { - "type": "reflection", - "declaration": { - "id": 1154, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 1155, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 4146, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "Record", - "package": "typescript" - } - ], - "name": "Promise", - "package": "typescript" - } - } - ] - } - } - ] - } - }, - "1156": { - "id": 1156, - "name": "CustomMutations", - "variant": "declaration", - "kind": 2097152, - "flags": { - "isExternal": true - }, - "typeParameters": [ - 1157, - 1158, - 1159 - ], - "type": { - "type": "intrinsic", - "name": "any" - } - }, - "1160": { - "id": 1160, - "name": "CustomQueries", - "variant": "declaration", - "kind": 2097152, - "flags": { - "isExternal": true - }, - "typeParameters": [ - 1161, - 1162, - 1163 - ], - "type": { - "type": "intrinsic", - "name": "any" - } - }, - "1164": { - "id": 1164, - "name": "CustomSubscriptions", - "variant": "declaration", - "kind": 2097152, - "flags": { - "isExternal": true - }, - "typeParameters": [ - 1165, - 1166, - 1167 - ], - "type": { - "type": "intrinsic", - "name": "any" - } - }, - "1169": { - "id": 1169, - "name": "EnumTypes", - "variant": "declaration", - "kind": 2097152, - "flags": { - "isExternal": true - }, - "typeParameters": [ - 1170, - 1171 - ], - "type": { - "type": "intrinsic", - "name": "any" - } - }, - "1195": { - "id": 1195, - "name": "GraphQLMethod", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 1196, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "signatures": [ - 1197 - ] - } - } - }, - "1212": { - "id": 1212, - "name": "ModelTypes", - "variant": "declaration", - "kind": 2097152, - "flags": { - "isExternal": true - }, - "typeParameters": [ - 1213, - 1214, - 1215 - ], - "type": { - "type": "intrinsic", - "name": "any" - } - }, - "1246": { - "id": 1246, - "name": "V6Client", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "typeParameters": [ - 1247 - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reflection", - "declaration": { - "id": 1248, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 1249, - "name": "graphql", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 1195, - "name": "GraphQLMethod", - "package": "@aws-amplify/api-graphql" - } - }, - { - "id": 1250, - "name": "cancel", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 1251, - "name": "cancel", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 1252, - "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": 1253, - "name": "message", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - } - ] - }, - { - "id": 1254, - "name": "isCancelError", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 1255, - "name": "isCancelError", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 1256, - "name": "error", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "any" - } - } - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - } - ] - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1249 - ] - }, - { - "title": "Methods", - "children": [ - 1250, - 1254 - ] - } - ] - } - }, - { - "type": "reference", - "target": 1145, - "typeArguments": [ - { - "type": "reference", - "target": 1247, - "name": "T", - "package": "@aws-amplify/api-graphql", - "refersToTypeParameter": true - } - ], - "name": "ClientExtensions", - "package": "@aws-amplify/data-schema" - } - ] - } - }, - "1247": { - "id": 1247, - "name": "T", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 4146, - "typeArguments": [ - { - "type": "intrinsic", - "name": "any" - }, - { - "type": "intrinsic", - "name": "any" - } - ], - "name": "Record", - "package": "typescript" - }, - "default": { - "type": "intrinsic", - "name": "never" - } - }, - "1249": { - "id": 1249, - "name": "graphql", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 1195, - "name": "GraphQLMethod", - "package": "@aws-amplify/api-graphql" - } - }, - "1250": { - "id": 1250, - "name": "cancel", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 1251, - "name": "cancel", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 1252, - "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": 1253, - "name": "message", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - } - ] - }, - "1251": { - "id": 1251, - "name": "cancel", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 1252, - "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": 1253, - "name": "message", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "1252": { - "id": 1252, - "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" - } - }, - "1253": { - "id": 1253, - "name": "message", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1254": { - "id": 1254, - "name": "isCancelError", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - { - "id": 1255, - "name": "isCancelError", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 1256, - "name": "error", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "any" - } - } - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - } - ] - }, - "1255": { - "id": 1255, - "name": "isCancelError", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 1256, - "name": "error", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "any" - } - } - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "1256": { - "id": 1256, - "name": "error", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "any" - } - }, - "1343": { - "id": 1343, - "name": "del", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1344 - ] - }, - "1344": { - "id": 1344, - "name": "del", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "DELETE HTTP request" - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "Operation for DELETE request" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "- " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "RestApiError" - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "text", - "text": "Send a DELETE request\n" - }, - { - "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```" - } - ] - } - ] - }, - "parameters": [ - 1345 - ], - "type": { - "type": "reference", - "target": 1390, - "name": "DeleteOperation", - "package": "@aws-amplify/api-rest" - } - }, - "1345": { - "id": 1345, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input for DELETE operation" - } - ] - }, - "type": { - "type": "reference", - "target": 1389, - "name": "DeleteInput", - "package": "@aws-amplify/api-rest" - } - }, - "1346": { - "id": 1346, - "name": "generateClient", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1347 - ] - }, - "1347": { - "id": 1347, - "name": "generateClient", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "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", - "target": 174500, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " - Throws error when client cannot be generated due to configuration issues." - } - ] - } - ] - }, - "typeParameter": [ - 1348 - ], - "parameters": [ - 1349 - ], - "type": { - "type": "reference", - "target": 1246, - "typeArguments": [ - { - "type": "reference", - "target": 1348, - "name": "T", - "package": "@aws-amplify/api", - "refersToTypeParameter": true - } - ], - "name": "V6Client", - "package": "@aws-amplify/api-graphql" - } - }, - "1348": { - "id": 1348, - "name": "T", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 4146, - "typeArguments": [ - { - "type": "intrinsic", - "name": "any" - }, - { - "type": "intrinsic", - "name": "any" - } - ], - "name": "Record", - "package": "typescript" - }, - "default": { - "type": "intrinsic", - "name": "never" - } - }, - "1349": { - "id": 1349, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 816, - "name": "CommonPublicClientOptions", - "package": "@aws-amplify/api-graphql" - } - }, - "1350": { - "id": 1350, - "name": "get", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1351 - ] - }, - "1351": { - "id": 1351, - "name": "get", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "GET HTTP request" - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "Operation for GET request" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "- " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "RestApiError" - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "text", - "text": "Send a GET request\n" - }, - { - "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```" - } - ] - }, - { - "tag": "@example", - "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```" - } - ] - } - ] - }, - "parameters": [ - 1352 - ], - "type": { - "type": "reference", - "target": 1392, - "name": "GetOperation", - "package": "@aws-amplify/api-rest" - } - }, - "1352": { - "id": 1352, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input for GET operation" - } - ] - }, - "type": { - "type": "reference", - "target": 1391, - "name": "GetInput", - "package": "@aws-amplify/api-rest" - } - }, - "1353": { - "id": 1353, - "name": "head", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1354 - ] - }, - "1354": { - "id": 1354, - "name": "head", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "HEAD HTTP request" - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "Operation for HEAD request" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "- " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "RestApiError" - } - ] - }, - { - "tag": "@example", - "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```" - } - ] - } - ] - }, - "parameters": [ - 1355 - ], - "type": { - "type": "reference", - "target": 1402, - "name": "HeadOperation", - "package": "@aws-amplify/api-rest" - } - }, - "1355": { - "id": 1355, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input for HEAD operation" - } - ] - }, - "type": { - "type": "reference", - "target": 1401, - "name": "HeadInput", - "package": "@aws-amplify/api-rest" - } - }, - "1356": { - "id": 1356, - "name": "isCancelError", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1357 - ] - }, - "1357": { - "id": 1357, - "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": " in REST API." - } - ], - "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", - "content": [ - { - "kind": "text", - "text": "- A boolean indicating if the error was from an upload cancellation" - } - ] - } - ] - }, - "parameters": [ - 1358 - ], - "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" - } - } - }, - "1358": { - "id": 1358, - "name": "error", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The unknown exception to be checked." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "unknown" - } - }, - "1359": { - "id": 1359, - "name": "patch", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1360 - ] - }, - "1360": { - "id": 1360, - "name": "patch", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "PATCH HTTP request" - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "Operation for PATCH request" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "- " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "RestApiError" - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "text", - "text": "Send a PATCH request\n" - }, - { - "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```" - } - ] - }, - { - "tag": "@example", - "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```" - } - ] - } - ] - }, - "parameters": [ - 1361 - ], - "type": { - "type": "reference", - "target": 1405, - "name": "PatchOperation", - "package": "@aws-amplify/api-rest" - } - }, - "1361": { - "id": 1361, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input for PATCH operation" - } - ] - }, - "type": { - "type": "reference", - "target": 1404, - "name": "PatchInput", - "package": "@aws-amplify/api-rest" - } - }, - "1362": { - "id": 1362, - "name": "post", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1363 - ] - }, - "1363": { - "id": 1363, - "name": "post", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "POST HTTP request" - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "Operation for POST request" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "- " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "RestApiError" - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "text", - "text": "Send a POST request\n" - }, - { - "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```" - } - ] - }, - { - "tag": "@example", - "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```" - } - ] - } - ] - }, - "parameters": [ - 1364 - ], - "type": { - "type": "reference", - "target": 1407, - "name": "PostOperation", - "package": "@aws-amplify/api-rest" - } - }, - "1364": { - "id": 1364, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input for POST operation" - } - ] - }, - "type": { - "type": "reference", - "target": 1406, - "name": "PostInput", - "package": "@aws-amplify/api-rest" - } - }, - "1365": { - "id": 1365, - "name": "put", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1366 - ] - }, - "1366": { - "id": 1366, - "name": "put", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "PUT HTTP request" - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "Operation for PUT request" - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "- " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "RestApiError" - } - ] - }, - { - "tag": "@example", - "content": [ - { - "kind": "text", - "text": "Send a PUT request\n" - }, - { - "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```" - } - ] - }, - { - "tag": "@example", - "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```" - } - ] - } - ] - }, - "parameters": [ - 1367 - ], - "type": { - "type": "reference", - "target": 1409, - "name": "PutOperation", - "package": "@aws-amplify/api-rest" - } - }, - "1367": { - "id": 1367, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input for PUT operation" - } - ] - }, - "type": { - "type": "reference", - "target": 1408, - "name": "PutInput", - "package": "@aws-amplify/api-rest" - } - }, - "1389": { - "id": 1389, - "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": 146934, - "typeArguments": [ - { - "type": "reference", - "target": { - "sourceFileName": "packages/api-rest/dist/esm/types/index.d.ts", - "qualifiedName": "RestApiOptionsBase" - }, - "name": "RestApiOptionsBase", - "package": "@aws-amplify/api-rest" - }, - { - "type": "literal", - "value": "body" - } - ], - "name": "Omit", - "package": "typescript" - } - ], - "name": "ApiInput", - "package": "@aws-amplify/api-rest" - } - }, - "1390": { - "id": 1390, - "name": "DeleteOperation", - "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": 146934, - "typeArguments": [ - { - "type": "reference", - "target": { - "sourceFileName": "packages/api-rest/dist/esm/types/index.d.ts", - "qualifiedName": "RestApiResponse" - }, - "name": "RestApiResponse", - "package": "@aws-amplify/api-rest" - }, - { - "type": "literal", - "value": "body" - } - ], - "name": "Omit", - "package": "typescript" - } - ], - "name": "Operation", - "package": "@aws-amplify/api-rest" - } - }, - "1391": { - "id": 1391, - "name": "GetInput", - "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" - } - }, - "1392": { - "id": 1392, - "name": "GetOperation", - "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" - } - }, - "1401": { - "id": 1401, - "name": "HeadInput", - "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": 146934, - "typeArguments": [ - { - "type": "reference", - "target": { - "sourceFileName": "packages/api-rest/dist/esm/types/index.d.ts", - "qualifiedName": "RestApiOptionsBase" - }, - "name": "RestApiOptionsBase", - "package": "@aws-amplify/api-rest" - }, - { - "type": "literal", - "value": "body" - } - ], - "name": "Omit", - "package": "typescript" - } - ], - "name": "ApiInput", - "package": "@aws-amplify/api-rest" - } - }, - "1402": { - "id": 1402, - "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": 146934, - "typeArguments": [ - { - "type": "reference", - "target": { - "sourceFileName": "packages/api-rest/dist/esm/types/index.d.ts", - "qualifiedName": "RestApiResponse" - }, - "name": "RestApiResponse", - "package": "@aws-amplify/api-rest" - }, - { - "type": "literal", - "value": "body" - } - ], - "name": "Omit", - "package": "typescript" - } - ], - "name": "Operation", - "package": "@aws-amplify/api-rest" - } - }, - "1404": { - "id": 1404, - "name": "PatchInput", - "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" - } - }, - "1405": { - "id": 1405, - "name": "PatchOperation", - "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" - } - }, - "1406": { - "id": 1406, - "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" - } - }, - "1407": { - "id": 1407, - "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" - } - }, - "1408": { - "id": 1408, - "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" - } - }, - "1409": { - "id": 1409, - "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" - } + "flags": {} }, - "1449": { - "id": 1449, + "27": { + "id": 27, "name": "auth", "variant": "declaration", "kind": 2, - "flags": {}, - "children": [ - { - "id": 1808, - "name": "autoSignIn", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1809 - ] - }, - { - "id": 1810, - "name": "confirmResetPassword", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1811 - ] - }, - { - "id": 1813, - "name": "confirmSignIn", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1814 - ] - }, - { - "id": 1816, - "name": "confirmSignUp", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1817 - ] - }, - { - "id": 1819, - "name": "confirmUserAttribute", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1820 - ] - }, - { - "id": 1822, - "name": "decodeJWT", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1823 - ] - }, - { - "id": 1825, - "name": "deleteUser", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1826 - ] - }, - { - "id": 1827, - "name": "deleteUserAttributes", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1828 - ] - }, - { - "id": 1830, - "name": "fetchAuthSession", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1831 - ] - }, - { - "id": 1833, - "name": "fetchDevices", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1834 - ] - }, - { - "id": 1835, - "name": "fetchMFAPreference", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1836 - ] - }, - { - "id": 1837, - "name": "fetchUserAttributes", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1838 - ] - }, - { - "id": 1839, - "name": "forgetDevice", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1840 - ] - }, - { - "id": 1842, - "name": "getCurrentUser", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1843 - ] - }, - { - "id": 1844, - "name": "rememberDevice", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1845 - ] - }, - { - "id": 1846, - "name": "resendSignUpCode", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1847 - ] - }, - { - "id": 1849, - "name": "resetPassword", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1850 - ] - }, - { - "id": 1852, - "name": "sendUserAttributeVerificationCode", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1853 - ] - }, - { - "id": 1855, - "name": "setUpTOTP", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1856 - ] - }, - { - "id": 1857, - "name": "signIn", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1858 - ] - }, - { - "id": 1860, - "name": "signInWithRedirect", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1861 - ] - }, - { - "id": 1863, - "name": "signOut", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1864 - ] - }, - { - "id": 1866, - "name": "signUp", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1867 - ] - }, - { - "id": 1869, - "name": "updateMFAPreference", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1870 - ] - }, - { - "id": 1872, - "name": "updatePassword", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1873 - ] - }, - { - "id": 1875, - "name": "updateUserAttribute", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1876 - ] - }, - { - "id": 1878, - "name": "updateUserAttributes", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1879 - ] - }, - { - "id": 1881, - "name": "verifyTOTPSetup", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1882 - ] - } - ], - "groups": [ - { - "title": "Modules", - "children": [ - 1450 - ] - }, - { - "title": "Classes", - "children": [ - 1714 - ] - }, - { - "title": "Interfaces", - "children": [ - 1733, - 1738, - 1742, - 1746, - 1749, - 1755, - 1757, - 1760, - 1764, - 1770 - ] - }, - { - "title": "Type Aliases", - "children": [ - 1773, - 1775, - 1776, - 1777, - 1778, - 1779, - 1780, - 1781, - 1782, - 1783, - 1784, - 1785, - 1786, - 1787, - 1788, - 1789, - 1790, - 1791, - 1792, - 1793, - 1794, - 1795, - 1796, - 1797, - 1798, - 1799, - 1800, - 1801, - 1802, - 1803, - 1804, - 1805, - 1806, - 1807 - ] - }, - { - "title": "Functions", - "children": [ - 1808, - 1810, - 1813, - 1816, - 1819, - 1822, - 1825, - 1827, - 1830, - 1833, - 1835, - 1837, - 1839, - 1842, - 1844, - 1846, - 1849, - 1852, - 1855, - 1857, - 1860, - 1863, - 1866, - 1869, - 1872, - 1875, - 1878, - 1881 - ] - } - ] - }, - "1451": { - "id": 1451, - "name": "AWSAuthSignInDetails", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "children": [ - 1452, - 1453 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1452, - 1453 - ] - } - ] - }, - "1452": { - "id": 1452, - "name": "authFlowType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1652, - "name": "AuthFlowType", - "package": "@aws-amplify/core" - } - }, - "1453": { - "id": 1453, - "name": "loginId", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1457": { - "id": 1457, - "name": "AWSCredentials", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 1458, - 1459, - 1460, - 1461 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1458, - 1459, - 1460, - 1461 - ] - } - ] - }, - "1458": { - "id": 1458, - "name": "accessKeyId", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1459": { - "id": 1459, - "name": "expiration", - "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" - } - }, - "1460": { - "id": 1460, - "name": "secretAccessKey", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1461": { - "id": 1461, - "name": "sessionToken", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1462": { - "id": 1462, - "name": "AuthCodeDeliveryDetails", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Data describing the dispatch of a confirmation code." - } - ] - }, - "children": [ - 1463, - 1464, - 1465 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1463, - 1464, - 1465 - ] - } - ], - "typeParameters": [ - 1466 - ] - }, - "1463": { - "id": 1463, - "name": "attributeName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1466, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthCodeDeliveryDetails.UserAttributeKey", - "refersToTypeParameter": true - } + "flags": {} }, - "1464": { - "id": 1464, - "name": "deliveryMedium", + "32": { + "id": 32, + "name": "in-app-messaging", "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1650, - "name": "AuthDeliveryMedium", - "package": "@aws-amplify/auth" - } + "kind": 2, + "flags": {} }, - "1465": { - "id": 1465, - "name": "destination", + "46": { + "id": 46, + "name": "storage", "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1466": { - "id": 1466, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - }, - "1467": { - "id": 1467, - "name": "AuthConfirmResetPasswordInput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 1468, - 1469, - 1470, - 1471 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1468, - 1469, - 1470, - 1471 - ] - } - ], - "typeParameters": [ - 1472 - ] - }, - "1468": { - "id": 1468, - "name": "confirmationCode", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1469": { - "id": 1469, - "name": "newPassword", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1470": { - "id": 1470, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1472, - "name": "ServiceOptions", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthConfirmResetPasswordInput.ServiceOptions", - "refersToTypeParameter": true - } - }, - "1471": { - "id": 1471, - "name": "username", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1472": { - "id": 1472, - "name": "ServiceOptions", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 1660, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 1660, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - } - }, - "1473": { - "id": 1473, - "name": "AuthConfirmSignInInput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Constructs a " - }, - { - "kind": "code", - "text": "`confirmSignIn`" - }, - { - "kind": "text", - "text": " input." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "challengeResponse", - "content": [ - { - "kind": "text", - "text": "required parameter for responding to " - }, - { - "kind": "code", - "text": "`AuthSignInStep`" - }, - { - "kind": "text", - "text": " returned during\nthe sign in process." - } - ] - }, - { - "tag": "@param", - "name": "options", - "content": [ - { - "kind": "text", - "text": "optional parameters for the Confirm Sign In process such as the service options" - } - ] - } - ] - }, - "children": [ - 1474, - 1475 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1474, - 1475 - ] - } - ], - "typeParameters": [ - 1476 - ] - }, - "1474": { - "id": 1474, - "name": "challengeResponse", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1475": { - "id": 1475, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1476, - "name": "ServiceOptions", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthConfirmSignInInput.ServiceOptions", - "refersToTypeParameter": true - } - }, - "1476": { - "id": 1476, - "name": "ServiceOptions", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 1660, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 1660, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - } - }, - "1477": { - "id": 1477, - "name": "AuthConfirmSignUpInput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Constructs a " - }, - { - "kind": "code", - "text": "`confirmSignUp`" - }, - { - "kind": "text", - "text": " input." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "username", - "content": [ - { - "kind": "text", - "text": "a standard username, potentially an email/phone number" - } - ] - }, - { - "tag": "@param", - "name": "confirmationCode", - "content": [ - { - "kind": "text", - "text": "the user's confirmation code sent to email or cellphone" - } - ] - }, - { - "tag": "@param", - "name": "options", - "content": [ - { - "kind": "text", - "text": "optional parameters for the Sign Up process, including user attributes" - } - ] - } - ] - }, - "children": [ - 1478, - 1479, - 1480 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1478, - 1479, - 1480 - ] - } - ], - "typeParameters": [ - 1481 - ] - }, - "1478": { - "id": 1478, - "name": "confirmationCode", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1479": { - "id": 1479, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1481, - "name": "ServiceOptions", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthConfirmSignUpInput.ServiceOptions", - "refersToTypeParameter": true - } - }, - "1480": { - "id": 1480, - "name": "username", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1481": { - "id": 1481, - "name": "ServiceOptions", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 1660, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 1660, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - } - }, - "1482": { - "id": 1482, - "name": "AuthConfirmUserAttributeInput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 1483, - 1484 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1483, - 1484 - ] - } - ], - "typeParameters": [ - 1485 - ] - }, - "1483": { - "id": 1483, - "name": "confirmationCode", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1484": { - "id": 1484, - "name": "userAttributeKey", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 1485, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthConfirmUserAttributeInput.UserAttributeKey", - "refersToTypeParameter": true - } - }, - "1485": { - "id": 1485, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - }, - "1486": { - "id": 1486, - "name": "AuthDeleteUserAttributesInput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Constructs a " - }, - { - "kind": "code", - "text": "`deleteUserAttributes`" - }, - { - "kind": "text", - "text": " input." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "userAttributeKeys", - "content": [ - { - "kind": "text", - "text": "the user attribute keys to be deleted" - } - ] - } - ] - }, - "children": [ - 1487 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1487 - ] - } - ], - "typeParameters": [ - 1488 - ] - }, - "1487": { - "id": 1487, - "name": "userAttributeKeys", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "tuple", - "elements": [ - { - "type": "reference", - "target": 1488, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthDeleteUserAttributesInput.UserAttributeKey", - "refersToTypeParameter": true - }, - { - "type": "rest", - "elementType": { - "type": "array", - "elementType": { - "type": "reference", - "target": 1488, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthDeleteUserAttributesInput.UserAttributeKey", - "refersToTypeParameter": true - } - } - } - ] - } - }, - "1489": { - "id": 1489, - "name": "AuthDevice", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The AuthDevice object contains id and name of the device." - } - ] - }, - "children": [ - 1490 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1490 - ] - } - ] - }, - "1490": { - "id": 1490, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1491": { - "id": 1491, - "name": "AuthForgetDeviceInput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Constructs a " - }, - { - "kind": "code", - "text": "`forgetDevice`" - }, - { - "kind": "text", - "text": " input." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "device", - "content": [ - { - "kind": "text", - "text": "optional parameter to forget an external device" - } - ] - } - ] - }, - "children": [ - 1492 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1492 - ] - } - ] - }, - "1492": { - "id": 1492, - "name": "device", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1489, - "name": "AuthDevice", - "package": "@aws-amplify/auth" - } - }, - "1493": { - "id": 1493, - "name": "AuthNextResetPasswordStep", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 1494, - 1495, - 1496 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1494, - 1495, - 1496 - ] - } - ], - "typeParameters": [ - 1497 - ] - }, - "1494": { - "id": 1494, - "name": "additionalInfo", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1647, - "name": "AuthAdditionalInfo", - "package": "@aws-amplify/auth" - } - }, - "1495": { - "id": 1495, - "name": "codeDeliveryDetails", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 1462, - "typeArguments": [ - { - "type": "reference", - "target": 1497, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthNextResetPasswordStep.UserAttributeKey", - "refersToTypeParameter": true - } - ], - "name": "AuthCodeDeliveryDetails", - "package": "@aws-amplify/auth" - } - }, - "1496": { - "id": 1496, - "name": "resetPasswordStep", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 1659, - "name": "AuthResetPasswordStep", - "package": "@aws-amplify/auth" - } - }, - "1497": { - "id": 1497, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - }, - "1498": { - "id": 1498, - "name": "AuthNextUpdateAttributeStep", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 1499, - 1500 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1499, - 1500 - ] - } - ], - "typeParameters": [ - 1501 - ] - }, - "1499": { - "id": 1499, - "name": "codeDeliveryDetails", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1462, - "typeArguments": [ - { - "type": "reference", - "target": 1501, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthNextUpdateAttributeStep.UserAttributeKey", - "refersToTypeParameter": true - } - ], - "name": "AuthCodeDeliveryDetails", - "package": "@aws-amplify/auth" - } - }, - "1500": { - "id": 1500, - "name": "updateAttributeStep", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 1661, - "name": "AuthUpdateAttributeStep", - "package": "@aws-amplify/auth" - } - }, - "1501": { - "id": 1501, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - }, - "1502": { - "id": 1502, - "name": "AuthResendSignUpCodeInput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The parameters for constructing a Resend Sign Up code input." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "username", - "content": [ - { - "kind": "text", - "text": "a standard username, potentially an email/phone number" - } - ] - }, - { - "tag": "@param", - "name": "options", - "content": [ - { - "kind": "text", - "text": "optional parameters for the Sign Up process such as the plugin options" - } - ] - } - ] - }, - "children": [ - 1503, - 1504 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1503, - 1504 - ] - } - ], - "typeParameters": [ - 1505 - ] - }, - "1503": { - "id": 1503, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1505, - "name": "ServiceOptions", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthResendSignUpCodeInput.ServiceOptions", - "refersToTypeParameter": true - } - }, - "1504": { - "id": 1504, - "name": "username", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1505": { - "id": 1505, - "name": "ServiceOptions", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 1660, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 1660, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - } - }, - "1506": { - "id": 1506, - "name": "AuthResetPasswordInput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 1507, - 1508 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1507, - 1508 - ] - } - ], - "typeParameters": [ - 1509 - ] - }, - "1507": { - "id": 1507, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1509, - "name": "ServiceOptions", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthResetPasswordInput.ServiceOptions", - "refersToTypeParameter": true - } - }, - "1508": { - "id": 1508, - "name": "username", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1509": { - "id": 1509, - "name": "ServiceOptions", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 1660, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 1660, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - } - }, - "1510": { - "id": 1510, - "name": "AuthResetPasswordOutput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 1511, - 1512 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1511, - 1512 - ] - } - ], - "typeParameters": [ - 1513 - ] - }, - "1511": { - "id": 1511, - "name": "isPasswordReset", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "1512": { - "id": 1512, - "name": "nextStep", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 1493, - "typeArguments": [ - { - "type": "reference", - "target": 1513, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthResetPasswordOutput.UserAttributeKey", - "refersToTypeParameter": true - } - ], - "name": "AuthNextResetPasswordStep", - "package": "@aws-amplify/auth" - } - }, - "1513": { - "id": 1513, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - }, - "1514": { - "id": 1514, - "name": "AuthSendUserAttributeVerificationCodeInput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Constructs a " - }, - { - "kind": "code", - "text": "`sendUserAttributeVerificationCode`" - }, - { - "kind": "text", - "text": " request." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "userAttributeKey", - "content": [ - { - "kind": "text", - "text": "the user attribute key" - } - ] - }, - { - "tag": "@param", - "name": "options", - "content": [ - { - "kind": "text", - "text": "optional parameters for the Resend Attribute Code process such as the service options." - } - ] - } - ] - }, - "children": [ - 1515, - 1516 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1515, - 1516 - ] - } - ], - "typeParameters": [ - 1517, - 1518 - ] - }, - "1515": { - "id": 1515, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1518, - "name": "ServiceOptions", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthSendUserAttributeVerificationCodeInput.ServiceOptions", - "refersToTypeParameter": true - } - }, - "1516": { - "id": 1516, - "name": "userAttributeKey", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 1517, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthSendUserAttributeVerificationCodeInput.UserAttributeKey", - "refersToTypeParameter": true - } - }, - "1517": { - "id": 1517, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - }, - "1518": { - "id": 1518, - "name": "ServiceOptions", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 1660, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 1660, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - } - }, - "1519": { - "id": 1519, - "name": "AuthSignInInput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 1520, - 1521, - 1522 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1520, - 1521, - 1522 - ] - } - ], - "typeParameters": [ - 1523 - ] - }, - "1520": { - "id": 1520, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1523, - "name": "ServiceOptions", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthSignInInput.ServiceOptions", - "refersToTypeParameter": true - } - }, - "1521": { - "id": 1521, - "name": "password", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1522": { - "id": 1522, - "name": "username", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1523": { - "id": 1523, - "name": "ServiceOptions", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 1660, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 1660, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - } - }, - "1524": { - "id": 1524, - "name": "AuthSignInOutput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 1525, - 1526 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1525, - 1526 - ] - } - ], - "typeParameters": [ - 1527 - ] - }, - "1525": { - "id": 1525, - "name": "isSignedIn", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "1526": { - "id": 1526, - "name": "nextStep", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 1654, - "typeArguments": [ - { - "type": "reference", - "target": 1527, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthSignInOutput.UserAttributeKey", - "refersToTypeParameter": true - } - ], - "name": "AuthNextSignInStep", - "package": "@aws-amplify/auth" - } - }, - "1527": { - "id": 1527, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - }, - "1528": { - "id": 1528, - "name": "AuthSignInWithRedirectInput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 1529, - 1530, - 1533 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1529, - 1530, - 1533 - ] - } - ] - }, - "1529": { - "id": 1529, - "name": "customState", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1530": { - "id": 1530, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 1531, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - 1532 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1532 - ] - } - ] - } - } - }, - "1532": { - "id": 1532, - "name": "preferPrivateSession", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "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": { - "type": "intrinsic", - "name": "boolean" - } - }, - "1533": { - "id": 1533, - "name": "provider", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "reference", - "target": 1658, - "name": "AuthProvider", - "package": "@aws-amplify/auth" - }, - { - "type": "reflection", - "declaration": { - "id": 1534, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 1535, - "name": "custom", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1535 - ] - } - ] - } - } - ] - } - }, - "1535": { - "id": 1535, - "name": "custom", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1536": { - "id": 1536, - "name": "AuthSignOutInput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 1537, - 1538 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1537, - 1538 - ] - } - ] - }, - "1537": { - "id": 1537, - "name": "global", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "1538": { - "id": 1538, - "name": "oauth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 1539, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - 1540 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1540 - ] - } - ] - } - } - }, - "1540": { - "id": 1540, - "name": "redirectUrl", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1541": { - "id": 1541, - "name": "AuthSignUpInput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The parameters for constructing a Sign Up input." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "username", - "content": [ - { - "kind": "text", - "text": "a standard username, potentially an email/phone number" - } - ] - }, - { - "tag": "@param", - "name": "password", - "content": [ - { - "kind": "text", - "text": "the user's password" - } - ] - }, - { - "tag": "@param", - "name": "options", - "content": [ - { - "kind": "text", - "text": "optional parameters for the Sign Up process, including user attributes" - } - ] - } - ] - }, - "children": [ - 1542, - 1543, - 1544 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1542, - 1543, - 1544 - ] - } - ], - "typeParameters": [ - 1545 - ] - }, - "1542": { - "id": 1542, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1545, - "name": "ServiceOptions", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthSignUpInput.ServiceOptions", - "refersToTypeParameter": true - } - }, - "1543": { - "id": 1543, - "name": "password", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1544": { - "id": 1544, - "name": "username", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1545": { - "id": 1545, - "name": "ServiceOptions", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 1546, - "typeArguments": [ - { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthSignUpOptions", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 1546, - "typeArguments": [ - { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthSignUpOptions", - "package": "@aws-amplify/auth" - } - }, - "1546": { - "id": 1546, - "name": "AuthSignUpOptions", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The optional parameters for the Sign Up process." - } - ], - "blockTags": [ - { - "tag": "@remarks", - "content": [ - { - "kind": "text", - "text": "Particular services may require some of these parameters." - } - ] - } - ] - }, - "children": [ - 1547 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1547 - ] - } - ], - "typeParameters": [ - 1548 - ] - }, - "1547": { - "id": 1547, - "name": "userAttributes", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 1665, - "typeArguments": [ - { - "type": "reference", - "target": 1548, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthSignUpOptions.UserAttributeKey", - "refersToTypeParameter": true - } - ], - "name": "AuthUserAttributes", - "package": "@aws-amplify/auth" - } - }, - "1548": { - "id": 1548, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - }, - "1549": { - "id": 1549, - "name": "AuthSignUpOutput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 1550, - 1551, - 1552 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1550, - 1551, - 1552 - ] - } - ], - "typeParameters": [ - 1553 - ] - }, - "1550": { - "id": 1550, - "name": "isSignUpComplete", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "1551": { - "id": 1551, - "name": "nextStep", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 1656, - "typeArguments": [ - { - "type": "reference", - "target": 1553, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthSignUpOutput.UserAttributeKey", - "refersToTypeParameter": true - } - ], - "name": "AuthNextSignUpStep", - "package": "@aws-amplify/auth" - } - }, - "1552": { - "id": 1552, - "name": "userId", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1553": { - "id": 1553, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - }, - "1554": { - "id": 1554, - "name": "AuthTOTPSetupDetails", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 1555, - 1556 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1555 - ] - }, - { - "title": "Methods", - "children": [ - 1556 - ] - } - ] - }, - "1555": { - "id": 1555, - "name": "sharedSecret", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1556": { - "id": 1556, - "name": "getSetupUri", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - 1557 - ] - }, - "1557": { - "id": 1557, - "name": "getSetupUri", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - 1558, - 1559 - ], - "type": { - "type": "reference", - "target": 141152, - "name": "URL", - "package": "typescript" - } - }, - "1558": { - "id": 1558, - "name": "appName", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1559": { - "id": 1559, - "name": "accountName", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1560": { - "id": 1560, - "name": "AuthUpdatePasswordInput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Constructs a " - }, - { - "kind": "code", - "text": "`updatePassword`" - }, - { - "kind": "text", - "text": " input." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "oldPassword", - "content": [ - { - "kind": "text", - "text": "previous password used for " - }, - { - "kind": "code", - "text": "`signIn`" - } - ] - }, - { - "tag": "@param", - "name": "newPassword", - "content": [ - { - "kind": "text", - "text": "new password to be used for " - }, - { - "kind": "code", - "text": "`signIn`" - } - ] - } - ] - }, - "children": [ - 1561, - 1562 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1561, - 1562 - ] - } - ] - }, - "1561": { - "id": 1561, - "name": "newPassword", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1562": { - "id": 1562, - "name": "oldPassword", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1563": { - "id": 1563, - "name": "AuthUpdateUserAttributeInput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Constructs a " - }, - { - "kind": "code", - "text": "`updateUserAttributes`" - }, - { - "kind": "text", - "text": " input." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "userAttributes", - "content": [ - { - "kind": "text", - "text": "the user attribute to be updated" - } - ] - }, - { - "tag": "@param", - "name": "options", - "content": [ - { - "kind": "text", - "text": "optional parameters for the Update User Attributes process such as the service options." - } - ] - } - ] - }, - "children": [ - 1564, - 1565 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1564, - 1565 - ] - } - ], - "typeParameters": [ - 1566, - 1567 - ] - }, - "1564": { - "id": 1564, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1567, - "name": "ServiceOptions", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthUpdateUserAttributeInput.ServiceOptions", - "refersToTypeParameter": true - } - }, - "1565": { - "id": 1565, - "name": "userAttribute", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 1577, - "typeArguments": [ - { - "type": "reference", - "target": 1566, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthUpdateUserAttributeInput.UserAttributeKey", - "refersToTypeParameter": true - } - ], - "name": "AuthUserAttribute", - "package": "@aws-amplify/auth" - } - }, - "1566": { - "id": 1566, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - }, - "1567": { - "id": 1567, - "name": "ServiceOptions", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 1660, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 1660, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - } - }, - "1568": { - "id": 1568, - "name": "AuthUpdateUserAttributeOutput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 1569, - 1570 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1569, - 1570 - ] - } - ], - "typeParameters": [ - 1571 - ] - }, - "1569": { - "id": 1569, - "name": "isUpdated", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "1570": { - "id": 1570, - "name": "nextStep", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 1498, - "typeArguments": [ - { - "type": "reference", - "target": 1571, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthUpdateUserAttributeOutput.UserAttributeKey", - "refersToTypeParameter": true - } - ], - "name": "AuthNextUpdateAttributeStep", - "package": "@aws-amplify/auth" - } - }, - "1571": { - "id": 1571, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - }, - "1572": { - "id": 1572, - "name": "AuthUpdateUserAttributesInput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Constructs a " - }, - { - "kind": "code", - "text": "`updateUserAttributes`" - }, - { - "kind": "text", - "text": " input." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "userAttributes", - "content": [ - { - "kind": "text", - "text": "the user attributes to be updated" - } - ] - }, - { - "tag": "@param", - "name": "options", - "content": [ - { - "kind": "text", - "text": "optional parameters for the Update User Attributes process such as the service options." - } - ] - } - ] - }, - "children": [ - 1573, - 1574 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1573, - 1574 - ] - } - ], - "typeParameters": [ - 1575, - 1576 - ] - }, - "1573": { - "id": 1573, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1576, - "name": "ServiceOptions", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthUpdateUserAttributesInput.ServiceOptions", - "refersToTypeParameter": true - } - }, - "1574": { - "id": 1574, - "name": "userAttributes", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 1665, - "typeArguments": [ - { - "type": "reference", - "target": 1575, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthUpdateUserAttributesInput.UserAttributeKey", - "refersToTypeParameter": true - } - ], - "name": "AuthUserAttributes", - "package": "@aws-amplify/auth" - } - }, - "1575": { - "id": 1575, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - }, - "1576": { - "id": 1576, - "name": "ServiceOptions", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 1660, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 1660, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - } - }, - "1577": { - "id": 1577, - "name": "AuthUserAttribute", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The interface of a user attribute." - } - ] - }, - "children": [ - 1578, - 1579 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1578, - 1579 - ] - } - ], - "typeParameters": [ - 1580 - ] - }, - "1578": { - "id": 1578, - "name": "attributeKey", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 1580, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthUserAttribute.UserAttributeKey", - "refersToTypeParameter": true - } - }, - "1579": { - "id": 1579, - "name": "value", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1580": { - "id": 1580, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - }, - "1581": { - "id": 1581, - "name": "AuthVerifyTOTPSetupInput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Constructs a " - }, - { - "kind": "code", - "text": "`VerifyTOTPSetup`" - }, - { - "kind": "text", - "text": " input." - } - ], - "blockTags": [ - { - "tag": "@param", - "name": "code", - "content": [ - { - "kind": "text", - "text": "required parameter for verifying the TOTP setup." - } - ] - }, - { - "tag": "@param", - "name": "options", - "content": [ - { - "kind": "text", - "text": "optional parameters for the Verify TOTP Setup process such as the service options." - } - ] - } - ] - }, - "children": [ - 1582, - 1583 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1582, - 1583 - ] - } - ], - "typeParameters": [ - 1584 - ] - }, - "1582": { - "id": 1582, - "name": "code", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1583": { - "id": 1583, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1584, - "name": "ServiceOptions", - "package": "@aws-amplify/auth", - "qualifiedName": "AuthVerifyTOTPSetupInput.ServiceOptions", - "refersToTypeParameter": true - } - }, - "1584": { - "id": 1584, - "name": "ServiceOptions", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 1660, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 1660, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - } - }, - "1585": { - "id": 1585, - "name": "AutoSignInSignUpStep", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 1586, - 1587 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1586, - 1587 - ] - } - ], - "typeParameters": [ - 1588 - ] - }, - "1586": { - "id": 1586, - "name": "codeDeliveryDetails", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1462, - "typeArguments": [ - { - "type": "reference", - "target": 1588, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "AutoSignInSignUpStep.UserAttributeKey", - "refersToTypeParameter": true - } - ], - "name": "AuthCodeDeliveryDetails", - "package": "@aws-amplify/auth" - } - }, - "1587": { - "id": 1587, - "name": "signUpStep", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "literal", - "value": "COMPLETE_AUTO_SIGN_IN" - } - }, - "1588": { - "id": 1588, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - }, - "1589": { - "id": 1589, - "name": "ConfirmSignInWithCustomChallenge", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 1590, - 1591 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1590, - 1591 - ] - } - ] - }, - "1590": { - "id": 1590, - "name": "additionalInfo", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1647, - "name": "AuthAdditionalInfo", - "package": "@aws-amplify/auth" - } - }, - "1591": { - "id": 1591, - "name": "signInStep", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Auth step requires user to respond to a custom challenge." - } - ], - "blockTags": [ - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```typescript\nconst challengeAnswer = 'my-custom-response';\nawait confirmSignIn({challengeResponse: challengeAnswer});\n```" - } - ] - } - ] - }, - "type": { - "type": "literal", - "value": "CONFIRM_SIGN_IN_WITH_CUSTOM_CHALLENGE" - } - }, - "1592": { - "id": 1592, - "name": "ConfirmSignInWithNewPasswordRequired", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 1593, - 1594 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1593, - 1594 - ] - } - ], - "typeParameters": [ - 1595 - ] - }, - "1593": { - "id": 1593, - "name": "missingAttributes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 1595, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "ConfirmSignInWithNewPasswordRequired.UserAttributeKey", - "refersToTypeParameter": true - } - } - }, - "1594": { - "id": 1594, - "name": "signInStep", - "variant": "declaration", - "kind": 1024, - "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```" - } - ] - } - ] - }, - "type": { - "type": "literal", - "value": "CONFIRM_SIGN_IN_WITH_NEW_PASSWORD_REQUIRED" - } - }, - "1595": { - "id": 1595, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - }, - "1596": { - "id": 1596, - "name": "ConfirmSignInWithSMSCode", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 1597, - 1598 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1597, - 1598 - ] - } - ] - }, - "1597": { - "id": 1597, - "name": "codeDeliveryDetails", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1462, - "typeArguments": [ - { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthCodeDeliveryDetails", - "package": "@aws-amplify/auth" - } - }, - "1598": { - "id": 1598, - "name": "signInStep", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Auth step requires user to use SMS as multifactor authentication by retrieving a code sent to cellphone." - } - ], - "blockTags": [ - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```typescript\n// Code retrieved from cellphone\nconst smsCode = '112233'\nawait confirmSignIn({challengeResponse: smsCode})\n```" - } - ] - } - ] - }, - "type": { - "type": "literal", - "value": "CONFIRM_SIGN_IN_WITH_SMS_CODE" - } - }, - "1599": { - "id": 1599, - "name": "ConfirmSignInWithTOTPCode", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 1600 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1600 - ] - } - ] - }, - "1600": { - "id": 1600, - "name": "signInStep", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Auth step requires user to use TOTP as multifactor authentication by retriving an OTP code from authenticator app." - } - ], - "blockTags": [ - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```typescript\n// Code retrieved from authenticator app\nconst otpCode = '112233';\nawait confirmSignIn({challengeResponse: otpCode});\n```" - } - ] - } - ] - }, - "type": { - "type": "literal", - "value": "CONFIRM_SIGN_IN_WITH_TOTP_CODE" - } - }, - "1601": { - "id": 1601, - "name": "ConfirmSignUpSignUpStep", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 1602, - 1603 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1602, - 1603 - ] - } - ], - "typeParameters": [ - 1604 - ] - }, - "1602": { - "id": 1602, - "name": "codeDeliveryDetails", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 1462, - "typeArguments": [ - { - "type": "reference", - "target": 1604, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "qualifiedName": "ConfirmSignUpSignUpStep.UserAttributeKey", - "refersToTypeParameter": true - } - ], - "name": "AuthCodeDeliveryDetails", - "package": "@aws-amplify/auth" - } - }, - "1603": { - "id": 1603, - "name": "signUpStep", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "literal", - "value": "CONFIRM_SIGN_UP" - } - }, - "1604": { - "id": 1604, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - }, - "1605": { - "id": 1605, - "name": "ConfirmSignUpStep", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 1606 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1606 - ] - } - ] - }, - "1606": { - "id": 1606, - "name": "signInStep", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Auth step requires to confirm user's sign-up.\n\nTry calling confirmSignUp." - } - ] - }, - "type": { - "type": "literal", - "value": "CONFIRM_SIGN_UP" - } - }, - "1607": { - "id": 1607, - "name": "ContinueSignInWithMFASelection", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 1608, - 1609 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1608, - 1609 - ] - } - ] - }, - "1608": { - "id": 1608, - "name": "allowedMFATypes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1648, - "name": "AuthAllowedMFATypes", - "package": "@aws-amplify/auth" - } - }, - "1609": { - "id": 1609, - "name": "signInStep", - "variant": "declaration", - "kind": 1024, - "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": [ - { - "tag": "@example", - "content": [ - { - "kind": "code", - "text": "```typescript\nawait confirmSignIn({challengeResponse:'TOTP'});\n// OR\nawait confirmSignIn({challengeResponse:'SMS'});\n```" - } - ] - } - ] - }, - "type": { - "type": "literal", - "value": "CONTINUE_SIGN_IN_WITH_MFA_SELECTION" - } - }, - "1610": { - "id": 1610, - "name": "ContinueSignInWithTOTPSetup", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 1611, - 1612 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1611, - 1612 - ] - } - ] - }, - "1611": { - "id": 1611, - "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": "@example", - "content": [ - { - "kind": "code", - "text": "```typescript\n// Code retrieved from authenticator app\nconst otpCode = '112233';\nawait confirmSignIn({challengeResponse: otpCode});\n```" - } - ] - } - ] - }, - "type": { - "type": "literal", - "value": "CONTINUE_SIGN_IN_WITH_TOTP_SETUP" - } - }, - "1612": { - "id": 1612, - "name": "totpSetupDetails", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 1554, - "name": "AuthTOTPSetupDetails", - "package": "@aws-amplify/auth" - } - }, - "1613": { - "id": 1613, - "name": "DoneSignInStep", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 1614 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1614 - ] - } - ] - }, - "1614": { - "id": 1614, - "name": "signInStep", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The sign-in process is complete.\n\nNo further action is needed." - } - ] - }, - "type": { - "type": "literal", - "value": "DONE" - } - }, - "1615": { - "id": 1615, - "name": "DoneSignUpStep", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 1616 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1616 - ] - } - ] - }, - "1616": { - "id": 1616, - "name": "signUpStep", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "literal", - "value": "DONE" - } - }, - "1627": { - "id": 1627, - "name": "JsonObject", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "JSON Object type" - } - ] - }, - "indexSignature": { - "id": 1628, - "name": "__index", - "variant": "signature", - "kind": 8192, - "flags": {}, - "parameters": [ - 1629 - ], - "type": { - "type": "union", - "types": [ - { - "type": "reference", - "target": 1682, - "name": "JsonPrimitive", - "package": "@aws-amplify/core" - }, - { - "type": "reference", - "target": 1681, - "name": "JsonArray", - "package": "@aws-amplify/core" - }, - { - "type": "reference", - "target": 1627, - "name": "JsonObject", - "package": "@aws-amplify/core" - } - ] - } - } - }, - "1630": { - "id": 1630, - "name": "JwtPayloadStandardFields", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 1631, - 1632, - 1633, - 1634, - 1635, - 1636, - 1637, - 1638 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1631, - 1632, - 1633, - 1634, - 1635, - 1636, - 1637, - 1638 - ] - } - ] - }, - "1631": { - "id": 1631, - "name": "aud", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - ] - } - }, - "1632": { - "id": 1632, - "name": "exp", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "1633": { - "id": 1633, - "name": "iat", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "1634": { - "id": 1634, - "name": "iss", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1635": { - "id": 1635, - "name": "jti", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1636": { - "id": 1636, - "name": "nbf", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "1637": { - "id": 1637, - "name": "scope", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1638": { - "id": 1638, - "name": "sub", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1639": { - "id": 1639, - "name": "ResetPasswordStep", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 1640 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1640 - ] - } - ] - }, - "1640": { - "id": 1640, - "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" - } - }, - "1641": { - "id": 1641, - "name": "AWSAuthDevice", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Holds the device specific information along with it's id and name." - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 1489, - "name": "AuthDevice", - "package": "@aws-amplify/auth" - }, - { - "type": "reflection", - "declaration": { - "id": 1642, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 1643, - "name": "attributes", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 1577, - "typeArguments": [ - { - "type": "reference", - "target": 1805, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthUserAttribute", - "package": "@aws-amplify/auth" - } - }, - { - "id": 1644, - "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": 1645, - "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": 1646, - "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": [ - 1643, - 1644, - 1645, - 1646 - ] - } - ] - } - } - ] - } - }, - "1643": { - "id": 1643, - "name": "attributes", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 1577, - "typeArguments": [ - { - "type": "reference", - "target": 1805, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthUserAttribute", - "package": "@aws-amplify/auth" - } - }, - "1644": { - "id": 1644, - "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" - } - }, - "1645": { - "id": 1645, - "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" - } - }, - "1646": { - "id": 1646, - "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" - } - }, - "1647": { - "id": 1647, - "name": "AuthAdditionalInfo", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Additional data that may be returned from Auth APIs." - } - ] - }, - "type": { - "type": "reference", - "target": 4146, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "Record", - "package": "typescript" - } - }, - "1648": { - "id": 1648, - "name": "AuthAllowedMFATypes", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 1653, - "name": "AuthMFAType", - "package": "@aws-amplify/auth" - } - } - }, - "1649": { - "id": 1649, - "name": "AuthAnyAttribute", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "intersection", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 203, - "typeArguments": [ - { - "type": "intrinsic", - "name": "unknown" - } - ], - "name": "NonNullable", - "package": "typescript" - } - ] - } - }, - "1650": { - "id": 1650, - "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" - }, - { - "type": "literal", - "value": "SMS" - }, - { - "type": "literal", - "value": "PHONE" - }, - { - "type": "literal", - "value": "UNKNOWN" - } - ] - } - }, - "1651": { - "id": 1651, - "name": "AuthFlowType", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Cognito supported AuthFlowTypes that may be passed as part of the Sign In request." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "USER_SRP_AUTH" - }, - { - "type": "literal", - "value": "CUSTOM_WITH_SRP" - }, - { - "type": "literal", - "value": "CUSTOM_WITHOUT_SRP" - }, - { - "type": "literal", - "value": "USER_PASSWORD_AUTH" - } - ] - } - }, - "1652": { - "id": 1652, - "name": "AuthFlowType", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "USER_SRP_AUTH" - }, - { - "type": "literal", - "value": "CUSTOM_WITH_SRP" - }, - { - "type": "literal", - "value": "CUSTOM_WITHOUT_SRP" - }, - { - "type": "literal", - "value": "USER_PASSWORD_AUTH" - } - ] - } - }, - "1653": { - "id": 1653, - "name": "AuthMFAType", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "SMS" - }, - { - "type": "literal", - "value": "TOTP" - } - ] - } - }, - "1654": { - "id": 1654, - "name": "AuthNextSignInStep", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "typeParameters": [ - 1655 - ], - "type": { - "type": "union", - "types": [ - { - "type": "reference", - "target": 1589, - "name": "ConfirmSignInWithCustomChallenge", - "package": "@aws-amplify/auth" - }, - { - "type": "reference", - "target": 1607, - "name": "ContinueSignInWithMFASelection", - "package": "@aws-amplify/auth" - }, - { - "type": "reference", - "target": 1592, - "typeArguments": [ - { - "type": "reference", - "target": 1655, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "refersToTypeParameter": true - } - ], - "name": "ConfirmSignInWithNewPasswordRequired", - "package": "@aws-amplify/auth" - }, - { - "type": "reference", - "target": 1596, - "name": "ConfirmSignInWithSMSCode", - "package": "@aws-amplify/auth" - }, - { - "type": "reference", - "target": 1599, - "name": "ConfirmSignInWithTOTPCode", - "package": "@aws-amplify/auth" - }, - { - "type": "reference", - "target": 1610, - "name": "ContinueSignInWithTOTPSetup", - "package": "@aws-amplify/auth" - }, - { - "type": "reference", - "target": 1605, - "name": "ConfirmSignUpStep", - "package": "@aws-amplify/auth" - }, - { - "type": "reference", - "target": 1639, - "name": "ResetPasswordStep", - "package": "@aws-amplify/auth" - }, - { - "type": "reference", - "target": 1613, - "name": "DoneSignInStep", - "package": "@aws-amplify/auth" - } - ] - } - }, - "1655": { - "id": 1655, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - }, - "1656": { - "id": 1656, - "name": "AuthNextSignUpStep", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Data encapsulating the next step in the Sign Up process" - } - ] - }, - "typeParameters": [ - 1657 - ], - "type": { - "type": "union", - "types": [ - { - "type": "reference", - "target": 1601, - "typeArguments": [ - { - "type": "reference", - "target": 1657, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "refersToTypeParameter": true - } - ], - "name": "ConfirmSignUpSignUpStep", - "package": "@aws-amplify/auth" - }, - { - "type": "reference", - "target": 1585, - "typeArguments": [ - { - "type": "reference", - "target": 1657, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "refersToTypeParameter": true - } - ], - "name": "AutoSignInSignUpStep", - "package": "@aws-amplify/auth" - }, - { - "type": "reference", - "target": 1615, - "name": "DoneSignUpStep", - "package": "@aws-amplify/auth" - } - ] - } - }, - "1657": { - "id": 1657, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - }, - "default": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - }, - "1658": { - "id": 1658, - "name": "AuthProvider", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "Amazon" - }, - { - "type": "literal", - "value": "Apple" - }, - { - "type": "literal", - "value": "Facebook" - }, - { - "type": "literal", - "value": "Google" - } - ] - } - }, - "1659": { - "id": 1659, - "name": "AuthResetPasswordStep", - "variant": "declaration", - "kind": 2097152, - "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" - }, - { - "type": "literal", - "value": "DONE" - } - ] - } - }, - "1660": { - "id": 1660, - "name": "AuthServiceOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Base type for service options." - } - ] - }, - "type": { - "type": "reference", - "target": 4146, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "unknown" - } - ], - "name": "Record", - "package": "typescript" - } - }, - "1661": { - "id": 1661, - "name": "AuthUpdateAttributeStep", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Denotes the next step in the Update User Attribute process." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "CONFIRM_ATTRIBUTE_WITH_CODE" - }, - { - "type": "literal", - "value": "DONE" - } - ] - } - }, - "1662": { - "id": 1662, - "name": "AuthUpdateUserAttributesOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "typeParameters": [ - 1663 - ], - "type": { - "type": "mapped", - "parameter": "authKey", - "parameterType": { - "type": "reference", - "target": 1663, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "refersToTypeParameter": true - }, - "templateType": { - "type": "reference", - "target": 1568, - "typeArguments": [ - { - "type": "reference", - "target": 1663, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "refersToTypeParameter": true - } - ], - "name": "AuthUpdateUserAttributeOutput", - "package": "@aws-amplify/auth" - } - } - }, - "1664": { - "id": 1664, - "name": "AuthUserAttributeKey", - "variant": "declaration", - "kind": 2097152, - "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": 192, - "name": "AuthStandardAttributeKey", - "package": "@aws-amplify/core" - }, - { - "type": "reference", - "target": 1649, - "name": "AuthAnyAttribute", - "package": "@aws-amplify/auth" - } - ] - } - }, - "1665": { - "id": 1665, - "name": "AuthUserAttributes", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Key/value pairs describing a user attributes." - } - ] - }, - "typeParameters": [ - 1666 - ], - "type": { - "type": "mapped", - "parameter": "Attribute", - "parameterType": { - "type": "reference", - "target": 1666, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "refersToTypeParameter": true - }, - "templateType": { - "type": "intrinsic", - "name": "string" - }, - "optionalModifier": "+" - } - }, - "1667": { - "id": 1667, - "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" - } - ] - }, - "type": { - "type": "reference", - "target": 4146, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "Record", - "package": "typescript" - } - }, - "1668": { - "id": 1668, - "name": "ConfirmResetPasswordOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Options specific to Cognito Confirm Reset Password." - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 1660, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - { - "type": "reflection", - "declaration": { - "id": 1669, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 1670, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1667, - "name": "ClientMetadata", - "package": "@aws-amplify/auth" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1670 - ] - } - ] - } - } - ] - } - }, - "1670": { - "id": 1670, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1667, - "name": "ClientMetadata", - "package": "@aws-amplify/auth" - } - }, - "1671": { - "id": 1671, - "name": "ConfirmSignInOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Options specific to Cognito Confirm Sign In." - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 1660, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - { - "type": "reflection", - "declaration": { - "id": 1672, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 1673, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1667, - "name": "ClientMetadata", - "package": "@aws-amplify/auth" - } - }, - { - "id": 1674, - "name": "friendlyDeviceName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 1675, - "name": "userAttributes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1665, - "name": "AuthUserAttributes", - "package": "@aws-amplify/auth" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1673, - 1674, - 1675 - ] - } - ] - } - } - ] - } - }, - "1673": { - "id": 1673, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1667, - "name": "ClientMetadata", - "package": "@aws-amplify/auth" - } - }, - "1674": { - "id": 1674, - "name": "friendlyDeviceName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1675": { - "id": 1675, - "name": "userAttributes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1665, - "name": "AuthUserAttributes", - "package": "@aws-amplify/auth" - } - }, - "1676": { - "id": 1676, - "name": "ConfirmSignUpOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Options specific to Cognito Confirm Sign Up." - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 1660, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - { - "type": "reflection", - "declaration": { - "id": 1677, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 1678, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1667, - "name": "ClientMetadata", - "package": "@aws-amplify/auth" - } - }, - { - "id": 1679, - "name": "forceAliasCreation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1678, - 1679 - ] - } - ] - } - } - ] - } - }, - "1678": { - "id": 1678, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1667, - "name": "ClientMetadata", - "package": "@aws-amplify/auth" - } - }, - "1679": { - "id": 1679, - "name": "forceAliasCreation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "1680": { - "id": 1680, - "name": "CustomAttribute", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Cognito custom attribute type" - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 203, - "typeArguments": [ - { - "type": "intrinsic", - "name": "unknown" - } - ], - "name": "NonNullable", - "package": "typescript" - } - ] - } - }, - "1683": { - "id": 1683, - "name": "JwtPayload", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 1630, - "name": "JwtPayloadStandardFields", - "package": "@aws-amplify/core" - }, - { - "type": "reference", - "target": 1627, - "name": "JsonObject", - "package": "@aws-amplify/core" - } - ] - } - }, - "1684": { - "id": 1684, - "name": "MFAPreference", - "variant": "declaration", - "kind": 2097152, - "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" - }, - { - "type": "literal", - "value": "PREFERRED" - }, - { - "type": "literal", - "value": "NOT_PREFERRED" - } - ] - } - }, - "1685": { - "id": 1685, - "name": "ResendSignUpCodeOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Options specific to Cognito Resend Sign Up code." - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 1660, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - { - "type": "reflection", - "declaration": { - "id": 1686, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 1687, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1667, - "name": "ClientMetadata", - "package": "@aws-amplify/auth" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1687 - ] - } - ] - } - } - ] - } - }, - "1687": { - "id": 1687, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1667, - "name": "ClientMetadata", - "package": "@aws-amplify/auth" - } - }, - "1688": { - "id": 1688, - "name": "ResetPasswordOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Options specific to Cognito Reset Password." - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 1660, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - { - "type": "reflection", - "declaration": { - "id": 1689, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 1690, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1667, - "name": "ClientMetadata", - "package": "@aws-amplify/auth" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1690 - ] - } - ] - } - } - ] - } - }, - "1690": { - "id": 1690, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1667, - "name": "ClientMetadata", - "package": "@aws-amplify/auth" - } - }, - "1691": { - "id": 1691, - "name": "SendUserAttributeVerificationCodeOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Options specific to a Cognito Update User Attributes request." - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 1660, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - { - "type": "reflection", - "declaration": { - "id": 1692, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 1693, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1667, - "name": "ClientMetadata", - "package": "@aws-amplify/auth" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1693 - ] - } - ] - } - } - ] - } - }, - "1693": { - "id": 1693, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1667, - "name": "ClientMetadata", - "package": "@aws-amplify/auth" - } - }, - "1694": { - "id": 1694, - "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": 1660, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - { - "type": "reflection", - "declaration": { - "id": 1695, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 1696, - "name": "authFlowType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1651, - "name": "AuthFlowType", - "package": "@aws-amplify/auth" - } - }, - { - "id": 1697, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1667, - "name": "ClientMetadata", - "package": "@aws-amplify/auth" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1696, - 1697 - ] - } - ] - } - } - ] - } - }, - "1696": { - "id": 1696, - "name": "authFlowType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1651, - "name": "AuthFlowType", - "package": "@aws-amplify/auth" - } - }, - "1697": { - "id": 1697, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1667, - "name": "ClientMetadata", - "package": "@aws-amplify/auth" - } - }, - "1698": { - "id": 1698, - "name": "SignUpOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Options specific to Cognito Sign Up." - } - ] - }, - "typeParameters": [ - 1699 - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 1546, - "typeArguments": [ - { - "type": "reference", - "target": 1699, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth", - "refersToTypeParameter": true - } - ], - "name": "AuthSignUpOptions", - "package": "@aws-amplify/auth" - }, - { - "type": "reflection", - "declaration": { - "id": 1700, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 1701, - "name": "autoSignIn", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "reference", - "target": 1694, - "name": "SignInOptions", - "package": "@aws-amplify/auth" - }, - { - "type": "intrinsic", - "name": "boolean" - } - ] - } - }, - { - "id": 1702, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1667, - "name": "ClientMetadata", - "package": "@aws-amplify/auth" - } - }, - { - "id": 1703, - "name": "validationData", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1710, - "name": "ValidationData", - "package": "@aws-amplify/auth" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1701, - 1702, - 1703 - ] - } - ] - } - } - ] - } - }, - "1699": { - "id": 1699, - "name": "UserAttributeKey", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 1664, - "name": "AuthUserAttributeKey", - "package": "@aws-amplify/auth" - } - }, - "1701": { - "id": 1701, - "name": "autoSignIn", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "reference", - "target": 1694, - "name": "SignInOptions", - "package": "@aws-amplify/auth" - }, - { - "type": "intrinsic", - "name": "boolean" - } - ] - } - }, - "1702": { - "id": 1702, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1667, - "name": "ClientMetadata", - "package": "@aws-amplify/auth" - } - }, - "1703": { - "id": 1703, - "name": "validationData", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1710, - "name": "ValidationData", - "package": "@aws-amplify/auth" - } - }, - "1704": { - "id": 1704, - "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": 1660, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - { - "type": "reflection", - "declaration": { - "id": 1705, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 1706, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1667, - "name": "ClientMetadata", - "package": "@aws-amplify/auth" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1706 - ] - } - ] - } - } - ] - } - }, - "1706": { - "id": 1706, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1667, - "name": "ClientMetadata", - "package": "@aws-amplify/auth" - } - }, - "1707": { - "id": 1707, - "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": 1660, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - { - "type": "reflection", - "declaration": { - "id": 1708, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 1709, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1667, - "name": "ClientMetadata", - "package": "@aws-amplify/auth" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1709 - ] - } - ] - } - } - ] - } - }, - "1709": { - "id": 1709, - "name": "clientMetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1667, - "name": "ClientMetadata", - "package": "@aws-amplify/auth" - } - }, - "1710": { - "id": 1710, - "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": 4146, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "Record", - "package": "typescript" - } - }, - "1711": { - "id": 1711, - "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": 1660, - "name": "AuthServiceOptions", - "package": "@aws-amplify/auth" - }, - { - "type": "reflection", - "declaration": { - "id": 1712, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 1713, - "name": "friendlyDeviceName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1713 - ] - } - ] - } - } - ] - } - }, - "1713": { - "id": 1713, - "name": "friendlyDeviceName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1733": { - "id": 1733, - "name": "AuthSession", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 1734, - 1735, - 1736, - 1737 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1734, - 1735, - 1736, - 1737 - ] - } - ] - }, - "1734": { - "id": 1734, - "name": "credentials", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1457, - "name": "AWSCredentials", - "package": "@aws-amplify/core" - } - }, - "1735": { - "id": 1735, - "name": "identityId", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1736": { - "id": 1736, - "name": "tokens", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1738, - "name": "AuthTokens", - "package": "@aws-amplify/core" - } - }, - "1737": { - "id": 1737, - "name": "userSub", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1738": { - "id": 1738, - "name": "AuthTokens", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 1739, - 1740, - 1741 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1739, - 1740, - 1741 - ] - } - ] - }, - "1739": { - "id": 1739, - "name": "accessToken", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 1760, - "name": "JWT", - "package": "@aws-amplify/core" - } - }, - "1740": { - "id": 1740, - "name": "idToken", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1760, - "name": "JWT", - "package": "@aws-amplify/core" - } - }, - "1741": { - "id": 1741, - "name": "signInDetails", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use getCurrentUser to access signInDetails" - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 1451, - "name": "AWSAuthSignInDetails", - "package": "@aws-amplify/core" - } - }, - "1742": { - "id": 1742, - "name": "AuthUser", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Holds the user information along with the sign in details." - } - ] - }, - "children": [ - 1743, - 1744, - 1745 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1743, - 1744, - 1745 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 1454, - "name": "AWSAuthUser", - "package": "@aws-amplify/auth" - } - ] - }, - "1743": { - "id": 1743, - "name": "signInDetails", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 2016, - "name": "CognitoAuthSignInDetails", - "package": "@aws-amplify/auth" - } - }, - "1744": { - "id": 1744, - "name": "userId", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 1455, - "name": "AWSAuthUser.userId" - } - }, - "1745": { - "id": 1745, - "name": "username", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 1456, - "name": "AWSAuthUser.username" - } - }, - "1755": { - "id": 1755, - "name": "FetchAuthSessionOptions", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 1756 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1756 - ] - } - ] - }, - "1756": { - "id": 1756, - "name": "forceRefresh", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "1757": { - "id": 1757, - "name": "FetchMFAPreferenceOutput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 1758, - 1759 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1758, - 1759 - ] - } - ] - }, - "1758": { - "id": 1758, - "name": "enabled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 1653, - "name": "AuthMFAType", - "package": "@aws-amplify/auth" - } - } - }, - "1759": { - "id": 1759, - "name": "preferred", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1653, - "name": "AuthMFAType", - "package": "@aws-amplify/auth" - } - }, - "1760": { - "id": 1760, - "name": "JWT", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 1761, - 1762 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1761 - ] - }, - { - "title": "Methods", - "children": [ - 1762 - ] - } - ] - }, - "1761": { - "id": 1761, - "name": "payload", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 1683, - "name": "JwtPayload", - "package": "@aws-amplify/core" - } - }, - "1762": { - "id": 1762, - "name": "toString", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - 1763 - ] - }, - "1763": { - "id": 1763, - "name": "toString", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "1770": { - "id": 1770, - "name": "UpdateMFAPreferenceInput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for Cognito updateMFAPreference API." - } - ] - }, - "children": [ - 1771, - 1772 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 1771, - 1772 - ] - } - ] - }, - "1771": { - "id": 1771, - "name": "sms", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1684, - "name": "MFAPreference", - "package": "@aws-amplify/auth" - } - }, - "1772": { - "id": 1772, - "name": "totp", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1684, - "name": "MFAPreference", - "package": "@aws-amplify/auth" - } - }, - "1775": { - "id": 1775, - "name": "ConfirmResetPasswordInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for Cognito confirmResetPassword API." - } - ] - }, - "type": { - "type": "reference", - "target": 1467, - "typeArguments": [ - { - "type": "reference", - "target": 1668, - "name": "ConfirmResetPasswordOptions", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthConfirmResetPasswordInput", - "package": "@aws-amplify/auth" - } - }, - "1776": { - "id": 1776, - "name": "ConfirmSignInInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for Cognito confirmSignIn API." - } - ] - }, - "type": { - "type": "reference", - "target": 1473, - "typeArguments": [ - { - "type": "reference", - "target": 1671, - "name": "ConfirmSignInOptions", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthConfirmSignInInput", - "package": "@aws-amplify/auth" - } - }, - "1777": { - "id": 1777, - "name": "ConfirmSignInOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for Cognito confirmSignIn API." - } - ] - }, - "type": { - "type": "reference", - "target": 1524, - "name": "AuthSignInOutput", - "package": "@aws-amplify/auth" - } - }, - "1778": { - "id": 1778, - "name": "ConfirmSignUpInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for Cognito confirmSignUp API." - } - ] - }, - "type": { - "type": "reference", - "target": 1477, - "typeArguments": [ - { - "type": "reference", - "target": 1676, - "name": "ConfirmSignUpOptions", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthConfirmSignUpInput", - "package": "@aws-amplify/auth" - } - }, - "1779": { - "id": 1779, - "name": "ConfirmSignUpOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for Cognito confirmSignUp API." - } - ] - }, - "type": { - "type": "reference", - "target": 1549, - "typeArguments": [ - { - "type": "reference", - "target": 193, - "name": "AuthVerifiableAttributeKey", - "package": "@aws-amplify/core" - } - ], - "name": "AuthSignUpOutput", - "package": "@aws-amplify/auth" - } - }, - "1780": { - "id": 1780, - "name": "ConfirmUserAttributeInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for Cognito confirmUserAttribute API." - } - ] - }, - "type": { - "type": "reference", - "target": 1482, - "typeArguments": [ - { - "type": "reference", - "target": 193, - "name": "AuthVerifiableAttributeKey", - "package": "@aws-amplify/core" - } - ], - "name": "AuthConfirmUserAttributeInput", - "package": "@aws-amplify/auth" - } - }, - "1781": { - "id": 1781, - "name": "DeleteUserAttributesInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for Cognito deleteUserAttributes API." - } - ] - }, - "type": { - "type": "reference", - "target": 1486, - "typeArguments": [ - { - "type": "reference", - "target": 1805, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthDeleteUserAttributesInput", - "package": "@aws-amplify/auth" - } - }, - "1782": { - "id": 1782, - "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": 1641, - "name": "AWSAuthDevice", - "package": "@aws-amplify/auth" - } - } - }, - "1783": { - "id": 1783, - "name": "FetchUserAttributesOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for Cognito fetchUserAttributes API." - } - ] - }, - "type": { - "type": "reference", - "target": 1665, - "typeArguments": [ - { - "type": "reference", - "target": 1805, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthUserAttributes", - "package": "@aws-amplify/auth" - } - }, - "1787": { - "id": 1787, - "name": "ResendSignUpCodeInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for Cognito resendSignUpCode API." - } - ] - }, - "type": { - "type": "reference", - "target": 1502, - "typeArguments": [ - { - "type": "reference", - "target": 1685, - "name": "ResendSignUpCodeOptions", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthResendSignUpCodeInput", - "package": "@aws-amplify/auth" - } - }, - "1788": { - "id": 1788, - "name": "ResendSignUpCodeOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for Cognito resendSignUpCode API." - } - ] - }, - "type": { - "type": "reference", - "target": 1462, - "typeArguments": [ - { - "type": "reference", - "target": 193, - "name": "AuthVerifiableAttributeKey", - "package": "@aws-amplify/core" - } - ], - "name": "AuthCodeDeliveryDetails", - "package": "@aws-amplify/auth" - } - }, - "1789": { - "id": 1789, - "name": "ResetPasswordInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for Cognito resetPassword API." - } - ] - }, - "type": { - "type": "reference", - "target": 1506, - "typeArguments": [ - { - "type": "reference", - "target": 1688, - "name": "ResetPasswordOptions", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthResetPasswordInput", - "package": "@aws-amplify/auth" - } - }, - "1790": { - "id": 1790, - "name": "ResetPasswordOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for Cognito resetPassword API." - } - ] - }, - "type": { - "type": "reference", - "target": 1510, - "typeArguments": [ - { - "type": "reference", - "target": 193, - "name": "AuthVerifiableAttributeKey", - "package": "@aws-amplify/core" - } - ], - "name": "AuthResetPasswordOutput", - "package": "@aws-amplify/auth" - } - }, - "1791": { - "id": 1791, - "name": "SendUserAttributeVerificationCodeInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for Cognito sendUserAttributeVerificationCode API." - } - ] - }, - "type": { - "type": "reference", - "target": 1514, - "typeArguments": [ - { - "type": "reference", - "target": 1806, - "name": "VerifiableUserAttributeKey", - "package": "@aws-amplify/auth" - }, - { - "type": "reference", - "target": 1691, - "name": "SendUserAttributeVerificationCodeOptions", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthSendUserAttributeVerificationCodeInput", - "package": "@aws-amplify/auth" - } - }, - "1792": { - "id": 1792, - "name": "SendUserAttributeVerificationCodeOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for Cognito sendUserAttributeVerificationCode API." - } - ] - }, - "type": { - "type": "reference", - "target": 1462, - "typeArguments": [ - { - "type": "reference", - "target": 193, - "name": "AuthVerifiableAttributeKey", - "package": "@aws-amplify/core" - } - ], - "name": "AuthCodeDeliveryDetails", - "package": "@aws-amplify/auth" - } - }, - "1793": { - "id": 1793, - "name": "SetUpTOTPOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for Cognito setUpTOTP API." - } - ] - }, - "type": { - "type": "reference", - "target": 1554, - "name": "AuthTOTPSetupDetails", - "package": "@aws-amplify/auth" - } - }, - "1794": { - "id": 1794, - "name": "SignInInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for Cognito signIn API." - } - ] - }, - "type": { - "type": "reference", - "target": 1519, - "typeArguments": [ - { - "type": "reference", - "target": 1694, - "name": "SignInOptions", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthSignInInput", - "package": "@aws-amplify/auth" - } - }, - "1795": { - "id": 1795, - "name": "SignInOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for Cognito signIn API." - } - ] - }, - "type": { - "type": "reference", - "target": 1524, - "name": "AuthSignInOutput", - "package": "@aws-amplify/auth" - } - }, - "1798": { - "id": 1798, - "name": "SignUpInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for Cognito signUp API." - } - ] - }, - "type": { - "type": "reference", - "target": 1541, - "typeArguments": [ - { - "type": "reference", - "target": 1698, - "typeArguments": [ - { - "type": "reference", - "target": 1805, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth" - } - ], - "name": "SignUpOptions", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthSignUpInput", - "package": "@aws-amplify/auth" - } - }, - "1799": { - "id": 1799, - "name": "SignUpOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for Cognito signUp API." - } - ] - }, - "type": { - "type": "reference", - "target": 1549, - "typeArguments": [ - { - "type": "reference", - "target": 193, - "name": "AuthVerifiableAttributeKey", - "package": "@aws-amplify/core" - } - ], - "name": "AuthSignUpOutput", - "package": "@aws-amplify/auth" - } - }, - "1801": { - "id": 1801, - "name": "UpdateUserAttributeInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for Cognito updateUserAttribute API." - } - ] - }, - "type": { - "type": "reference", - "target": 1563, - "typeArguments": [ - { - "type": "reference", - "target": 1805, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth" - }, - { - "type": "reference", - "target": 1704, - "name": "UpdateUserAttributeOptions", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthUpdateUserAttributeInput", - "package": "@aws-amplify/auth" - } - }, - "1802": { - "id": 1802, - "name": "UpdateUserAttributeOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for Cognito updateUserAttribute API." - } - ] - }, - "type": { - "type": "reference", - "target": 1568, - "typeArguments": [ - { - "type": "reference", - "target": 1805, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthUpdateUserAttributeOutput", - "package": "@aws-amplify/auth" - } - }, - "1803": { - "id": 1803, - "name": "UpdateUserAttributesInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for Cognito updateUserAttributes API." - } - ] - }, - "type": { - "type": "reference", - "target": 1572, - "typeArguments": [ - { - "type": "reference", - "target": 1805, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth" - }, - { - "type": "reference", - "target": 1707, - "name": "UpdateUserAttributesOptions", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthUpdateUserAttributesInput", - "package": "@aws-amplify/auth" - } - }, - "1804": { - "id": 1804, - "name": "UpdateUserAttributesOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for Cognito updateUserAttributes API." - } - ] - }, - "type": { - "type": "reference", - "target": 1662, - "typeArguments": [ - { - "type": "reference", - "target": 1805, - "name": "UserAttributeKey", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthUpdateUserAttributesOutput", - "package": "@aws-amplify/auth" - } - }, - "1805": { - "id": 1805, - "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": 192, - "name": "AuthStandardAttributeKey", - "package": "@aws-amplify/core" - }, - { - "type": "reference", - "target": 1680, - "name": "CustomAttribute", - "package": "@aws-amplify/auth" - } - ] - } - }, - "1806": { - "id": 1806, - "name": "VerifiableUserAttributeKey", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Verifiable user attribute types available for Cognito." - } - ] - }, - "type": { - "type": "reference", - "target": 193, - "name": "AuthVerifiableAttributeKey", - "package": "@aws-amplify/core" - } - }, - "1807": { - "id": 1807, - "name": "VerifyTOTPSetupInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for Cognito verifyTOTPSetup API." - } - ] - }, - "type": { - "type": "reference", - "target": 1581, - "typeArguments": [ - { - "type": "reference", - "target": 1711, - "name": "VerifyTOTPSetupOptions", - "package": "@aws-amplify/auth" - } - ], - "name": "AuthVerifyTOTPSetupInput", - "package": "@aws-amplify/auth" - } - }, - "1808": { - "id": 1808, - "name": "autoSignIn", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1809 - ] - }, - "1809": { - "id": 1809, - "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": 1795, - "name": "SignInOutput", - "package": "@aws-amplify/auth" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "1810": { - "id": 1810, - "name": "confirmResetPassword", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1811 - ] - }, - "1811": { - "id": 1811, - "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" - }, - { - "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 confirmation code, password or username." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "AuthTokenConfigException - Thrown when the token provider config is invalid." - } - ] - } - ] - }, - "parameters": [ - 1812 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "1812": { - "id": 1812, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The ConfirmResetPasswordInput object." - } - ] - }, - "type": { - "type": "reference", - "target": 1775, - "name": "ConfirmResetPasswordInput", - "package": "@aws-amplify/auth" - } - }, - "1813": { - "id": 1813, - "name": "confirmSignIn", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1814 - ] - }, - "1814": { - "id": 1814, - "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": "-" - }, - { - "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": "RespondToAuthChallengeException" - }, - { - "kind": "text", - "text": ":\nThrown due to an invalid auth challenge response." - } - ] - }, - { - "tag": "@throws", - "content": [ - { - "kind": "text", - "text": "-" - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "AssociateSoftwareTokenException" - }, - { - "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": [ - 1815 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 1777, - "name": "ConfirmSignInOutput", - "package": "@aws-amplify/auth" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "1815": { - "id": 1815, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The ConfirmSignInInput object" - } - ] - }, - "type": { - "type": "reference", - "target": 1776, - "name": "ConfirmSignInInput", - "package": "@aws-amplify/auth" - } - }, - "1816": { - "id": 1816, - "name": "confirmSignUp", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1817 - ] - }, - "1817": { - "id": 1817, - "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": [ - 1818 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 1779, - "name": "ConfirmSignUpOutput", - "package": "@aws-amplify/auth" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "1818": { - "id": 1818, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The ConfirmSignUpInput object." - } - ] - }, - "type": { - "type": "reference", - "target": 1778, - "name": "ConfirmSignUpInput", - "package": "@aws-amplify/auth" - } - }, - "1819": { - "id": 1819, - "name": "confirmUserAttribute", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1820 - ] - }, - "1820": { - "id": 1820, - "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": [ - 1821 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "1821": { - "id": 1821, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The ConfirmUserAttributeInput object" - } - ] - }, - "type": { - "type": "reference", - "target": 1780, - "name": "ConfirmUserAttributeInput", - "package": "@aws-amplify/auth" - } - }, - "1822": { - "id": 1822, - "name": "decodeJWT", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1823 - ] - }, - "1823": { - "id": 1823, - "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", - "target": 174500, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " - Throws error when token is invalid or payload malformed." - } - ] - } - ] - }, - "parameters": [ - 1824 - ], - "type": { - "type": "reference", - "target": 1760, - "name": "JWT", - "package": "@aws-amplify/core" - } - }, - "1824": { - "id": 1824, - "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" - } - }, - "1825": { - "id": 1825, - "name": "deleteUser", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1826 - ] - }, - "1826": { - "id": 1826, - "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" - } - }, - "1827": { - "id": 1827, - "name": "deleteUserAttributes", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1828 - ] - }, - "1828": { - "id": 1828, - "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": [ - 1829 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "1829": { - "id": 1829, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The DeleteUserAttributesInput object" - } - ] - }, - "type": { - "type": "reference", - "target": 1781, - "name": "DeleteUserAttributesInput", - "package": "@aws-amplify/auth" - } - }, - "1830": { - "id": 1830, - "name": "fetchAuthSession", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1831 - ] - }, - "1831": { - "id": 1831, - "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\ndoes not refresh the auth tokens or credentials if they are loaded in storage already. You can force a refresh\nwith " - }, - { - "kind": "code", - "text": "`{ forceRefresh: true }`" - }, - { - "kind": "text", - "text": " input." - } - ], - "blockTags": [ - { - "tag": "@throws", - "content": [ - { - "kind": "inline-tag", - "tag": "@link", - "text": "AuthError", - "target": 1714 - }, - { - "kind": "text", - "text": " - Throws error when session information cannot be refreshed." - } - ] - }, - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "Promise" - } - ] - } - ] - }, - "parameters": [ - 1832 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 1733, - "name": "AuthSession", - "package": "@aws-amplify/core" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "1832": { - "id": 1832, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Options configuring the fetch behavior." - } - ] - }, - "type": { - "type": "reference", - "target": 1755, - "name": "FetchAuthSessionOptions", - "package": "@aws-amplify/core" - } - }, - "1833": { - "id": 1833, - "name": "fetchDevices", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1834 - ] - }, - "1834": { - "id": 1834, - "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": 1844 - }, - { - "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": 1782, - "name": "FetchDevicesOutput", - "package": "@aws-amplify/auth" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "1835": { - "id": 1835, - "name": "fetchMFAPreference", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1836 - ] - }, - "1836": { - "id": 1836, - "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": 1757, - "name": "FetchMFAPreferenceOutput", - "package": "@aws-amplify/auth" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "1837": { - "id": 1837, - "name": "fetchUserAttributes", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1838 - ] - }, - "1838": { - "id": 1838, - "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": 1783, - "name": "FetchUserAttributesOutput", - "package": "@aws-amplify/auth" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "1839": { - "id": 1839, - "name": "forgetDevice", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1840 - ] - }, - "1840": { - "id": 1840, - "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": [ - 1841 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "1841": { - "id": 1841, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The ForgetDeviceInput object." - } - ] - }, - "type": { - "type": "reference", - "target": 1491, - "name": "AuthForgetDeviceInput", - "package": "@aws-amplify/auth" - } - }, - "1842": { - "id": 1842, - "name": "getCurrentUser", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1843 - ] - }, - "1843": { - "id": 1843, - "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": 1742, - "name": "AuthUser", - "package": "@aws-amplify/auth" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "1844": { - "id": 1844, - "name": "rememberDevice", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1845 - ] - }, - "1845": { - "id": 1845, - "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" - } - }, - "1846": { - "id": 1846, - "name": "resendSignUpCode", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1847 - ] - }, - "1847": { - "id": 1847, - "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": [ - 1848 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 1788, - "name": "ResendSignUpCodeOutput", - "package": "@aws-amplify/auth" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "1848": { - "id": 1848, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The ResendSignUpCodeInput object" - } - ] - }, - "type": { - "type": "reference", - "target": 1787, - "name": "ResendSignUpCodeInput", - "package": "@aws-amplify/auth" - } - }, - "1849": { - "id": 1849, - "name": "resetPassword", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1850 - ] - }, - "1850": { - "id": 1850, - "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": [ - 1851 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 1790, - "name": "ResetPasswordOutput", - "package": "@aws-amplify/auth" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "1851": { - "id": 1851, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The ResetPasswordInput object." - } - ] - }, - "type": { - "type": "reference", - "target": 1789, - "name": "ResetPasswordInput", - "package": "@aws-amplify/auth" - } - }, - "1852": { - "id": 1852, - "name": "sendUserAttributeVerificationCode", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1853 - ] - }, - "1853": { - "id": 1853, - "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": [ - 1854 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 1792, - "name": "SendUserAttributeVerificationCodeOutput", - "package": "@aws-amplify/auth" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "1854": { - "id": 1854, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The SendUserAttributeVerificationCodeInput object" - } - ] - }, - "type": { - "type": "reference", - "target": 1791, - "name": "SendUserAttributeVerificationCodeInput", - "package": "@aws-amplify/auth" - } - }, - "1855": { - "id": 1855, - "name": "setUpTOTP", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1856 - ] - }, - "1856": { - "id": 1856, - "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": 1793, - "name": "SetUpTOTPOutput", - "package": "@aws-amplify/auth" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "1857": { - "id": 1857, - "name": "signIn", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1858 - ] - }, - "1858": { - "id": 1858, - "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": [ - 1859 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 1795, - "name": "SignInOutput", - "package": "@aws-amplify/auth" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "1859": { - "id": 1859, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The SignInInput object" - } - ] - }, - "type": { - "type": "reference", - "target": 1794, - "name": "SignInInput", - "package": "@aws-amplify/auth" - } - }, - "1860": { - "id": 1860, - "name": "signInWithRedirect", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1861 - ] - }, - "1861": { - "id": 1861, - "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": [ - 1862 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "1862": { - "id": 1862, - "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": 1528, - "name": "AuthSignInWithRedirectInput", - "package": "@aws-amplify/auth" - } - }, - "1863": { - "id": 1863, - "name": "signOut", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1864 - ] - }, - "1864": { - "id": 1864, - "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": [ - 1865 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "1865": { - "id": 1865, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": { - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The SignOutInput object" - } - ] - }, - "type": { - "type": "reference", - "target": 1536, - "name": "AuthSignOutInput", - "package": "@aws-amplify/auth" - } - }, - "1866": { - "id": 1866, - "name": "signUp", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1867 - ] - }, - "1867": { - "id": 1867, - "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": [ - 1868 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 1799, - "name": "SignUpOutput", - "package": "@aws-amplify/auth" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "1868": { - "id": 1868, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The SignUpInput object" - } - ] - }, - "type": { - "type": "reference", - "target": 1798, - "name": "SignUpInput", - "package": "@aws-amplify/auth" - } - }, - "1869": { - "id": 1869, - "name": "updateMFAPreference", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1870 - ] - }, - "1870": { - "id": 1870, - "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": [ - 1871 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "1871": { - "id": 1871, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The UpdateMFAPreferenceInput object." - } - ] - }, - "type": { - "type": "reference", - "target": 1770, - "name": "UpdateMFAPreferenceInput", - "package": "@aws-amplify/auth" - } - }, - "1872": { - "id": 1872, - "name": "updatePassword", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1873 - ] - }, - "1873": { - "id": 1873, - "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": [ - 1874 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "1874": { - "id": 1874, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The UpdatePasswordInput object." - } - ] - }, - "type": { - "type": "reference", - "target": 1560, - "name": "AuthUpdatePasswordInput", - "package": "@aws-amplify/auth" - } - }, - "1875": { - "id": 1875, - "name": "updateUserAttribute", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1876 - ] - }, - "1876": { - "id": 1876, - "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": [ - 1877 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 1802, - "name": "UpdateUserAttributeOutput", - "package": "@aws-amplify/auth" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "1877": { - "id": 1877, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The UpdateUserAttributeInput object" - } - ] - }, - "type": { - "type": "reference", - "target": 1801, - "name": "UpdateUserAttributeInput", - "package": "@aws-amplify/auth" - } - }, - "1878": { - "id": 1878, - "name": "updateUserAttributes", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1879 - ] - }, - "1879": { - "id": 1879, - "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": [ - 1880 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 1804, - "name": "UpdateUserAttributesOutput", - "package": "@aws-amplify/auth" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "1880": { - "id": 1880, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The UpdateUserAttributesInput object" - } - ] - }, - "type": { - "type": "reference", - "target": 1803, - "name": "UpdateUserAttributesInput", - "package": "@aws-amplify/auth" - } - }, - "1881": { - "id": 1881, - "name": "verifyTOTPSetup", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 1882 - ] - }, - "1882": { - "id": 1882, - "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": [ - 1883 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "1883": { - "id": 1883, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The VerifyTOTPSetupInput" - } - ] - }, - "type": { - "type": "reference", - "target": 1807, - "name": "VerifyTOTPSetupInput", - "package": "@aws-amplify/auth" - } - }, - "2016": { - "id": 2016, - "name": "CognitoAuthSignInDetails", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Holds the sign in details of the user." - } - ] - }, - "children": [ - 2017, - 2018 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 2017, - 2018 - ] - } - ] - }, - "2017": { - "id": 2017, - "name": "authFlowType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 1651, - "name": "AuthFlowType", - "package": "@aws-amplify/auth" - } - }, - "2018": { - "id": 2018, - "name": "loginId", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "3775": { - "id": 3775, - "name": "in-app-messaging", - "variant": "declaration", - "kind": 2, - "flags": {}, - "children": [ - { - "id": 3846, - "name": "clearMessages", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 3847 - ] - }, - { - "id": 3848, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 3849 - ] - }, - { - "id": 3851, - "name": "identifyUser", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 3852 - ] - }, - { - "id": 3854, - "name": "initializeInAppMessaging", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 3855 - ] - }, - { - "id": 3856, - "name": "notifyMessageInteraction", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 3857 - ] - }, - { - "id": 3859, - "name": "onMessageActionTaken", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 3860 - ] - }, - { - "id": 3862, - "name": "onMessageDismissed", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 3863 - ] - }, - { - "id": 3865, - "name": "onMessageDisplayed", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 3866 - ] - }, - { - "id": 3868, - "name": "onMessageReceived", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 3869 - ] - }, - { - "id": 3871, - "name": "setConflictHandler", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 3872 - ] - }, - { - "id": 3874, - "name": "syncMessages", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 3875 - ] - } - ], - "groups": [ - { - "title": "Modules", - "children": [ - 3776 - ] - }, - { - "title": "Interfaces", - "children": [ - 3805, - 3810, - 3815, - 3822, - 3824, - 3829 - ] - }, - { - "title": "Type Aliases", - "children": [ - 3832, - 3833, - 3834, - 3835, - 3836, - 3837, - 3838, - 3839, - 3840, - 3841, - 3842, - 3843, - 3844, - 3845 - ] - }, - { - "title": "Functions", - "children": [ - 3846, - 3848, - 3851, - 3854, - 3856, - 3859, - 3862, - 3865, - 3868, - 3871, - 3874 - ] - } - ] - }, - "3777": { - "id": 3777, - "name": "InAppMessageBody", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 3778, - 3779 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 3778, - 3779 - ] - } - ] - }, - "3778": { - "id": 3778, - "name": "content", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "3779": { - "id": 3779, - "name": "style", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 3824, - "name": "InAppMessageStyle", - "package": "@aws-amplify/notifications" - } - }, - "3780": { - "id": 3780, - "name": "InAppMessageContainer", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 3781 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 3781 - ] - } - ] - }, - "3781": { - "id": 3781, - "name": "style", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 3824, - "name": "InAppMessageStyle", - "package": "@aws-amplify/notifications" - } - }, - "3782": { - "id": 3782, - "name": "InAppMessageHeader", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 3783, - 3784 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 3783, - 3784 - ] - } - ] - }, - "3783": { - "id": 3783, - "name": "content", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "3784": { - "id": 3784, - "name": "style", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 3824, - "name": "InAppMessageStyle", - "package": "@aws-amplify/notifications" - } - }, - "3785": { - "id": 3785, - "name": "InAppMessagingEvent", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 3786, - 3787, - 3788 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 3786, - 3787, - 3788 - ] - } - ] - }, - "3786": { - "id": 3786, - "name": "attributes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 4146, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "Record", - "package": "typescript" - } - }, - "3787": { - "id": 3787, - "name": "metrics", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 4146, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "number" - } - ], - "name": "Record", - "package": "typescript" - } - }, - "3788": { - "id": 3788, - "name": "name", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "3789": { - "id": 3789, - "name": "InAppMessagingIdentifyUserInput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for " - }, - { - "kind": "code", - "text": "`identifyUser`" - }, - { - "kind": "text", - "text": "." - } - ] - }, - "children": [ - 3790, - 3791, - 3792 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 3790, - 3791, - 3792 - ] - } - ], - "typeParameters": [ - 3793 - ] - }, - "3790": { - "id": 3790, - "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": 3793, - "name": "ServiceOptions", - "package": "@aws-amplify/notifications", - "qualifiedName": "InAppMessagingIdentifyUserInput.ServiceOptions", - "refersToTypeParameter": true - } - }, - "3791": { - "id": 3791, - "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" - } - }, - "3792": { - "id": 3792, - "name": "userProfile", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Additional information about the user and their device." - } - ] - }, - "type": { - "type": "reference", - "target": 324, - "name": "UserProfile", - "package": "@aws-amplify/core" - } - }, - "3793": { - "id": 3793, - "name": "ServiceOptions", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 3800, - "name": "InAppMessagingServiceOptions", - "package": "@aws-amplify/notifications" - }, - "default": { - "type": "reference", - "target": 3800, - "name": "InAppMessagingServiceOptions", - "package": "@aws-amplify/notifications" - } - }, - "3794": { - "id": 3794, - "name": "IdentifyUserOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Options specific to Pinpoint identityUser." - } - ] - }, - "type": { - "type": "reference", - "target": 318, - "name": "PinpointServiceOptions", - "package": "@aws-amplify/core" - } - }, - "3795": { - "id": 3795, - "name": "InAppMessageConflictHandler", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 3796, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "signatures": [ - 3797 - ] - } - } - }, - "3799": { - "id": 3799, - "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" - } - ] - } - }, - "3800": { - "id": 3800, - "name": "InAppMessagingServiceOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Base type for service options." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "object" - } - }, - "3801": { - "id": 3801, - "name": "OnMessageInteractionEventHandler", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 3802, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "signatures": [ - 3803 - ] - } - } - }, - "3805": { - "id": 3805, - "name": "InAppMessage", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 3806, - 3807, - 3808, - 3809 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 3806, - 3807, - 3808, - 3809 - ] - } - ] - }, - "3806": { - "id": 3806, - "name": "content", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 3815, - "name": "InAppMessageContent", - "package": "@aws-amplify/notifications" - } - } - }, - "3807": { - "id": 3807, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "3808": { - "id": 3808, - "name": "layout", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 3835, - "name": "InAppMessageLayout", - "package": "@aws-amplify/notifications" - } - }, - "3809": { - "id": 3809, - "name": "metadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "any" - } - }, - "3810": { - "id": 3810, - "name": "InAppMessageButton", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 3811, - 3812, - 3813, - 3814 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 3811, - 3812, - 3813, - 3814 - ] - } - ] - }, - "3811": { - "id": 3811, - "name": "action", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 3834, - "name": "InAppMessageAction", - "package": "@aws-amplify/notifications" - } - }, - "3812": { - "id": 3812, - "name": "style", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 3824, - "name": "InAppMessageStyle", - "package": "@aws-amplify/notifications" - } - }, - "3813": { - "id": 3813, - "name": "title", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "3814": { - "id": 3814, - "name": "url", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "3815": { - "id": 3815, - "name": "InAppMessageContent", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 3816, - 3817, - 3818, - 3819, - 3820, - 3821 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 3816, - 3817, - 3818, - 3819, - 3820, - 3821 - ] - } - ] - }, - "3816": { - "id": 3816, - "name": "body", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 3777, - "name": "InAppMessageBody", - "package": "@aws-amplify/notifications" - } - }, - "3817": { - "id": 3817, - "name": "container", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 3780, - "name": "InAppMessageContainer", - "package": "@aws-amplify/notifications" - } - }, - "3818": { - "id": 3818, - "name": "header", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 3782, - "name": "InAppMessageHeader", - "package": "@aws-amplify/notifications" - } - }, - "3819": { - "id": 3819, - "name": "image", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 3822, - "name": "InAppMessageImage", - "package": "@aws-amplify/notifications" - } - }, - "3820": { - "id": 3820, - "name": "primaryButton", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 3810, - "name": "InAppMessageButton", - "package": "@aws-amplify/notifications" - } - }, - "3821": { - "id": 3821, - "name": "secondaryButton", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 3810, - "name": "InAppMessageButton", - "package": "@aws-amplify/notifications" - } - }, - "3822": { - "id": 3822, - "name": "InAppMessageImage", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 3823 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 3823 - ] - } - ] - }, - "3823": { - "id": 3823, - "name": "src", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "3824": { - "id": 3824, - "name": "InAppMessageStyle", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 3825, - 3826, - 3827, - 3828 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 3825, - 3826, - 3827, - 3828 - ] - } - ] - }, - "3825": { - "id": 3825, - "name": "backgroundColor", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "3826": { - "id": 3826, - "name": "borderRadius", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "3827": { - "id": 3827, - "name": "color", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "3828": { - "id": 3828, - "name": "textAlign", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 3836, - "name": "InAppMessageTextAlign", - "package": "@aws-amplify/notifications" - } - }, - "3829": { - "id": 3829, - "name": "NotifyMessageInteractionInput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for NotifyMessageInteraction API." - } - ] - }, - "children": [ - 3830, - 3831 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 3830, - 3831 - ] - } - ] - }, - "3830": { - "id": 3830, - "name": "message", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 3805, - "name": "InAppMessage", - "package": "@aws-amplify/notifications" - } - }, - "3831": { - "id": 3831, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 3799, - "name": "InAppMessageInteractionEvent", - "package": "@aws-amplify/notifications" - } - }, - "3833": { - "id": 3833, - "name": "IdentifyUserInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type for Pinpoint identifyUser API." - } - ] - }, - "type": { - "type": "reference", - "target": 3789, - "typeArguments": [ - { - "type": "reference", - "target": 3794, - "name": "IdentifyUserOptions", - "package": "@aws-amplify/notifications" - } - ], - "name": "InAppMessagingIdentifyUserInput", - "package": "@aws-amplify/notifications" - } - }, - "3834": { - "id": 3834, - "name": "InAppMessageAction", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "CLOSE" - }, - { - "type": "literal", - "value": "DEEP_LINK" - }, - { - "type": "literal", - "value": "LINK" - } - ] - } - }, - "3835": { - "id": 3835, - "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" - } - ] - } - }, - "3836": { - "id": 3836, - "name": "InAppMessageTextAlign", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "center" - }, - { - "type": "literal", - "value": "left" - }, - { - "type": "literal", - "value": "right" - } - ] - } - }, - "3838": { - "id": 3838, - "name": "OnMessageActionTakenOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for OnMessageActionTaken API." - } - ] - }, - "type": { - "type": "reference", - "target": 4177, - "name": "EventListenerRemover", - "package": "@aws-amplify/notifications" - } - }, - "3840": { - "id": 3840, - "name": "OnMessageDismissedOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for OnMessageDismissed API." - } - ] - }, - "type": { - "type": "reference", - "target": 4177, - "name": "EventListenerRemover", - "package": "@aws-amplify/notifications" - } - }, - "3842": { - "id": 3842, - "name": "OnMessageDisplayedOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for OnMessageDisplayed API." - } - ] - }, - "type": { - "type": "reference", - "target": 4177, - "name": "EventListenerRemover", - "package": "@aws-amplify/notifications" - } - }, - "3844": { - "id": 3844, - "name": "OnMessageReceivedOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type for OnMessageReceived API." - } - ] - }, - "type": { - "type": "reference", - "target": 4177, - "name": "EventListenerRemover", - "package": "@aws-amplify/notifications" - } - }, - "3846": { - "id": 3846, - "name": "clearMessages", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 3847 - ] - }, - "3847": { - "id": 3847, - "name": "clearMessages", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Clear locally cached messages." - } - ], - "blockTags": [ - { - "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" - } - }, - "3848": { - "id": 3848, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 3849 - ] - }, - "3849": { - "id": 3849, - "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": 3874 - }, - { - "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": "@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": 3871 - }, - { - "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": [ - 3850 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "3850": { - "id": 3850, - "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": 3785, - "name": "InAppMessagingEvent", - "package": "@aws-amplify/notifications" - } - }, - "3851": { - "id": 3851, - "name": "identifyUser", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 3852 - ] - }, - "3852": { - "id": 3852, - "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": "@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": [ - 3853 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "3853": { - "id": 3853, - "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": 3833, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " used to construct requests sent to Pinpoint's UpdateEndpoint\n API." - } - ] - }, - "type": { - "type": "reference", - "target": 3833, - "name": "IdentifyUserInput", - "package": "@aws-amplify/notifications" - } - }, - "3854": { - "id": 3854, - "name": "initializeInAppMessaging", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 3855 - ] - }, - "3855": { - "id": 3855, - "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": "@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" - } - }, - "3856": { - "id": 3856, - "name": "notifyMessageInteraction", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 3857 - ] - }, - "3857": { - "id": 3857, - "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": "@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": [ - 3858 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "3858": { - "id": 3858, - "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": 3829, - "name": "NotifyMessageInteractionInput", - "package": "@aws-amplify/notifications" - } - }, - "3859": { - "id": 3859, - "name": "onMessageActionTaken", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 3860 - ] - }, - "3860": { - "id": 3860, - "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": "@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": [ - 3861 - ], - "type": { - "type": "reference", - "target": 3838, - "name": "OnMessageActionTakenOutput", - "package": "@aws-amplify/notifications" - } - }, - "3861": { - "id": 3861, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The input object that holds the callback handler." - } - ] - }, - "type": { - "type": "reference", - "target": 3801, - "name": "OnMessageInteractionEventHandler", - "package": "@aws-amplify/notifications" - } - }, - "3862": { - "id": 3862, - "name": "onMessageDismissed", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 3863 - ] - }, - "3863": { - "id": 3863, - "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": "@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": [ - 3864 - ], - "type": { - "type": "reference", - "target": 3840, - "name": "OnMessageDismissedOutput", - "package": "@aws-amplify/notifications" - } - }, - "3864": { - "id": 3864, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The input object that holds the callback handler." - } - ] - }, - "type": { - "type": "reference", - "target": 3801, - "name": "OnMessageInteractionEventHandler", - "package": "@aws-amplify/notifications" - } - }, - "3865": { - "id": 3865, - "name": "onMessageDisplayed", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 3866 - ] - }, - "3866": { - "id": 3866, - "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": "@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": [ - 3867 - ], - "type": { - "type": "reference", - "target": 3842, - "name": "OnMessageDisplayedOutput", - "package": "@aws-amplify/notifications" - } - }, - "3867": { - "id": 3867, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The input object that holds the callback handler." - } - ] - }, - "type": { - "type": "reference", - "target": 3801, - "name": "OnMessageInteractionEventHandler", - "package": "@aws-amplify/notifications" - } - }, - "3868": { - "id": 3868, - "name": "onMessageReceived", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 3869 - ] - }, - "3869": { - "id": 3869, - "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": "@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": [ - 3870 - ], - "type": { - "type": "reference", - "target": 3844, - "name": "OnMessageReceivedOutput", - "package": "@aws-amplify/notifications" - } - }, - "3870": { - "id": 3870, - "name": "input", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The input object that holds the callback handler." - } - ] - }, - "type": { - "type": "reference", - "target": 3801, - "name": "OnMessageInteractionEventHandler", - "package": "@aws-amplify/notifications" - } - }, - "3871": { - "id": 3871, - "name": "setConflictHandler", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 3872 - ] - }, - "3872": { - "id": 3872, - "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": "@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": [ - 3873 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "3873": { - "id": 3873, - "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": 3795, - "name": "InAppMessageConflictHandler", - "package": "@aws-amplify/notifications" - } - }, - "3874": { - "id": 3874, - "name": "syncMessages", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 3875 - ] - }, - "3875": { - "id": 3875, - "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": "@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" - } - }, - "4136": { - "id": 4136, - "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" - } - ] - } - }, - "4142": { - "id": 4142, - "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": [ - 4143, - 4144 - ], - "type": { - "type": "mapped", - "parameter": "P", - "parameterType": { - "type": "reference", - "target": 4144, - "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": 4143, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - } - } - }, - "4146": { - "id": 4146, - "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": [ - 4147, - 4148 - ], - "type": { - "type": "mapped", - "parameter": "P", - "parameterType": { - "type": "reference", - "target": 4147, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "templateType": { - "type": "reference", - "target": 4148, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - } - }, - "4177": { - "id": 4177, - "name": "EventListenerRemover", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 4178 - ], - "groups": [ - { - "title": "Methods", - "children": [ - 4178 - ] - } - ] - }, - "4178": { - "id": 4178, - "name": "remove", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - 4179 - ] - }, - "4179": { - "id": 4179, - "name": "remove", - "variant": "signature", - "kind": 4096, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "4315": { - "id": 4315, - "name": "storage", - "variant": "declaration", - "kind": 2, - "flags": {}, - "children": [ - { - "id": 4568, - "name": "copy", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 4569, - 4571 - ] - }, - { - "id": 4573, - "name": "downloadData", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 4574, - 4576 - ] - }, - { - "id": 4578, - "name": "getProperties", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 4579, - 4581 - ] - }, - { - "id": 4583, - "name": "getUrl", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 4584, - 4586 - ] - }, - { - "id": 4588, - "name": "isCancelError", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 4589 - ] - }, - { - "id": 4591, - "name": "list", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 4592, - 4594, - 4596, - 4598 - ] - }, - { - "id": 4600, - "name": "remove", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 4601, - 4603 - ] - }, - { - "id": 4605, - "name": "uploadData", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 4606, - 4608 - ] - } - ], - "groups": [ - { - "title": "Modules", - "children": [ - 4316 - ] - }, - { - "title": "Classes", - "children": [ - 4510 - ] - }, - { - "title": "Interfaces", - "children": [ - 4529 - ] - }, - { - "title": "Type Aliases", - "children": [ - 4532, - 4533, - 4534, - 4535, - 4536, - 4537, - 4538, - 4539, - 4540, - 4541, - 4542, - 4543, - 4544, - 4545, - 4546, - 4547, - 4548, - 4549, - 4550, - 4551, - 4552, - 4553, - 4556, - 4557, - 4560, - 4561, - 4562, - 4563, - 4564, - 4565, - 4566, - 4567 - ] - }, - { - "title": "Functions", - "children": [ - 4568, - 4573, - 4578, - 4583, - 4588, - 4591, - 4600, - 4605 - ] - } - ] - }, - "4336": { - "id": 4336, - "name": "BucketInfo", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 4337, - 4338 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4337, - 4338 - ] - } - ] - }, - "4337": { - "id": 4337, - "name": "bucketName", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "4338": { - "id": 4338, - "name": "region", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "4339": { - "id": 4339, - "name": "BytesRangeOptions", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 4340 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4340 - ] - } - ] - }, - "4340": { - "id": 4340, - "name": "bytesRange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 4341, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - 4342, - 4343 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4342, - 4343 - ] - } - ] - } - } - }, - "4342": { - "id": 4342, - "name": "end", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "4343": { - "id": 4343, - "name": "start", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "4344": { - "id": 4344, - "name": "CommonOptions", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 4345, - 4346 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4345, - 4346 - ] - } - ] - }, - "4345": { - "id": 4345, - "name": "bucket", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 4448, - "name": "StorageBucket", - "package": "@aws-amplify/storage" - } - }, - "4346": { - "id": 4346, - "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" - } - }, - "4347": { - "id": 4347, - "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": [ - 4348, - 4349 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4348, - 4349 - ] - } - ] - }, - "4348": { - "id": 4348, - "name": "filename", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "4349": { - "id": 4349, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "attachment" - }, - { - "type": "literal", - "value": "inline" - } - ] - } - }, - "4350": { - "id": 4350, - "name": "ItemBase", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Base type for an S3 item." - } - ] - }, - "children": [ - 4351, - 4352 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4351, - 4352 - ] - } - ] - }, - "4351": { - "id": 4351, - "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" - } - }, - "4352": { - "id": 4352, - "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" - } - }, - "4353": { - "id": 4353, - "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": 4652, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "children": [ - 4354, - 4355 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4354, - 4355 - ] - } - ], - "typeParameters": [ - 4356, - 4357 - ] - }, - "4354": { - "id": 4354, - "name": "destination", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 4357, - "name": "DestinationOptions", - "package": "@aws-amplify/storage", - "qualifiedName": "StorageCopyInputWithKey.DestinationOptions", - "refersToTypeParameter": true - } - }, - "4355": { - "id": 4355, - "name": "source", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 4356, - "name": "SourceOptions", - "package": "@aws-amplify/storage", - "qualifiedName": "StorageCopyInputWithKey.SourceOptions", - "refersToTypeParameter": true - } - }, - "4356": { - "id": 4356, - "name": "SourceOptions", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 4384, - "name": "StorageOptions", - "package": "@aws-amplify/storage" - } - }, - "4357": { - "id": 4357, - "name": "DestinationOptions", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 4384, - "name": "StorageOptions", - "package": "@aws-amplify/storage" - } - }, - "4358": { - "id": 4358, - "name": "StorageGetUrlOutput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 4359, - 4360 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4359, - 4360 - ] - } - ] - }, - "4359": { - "id": 4359, - "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" - } - }, - "4360": { - "id": 4360, - "name": "url", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "presigned URL of the given object." - } - ] - }, - "type": { - "type": "reference", - "target": 141152, - "name": "URL", - "package": "typescript" - } - }, - "4361": { - "id": 4361, - "name": "StorageItemBase", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Base type for a storage item." - } - ] - }, - "children": [ - 4362, - 4363, - 4364, - 4365 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4362, - 4363, - 4364, - 4365 - ] - } - ] - }, - "4362": { - "id": 4362, - "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" - } - }, - "4363": { - "id": 4363, - "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" - } - }, - "4364": { - "id": 4364, - "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": 4146, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "Record", - "package": "typescript" - } - }, - "4365": { - "id": 4365, - "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" - } - }, - "4366": { - "id": 4366, - "name": "StorageListOutput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 4367, - 4368 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4367, - 4368 - ] - } - ], - "typeParameters": [ - 4369 - ] - }, - "4367": { - "id": 4367, - "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" - } - } - }, - "4368": { - "id": 4368, - "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": 4369, - "name": "Item", - "package": "@aws-amplify/storage", - "qualifiedName": "StorageListOutput.Item", - "refersToTypeParameter": true - } - } - }, - "4369": { - "id": 4369, - "name": "Item", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 4465, - "name": "StorageItem", - "package": "@aws-amplify/storage" - } - }, - "4370": { - "id": 4370, - "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": 4372, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "children": [ - 4371 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4371 - ] - } - ] - }, - "4371": { - "id": 4371, - "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" - } - }, - "4372": { - "id": 4372, - "name": "StorageOperationInputWithPath", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 4373 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4373 - ] - } - ] - }, - "4373": { - "id": 4373, - "name": "path", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reflection", - "declaration": { - "id": 4374, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "signatures": [ - { - "id": 4375, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": {}, - "parameters": [ - { - "id": 4376, - "name": "__namedParameters", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reflection", - "declaration": { - "id": 4377, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 4378, - "name": "identityId", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4378 - ] - } - ] - } - } - } - ], - "type": { - "type": "intrinsic", - "name": "string" - } - } - ] - } - } - ] - } - }, - "4379": { - "id": 4379, - "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": 4372, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "children": [ - 4380 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4380 - ] - } - ] - }, - "4380": { - "id": 4380, - "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" - } - }, - "4381": { - "id": 4381, - "name": "StorageOperationOptionsInput", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 4382 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4382 - ] - } - ], - "typeParameters": [ - 4383 - ] - }, - "4382": { - "id": 4382, - "name": "options", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 4383, - "name": "Options", - "package": "@aws-amplify/storage", - "qualifiedName": "StorageOperationOptionsInput.Options", - "refersToTypeParameter": true - } - }, - "4383": { - "id": 4383, - "name": "Options", - "variant": "typeParam", - "kind": 131072, - "flags": {} - }, - "4384": { - "id": 4384, - "name": "StorageOptions", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 4385 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4385 - ] - } - ] - }, - "4385": { - "id": 4385, - "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": 210, - "name": "StorageAccessLevel", - "package": "@aws-amplify/core" - } - }, - "4386": { - "id": 4386, - "name": "StorageUploadDataInputPayload", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 4387 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4387 - ] - } - ] - }, - "4387": { - "id": 4387, - "name": "data", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 4498, - "name": "StorageUploadDataPayload", - "package": "@aws-amplify/storage" - } - }, - "4388": { - "id": 4388, - "name": "TransferOptions", - "variant": "declaration", - "kind": 256, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Transfer-related options type for S3 downloadData, uploadData APIs." - } - ] - }, - "children": [ - 4389 - ], - "groups": [ - { - "title": "Methods", - "children": [ - 4389 - ] - } - ] - }, - "4389": { - "id": 4389, - "name": "onProgress", - "variant": "declaration", - "kind": 2048, - "flags": { - "isOptional": true - }, - "signatures": [ - 4390 - ] - }, - "4390": { - "id": 4390, - "name": "onProgress", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Callback function tracking the upload/download progress." - } - ] - }, - "parameters": [ - 4391 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "4391": { - "id": 4391, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": {}, - "type": { - "type": "reference", - "target": 4529, - "name": "TransferProgressEvent", - "package": "@aws-amplify/storage" - } - }, - "4392": { - "id": 4392, - "name": "TransferTask", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 4393, - 4394, - 4395, - 4398, - 4400 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4393, - 4394 - ] - }, - { - "title": "Methods", - "children": [ - 4395, - 4398, - 4400 - ] - } - ], - "typeParameters": [ - 4402 - ] - }, - "4393": { - "id": 4393, - "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": 4402, - "name": "Result", - "package": "@aws-amplify/storage", - "qualifiedName": "TransferTask.Result", - "refersToTypeParameter": true - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "4394": { - "id": 4394, - "name": "state", - "variant": "declaration", - "kind": 1024, - "flags": { - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Current state of the transfer task." - } - ] - }, - "type": { - "type": "reference", - "target": 4499, - "name": "TransferTaskState", - "package": "@aws-amplify/storage" - } - }, - "4395": { - "id": 4395, - "name": "cancel", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - 4396 - ] - }, - "4396": { - "id": 4396, - "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": [ - 4397 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "4397": { - "id": 4397, - "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" - } - }, - "4398": { - "id": 4398, - "name": "pause", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - 4399 - ] - }, - "4399": { - "id": 4399, - "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" - } - }, - "4400": { - "id": 4400, - "name": "resume", - "variant": "declaration", - "kind": 2048, - "flags": {}, - "signatures": [ - 4401 - ] - }, - "4401": { - "id": 4401, - "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" - } - }, - "4402": { - "id": 4402, - "name": "Result", - "variant": "typeParam", - "kind": 131072, - "flags": {} - }, - "4403": { - "id": 4403, - "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": [ - 4404 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4404 - ] - } - ] - }, - "4404": { - "id": 4404, - "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": 210, - "name": "StorageAccessLevel", - "package": "@aws-amplify/core" - } - }, - "4405": { - "id": 4405, - "name": "CopyDestinationOptionsWithKey", - "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": 4403, - "name": "WriteOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reflection", - "declaration": { - "id": 4406, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 4407, - "name": "bucket", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 4448, - "name": "StorageBucket", - "package": "@aws-amplify/storage" - } - }, - { - "id": 4408, - "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": [ - 4407, - 4408 - ] - } - ] - } - } - ] - } - }, - "4407": { - "id": 4407, - "name": "bucket", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 4448, - "name": "StorageBucket", - "package": "@aws-amplify/storage" - } - }, - "4408": { - "id": 4408, - "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" - } - }, - "4409": { - "id": 4409, - "name": "CopySourceOptionsWithKey", - "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": 4440, - "name": "ReadOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reflection", - "declaration": { - "id": 4410, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 4411, - "name": "bucket", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 4448, - "name": "StorageBucket", - "package": "@aws-amplify/storage" - } - }, - { - "id": 4412, - "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": [ - 4411, - 4412 - ] - } - ] - } - } - ] - } - }, - "4411": { - "id": 4411, - "name": "bucket", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 4448, - "name": "StorageBucket", - "package": "@aws-amplify/storage" - } - }, - "4412": { - "id": 4412, - "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" - } - }, - "4413": { - "id": 4413, - "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": 4344, - "name": "CommonOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4388, - "name": "TransferOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4339, - "name": "BytesRangeOptions", - "package": "@aws-amplify/storage" - } - ] - } - }, - "4414": { - "id": 4414, - "name": "DownloadDataOptionsWithKey", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "DownloadDataOptionsWithPath", - "target": 4415, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 4440, - "name": "ReadOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4413, - "name": "DownloadDataOptions", - "package": "@aws-amplify/storage" - } - ] - } - }, - "4415": { - "id": 4415, - "name": "DownloadDataOptionsWithPath", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "reference", - "target": 4413, - "name": "DownloadDataOptions", - "package": "@aws-amplify/storage" - } - }, - "4416": { - "id": 4416, - "name": "DownloadTask", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "typeParameters": [ - 4417 - ], - "type": { - "type": "reference", - "target": 146934, - "typeArguments": [ - { - "type": "reference", - "target": 4392, - "typeArguments": [ - { - "type": "reference", - "target": 4417, - "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" - } - }, - "4417": { - "id": 4417, - "name": "Result", - "variant": "typeParam", - "kind": 131072, - "flags": {} - }, - "4418": { - "id": 4418, - "name": "GetPropertiesOptionsWithKey", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "GetPropertiesOptionsWithPath", - "target": 4419, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 4440, - "name": "ReadOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4344, - "name": "CommonOptions", - "package": "@aws-amplify/storage" - } - ] - } - }, - "4419": { - "id": 4419, - "name": "GetPropertiesOptionsWithPath", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "reference", - "target": 4344, - "name": "CommonOptions", - "package": "@aws-amplify/storage" - } - }, - "4420": { - "id": 4420, - "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": 4344, - "name": "CommonOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reflection", - "declaration": { - "id": 4421, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 4422, - "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": 4347, - "name": "ContentDisposition", - "package": "@aws-amplify/storage" - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - { - "id": 4423, - "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": 4424, - "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": 4425, - "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": [ - 4422, - 4423, - 4424, - 4425 - ] - } - ] - } - } - ] - } - }, - "4422": { - "id": 4422, - "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": 4347, - "name": "ContentDisposition", - "package": "@aws-amplify/storage" - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "4423": { - "id": 4423, - "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" - } - }, - "4424": { - "id": 4424, - "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" - } - }, - "4425": { - "id": 4425, - "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" - } - }, - "4426": { - "id": 4426, - "name": "GetUrlOptionsWithKey", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "GetUrlOptionsWithPath", - "target": 4427, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 4440, - "name": "ReadOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4420, - "name": "GetUrlOptions", - "package": "@aws-amplify/storage" - } - ] - } - }, - "4427": { - "id": 4427, - "name": "GetUrlOptionsWithPath", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "reference", - "target": 4420, - "name": "GetUrlOptions", - "package": "@aws-amplify/storage" - } - }, - "4428": { - "id": 4428, - "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": 4429, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 4350, - "name": "ItemBase", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4466, - "name": "StorageItemWithKey", - "package": "@aws-amplify/storage" - } - ] - } - }, - "4429": { - "id": 4429, - "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": 4350, - "name": "ItemBase", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4469, - "name": "StorageItemWithPath", - "package": "@aws-amplify/storage" - } - ] - } - }, - "4430": { - "id": 4430, - "name": "ListAllOptionsWithPath", - "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": 146934, - "typeArguments": [ - { - "type": "reference", - "target": 4472, - "name": "StorageListAllOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "literal", - "value": "accessLevel" - } - ], - "name": "Omit", - "package": "typescript" - }, - { - "type": "reference", - "target": 4344, - "name": "CommonOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reflection", - "declaration": { - "id": 4431, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 4432, - "name": "subpathStrategy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 4488, - "name": "StorageSubpathStrategy", - "package": "@aws-amplify/storage" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4432 - ] - } - ] - } - } - ] - } - }, - "4432": { - "id": 4432, - "name": "subpathStrategy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 4488, - "name": "StorageSubpathStrategy", - "package": "@aws-amplify/storage" - } - }, - "4433": { - "id": 4433, - "name": "ListAllOptionsWithPrefix", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "ListAllOptionsWithPath", - "target": 4430, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead.\nInput options type with prefix for S3 list all API." - } - ] - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 4472, - "name": "StorageListAllOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4440, - "name": "ReadOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4344, - "name": "CommonOptions", - "package": "@aws-amplify/storage" - } - ] - } - }, - "4434": { - "id": 4434, - "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": 4435, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead.\ntype for S3 list item with key." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 146934, - "typeArguments": [ - { - "type": "reference", - "target": 4428, - "name": "ItemWithKey", - "package": "@aws-amplify/storage" - }, - { - "type": "literal", - "value": "metadata" - } - ], - "name": "Omit", - "package": "typescript" - } - }, - "4435": { - "id": 4435, - "name": "ListOutputItemWithPath", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "type for S3 list item with path." - } - ] - }, - "type": { - "type": "reference", - "target": 146934, - "typeArguments": [ - { - "type": "reference", - "target": 4429, - "name": "ItemWithPath", - "package": "@aws-amplify/storage" - }, - { - "type": "literal", - "value": "metadata" - } - ], - "name": "Omit", - "package": "typescript" - } - }, - "4436": { - "id": 4436, - "name": "ListPaginateOptionsWithPath", - "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": 146934, - "typeArguments": [ - { - "type": "reference", - "target": 4479, - "name": "StorageListPaginateOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "literal", - "value": "accessLevel" - } - ], - "name": "Omit", - "package": "typescript" - }, - { - "type": "reference", - "target": 4344, - "name": "CommonOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reflection", - "declaration": { - "id": 4437, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 4438, - "name": "subpathStrategy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 4488, - "name": "StorageSubpathStrategy", - "package": "@aws-amplify/storage" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4438 - ] - } - ] - } - } - ] - } - }, - "4438": { - "id": 4438, - "name": "subpathStrategy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 4488, - "name": "StorageSubpathStrategy", - "package": "@aws-amplify/storage" - } - }, - "4439": { - "id": 4439, - "name": "ListPaginateOptionsWithPrefix", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "ListPaginateOptionsWithPath", - "target": 4436, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead.\nInput options type with prefix for S3 list API to paginate items." - } - ] - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 4479, - "name": "StorageListPaginateOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4440, - "name": "ReadOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4344, - "name": "CommonOptions", - "package": "@aws-amplify/storage" - } - ] - } - }, - "4440": { - "id": 4440, - "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": 4441, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 4442, - "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": [ - 4442 - ] - } - ] - } - }, - { - "type": "reflection", - "declaration": { - "id": 4443, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 4444, - "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": 4445, - "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": [ - 4444, - 4445 - ] - } - ] - } - } - ] - } - }, - "4442": { - "id": 4442, - "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" - } - ] - } - }, - "4444": { - "id": 4444, - "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" - } - }, - "4445": { - "id": 4445, - "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" - } - }, - "4446": { - "id": 4446, - "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": 4403, - "name": "WriteOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4344, - "name": "CommonOptions", - "package": "@aws-amplify/storage" - } - ] - } - }, - "4447": { - "id": 4447, - "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": 4142, - "typeArguments": [ - { - "type": "reference", - "target": 5429, - "name": "Body", - "package": "typescript" - }, - { - "type": "union", - "types": [ - { - "type": "literal", - "value": "blob" - }, - { - "type": "literal", - "value": "json" - }, - { - "type": "literal", - "value": "text" - } - ] - } - ], - "name": "Pick", - "package": "typescript" - } - }, - "4448": { - "id": 4448, - "name": "StorageBucket", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 4336, - "name": "BucketInfo", - "package": "@aws-amplify/storage" - } - ] - } - }, - "4449": { - "id": 4449, - "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": 4451, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "typeParameters": [ - 4450 - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 4370, - "name": "StorageOperationInputWithKey", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4381, - "typeArguments": [ - { - "type": "reference", - "target": 4450, - "name": "Options", - "package": "@aws-amplify/storage", - "refersToTypeParameter": true - } - ], - "name": "StorageOperationOptionsInput", - "package": "@aws-amplify/storage" - } - ] - } - }, - "4450": { - "id": 4450, - "name": "Options", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 4384, - "name": "StorageOptions", - "package": "@aws-amplify/storage" - } - }, - "4451": { - "id": 4451, - "name": "StorageDownloadDataInputWithPath", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "typeParameters": [ - 4452 - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 4372, - "name": "StorageOperationInputWithPath", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4381, - "typeArguments": [ - { - "type": "reference", - "target": 4452, - "name": "Options", - "package": "@aws-amplify/storage", - "refersToTypeParameter": true - } - ], - "name": "StorageOperationOptionsInput", - "package": "@aws-amplify/storage" - } - ] - } - }, - "4452": { - "id": 4452, - "name": "Options", - "variant": "typeParam", - "kind": 131072, - "flags": {} - }, - "4453": { - "id": 4453, - "name": "StorageDownloadDataOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "typeParameters": [ - 4454 - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 4454, - "name": "Item", - "package": "@aws-amplify/storage", - "refersToTypeParameter": true - }, - { - "type": "reflection", - "declaration": { - "id": 4455, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 4456, - "name": "body", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 4447, - "name": "ResponseBodyMixin", - "package": "@aws-amplify/core" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4456 - ] - } - ] - } - } - ] - } - }, - "4454": { - "id": 4454, - "name": "Item", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 4465, - "name": "StorageItem", - "package": "@aws-amplify/storage" - } - }, - "4456": { - "id": 4456, - "name": "body", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "reference", - "target": 4447, - "name": "ResponseBodyMixin", - "package": "@aws-amplify/core" - } - }, - "4457": { - "id": 4457, - "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": 4459, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "typeParameters": [ - 4458 - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 4370, - "name": "StorageOperationInputWithKey", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4381, - "typeArguments": [ - { - "type": "reference", - "target": 4458, - "name": "Options", - "package": "@aws-amplify/storage", - "refersToTypeParameter": true - } - ], - "name": "StorageOperationOptionsInput", - "package": "@aws-amplify/storage" - } - ] - } - }, - "4458": { - "id": 4458, - "name": "Options", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 4384, - "name": "StorageOptions", - "package": "@aws-amplify/storage" - } - }, - "4459": { - "id": 4459, - "name": "StorageGetPropertiesInputWithPath", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "typeParameters": [ - 4460 - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 4372, - "name": "StorageOperationInputWithPath", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4381, - "typeArguments": [ - { - "type": "reference", - "target": 4460, - "name": "Options", - "package": "@aws-amplify/storage", - "refersToTypeParameter": true - } - ], - "name": "StorageOperationOptionsInput", - "package": "@aws-amplify/storage" - } - ] - } - }, - "4460": { - "id": 4460, - "name": "Options", - "variant": "typeParam", - "kind": 131072, - "flags": {} - }, - "4461": { - "id": 4461, - "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": 4463, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "typeParameters": [ - 4462 - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 4370, - "name": "StorageOperationInputWithKey", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4381, - "typeArguments": [ - { - "type": "reference", - "target": 4462, - "name": "Options", - "package": "@aws-amplify/storage", - "refersToTypeParameter": true - } - ], - "name": "StorageOperationOptionsInput", - "package": "@aws-amplify/storage" - } - ] - } - }, - "4462": { - "id": 4462, - "name": "Options", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 4384, - "name": "StorageOptions", - "package": "@aws-amplify/storage" - } - }, - "4463": { - "id": 4463, - "name": "StorageGetUrlInputWithPath", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "typeParameters": [ - 4464 - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 4372, - "name": "StorageOperationInputWithPath", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4381, - "typeArguments": [ - { - "type": "reference", - "target": 4464, - "name": "Options", - "package": "@aws-amplify/storage", - "refersToTypeParameter": true - } - ], - "name": "StorageOperationOptionsInput", - "package": "@aws-amplify/storage" - } - ] - } - }, - "4464": { - "id": 4464, - "name": "Options", - "variant": "typeParam", - "kind": 131072, - "flags": {} - }, - "4465": { - "id": 4465, - "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": 4466, - "name": "StorageItemWithKey", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4469, - "name": "StorageItemWithPath", - "package": "@aws-amplify/storage" - } - ] - } - }, - "4466": { - "id": 4466, - "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": 4469, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 4361, - "name": "StorageItemBase", - "package": "@aws-amplify/storage" - }, - { - "type": "reflection", - "declaration": { - "id": 4467, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 4468, - "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": [ - 4468 - ] - } - ] - } - } - ] - } - }, - "4468": { - "id": 4468, - "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" - } - }, - "4469": { - "id": 4469, - "name": "StorageItemWithPath", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 4361, - "name": "StorageItemBase", - "package": "@aws-amplify/storage" - }, - { - "type": "reflection", - "declaration": { - "id": 4470, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 4471, - "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": [ - 4471 - ] - } - ] - } - } - ] - } - }, - "4471": { - "id": 4471, - "name": "path", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Path of the object." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "4472": { - "id": 4472, - "name": "StorageListAllOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 4384, - "name": "StorageOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reflection", - "declaration": { - "id": 4473, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 4474, - "name": "listAll", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "literal", - "value": true - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4474 - ] - } - ] - } - } - ] - } - }, - "4474": { - "id": 4474, - "name": "listAll", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "literal", - "value": true - } - }, - "4475": { - "id": 4475, - "name": "StorageListInputWithPath", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "typeParameters": [ - 4476 - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 4372, - "name": "StorageOperationInputWithPath", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4381, - "typeArguments": [ - { - "type": "reference", - "target": 4476, - "name": "Options", - "package": "@aws-amplify/storage", - "refersToTypeParameter": true - } - ], - "name": "StorageOperationOptionsInput", - "package": "@aws-amplify/storage" - } - ] - } - }, - "4476": { - "id": 4476, - "name": "Options", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "reference", - "target": 4472, - "name": "StorageListAllOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4479, - "name": "StorageListPaginateOptions", - "package": "@aws-amplify/storage" - } - ] - } - }, - "4477": { - "id": 4477, - "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": 4475, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "typeParameters": [ - 4478 - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 4379, - "name": "StorageOperationInputWithPrefix", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4381, - "typeArguments": [ - { - "type": "reference", - "target": 4478, - "name": "Options", - "package": "@aws-amplify/storage", - "refersToTypeParameter": true - } - ], - "name": "StorageOperationOptionsInput", - "package": "@aws-amplify/storage" - } - ] - } - }, - "4478": { - "id": 4478, - "name": "Options", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "reference", - "target": 4472, - "name": "StorageListAllOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4479, - "name": "StorageListPaginateOptions", - "package": "@aws-amplify/storage" - } - ] - } - }, - "4479": { - "id": 4479, - "name": "StorageListPaginateOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 4384, - "name": "StorageOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reflection", - "declaration": { - "id": 4480, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 4481, - "name": "listAll", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "literal", - "value": false - } - }, - { - "id": 4482, - "name": "nextToken", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - { - "id": 4483, - "name": "pageSize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4481, - 4482, - 4483 - ] - } - ] - } - } - ] - } - }, - "4481": { - "id": 4481, - "name": "listAll", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "literal", - "value": false - } - }, - "4482": { - "id": 4482, - "name": "nextToken", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "4483": { - "id": 4483, - "name": "pageSize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "4484": { - "id": 4484, - "name": "StorageRemoveInputWithKey", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "typeParameters": [ - 4485 - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 4370, - "name": "StorageOperationInputWithKey", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4381, - "typeArguments": [ - { - "type": "reference", - "target": 4485, - "name": "Options", - "package": "@aws-amplify/storage", - "refersToTypeParameter": true - } - ], - "name": "StorageOperationOptionsInput", - "package": "@aws-amplify/storage" - } - ] - } - }, - "4485": { - "id": 4485, - "name": "Options", - "variant": "typeParam", - "kind": 131072, - "flags": {} - }, - "4486": { - "id": 4486, - "name": "StorageRemoveInputWithPath", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "typeParameters": [ - 4487 - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 4372, - "name": "StorageOperationInputWithPath", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4381, - "typeArguments": [ - { - "type": "reference", - "target": 4487, - "name": "Options", - "package": "@aws-amplify/storage", - "refersToTypeParameter": true - } - ], - "name": "StorageOperationOptionsInput", - "package": "@aws-amplify/storage" - } - ] - } - }, - "4487": { - "id": 4487, - "name": "Options", - "variant": "typeParam", - "kind": 131072, - "flags": {} - }, - "4488": { - "id": 4488, - "name": "StorageSubpathStrategy", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "union", - "types": [ - { - "type": "reflection", - "declaration": { - "id": 4489, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 4490, - "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": [ - 4490 - ] - } - ] - } - }, - { - "type": "reflection", - "declaration": { - "id": 4491, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 4492, - "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": 4493, - "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": [ - 4492, - 4493 - ] - } - ] - } - } - ] - } - }, - "4490": { - "id": 4490, - "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" - } - }, - "4492": { - "id": 4492, - "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" - } - }, - "4493": { - "id": 4493, - "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" - } - }, - "4494": { - "id": 4494, - "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": 4496, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "typeParameters": [ - 4495 - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 4370, - "name": "StorageOperationInputWithKey", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4381, - "typeArguments": [ - { - "type": "reference", - "target": 4495, - "name": "Options", - "package": "@aws-amplify/storage", - "refersToTypeParameter": true - } - ], - "name": "StorageOperationOptionsInput", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4386, - "name": "StorageUploadDataInputPayload", - "package": "@aws-amplify/storage" - } - ] - } - }, - "4495": { - "id": 4495, - "name": "Options", - "variant": "typeParam", - "kind": 131072, - "flags": {}, - "type": { - "type": "reference", - "target": 4384, - "name": "StorageOptions", - "package": "@aws-amplify/storage" - } - }, - "4496": { - "id": 4496, - "name": "StorageUploadDataInputWithPath", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "typeParameters": [ - 4497 - ], - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 4372, - "name": "StorageOperationInputWithPath", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4381, - "typeArguments": [ - { - "type": "reference", - "target": 4497, - "name": "Options", - "package": "@aws-amplify/storage", - "refersToTypeParameter": true - } - ], - "name": "StorageOperationOptionsInput", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4386, - "name": "StorageUploadDataInputPayload", - "package": "@aws-amplify/storage" - } - ] - } - }, - "4497": { - "id": 4497, - "name": "Options", - "variant": "typeParam", - "kind": 131072, - "flags": {} - }, - "4498": { - "id": 4498, - "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": 5176, - "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" - } - ] - } - }, - "4499": { - "id": 4499, - "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" - } - ] - } - }, - "4500": { - "id": 4500, - "name": "UploadDataOptions", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 4344, - "name": "CommonOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4388, - "name": "TransferOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reflection", - "declaration": { - "id": 4501, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 4502, - "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": 4347, - "name": "ContentDisposition", - "package": "@aws-amplify/storage" - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - { - "id": 4503, - "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": 4504, - "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": 4505, - "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": 4146, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "Record", - "package": "typescript" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4502, - 4503, - 4504, - 4505 - ] - } - ] - } - } - ] - } - }, - "4502": { - "id": 4502, - "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": 4347, - "name": "ContentDisposition", - "package": "@aws-amplify/storage" - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "4503": { - "id": 4503, - "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" - } - }, - "4504": { - "id": 4504, - "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" - } - }, - "4505": { - "id": 4505, - "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": 4146, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "Record", - "package": "typescript" - } - }, - "4506": { - "id": 4506, - "name": "UploadDataOptionsWithKey", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [ - { - "kind": "text", - "text": "Use " - }, - { - "kind": "inline-tag", - "tag": "@link", - "text": "UploadDataOptionsWithPath", - "target": 4507, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 4403, - "name": "WriteOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4500, - "name": "UploadDataOptions", - "package": "@aws-amplify/storage" - } - ] - } - }, - "4507": { - "id": 4507, - "name": "UploadDataOptionsWithPath", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "type": { - "type": "reference", - "target": 4500, - "name": "UploadDataOptions", - "package": "@aws-amplify/storage" - } - }, - "4508": { - "id": 4508, - "name": "UploadTask", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "typeParameters": [ - 4509 - ], - "type": { - "type": "reference", - "target": 4392, - "typeArguments": [ - { - "type": "reference", - "target": 4509, - "name": "Result", - "package": "@aws-amplify/storage", - "refersToTypeParameter": true - } - ], - "name": "TransferTask", - "package": "@aws-amplify/storage" - } - }, - "4509": { - "id": 4509, - "name": "Result", - "variant": "typeParam", - "kind": 131072, - "flags": {} - }, - "4529": { - "id": 4529, - "name": "TransferProgressEvent", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 4530, - 4531 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4530, - 4531 - ] - } - ] - }, - "4530": { - "id": 4530, - "name": "totalBytes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "4531": { - "id": 4531, - "name": "transferredBytes", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "4532": { - "id": 4532, - "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": 4534, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead.\nInput type for S3 copy API." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 4353, - "typeArguments": [ - { - "type": "reference", - "target": 4409, - "name": "CopySourceOptionsWithKey", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4405, - "name": "CopyDestinationOptionsWithKey", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageCopyInputWithKey", - "package": "@aws-amplify/storage" - } - }, - "4533": { - "id": 4533, - "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": 4535, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 4142, - "typeArguments": [ - { - "type": "reference", - "target": 4428, - "name": "ItemWithKey", - "package": "@aws-amplify/storage" - }, - { - "type": "literal", - "value": "key" - } - ], - "name": "Pick", - "package": "typescript" - } - }, - "4535": { - "id": 4535, - "name": "CopyWithPathOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type with path for S3 copy API." - } - ] - }, - "type": { - "type": "reference", - "target": 4142, - "typeArguments": [ - { - "type": "reference", - "target": 4429, - "name": "ItemWithPath", - "package": "@aws-amplify/storage" - }, - { - "type": "literal", - "value": "path" - } - ], - "name": "Pick", - "package": "typescript" - } - }, - "4536": { - "id": 4536, - "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": 4538, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead.\nInput type for S3 downloadData API." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 4449, - "typeArguments": [ - { - "type": "reference", - "target": 4414, - "name": "DownloadDataOptionsWithKey", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageDownloadDataInputWithKey", - "package": "@aws-amplify/storage" - } - }, - "4537": { - "id": 4537, - "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": 4539, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 4416, - "typeArguments": [ - { - "type": "reference", - "target": 4453, - "typeArguments": [ - { - "type": "reference", - "target": 4428, - "name": "ItemWithKey", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageDownloadDataOutput", - "package": "@aws-amplify/storage" - } - ], - "name": "DownloadTask", - "package": "@aws-amplify/storage" - } - }, - "4538": { - "id": 4538, - "name": "DownloadDataWithPathInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type with path for S3 downloadData API." - } - ] - }, - "type": { - "type": "reference", - "target": 4451, - "typeArguments": [ - { - "type": "reference", - "target": 4415, - "name": "DownloadDataOptionsWithPath", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageDownloadDataInputWithPath", - "package": "@aws-amplify/storage" - } - }, - "4539": { - "id": 4539, - "name": "DownloadDataWithPathOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type with path for S3 downloadData API." - } - ] - }, - "type": { - "type": "reference", - "target": 4416, - "typeArguments": [ - { - "type": "reference", - "target": 4453, - "typeArguments": [ - { - "type": "reference", - "target": 4429, - "name": "ItemWithPath", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageDownloadDataOutput", - "package": "@aws-amplify/storage" - } - ], - "name": "DownloadTask", - "package": "@aws-amplify/storage" - } - }, - "4540": { - "id": 4540, - "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": 4542, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead.\nInput type for S3 getProperties API." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 4457, - "typeArguments": [ - { - "type": "reference", - "target": 4418, - "name": "GetPropertiesOptionsWithKey", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageGetPropertiesInputWithKey", - "package": "@aws-amplify/storage" - } - }, - "4541": { - "id": 4541, - "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": 4543, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 4350, - "name": "ItemBase", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4466, - "name": "StorageItemWithKey", - "package": "@aws-amplify/storage" - } - ] - } - }, - "4542": { - "id": 4542, - "name": "GetPropertiesWithPathInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type with for S3 getProperties API." - } - ] - }, - "type": { - "type": "reference", - "target": 4459, - "typeArguments": [ - { - "type": "reference", - "target": 4419, - "name": "GetPropertiesOptionsWithPath", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageGetPropertiesInputWithPath", - "package": "@aws-amplify/storage" - } - }, - "4543": { - "id": 4543, - "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": 4350, - "name": "ItemBase", - "package": "@aws-amplify/storage" - }, - { - "type": "reference", - "target": 4469, - "name": "StorageItemWithPath", - "package": "@aws-amplify/storage" - } - ] - } - }, - "4544": { - "id": 4544, - "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": 4546, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead.\nInput type for S3 getUrl API." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 4461, - "typeArguments": [ - { - "type": "reference", - "target": 4426, - "name": "GetUrlOptionsWithKey", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageGetUrlInputWithKey", - "package": "@aws-amplify/storage" - } - }, - "4545": { - "id": 4545, - "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": 4547, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 4358, - "name": "StorageGetUrlOutput", - "package": "@aws-amplify/storage" - } - }, - "4546": { - "id": 4546, - "name": "GetUrlWithPathInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type with path for S3 getUrl API." - } - ] - }, - "type": { - "type": "reference", - "target": 4463, - "typeArguments": [ - { - "type": "reference", - "target": 4427, - "name": "GetUrlOptionsWithPath", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageGetUrlInputWithPath", - "package": "@aws-amplify/storage" - } - }, - "4547": { - "id": 4547, - "name": "GetUrlWithPathOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type with path for S3 getUrl API." - } - ] - }, - "type": { - "type": "reference", - "target": 4358, - "name": "StorageGetUrlOutput", - "package": "@aws-amplify/storage" - } - }, - "4548": { - "id": 4548, - "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": 4550, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead.\nInput type for S3 list API. Lists all bucket objects." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 4477, - "typeArguments": [ - { - "type": "reference", - "target": 4433, - "name": "ListAllOptionsWithPrefix", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageListInputWithPrefix", - "package": "@aws-amplify/storage" - } - }, - "4549": { - "id": 4549, - "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": 4551, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead.\nOutput type for S3 list API. Lists all bucket objects." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 146934, - "typeArguments": [ - { - "type": "reference", - "target": 4366, - "typeArguments": [ - { - "type": "reference", - "target": 4434, - "name": "ListOutputItem", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageListOutput", - "package": "@aws-amplify/storage" - }, - { - "type": "literal", - "value": "excludedSubpaths" - } - ], - "name": "Omit", - "package": "typescript" - } - }, - "4550": { - "id": 4550, - "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": 4475, - "typeArguments": [ - { - "type": "reference", - "target": 4430, - "name": "ListAllOptionsWithPath", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageListInputWithPath", - "package": "@aws-amplify/storage" - } - }, - "4551": { - "id": 4551, - "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": 4366, - "typeArguments": [ - { - "type": "reference", - "target": 4435, - "name": "ListOutputItemWithPath", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageListOutput", - "package": "@aws-amplify/storage" - } - }, - "4552": { - "id": 4552, - "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": 4556, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead.\nInput type for S3 list API. Lists bucket objects with pagination." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 4477, - "typeArguments": [ - { - "type": "reference", - "target": 4439, - "name": "ListPaginateOptionsWithPrefix", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageListInputWithPrefix", - "package": "@aws-amplify/storage" - } - }, - "4553": { - "id": 4553, - "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": 4557, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead.\nOutput type for S3 list API. Lists bucket objects with pagination." - } - ] - } - ] - }, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 146934, - "typeArguments": [ - { - "type": "reference", - "target": 4366, - "typeArguments": [ - { - "type": "reference", - "target": 4434, - "name": "ListOutputItem", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageListOutput", - "package": "@aws-amplify/storage" - }, - { - "type": "literal", - "value": "excludedSubpaths" - } - ], - "name": "Omit", - "package": "typescript" - }, - { - "type": "reflection", - "declaration": { - "id": 4554, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 4555, - "name": "nextToken", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4555 - ] - } - ] - } - } - ] - } - }, - "4555": { - "id": 4555, - "name": "nextToken", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "4556": { - "id": 4556, - "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": 4475, - "typeArguments": [ - { - "type": "reference", - "target": 4436, - "name": "ListPaginateOptionsWithPath", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageListInputWithPath", - "package": "@aws-amplify/storage" - } - }, - "4557": { - "id": 4557, - "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": 4366, - "typeArguments": [ - { - "type": "reference", - "target": 4435, - "name": "ListOutputItemWithPath", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageListOutput", - "package": "@aws-amplify/storage" - }, - { - "type": "reflection", - "declaration": { - "id": 4558, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 4559, - "name": "nextToken", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4559 - ] - } - ] - } - } - ] - } - }, - "4559": { - "id": 4559, - "name": "nextToken", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "4560": { - "id": 4560, - "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": 4562, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead.\nInput type with key for S3 remove API." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 4484, - "typeArguments": [ - { - "type": "reference", - "target": 4446, - "name": "RemoveOptions", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageRemoveInputWithKey", - "package": "@aws-amplify/storage" - } - }, - "4561": { - "id": 4561, - "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": 4563, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead.\nOutput type with key for S3 remove API." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 4142, - "typeArguments": [ - { - "type": "reference", - "target": 4428, - "name": "ItemWithKey", - "package": "@aws-amplify/storage" - }, - { - "type": "literal", - "value": "key" - } - ], - "name": "Pick", - "package": "typescript" - } - }, - "4562": { - "id": 4562, - "name": "RemoveWithPathInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type with path for S3 remove API." - } - ] - }, - "type": { - "type": "reference", - "target": 4486, - "typeArguments": [ - { - "type": "reference", - "target": 146934, - "typeArguments": [ - { - "type": "reference", - "target": 4446, - "name": "RemoveOptions", - "package": "@aws-amplify/storage" - }, - { - "type": "literal", - "value": "accessLevel" - } - ], - "name": "Omit", - "package": "typescript" - } - ], - "name": "StorageRemoveInputWithPath", - "package": "@aws-amplify/storage" - } - }, - "4563": { - "id": 4563, - "name": "RemoveWithPathOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type with path for S3 remove API." - } - ] - }, - "type": { - "type": "reference", - "target": 4142, - "typeArguments": [ - { - "type": "reference", - "target": 4429, - "name": "ItemWithPath", - "package": "@aws-amplify/storage" - }, - { - "type": "literal", - "value": "path" - } - ], - "name": "Pick", - "package": "typescript" - } - }, - "4564": { - "id": 4564, - "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": 4566, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead.\nInput type for S3 uploadData API." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 4494, - "typeArguments": [ - { - "type": "reference", - "target": 4506, - "name": "UploadDataOptionsWithKey", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageUploadDataInputWithKey", - "package": "@aws-amplify/storage" - } - }, - "4565": { - "id": 4565, - "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": 4567, - "tsLinkText": "" - }, - { - "kind": "text", - "text": " instead." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 4508, - "typeArguments": [ - { - "type": "reference", - "target": 4428, - "name": "ItemWithKey", - "package": "@aws-amplify/storage" - } - ], - "name": "UploadTask", - "package": "@aws-amplify/storage" - } - }, - "4566": { - "id": 4566, - "name": "UploadDataWithPathInput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Input type with path for S3 uploadData API." - } - ] - }, - "type": { - "type": "reference", - "target": 4496, - "typeArguments": [ - { - "type": "reference", - "target": 4507, - "name": "UploadDataOptionsWithPath", - "package": "@aws-amplify/storage" - } - ], - "name": "StorageUploadDataInputWithPath", - "package": "@aws-amplify/storage" - } - }, - "4567": { - "id": 4567, - "name": "UploadDataWithPathOutput", - "variant": "declaration", - "kind": 2097152, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Output type with path for S3 uploadData API." - } - ] - }, - "type": { - "type": "reference", - "target": 4508, - "typeArguments": [ - { - "type": "reference", - "target": 4429, - "name": "ItemWithPath", - "package": "@aws-amplify/storage" - } - ], - "name": "UploadTask", - "package": "@aws-amplify/storage" - } - }, - "4568": { - "id": 4568, - "name": "copy", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 4569, - 4571 - ] - }, - "4569": { - "id": 4569, - "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": [ - 4570 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 4535, - "name": "CopyWithPathOutput", - "package": "@aws-amplify/storage" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "4570": { - "id": 4570, - "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": 4652, - "name": "StorageCopyInputWithPath", - "package": "@aws-amplify/storage" - } - }, - "4571": { - "id": 4571, - "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/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')." - } - ] - }, - { - "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": [ - 4572 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 4533, - "name": "CopyOutput", - "package": "@aws-amplify/storage" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "4572": { - "id": 4572, - "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": 4532, - "name": "CopyInput", - "package": "@aws-amplify/storage" - } - }, - "4573": { - "id": 4573, - "name": "downloadData", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 4574, - 4576 - ] - }, - "4574": { - "id": 4574, - "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": [ - 4575 - ], - "type": { - "type": "reference", - "target": 4539, - "name": "DownloadDataWithPathOutput", - "package": "@aws-amplify/storage" - } - }, - "4575": { - "id": 4575, - "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": 4538, - "name": "DownloadDataWithPathInput", - "package": "@aws-amplify/storage" - } - }, - "4576": { - "id": 4576, - "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/build-a-backend/storage/download/#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": [ - 4577 - ], - "type": { - "type": "reference", - "target": 4537, - "name": "DownloadDataOutput", - "package": "@aws-amplify/storage" - } - }, - "4577": { - "id": 4577, - "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": 4536, - "name": "DownloadDataInput", - "package": "@aws-amplify/storage" - } - }, - "4578": { - "id": 4578, - "name": "getProperties", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 4579, - 4581 - ] - }, - "4579": { - "id": 4579, - "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": [ - 4580 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 4543, - "name": "GetPropertiesWithPathOutput", - "package": "@aws-amplify/storage" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "4580": { - "id": 4580, - "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": 4542, - "name": "GetPropertiesWithPathInput", - "package": "@aws-amplify/storage" - } - }, - "4581": { - "id": 4581, - "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/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." - } - ] - }, - { - "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": [ - 4582 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 4541, - "name": "GetPropertiesOutput", - "package": "@aws-amplify/storage" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "4582": { - "id": 4582, - "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": 4540, - "name": "GetPropertiesInput", - "package": "@aws-amplify/storage" - } - }, - "4583": { - "id": 4583, - "name": "getUrl", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 4584, - 4586 - ] - }, - "4584": { - "id": 4584, - "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": [ - 4585 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 4547, - "name": "GetUrlWithPathOutput", - "package": "@aws-amplify/storage" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "4585": { - "id": 4585, - "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": 4546, - "name": "GetUrlWithPathInput", - "package": "@aws-amplify/storage" - } - }, - "4586": { - "id": 4586, - "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/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." - } - ] - }, - { - "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": [ - 4587 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 4545, - "name": "GetUrlOutput", - "package": "@aws-amplify/storage" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "4587": { - "id": 4587, - "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": 4544, - "name": "GetUrlInput", - "package": "@aws-amplify/storage" - } - }, - "4588": { - "id": 4588, - "name": "isCancelError", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 4589 - ] - }, - "4589": { - "id": 4589, - "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": [ - 4590 - ], - "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" - } - } - }, - "4590": { - "id": 4590, - "name": "error", - "variant": "param", - "kind": 32768, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The unknown exception to be checked." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "unknown" - } - }, - "4591": { - "id": 4591, - "name": "list", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 4592, - 4594, - 4596, - 4598 - ] - }, - "4592": { - "id": 4592, - "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": [ - 4593 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 4557, - "name": "ListPaginateWithPathOutput", - "package": "@aws-amplify/storage" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "4593": { - "id": 4593, - "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": 4556, - "name": "ListPaginateWithPathInput", - "package": "@aws-amplify/storage" - } - }, - "4594": { - "id": 4594, - "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": [ - 4595 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 4551, - "name": "ListAllWithPathOutput", - "package": "@aws-amplify/storage" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "4595": { - "id": 4595, - "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": 4550, - "name": "ListAllWithPathInput", - "package": "@aws-amplify/storage" - } - }, - "4596": { - "id": 4596, - "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/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": [ - 4597 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 4553, - "name": "ListPaginateOutput", - "package": "@aws-amplify/storage" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "4597": { - "id": 4597, - "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": 4552, - "name": "ListPaginateInput", - "package": "@aws-amplify/storage" - } - }, - "4598": { - "id": 4598, - "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/build-a-backend/storage/list" - }, - { - "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": [ - 4599 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 4549, - "name": "ListAllOutput", - "package": "@aws-amplify/storage" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "4599": { - "id": 4599, - "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": 4548, - "name": "ListAllInput", - "package": "@aws-amplify/storage" - } - }, - "4600": { - "id": 4600, - "name": "remove", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 4601, - 4603 - ] - }, - "4601": { - "id": 4601, - "name": "remove", - "variant": "signature", - "kind": 4096, - "flags": {}, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Remove a file from your S3 bucket." - } - ], - "blockTags": [ - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "Output containing the removed object path." - } - ] - }, - { - "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": [ - 4602 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 4563, - "name": "RemoveWithPathOutput", - "package": "@aws-amplify/storage" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "4602": { - "id": 4602, - "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": 4562, - "name": "RemoveWithPathInput", - "package": "@aws-amplify/storage" - } - }, - "4603": { - "id": 4603, - "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/build-a-backend/storage/remove" - }, - { - "kind": "text", - "text": " instead.\n\nRemove a file from your S3 bucket." - } - ] - }, - { - "tag": "@returns", - "content": [ - { - "kind": "text", - "text": "Output containing the removed object key" - } - ] - }, - { - "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": [ - 4604 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 4561, - "name": "RemoveOutput", - "package": "@aws-amplify/storage" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "4604": { - "id": 4604, - "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": 4560, - "name": "RemoveInput", - "package": "@aws-amplify/storage" - } - }, - "4605": { - "id": 4605, - "name": "uploadData", - "variant": "declaration", - "kind": 64, - "flags": {}, - "signatures": [ - 4606, - 4608 - ] - }, - "4606": { - "id": 4606, - "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": [ - 4607 - ], - "type": { - "type": "reference", - "target": 4567, - "name": "UploadDataWithPathOutput", - "package": "@aws-amplify/storage" - } - }, - "4607": { - "id": 4607, - "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": 4566, - "name": "UploadDataWithPathInput", - "package": "@aws-amplify/storage" - } - }, - "4608": { - "id": 4608, - "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/build-a-backend/storage/upload/#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": [ - 4609 - ], - "type": { - "type": "reference", - "target": 4565, - "name": "UploadDataOutput", - "package": "@aws-amplify/storage" - } - }, - "4609": { - "id": 4609, - "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": 4564, - "name": "UploadDataInput", - "package": "@aws-amplify/storage" - } - }, - "4652": { - "id": 4652, - "name": "StorageCopyInputWithPath", - "variant": "declaration", - "kind": 256, - "flags": {}, - "children": [ - 4653, - 4656 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4653, - 4656 - ] - } - ] - }, - "4653": { - "id": 4653, - "name": "destination", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 4372, - "name": "StorageOperationInputWithPath", - "package": "@aws-amplify/storage" - }, - { - "type": "reflection", - "declaration": { - "id": 4654, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 4655, - "name": "bucket", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 4448, - "name": "StorageBucket", - "package": "@aws-amplify/storage" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4655 - ] - } - ] - } - } - ] - } - }, - "4655": { - "id": 4655, - "name": "bucket", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 4448, - "name": "StorageBucket", - "package": "@aws-amplify/storage" - } - }, - "4656": { - "id": 4656, - "name": "source", - "variant": "declaration", - "kind": 1024, - "flags": {}, - "type": { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 4372, - "name": "StorageOperationInputWithPath", - "package": "@aws-amplify/storage" - }, - { - "type": "reflection", - "declaration": { - "id": 4657, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": {}, - "children": [ - { - "id": 4658, - "name": "bucket", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 4448, - "name": "StorageBucket", - "package": "@aws-amplify/storage" - } - } - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4658 - ] - } - ] - } - } - ] - } - }, - "4658": { - "id": 4658, - "name": "bucket", - "variant": "declaration", - "kind": 1024, - "flags": { - "isOptional": true - }, - "type": { - "type": "reference", - "target": 4448, - "name": "StorageBucket", - "package": "@aws-amplify/storage" - } - }, - "4838": { - "id": 4838, - "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." - } - ] - }, - "children": [ - 4839, - 4840, - 4846, - 4853 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4839 - ] - }, - { - "title": "Methods", - "children": [ - 4840, - 4846, - 4853 - ] - } - ] - }, - "4839": { - "id": 4839, - "name": "VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "4840": { - "id": 4840, - "name": "drawArraysInstancedANGLE", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 4841 - ] - }, - "4841": { - "id": 4841, - "name": "drawArraysInstancedANGLE", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 4842, - 4843, - 4844, - 4845 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "4842": { - "id": 4842, - "name": "mode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "4843": { - "id": 4843, - "name": "first", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "4844": { - "id": 4844, - "name": "count", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "4845": { - "id": 4845, - "name": "primcount", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "4846": { - "id": 4846, - "name": "drawElementsInstancedANGLE", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 4847 - ] - }, - "4847": { - "id": 4847, - "name": "drawElementsInstancedANGLE", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 4848, - 4849, - 4850, - 4851, - 4852 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "4848": { - "id": 4848, - "name": "mode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "4849": { - "id": 4849, - "name": "count", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "4850": { - "id": 4850, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "4851": { - "id": 4851, - "name": "offset", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "4852": { - "id": 4852, - "name": "primcount", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "4853": { - "id": 4853, - "name": "vertexAttribDivisorANGLE", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 4854 - ] - }, - "4854": { - "id": 4854, - "name": "vertexAttribDivisorANGLE", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 4855, - 4856 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "4855": { - "id": 4855, - "name": "index", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "4856": { - "id": 4856, - "name": "divisor", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "4898": { - "id": 4898, - "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." - } - ] - }, - "children": [ - 4899, - 4900, - 4905, - 4906, - 4920, - 4923, - 4937 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4899, - 4900, - 4905 - ] - }, - { - "title": "Methods", - "children": [ - 4906, - 4920, - 4923, - 4937 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "4899": { - "id": 4899, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "4900": { - "id": 4900, - "name": "onabort", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 4901, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 4902, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 4903, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 4898, - "name": "AbortSignal", - "package": "typescript" - } - }, - { - "id": 4904, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - } - }, - "4905": { - "id": 4905, - "name": "reason", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "any" - } - }, - "4906": { - "id": 4906, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 4907, - 4916 - ], - "overwrites": { - "type": "reference", - "target": 9457, - "name": "EventTarget.addEventListener" - } - }, - "4907": { - "id": 4907, - "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." - } - ] - }, - "typeParameter": [ - 4908 - ], - "parameters": [ - 4909, - 4910, - 4915 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 9458, - "name": "EventTarget.addEventListener" - } - }, - "4908": { - "id": 4908, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "abort" - } - }, - "4909": { - "id": 4909, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 4908, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "4910": { - "id": 4910, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 4911, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 4912 - ] - } - } - }, - "4915": { - "id": 4915, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 4983, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "4916": { - "id": 4916, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 4917, - 4918, - 4919 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": -1, - "name": "EventTarget.addEventListener" - } - }, - "4917": { - "id": 4917, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "4918": { - "id": 4918, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "4919": { - "id": 4919, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 4983, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "4920": { - "id": 4920, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 4921 - ], - "inheritedFrom": { - "type": "reference", - "target": 9462, - "name": "EventTarget.dispatchEvent" - } - }, - "4921": { - "id": 4921, - "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." - } - ] - }, - "parameters": [ - 4922 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9463, - "name": "EventTarget.dispatchEvent" - } - }, - "4922": { - "id": 4922, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "4923": { - "id": 4923, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 4924, - 4933 - ], - "overwrites": { - "type": "reference", - "target": 9465, - "name": "EventTarget.removeEventListener" - } - }, - "4924": { - "id": 4924, - "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." - } - ] - }, - "typeParameter": [ - 4925 - ], - "parameters": [ - 4926, - 4927, - 4932 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 9466, - "name": "EventTarget.removeEventListener" - } - }, - "4925": { - "id": 4925, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "abort" - } - }, - "4926": { - "id": 4926, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 4925, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "4927": { - "id": 4927, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 4928, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 4929 - ] - } - } - }, - "4932": { - "id": 4932, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 9433, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "4933": { - "id": 4933, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 4934, - 4935, - 4936 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": -1, - "name": "EventTarget.removeEventListener" - } - }, - "4934": { - "id": 4934, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "4935": { - "id": 4935, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "4936": { - "id": 4936, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 9433, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "4937": { - "id": 4937, - "name": "throwIfAborted", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 4938 - ] - }, - "4938": { - "id": 4938, - "name": "throwIfAborted", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "4983": { - "id": 4983, - "name": "AddEventListenerOptions", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 4984, - 4985, - 4986, - 4987 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 4984, - 4985, - 4986, - 4987 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 9433, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - }, - "4984": { - "id": 4984, - "name": "capture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9434, - "name": "EventListenerOptions.capture" - } - }, - "4985": { - "id": 4985, - "name": "once", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "4986": { - "id": 4986, - "name": "passive", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "4987": { - "id": 4987, - "name": "signal", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 4898, - "name": "AbortSignal", - "package": "typescript" - } - }, - "5000": { - "id": 5000, - "name": "Animation", - "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." - } - ] - }, - "children": [ - 5001, - 5002, - 5003, - 5004, - 5005, - 5010, - 5015, - 5020, - 5021, - 5022, - 5023, - 5024, - 5025, - 5026, - 5027, - 5041, - 5043, - 5045, - 5048, - 5050, - 5052, - 5054, - 5056, - 5070, - 5072 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 5001, - 5002, - 5003, - 5004, - 5005, - 5010, - 5015, - 5020, - 5021, - 5022, - 5023, - 5024, - 5025, - 5026 - ] - }, - { - "title": "Methods", - "children": [ - 5027, - 5041, - 5043, - 5045, - 5048, - 5050, - 5052, - 5054, - 5056, - 5070, - 5072 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "5001": { - "id": 5001, - "name": "currentTime", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "number" - } - ] - } - }, - "5002": { - "id": 5002, - "name": "effect", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5075, - "name": "AnimationEffect", - "package": "typescript" - } - ] - } - }, - "5003": { - "id": 5003, - "name": "finished", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 5000, - "name": "Animation", - "package": "typescript" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "5004": { - "id": 5004, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "5005": { - "id": 5005, - "name": "oncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 5006, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 5007, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 5008, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5000, - "name": "Animation", - "package": "typescript" - } - }, - { - "id": 5009, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5135, - "name": "AnimationPlaybackEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - } - }, - "5010": { - "id": 5010, - "name": "onfinish", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 5011, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 5012, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 5013, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5000, - "name": "Animation", - "package": "typescript" - } - }, - { - "id": 5014, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5135, - "name": "AnimationPlaybackEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - } - }, - "5015": { - "id": 5015, - "name": "onremove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 5016, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 5017, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 5018, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5000, - "name": "Animation", - "package": "typescript" - } - }, - { - "id": 5019, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - } - }, - "5020": { - "id": 5020, - "name": "pending", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "5021": { - "id": 5021, - "name": "playState", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": 146827, - "name": "AnimationPlayState", - "package": "typescript" - } - }, - "5022": { - "id": 5022, - "name": "playbackRate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5023": { - "id": 5023, - "name": "ready", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 5000, - "name": "Animation", - "package": "typescript" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "5024": { - "id": 5024, - "name": "replaceState", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": 146828, - "name": "AnimationReplaceState", - "package": "typescript" - } - }, - "5025": { - "id": 5025, - "name": "startTime", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "number" - } - ] - } - }, - "5026": { - "id": 5026, - "name": "timeline", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5174, - "name": "AnimationTimeline", - "package": "typescript" - } - ] - } - }, - "5027": { - "id": 5027, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5028, - 5037 - ], - "overwrites": { - "type": "reference", - "target": 9457, - "name": "EventTarget.addEventListener" - } - }, - "5028": { - "id": 5028, - "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." - } - ] - }, - "typeParameter": [ - 5029 - ], - "parameters": [ - 5030, - 5031, - 5036 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 9458, - "name": "EventTarget.addEventListener" - } - }, - "5029": { - "id": 5029, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 5124, - "name": "AnimationEventMap", - "package": "typescript" - } - } - }, - "5030": { - "id": 5030, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5029, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "5031": { - "id": 5031, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 5032, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 5033 - ] - } - } - }, - "5036": { - "id": 5036, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 4983, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "5037": { - "id": 5037, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5038, - 5039, - 5040 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": -1, - "name": "EventTarget.addEventListener" - } - }, - "5038": { - "id": 5038, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "5039": { - "id": 5039, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "5040": { - "id": 5040, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 4983, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "5041": { - "id": 5041, - "name": "cancel", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5042 - ] - }, - "5042": { - "id": 5042, - "name": "cancel", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "5043": { - "id": 5043, - "name": "commitStyles", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5044 - ] - }, - "5044": { - "id": 5044, - "name": "commitStyles", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "5045": { - "id": 5045, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5046 - ], - "inheritedFrom": { - "type": "reference", - "target": 9462, - "name": "EventTarget.dispatchEvent" - } - }, - "5046": { - "id": 5046, - "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." - } - ] - }, - "parameters": [ - 5047 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9463, - "name": "EventTarget.dispatchEvent" - } - }, - "5047": { - "id": 5047, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "5048": { - "id": 5048, - "name": "finish", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5049 - ] - }, - "5049": { - "id": 5049, - "name": "finish", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "5050": { - "id": 5050, - "name": "pause", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5051 - ] - }, - "5051": { - "id": 5051, - "name": "pause", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "5052": { - "id": 5052, - "name": "persist", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5053 - ] - }, - "5053": { - "id": 5053, - "name": "persist", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "5054": { - "id": 5054, - "name": "play", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5055 - ] - }, - "5055": { - "id": 5055, - "name": "play", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "5056": { - "id": 5056, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5057, - 5066 - ], - "overwrites": { - "type": "reference", - "target": 9465, - "name": "EventTarget.removeEventListener" - } - }, - "5057": { - "id": 5057, - "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." - } - ] - }, - "typeParameter": [ - 5058 - ], - "parameters": [ - 5059, - 5060, - 5065 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 9466, - "name": "EventTarget.removeEventListener" - } - }, - "5058": { - "id": 5058, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 5124, - "name": "AnimationEventMap", - "package": "typescript" - } - } - }, - "5059": { - "id": 5059, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5058, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "5060": { - "id": 5060, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 5061, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 5062 - ] - } - } - }, - "5065": { - "id": 5065, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 9433, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "5066": { - "id": 5066, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5067, - 5068, - 5069 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": -1, - "name": "EventTarget.removeEventListener" - } - }, - "5067": { - "id": 5067, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "5068": { - "id": 5068, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "5069": { - "id": 5069, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 9433, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "5070": { - "id": 5070, - "name": "reverse", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5071 - ] - }, - "5071": { - "id": 5071, - "name": "reverse", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "5072": { - "id": 5072, - "name": "updatePlaybackRate", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5073 - ] - }, - "5073": { - "id": 5073, - "name": "updatePlaybackRate", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5074 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "5074": { - "id": 5074, - "name": "playbackRate", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5075": { - "id": 5075, - "name": "AnimationEffect", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 5076, - 5078, - 5080 - ], - "groups": [ - { - "title": "Methods", - "children": [ - 5076, - 5078, - 5080 - ] - } - ] - }, - "5076": { - "id": 5076, - "name": "getComputedTiming", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5077 - ] - }, - "5077": { - "id": 5077, - "name": "getComputedTiming", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6706, - "name": "ComputedEffectTiming", - "package": "typescript" - } - }, - "5078": { - "id": 5078, - "name": "getTiming", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5079 - ] - }, - "5079": { - "id": 5079, - "name": "getTiming", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8872, - "name": "EffectTiming", - "package": "typescript" - } - }, - "5080": { - "id": 5080, - "name": "updateTiming", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5081 - ] - }, - "5081": { - "id": 5081, - "name": "updateTiming", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5082 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "5082": { - "id": 5082, - "name": "timing", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 75208, - "name": "OptionalEffectTiming", - "package": "typescript" - } - }, - "5083": { - "id": 5083, - "name": "AnimationEvent", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Events providing information related to animations." - } - ] - }, - "children": [ - 5084, - 5085, - 5086, - 5087, - 5088, - 5089, - 5090, - 5091, - 5092, - 5093, - 5094, - 5095, - 5096, - 5097, - 5098, - 5099, - 5100, - 5101, - 5102, - 5103, - 5104, - 5106, - 5111, - 5113, - 5115 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 5084, - 5085, - 5086, - 5087, - 5088, - 5089, - 5090, - 5091, - 5092, - 5093, - 5094, - 5095, - 5096, - 5097, - 5098, - 5099, - 5100, - 5101, - 5102, - 5103 - ] - }, - { - "title": "Methods", - "children": [ - 5104, - 5106, - 5111, - 5113, - 5115 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - ] - }, - "5084": { - "id": 5084, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9389, - "name": "Event.AT_TARGET" - } - }, - "5085": { - "id": 5085, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9390, - "name": "Event.BUBBLING_PHASE" - } - }, - "5086": { - "id": 5086, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9391, - "name": "Event.CAPTURING_PHASE" - } - }, - "5087": { - "id": 5087, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9392, - "name": "Event.NONE" - } - }, - "5088": { - "id": 5088, - "name": "animationName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "5089": { - "id": 5089, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9393, - "name": "Event.bubbles" - } - }, - "5090": { - "id": 5090, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9394, - "name": "Event.cancelBubble" - } - }, - "5091": { - "id": 5091, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9395, - "name": "Event.cancelable" - } - }, - "5092": { - "id": 5092, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9396, - "name": "Event.composed" - } - }, - "5093": { - "id": 5093, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9397, - "name": "Event.currentTarget" - } - }, - "5094": { - "id": 5094, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9398, - "name": "Event.defaultPrevented" - } - }, - "5095": { - "id": 5095, - "name": "elapsedTime", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5096": { - "id": 5096, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9399, - "name": "Event.eventPhase" - } - }, - "5097": { - "id": 5097, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9400, - "name": "Event.isTrusted" - } - }, - "5098": { - "id": 5098, - "name": "pseudoElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "5099": { - "id": 5099, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9401, - "name": "Event.returnValue" - } - }, - "5100": { - "id": 5100, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9402, - "name": "Event.srcElement" - } - }, - "5101": { - "id": 5101, - "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)." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9403, - "name": "Event.target" - } - }, - "5102": { - "id": 5102, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9404, - "name": "Event.timeStamp" - } - }, - "5103": { - "id": 5103, - "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\"." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 9405, - "name": "Event.type" - } - }, - "5104": { - "id": 5104, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5105 - ], - "inheritedFrom": { - "type": "reference", - "target": 9406, - "name": "Event.composedPath" - } - }, - "5105": { - "id": 5105, - "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." - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 9407, - "name": "Event.composedPath" - } - }, - "5106": { - "id": 5106, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5107 - ], - "inheritedFrom": { - "type": "reference", - "target": 9408, - "name": "Event.initEvent" - } - }, - "5107": { - "id": 5107, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "parameters": [ - 5108, - 5109, - 5110 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9409, - "name": "Event.initEvent" - } - }, - "5108": { - "id": 5108, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "5109": { - "id": 5109, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "5110": { - "id": 5110, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "5111": { - "id": 5111, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5112 - ], - "inheritedFrom": { - "type": "reference", - "target": 9413, - "name": "Event.preventDefault" - } - }, - "5112": { - "id": 5112, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9414, - "name": "Event.preventDefault" - } - }, - "5113": { - "id": 5113, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5114 - ], - "inheritedFrom": { - "type": "reference", - "target": 9415, - "name": "Event.stopImmediatePropagation" - } - }, - "5114": { - "id": 5114, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9416, - "name": "Event.stopImmediatePropagation" - } - }, - "5115": { - "id": 5115, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5116 - ], - "inheritedFrom": { - "type": "reference", - "target": 9417, - "name": "Event.stopPropagation" - } - }, - "5116": { - "id": 5116, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9418, - "name": "Event.stopPropagation" - } - }, - "5135": { - "id": 5135, - "name": "AnimationPlaybackEvent", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "An event which takes place in the DOM." - } - ] - }, - "children": [ - 5136, - 5137, - 5138, - 5139, - 5140, - 5141, - 5142, - 5143, - 5144, - 5145, - 5146, - 5147, - 5148, - 5149, - 5150, - 5151, - 5152, - 5153, - 5154, - 5155, - 5157, - 5162, - 5164, - 5166 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 5136, - 5137, - 5138, - 5139, - 5140, - 5141, - 5142, - 5143, - 5144, - 5145, - 5146, - 5147, - 5148, - 5149, - 5150, - 5151, - 5152, - 5153, - 5154 - ] - }, - { - "title": "Methods", - "children": [ - 5155, - 5157, - 5162, - 5164, - 5166 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - ] - }, - "5136": { - "id": 5136, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9389, - "name": "Event.AT_TARGET" - } - }, - "5137": { - "id": 5137, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9390, - "name": "Event.BUBBLING_PHASE" - } - }, - "5138": { - "id": 5138, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9391, - "name": "Event.CAPTURING_PHASE" - } - }, - "5139": { - "id": 5139, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9392, - "name": "Event.NONE" - } - }, - "5140": { - "id": 5140, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9393, - "name": "Event.bubbles" - } - }, - "5141": { - "id": 5141, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9394, - "name": "Event.cancelBubble" - } - }, - "5142": { - "id": 5142, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9395, - "name": "Event.cancelable" - } - }, - "5143": { - "id": 5143, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9396, - "name": "Event.composed" - } - }, - "5144": { - "id": 5144, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9397, - "name": "Event.currentTarget" - } - }, - "5145": { - "id": 5145, - "name": "currentTime", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "number" - } - ] - } - }, - "5146": { - "id": 5146, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9398, - "name": "Event.defaultPrevented" - } - }, - "5147": { - "id": 5147, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9399, - "name": "Event.eventPhase" - } - }, - "5148": { - "id": 5148, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9400, - "name": "Event.isTrusted" - } - }, - "5149": { - "id": 5149, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9401, - "name": "Event.returnValue" - } - }, - "5150": { - "id": 5150, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9402, - "name": "Event.srcElement" - } - }, - "5151": { - "id": 5151, - "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)." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9403, - "name": "Event.target" - } - }, - "5152": { - "id": 5152, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9404, - "name": "Event.timeStamp" - } - }, - "5153": { - "id": 5153, - "name": "timelineTime", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "number" - } - ] - } - }, - "5154": { - "id": 5154, - "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\"." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 9405, - "name": "Event.type" - } - }, - "5155": { - "id": 5155, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5156 - ], - "inheritedFrom": { - "type": "reference", - "target": 9406, - "name": "Event.composedPath" - } - }, - "5156": { - "id": 5156, - "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." - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 9407, - "name": "Event.composedPath" - } - }, - "5157": { - "id": 5157, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5158 - ], - "inheritedFrom": { - "type": "reference", - "target": 9408, - "name": "Event.initEvent" - } - }, - "5158": { - "id": 5158, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "parameters": [ - 5159, - 5160, - 5161 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9409, - "name": "Event.initEvent" - } - }, - "5159": { - "id": 5159, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "5160": { - "id": 5160, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "5161": { - "id": 5161, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "5162": { - "id": 5162, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5163 - ], - "inheritedFrom": { - "type": "reference", - "target": 9413, - "name": "Event.preventDefault" - } - }, - "5163": { - "id": 5163, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9414, - "name": "Event.preventDefault" - } - }, - "5164": { - "id": 5164, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5165 - ], - "inheritedFrom": { - "type": "reference", - "target": 9415, - "name": "Event.stopImmediatePropagation" - } - }, - "5165": { - "id": 5165, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9416, - "name": "Event.stopImmediatePropagation" - } - }, - "5166": { - "id": 5166, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5167 - ], - "inheritedFrom": { - "type": "reference", - "target": 9417, - "name": "Event.stopPropagation" - } - }, - "5167": { - "id": 5167, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9418, - "name": "Event.stopPropagation" - } - }, - "5174": { - "id": 5174, - "name": "AnimationTimeline", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 5175 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 5175 - ] - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 8614, - "name": "DocumentTimeline" - } - ] - }, - "5175": { - "id": 5175, - "name": "currentTime", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "number" - } - ] - } - }, - "5176": { - "id": 5176, - "name": "ArrayBufferView", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 5177, - 5178, - 5179 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 5177, - 5178, - 5179 - ] - } - ] - }, - "5177": { - "id": 5177, - "name": "buffer", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The ArrayBuffer instance referenced by the array." - } - ] - }, - "type": { - "type": "reference", - "target": 146830, - "name": "ArrayBufferLike", - "package": "typescript" - } - }, - "5178": { - "id": 5178, - "name": "byteLength", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The length in bytes of the array." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5179": { - "id": 5179, - "name": "byteOffset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The offset in bytes of the array." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5180": { - "id": 5180, - "name": "AssignedNodesOptions", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 5181 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 5181 - ] - } - ] - }, - "5181": { - "id": 5181, - "name": "flatten", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "5182": { - "id": 5182, - "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." - } - ] - }, - "children": [ - 5183, - 5184, - 5185, - 5186, - 5187, - 5188, - 5189, - 5190, - 5191, - 5192, - 5193, - 5194, - 5195, - 5196, - 5197, - 5198, - 5199, - 5200, - 5201, - 5202, - 5203, - 5204, - 5205, - 5206, - 5207, - 5208, - 5209, - 5210, - 5211, - 5212, - 5213, - 5214, - 5215, - 5216, - 5217, - 5218, - 5219, - 5220, - 5221, - 5222, - 5227, - 5231, - 5234, - 5237, - 5240, - 5243, - 5246, - 5248, - 5253, - 5256, - 5259, - 5262, - 5265, - 5268, - 5270, - 5274, - 5279 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 5183, - 5184, - 5185, - 5186, - 5187, - 5188, - 5189, - 5190, - 5191, - 5192, - 5193, - 5194, - 5195, - 5196, - 5197, - 5198, - 5199, - 5200, - 5201, - 5202, - 5203, - 5204, - 5205, - 5206, - 5207, - 5208, - 5209, - 5210, - 5211, - 5212, - 5213, - 5214, - 5215, - 5216, - 5217, - 5218, - 5219, - 5220, - 5221 - ] - }, - { - "title": "Methods", - "children": [ - 5222, - 5227, - 5231, - 5234, - 5237, - 5240, - 5243, - 5246, - 5248, - 5253, - 5256, - 5259, - 5262, - 5265, - 5268, - 5270, - 5274, - 5279 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - }, - "5183": { - "id": 5183, - "name": "ATTRIBUTE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74686, - "name": "Node.ATTRIBUTE_NODE" - } - }, - "5184": { - "id": 5184, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74687, - "name": "Node.CDATA_SECTION_NODE" - } - }, - "5185": { - "id": 5185, - "name": "COMMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Comment node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74688, - "name": "Node.COMMENT_NODE" - } - }, - "5186": { - "id": 5186, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74689, - "name": "Node.DOCUMENT_FRAGMENT_NODE" - } - }, - "5187": { - "id": 5187, - "name": "DOCUMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a document." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74690, - "name": "Node.DOCUMENT_NODE" - } - }, - "5188": { - "id": 5188, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74691, - "name": "Node.DOCUMENT_POSITION_CONTAINED_BY" - } - }, - "5189": { - "id": 5189, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74692, - "name": "Node.DOCUMENT_POSITION_CONTAINS" - } - }, - "5190": { - "id": 5190, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74693, - "name": "Node.DOCUMENT_POSITION_DISCONNECTED" - } - }, - "5191": { - "id": 5191, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74694, - "name": "Node.DOCUMENT_POSITION_FOLLOWING" - } - }, - "5192": { - "id": 5192, - "name": "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74695, - "name": "Node.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" - } - }, - "5193": { - "id": 5193, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74696, - "name": "Node.DOCUMENT_POSITION_PRECEDING" - } - }, - "5194": { - "id": 5194, - "name": "DOCUMENT_TYPE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a doctype." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74697, - "name": "Node.DOCUMENT_TYPE_NODE" - } - }, - "5195": { - "id": 5195, - "name": "ELEMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is an element." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74698, - "name": "Node.ELEMENT_NODE" - } - }, - "5196": { - "id": 5196, - "name": "ENTITY_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74699, - "name": "Node.ENTITY_NODE" - } - }, - "5197": { - "id": 5197, - "name": "ENTITY_REFERENCE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74700, - "name": "Node.ENTITY_REFERENCE_NODE" - } - }, - "5198": { - "id": 5198, - "name": "NOTATION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74701, - "name": "Node.NOTATION_NODE" - } - }, - "5199": { - "id": 5199, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74702, - "name": "Node.PROCESSING_INSTRUCTION_NODE" - } - }, - "5200": { - "id": 5200, - "name": "TEXT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Text node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74703, - "name": "Node.TEXT_NODE" - } - }, - "5201": { - "id": 5201, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 74704, - "name": "Node.baseURI" - } - }, - "5202": { - "id": 5202, - "name": "childNodes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the children." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 74705, - "name": "Node.childNodes" - } - }, - "5203": { - "id": 5203, - "name": "firstChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 74706, - "name": "Node.firstChild" - } - }, - "5204": { - "id": 5204, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 74707, - "name": "Node.isConnected" - } - }, - "5205": { - "id": 5205, - "name": "lastChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 74708, - "name": "Node.lastChild" - } - }, - "5206": { - "id": 5206, - "name": "localName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "5207": { - "id": 5207, - "name": "name", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "5208": { - "id": 5208, - "name": "namespaceURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "5209": { - "id": 5209, - "name": "nextSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the next sibling." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 74709, - "name": "Node.nextSibling" - } - }, - "5210": { - "id": 5210, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 74710, - "name": "Node.nodeName" - } - }, - "5211": { - "id": 5211, - "name": "nodeType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74711, - "name": "Node.nodeType" - } - }, - "5212": { - "id": 5212, - "name": "nodeValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 74712, - "name": "Node.nodeValue" - } - }, - "5213": { - "id": 5213, - "name": "ownerDocument", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the node document. Returns null for documents." - } - ] - }, - "type": { - "type": "reference", - "target": 7307, - "name": "Document", - "package": "typescript" - }, - "overwrites": { - "type": "reference", - "target": 74713, - "name": "Node.ownerDocument" - } - }, - "5214": { - "id": 5214, - "name": "ownerElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - } - }, - "5215": { - "id": 5215, - "name": "parentElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent element." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 74714, - "name": "Node.parentElement" - } - }, - "5216": { - "id": 5216, - "name": "parentNode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 75255, - "name": "ParentNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 74715, - "name": "Node.parentNode" - } - }, - "5217": { - "id": 5217, - "name": "prefix", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "5218": { - "id": 5218, - "name": "previousSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the previous sibling." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 74716, - "name": "Node.previousSibling" - } - }, - "5219": { - "id": 5219, - "name": "specified", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "5220": { - "id": 5220, - "name": "textContent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 74717, - "name": "Node.textContent" - } - }, - "5221": { - "id": 5221, - "name": "value", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "5222": { - "id": 5222, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5223 - ], - "inheritedFrom": { - "type": "reference", - "target": 74718, - "name": "Node.addEventListener" - } - }, - "5223": { - "id": 5223, - "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." - } - ] - }, - "parameters": [ - 5224, - 5225, - 5226 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 74719, - "name": "Node.addEventListener" - } - }, - "5224": { - "id": 5224, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "5225": { - "id": 5225, - "name": "callback", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - ] - } - }, - "5226": { - "id": 5226, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 4983, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "5227": { - "id": 5227, - "name": "appendChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5228 - ], - "inheritedFrom": { - "type": "reference", - "target": 74723, - "name": "Node.appendChild" - } - }, - "5228": { - "id": 5228, - "name": "appendChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 5229 - ], - "parameters": [ - 5230 - ], - "type": { - "type": "reference", - "target": 17530, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 74724, - "name": "Node.appendChild" - } - }, - "5230": { - "id": 5230, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17530, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "5231": { - "id": 5231, - "name": "cloneNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5232 - ], - "inheritedFrom": { - "type": "reference", - "target": 74727, - "name": "Node.cloneNode" - } - }, - "5232": { - "id": 5232, - "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." - } - ] - }, - "parameters": [ - 5233 - ], - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 74728, - "name": "Node.cloneNode" - } - }, - "5233": { - "id": 5233, - "name": "deep", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "5234": { - "id": 5234, - "name": "compareDocumentPosition", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5235 - ], - "inheritedFrom": { - "type": "reference", - "target": 74730, - "name": "Node.compareDocumentPosition" - } - }, - "5235": { - "id": 5235, - "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." - } - ] - }, - "parameters": [ - 5236 - ], - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74731, - "name": "Node.compareDocumentPosition" - } - }, - "5236": { - "id": 5236, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "5237": { - "id": 5237, - "name": "contains", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5238 - ], - "inheritedFrom": { - "type": "reference", - "target": 74733, - "name": "Node.contains" - } - }, - "5238": { - "id": 5238, - "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." - } - ] - }, - "parameters": [ - 5239 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 74734, - "name": "Node.contains" - } - }, - "5239": { - "id": 5239, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "5240": { - "id": 5240, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5241 - ], - "inheritedFrom": { - "type": "reference", - "target": 74736, - "name": "Node.dispatchEvent" - } - }, - "5241": { - "id": 5241, - "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." - } - ] - }, - "parameters": [ - 5242 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 74737, - "name": "Node.dispatchEvent" - } - }, - "5242": { - "id": 5242, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "5243": { - "id": 5243, - "name": "getRootNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5244 - ], - "inheritedFrom": { - "type": "reference", - "target": 74739, - "name": "Node.getRootNode" - } - }, - "5244": { - "id": 5244, - "name": "getRootNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's root." - } - ] - }, - "parameters": [ - 5245 - ], - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 74740, - "name": "Node.getRootNode" - } - }, - "5245": { - "id": 5245, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9759, - "name": "GetRootNodeOptions", - "package": "typescript" - } - }, - "5246": { - "id": 5246, - "name": "hasChildNodes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5247 - ], - "inheritedFrom": { - "type": "reference", - "target": 74742, - "name": "Node.hasChildNodes" - } - }, - "5247": { - "id": 5247, - "name": "hasChildNodes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node has children." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 74743, - "name": "Node.hasChildNodes" - } - }, - "5248": { - "id": 5248, - "name": "insertBefore", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5249 - ], - "inheritedFrom": { - "type": "reference", - "target": 74744, - "name": "Node.insertBefore" - } - }, - "5249": { - "id": 5249, - "name": "insertBefore", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 5250 - ], - "parameters": [ - 5251, - 5252 - ], - "type": { - "type": "reference", - "target": 17664, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 74745, - "name": "Node.insertBefore" - } - }, - "5251": { - "id": 5251, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17664, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "5252": { - "id": 5252, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "5253": { - "id": 5253, - "name": "isDefaultNamespace", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5254 - ], - "inheritedFrom": { - "type": "reference", - "target": 74749, - "name": "Node.isDefaultNamespace" - } - }, - "5254": { - "id": 5254, - "name": "isDefaultNamespace", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5255 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 74750, - "name": "Node.isDefaultNamespace" - } - }, - "5255": { - "id": 5255, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "5256": { - "id": 5256, - "name": "isEqualNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5257 - ], - "inheritedFrom": { - "type": "reference", - "target": 74752, - "name": "Node.isEqualNode" - } - }, - "5257": { - "id": 5257, - "name": "isEqualNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node and otherNode have the same properties." - } - ] - }, - "parameters": [ - 5258 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 74753, - "name": "Node.isEqualNode" - } - }, - "5258": { - "id": 5258, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "5259": { - "id": 5259, - "name": "isSameNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5260 - ], - "inheritedFrom": { - "type": "reference", - "target": 74755, - "name": "Node.isSameNode" - } - }, - "5260": { - "id": 5260, - "name": "isSameNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5261 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 74756, - "name": "Node.isSameNode" - } - }, - "5261": { - "id": 5261, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "5262": { - "id": 5262, - "name": "lookupNamespaceURI", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5263 - ], - "inheritedFrom": { - "type": "reference", - "target": 74758, - "name": "Node.lookupNamespaceURI" - } - }, - "5263": { - "id": 5263, - "name": "lookupNamespaceURI", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5264 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 74759, - "name": "Node.lookupNamespaceURI" - } - }, - "5264": { - "id": 5264, - "name": "prefix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "5265": { - "id": 5265, - "name": "lookupPrefix", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5266 - ], - "inheritedFrom": { - "type": "reference", - "target": 74761, - "name": "Node.lookupPrefix" - } - }, - "5266": { - "id": 5266, - "name": "lookupPrefix", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5267 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 74762, - "name": "Node.lookupPrefix" - } - }, - "5267": { - "id": 5267, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "5268": { - "id": 5268, - "name": "normalize", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5269 - ], - "inheritedFrom": { - "type": "reference", - "target": 74764, - "name": "Node.normalize" - } - }, - "5269": { - "id": 5269, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 74765, - "name": "Node.normalize" - } - }, - "5270": { - "id": 5270, - "name": "removeChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5271 - ], - "inheritedFrom": { - "type": "reference", - "target": 74766, - "name": "Node.removeChild" - } - }, - "5271": { - "id": 5271, - "name": "removeChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 5272 - ], - "parameters": [ - 5273 - ], - "type": { - "type": "reference", - "target": 17727, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 74767, - "name": "Node.removeChild" - } - }, - "5273": { - "id": 5273, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17727, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "5274": { - "id": 5274, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5275 - ], - "inheritedFrom": { - "type": "reference", - "target": 74770, - "name": "Node.removeEventListener" - } - }, - "5275": { - "id": 5275, - "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." - } - ] - }, - "parameters": [ - 5276, - 5277, - 5278 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 74771, - "name": "Node.removeEventListener" - } - }, - "5276": { - "id": 5276, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "5277": { - "id": 5277, - "name": "callback", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - ] - } - }, - "5278": { - "id": 5278, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 9433, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "5279": { - "id": 5279, - "name": "replaceChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5280 - ], - "inheritedFrom": { - "type": "reference", - "target": 74775, - "name": "Node.replaceChild" - } - }, - "5280": { - "id": 5280, - "name": "replaceChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 5281 - ], - "parameters": [ - 5282, - 5283 - ], - "type": { - "type": "reference", - "target": 17745, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 74776, - "name": "Node.replaceChild" - } - }, - "5282": { - "id": 5282, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "5283": { - "id": 5283, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17745, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "5284": { - "id": 5284, - "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." - } - ] - }, - "children": [ - 5285, - 5286, - 5287, - 5288, - 5289, - 5294, - 5299 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 5285, - 5286, - 5287, - 5288 - ] - }, - { - "title": "Methods", - "children": [ - 5289, - 5294, - 5299 - ] - } - ] - }, - "5285": { - "id": 5285, - "name": "duration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5286": { - "id": 5286, - "name": "length", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5287": { - "id": 5287, - "name": "numberOfChannels", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5288": { - "id": 5288, - "name": "sampleRate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5289": { - "id": 5289, - "name": "copyFromChannel", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5290 - ] - }, - "5290": { - "id": 5290, - "name": "copyFromChannel", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5291, - 5292, - 5293 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "5291": { - "id": 5291, - "name": "destination", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Float32Array" - }, - "name": "Float32Array", - "package": "typescript" - } - }, - "5292": { - "id": 5292, - "name": "channelNumber", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5293": { - "id": 5293, - "name": "bufferOffset", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5294": { - "id": 5294, - "name": "copyToChannel", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5295 - ] - }, - "5295": { - "id": 5295, - "name": "copyToChannel", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5296, - 5297, - 5298 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "5296": { - "id": 5296, - "name": "source", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Float32Array" - }, - "name": "Float32Array", - "package": "typescript" - } - }, - "5297": { - "id": 5297, - "name": "channelNumber", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5298": { - "id": 5298, - "name": "bufferOffset", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5299": { - "id": 5299, - "name": "getChannelData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5300 - ] - }, - "5300": { - "id": 5300, - "name": "getChannelData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5301 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Float32Array" - }, - "name": "Float32Array", - "package": "typescript" - } - }, - "5301": { - "id": 5301, - "name": "channel", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5306": { - "id": 5306, - "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." - } - ] - } - ] - }, - "children": [ - 5307, - 5308, - 5309, - 5310, - 5311, - 5312, - 5313, - 5314, - 5315, - 5316, - 5317, - 5318, - 5319, - 5320, - 5321, - 5322, - 5323, - 5324, - 5325, - 5326, - 5327, - 5329, - 5334, - 5336, - 5338 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 5307, - 5308, - 5309, - 5310, - 5311, - 5312, - 5313, - 5314, - 5315, - 5316, - 5317, - 5318, - 5319, - 5320, - 5321, - 5322, - 5323, - 5324, - 5325, - 5326 - ] - }, - { - "title": "Methods", - "children": [ - 5327, - 5329, - 5334, - 5336, - 5338 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - ] - }, - "5307": { - "id": 5307, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9389, - "name": "Event.AT_TARGET" - } - }, - "5308": { - "id": 5308, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9390, - "name": "Event.BUBBLING_PHASE" - } - }, - "5309": { - "id": 5309, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9391, - "name": "Event.CAPTURING_PHASE" - } - }, - "5310": { - "id": 5310, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9392, - "name": "Event.NONE" - } - }, - "5311": { - "id": 5311, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9393, - "name": "Event.bubbles" - } - }, - "5312": { - "id": 5312, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9394, - "name": "Event.cancelBubble" - } - }, - "5313": { - "id": 5313, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9395, - "name": "Event.cancelable" - } - }, - "5314": { - "id": 5314, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9396, - "name": "Event.composed" - } - }, - "5315": { - "id": 5315, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9397, - "name": "Event.currentTarget" - } - }, - "5316": { - "id": 5316, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9398, - "name": "Event.defaultPrevented" - } - }, - "5317": { - "id": 5317, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9399, - "name": "Event.eventPhase" - } - }, - "5318": { - "id": 5318, - "name": "inputBuffer", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "reference", - "target": 5284, - "name": "AudioBuffer", - "package": "typescript" - } - }, - "5319": { - "id": 5319, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9400, - "name": "Event.isTrusted" - } - }, - "5320": { - "id": 5320, - "name": "outputBuffer", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "reference", - "target": 5284, - "name": "AudioBuffer", - "package": "typescript" - } - }, - "5321": { - "id": 5321, - "name": "playbackTime", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5322": { - "id": 5322, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9401, - "name": "Event.returnValue" - } - }, - "5323": { - "id": 5323, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9402, - "name": "Event.srcElement" - } - }, - "5324": { - "id": 5324, - "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)." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9403, - "name": "Event.target" - } - }, - "5325": { - "id": 5325, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9404, - "name": "Event.timeStamp" - } - }, - "5326": { - "id": 5326, - "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\"." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 9405, - "name": "Event.type" - } - }, - "5327": { - "id": 5327, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5328 - ], - "inheritedFrom": { - "type": "reference", - "target": 9406, - "name": "Event.composedPath" - } - }, - "5328": { - "id": 5328, - "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." - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 9407, - "name": "Event.composedPath" - } - }, - "5329": { - "id": 5329, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5330 - ], - "inheritedFrom": { - "type": "reference", - "target": 9408, - "name": "Event.initEvent" - } - }, - "5330": { - "id": 5330, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "parameters": [ - 5331, - 5332, - 5333 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9409, - "name": "Event.initEvent" - } - }, - "5331": { - "id": 5331, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "5332": { - "id": 5332, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "5333": { - "id": 5333, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "5334": { - "id": 5334, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5335 - ], - "inheritedFrom": { - "type": "reference", - "target": 9413, - "name": "Event.preventDefault" - } - }, - "5335": { - "id": 5335, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9414, - "name": "Event.preventDefault" - } - }, - "5336": { - "id": 5336, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5337 - ], - "inheritedFrom": { - "type": "reference", - "target": 9415, - "name": "Event.stopImmediatePropagation" - } - }, - "5337": { - "id": 5337, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9416, - "name": "Event.stopImmediatePropagation" - } - }, - "5338": { - "id": 5338, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5339 - ], - "inheritedFrom": { - "type": "reference", - "target": 9417, - "name": "Event.stopPropagation" - } - }, - "5339": { - "id": 5339, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9418, - "name": "Event.stopPropagation" - } - }, - "5354": { - "id": 5354, - "name": "BarProp", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 5355 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 5355 - ] - } - ] - }, - "5355": { - "id": 5355, - "name": "visible", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "5356": { - "id": 5356, - "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." - } - ] - }, - "children": [ - 5357, - 5358, - 5359, - 5360, - 5361, - 5362, - 5363, - 5364, - 5365, - 5366, - 5367, - 5368, - 5369, - 5370, - 5371, - 5372, - 5373, - 5374, - 5376, - 5381, - 5383, - 5385 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 5357, - 5358, - 5359, - 5360, - 5361, - 5362, - 5363, - 5364, - 5365, - 5366, - 5367, - 5368, - 5369, - 5370, - 5371, - 5372, - 5373 - ] - }, - { - "title": "Methods", - "children": [ - 5374, - 5376, - 5381, - 5383, - 5385 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - ] - }, - "5357": { - "id": 5357, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9389, - "name": "Event.AT_TARGET" - } - }, - "5358": { - "id": 5358, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9390, - "name": "Event.BUBBLING_PHASE" - } - }, - "5359": { - "id": 5359, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9391, - "name": "Event.CAPTURING_PHASE" - } - }, - "5360": { - "id": 5360, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9392, - "name": "Event.NONE" - } - }, - "5361": { - "id": 5361, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9393, - "name": "Event.bubbles" - } - }, - "5362": { - "id": 5362, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9394, - "name": "Event.cancelBubble" - } - }, - "5363": { - "id": 5363, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9395, - "name": "Event.cancelable" - } - }, - "5364": { - "id": 5364, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9396, - "name": "Event.composed" - } - }, - "5365": { - "id": 5365, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9397, - "name": "Event.currentTarget" - } - }, - "5366": { - "id": 5366, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9398, - "name": "Event.defaultPrevented" - } - }, - "5367": { - "id": 5367, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9399, - "name": "Event.eventPhase" - } - }, - "5368": { - "id": 5368, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9400, - "name": "Event.isTrusted" - } - }, - "5369": { - "id": 5369, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "any" - }, - "overwrites": { - "type": "reference", - "target": 9401, - "name": "Event.returnValue" - } - }, - "5370": { - "id": 5370, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9402, - "name": "Event.srcElement" - } - }, - "5371": { - "id": 5371, - "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)." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9403, - "name": "Event.target" - } - }, - "5372": { - "id": 5372, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9404, - "name": "Event.timeStamp" - } - }, - "5373": { - "id": 5373, - "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\"." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 9405, - "name": "Event.type" - } - }, - "5374": { - "id": 5374, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5375 - ], - "inheritedFrom": { - "type": "reference", - "target": 9406, - "name": "Event.composedPath" - } - }, - "5375": { - "id": 5375, - "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." - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 9407, - "name": "Event.composedPath" - } - }, - "5376": { - "id": 5376, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5377 - ], - "inheritedFrom": { - "type": "reference", - "target": 9408, - "name": "Event.initEvent" - } - }, - "5377": { - "id": 5377, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "parameters": [ - 5378, - 5379, - 5380 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9409, - "name": "Event.initEvent" - } - }, - "5378": { - "id": 5378, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "5379": { - "id": 5379, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "5380": { - "id": 5380, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "5381": { - "id": 5381, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5382 - ], - "inheritedFrom": { - "type": "reference", - "target": 9413, - "name": "Event.preventDefault" - } - }, - "5382": { - "id": 5382, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9414, - "name": "Event.preventDefault" - } - }, - "5383": { - "id": 5383, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5384 - ], - "inheritedFrom": { - "type": "reference", - "target": 9415, - "name": "Event.stopImmediatePropagation" - } - }, - "5384": { - "id": 5384, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9416, - "name": "Event.stopImmediatePropagation" - } - }, - "5385": { - "id": 5385, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5386 - ], - "inheritedFrom": { - "type": "reference", - "target": 9417, - "name": "Event.stopPropagation" - } - }, - "5386": { - "id": 5386, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9418, - "name": "Event.stopPropagation" - } - }, - "5387": { - "id": 5387, - "name": "BlobCallback", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "signatures": [ - 5388 - ] - }, - "5388": { - "id": 5388, - "name": "BlobCallback", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5389 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "5389": { - "id": 5389, - "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" - } - ] - } - }, - "5390": { - "id": 5390, - "name": "BlobEvent", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "An event which takes place in the DOM." - } - ] - }, - "children": [ - 5391, - 5392, - 5393, - 5394, - 5395, - 5396, - 5397, - 5398, - 5399, - 5400, - 5401, - 5402, - 5403, - 5404, - 5405, - 5406, - 5407, - 5408, - 5409, - 5410, - 5412, - 5417, - 5419, - 5421 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 5391, - 5392, - 5393, - 5394, - 5395, - 5396, - 5397, - 5398, - 5399, - 5400, - 5401, - 5402, - 5403, - 5404, - 5405, - 5406, - 5407, - 5408, - 5409 - ] - }, - { - "title": "Methods", - "children": [ - 5410, - 5412, - 5417, - 5419, - 5421 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - ] - }, - "5391": { - "id": 5391, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9389, - "name": "Event.AT_TARGET" - } - }, - "5392": { - "id": 5392, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9390, - "name": "Event.BUBBLING_PHASE" - } - }, - "5393": { - "id": 5393, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9391, - "name": "Event.CAPTURING_PHASE" - } - }, - "5394": { - "id": 5394, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9392, - "name": "Event.NONE" - } - }, - "5395": { - "id": 5395, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9393, - "name": "Event.bubbles" - } - }, - "5396": { - "id": 5396, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9394, - "name": "Event.cancelBubble" - } - }, - "5397": { - "id": 5397, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9395, - "name": "Event.cancelable" - } - }, - "5398": { - "id": 5398, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9396, - "name": "Event.composed" - } - }, - "5399": { - "id": 5399, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9397, - "name": "Event.currentTarget" - } - }, - "5400": { - "id": 5400, - "name": "data", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "Blob" - }, - "name": "Blob", - "package": "typescript" - } - }, - "5401": { - "id": 5401, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9398, - "name": "Event.defaultPrevented" - } - }, - "5402": { - "id": 5402, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9399, - "name": "Event.eventPhase" - } - }, - "5403": { - "id": 5403, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9400, - "name": "Event.isTrusted" - } - }, - "5404": { - "id": 5404, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9401, - "name": "Event.returnValue" - } - }, - "5405": { - "id": 5405, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9402, - "name": "Event.srcElement" - } - }, - "5406": { - "id": 5406, - "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)." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9403, - "name": "Event.target" - } - }, - "5407": { - "id": 5407, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9404, - "name": "Event.timeStamp" - } - }, - "5408": { - "id": 5408, - "name": "timecode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5409": { - "id": 5409, - "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\"." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 9405, - "name": "Event.type" - } - }, - "5410": { - "id": 5410, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5411 - ], - "inheritedFrom": { - "type": "reference", - "target": 9406, - "name": "Event.composedPath" - } - }, - "5411": { - "id": 5411, - "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." - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 9407, - "name": "Event.composedPath" - } - }, - "5412": { - "id": 5412, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5413 - ], - "inheritedFrom": { - "type": "reference", - "target": 9408, - "name": "Event.initEvent" - } - }, - "5413": { - "id": 5413, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "parameters": [ - 5414, - 5415, - 5416 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9409, - "name": "Event.initEvent" - } - }, - "5414": { - "id": 5414, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "5415": { - "id": 5415, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "5416": { - "id": 5416, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "5417": { - "id": 5417, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5418 - ], - "inheritedFrom": { - "type": "reference", - "target": 9413, - "name": "Event.preventDefault" - } - }, - "5418": { - "id": 5418, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9414, - "name": "Event.preventDefault" - } - }, - "5419": { - "id": 5419, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5420 - ], - "inheritedFrom": { - "type": "reference", - "target": 9415, - "name": "Event.stopImmediatePropagation" - } - }, - "5420": { - "id": 5420, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9416, - "name": "Event.stopImmediatePropagation" - } - }, - "5421": { - "id": 5421, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5422 - ], - "inheritedFrom": { - "type": "reference", - "target": 9417, - "name": "Event.stopPropagation" - } - }, - "5422": { - "id": 5422, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9418, - "name": "Event.stopPropagation" - } - }, - "5429": { - "id": 5429, - "name": "Body", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 5430, - 5431, - 5432, - 5434, - 5436, - 5438, - 5440 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 5430, - 5431 - ] - }, - { - "title": "Methods", - "children": [ - 5432, - 5434, - 5436, - 5438, - 5440 - ] - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 76913, - "name": "Response" - }, - { - "type": "reference", - "target": 76871, - "name": "Request" - } - ] - }, - "5430": { - "id": 5430, - "name": "body", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "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" - }, - "name": "Uint8Array", - "package": "typescript" - } - ], - "name": "ReadableStream", - "package": "typescript" - } - ] - } - }, - "5431": { - "id": 5431, - "name": "bodyUsed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "5432": { - "id": 5432, - "name": "arrayBuffer", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5433 - ] - }, - "5433": { - "id": 5433, - "name": "arrayBuffer", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "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" - } - }, - "5434": { - "id": 5434, - "name": "blob", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5435 - ] - }, - "5435": { - "id": 5435, - "name": "blob", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "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" - } - }, - "5436": { - "id": 5436, - "name": "formData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5437 - ] - }, - "5437": { - "id": 5437, - "name": "formData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "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" - } - }, - "5438": { - "id": 5438, - "name": "json", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5439 - ] - }, - "5439": { - "id": 5439, - "name": "json", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "any" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "5440": { - "id": 5440, - "name": "text", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5441 - ] - }, - "5441": { - "id": 5441, - "name": "text", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "string" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "5442": { - "id": 5442, - "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." - } - ] - }, - "children": [ - 5443, - 5444, - 5445, - 5446, - 5447, - 5448, - 5449, - 5450, - 5451, - 5452, - 5453, - 5454, - 5455, - 5456, - 5457, - 5458, - 5459, - 5460, - 5461, - 5462, - 5463, - 5464, - 5465, - 5466, - 5467, - 5468, - 5469, - 5470, - 5471, - 5472, - 5473, - 5474, - 5475, - 5476, - 5477, - 5478, - 5479, - 5480, - 5481, - 5486, - 5489, - 5493, - 5496, - 5499, - 5502, - 5505, - 5508, - 5512, - 5515, - 5518, - 5520, - 5525, - 5529, - 5532, - 5535, - 5538, - 5541, - 5544, - 5546, - 5548, - 5552, - 5557, - 5562, - 5567, - 5570, - 5573 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 5443, - 5444, - 5445, - 5446, - 5447, - 5448, - 5449, - 5450, - 5451, - 5452, - 5453, - 5454, - 5455, - 5456, - 5457, - 5458, - 5459, - 5460, - 5461, - 5462, - 5463, - 5464, - 5465, - 5466, - 5467, - 5468, - 5469, - 5470, - 5471, - 5472, - 5473, - 5474, - 5475, - 5476, - 5477, - 5478, - 5479, - 5480 - ] - }, - { - "title": "Methods", - "children": [ - 5481, - 5486, - 5489, - 5493, - 5496, - 5499, - 5502, - 5505, - 5508, - 5512, - 5515, - 5518, - 5520, - 5525, - 5529, - 5532, - 5535, - 5538, - 5541, - 5544, - 5546, - 5548, - 5552, - 5557, - 5562, - 5567, - 5570, - 5573 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 140611, - "name": "Text", - "package": "typescript" - } - ] - }, - "5443": { - "id": 5443, - "name": "ATTRIBUTE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 140612, - "name": "Text.ATTRIBUTE_NODE" - } - }, - "5444": { - "id": 5444, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 140613, - "name": "Text.CDATA_SECTION_NODE" - } - }, - "5445": { - "id": 5445, - "name": "COMMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Comment node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 140614, - "name": "Text.COMMENT_NODE" - } - }, - "5446": { - "id": 5446, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 140615, - "name": "Text.DOCUMENT_FRAGMENT_NODE" - } - }, - "5447": { - "id": 5447, - "name": "DOCUMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a document." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 140616, - "name": "Text.DOCUMENT_NODE" - } - }, - "5448": { - "id": 5448, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 140617, - "name": "Text.DOCUMENT_POSITION_CONTAINED_BY" - } - }, - "5449": { - "id": 5449, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 140618, - "name": "Text.DOCUMENT_POSITION_CONTAINS" - } - }, - "5450": { - "id": 5450, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 140619, - "name": "Text.DOCUMENT_POSITION_DISCONNECTED" - } - }, - "5451": { - "id": 5451, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 140620, - "name": "Text.DOCUMENT_POSITION_FOLLOWING" - } - }, - "5452": { - "id": 5452, - "name": "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 140621, - "name": "Text.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" - } - }, - "5453": { - "id": 5453, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 140622, - "name": "Text.DOCUMENT_POSITION_PRECEDING" - } - }, - "5454": { - "id": 5454, - "name": "DOCUMENT_TYPE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a doctype." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 140623, - "name": "Text.DOCUMENT_TYPE_NODE" - } - }, - "5455": { - "id": 5455, - "name": "ELEMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is an element." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 140624, - "name": "Text.ELEMENT_NODE" - } - }, - "5456": { - "id": 5456, - "name": "ENTITY_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 140625, - "name": "Text.ENTITY_NODE" - } - }, - "5457": { - "id": 5457, - "name": "ENTITY_REFERENCE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 140626, - "name": "Text.ENTITY_REFERENCE_NODE" - } - }, - "5458": { - "id": 5458, - "name": "NOTATION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 140627, - "name": "Text.NOTATION_NODE" - } - }, - "5459": { - "id": 5459, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 140628, - "name": "Text.PROCESSING_INSTRUCTION_NODE" - } - }, - "5460": { - "id": 5460, - "name": "TEXT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Text node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 140629, - "name": "Text.TEXT_NODE" - } - }, - "5461": { - "id": 5461, - "name": "assignedSlot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 56900, - "name": "HTMLSlotElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 140630, - "name": "Text.assignedSlot" - } - }, - "5462": { - "id": 5462, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 140631, - "name": "Text.baseURI" - } - }, - "5463": { - "id": 5463, - "name": "childNodes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the children." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 140632, - "name": "Text.childNodes" - } - }, - "5464": { - "id": 5464, - "name": "data", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 140633, - "name": "Text.data" - } - }, - "5465": { - "id": 5465, - "name": "firstChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 140634, - "name": "Text.firstChild" - } - }, - "5466": { - "id": 5466, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 140635, - "name": "Text.isConnected" - } - }, - "5467": { - "id": 5467, - "name": "lastChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 140636, - "name": "Text.lastChild" - } - }, - "5468": { - "id": 5468, - "name": "length", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 140637, - "name": "Text.length" - } - }, - "5469": { - "id": 5469, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 140638, - "name": "Text.nextElementSibling" - } - }, - "5470": { - "id": 5470, - "name": "nextSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the next sibling." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 140639, - "name": "Text.nextSibling" - } - }, - "5471": { - "id": 5471, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 140640, - "name": "Text.nodeName" - } - }, - "5472": { - "id": 5472, - "name": "nodeType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 140641, - "name": "Text.nodeType" - } - }, - "5473": { - "id": 5473, - "name": "nodeValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 140642, - "name": "Text.nodeValue" - } - }, - "5474": { - "id": 5474, - "name": "ownerDocument", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the node document. Returns null for documents." - } - ] - }, - "type": { - "type": "reference", - "target": 7307, - "name": "Document", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 140643, - "name": "Text.ownerDocument" - } - }, - "5475": { - "id": 5475, - "name": "parentElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent element." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 140644, - "name": "Text.parentElement" - } - }, - "5476": { - "id": 5476, - "name": "parentNode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 75255, - "name": "ParentNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 140645, - "name": "Text.parentNode" - } - }, - "5477": { - "id": 5477, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 140646, - "name": "Text.previousElementSibling" - } - }, - "5478": { - "id": 5478, - "name": "previousSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the previous sibling." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 140647, - "name": "Text.previousSibling" - } - }, - "5479": { - "id": 5479, - "name": "textContent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 140648, - "name": "Text.textContent" - } - }, - "5480": { - "id": 5480, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 140649, - "name": "Text.wholeText" - } - }, - "5481": { - "id": 5481, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5482 - ], - "inheritedFrom": { - "type": "reference", - "target": 140650, - "name": "Text.addEventListener" - } - }, - "5482": { - "id": 5482, - "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." - } - ] - }, - "parameters": [ - 5483, - 5484, - 5485 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 140651, - "name": "Text.addEventListener" - } - }, - "5483": { - "id": 5483, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "5484": { - "id": 5484, - "name": "callback", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - ] - } - }, - "5485": { - "id": 5485, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 4983, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "5486": { - "id": 5486, - "name": "after", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5487 - ], - "inheritedFrom": { - "type": "reference", - "target": 140655, - "name": "Text.after" - } - }, - "5487": { - "id": 5487, - "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." - } - ] - }, - "parameters": [ - 5488 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 140656, - "name": "Text.after" - } - }, - "5488": { - "id": 5488, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "5489": { - "id": 5489, - "name": "appendChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5490 - ], - "inheritedFrom": { - "type": "reference", - "target": 140658, - "name": "Text.appendChild" - } - }, - "5490": { - "id": 5490, - "name": "appendChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 5491 - ], - "parameters": [ - 5492 - ], - "type": { - "type": "reference", - "target": 17530, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 140659, - "name": "Text.appendChild" - } - }, - "5492": { - "id": 5492, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17530, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "5493": { - "id": 5493, - "name": "appendData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5494 - ], - "inheritedFrom": { - "type": "reference", - "target": 140662, - "name": "Text.appendData" - } - }, - "5494": { - "id": 5494, - "name": "appendData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5495 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 140663, - "name": "Text.appendData" - } - }, - "5495": { - "id": 5495, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "5496": { - "id": 5496, - "name": "before", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5497 - ], - "inheritedFrom": { - "type": "reference", - "target": 140665, - "name": "Text.before" - } - }, - "5497": { - "id": 5497, - "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." - } - ] - }, - "parameters": [ - 5498 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 140666, - "name": "Text.before" - } - }, - "5498": { - "id": 5498, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "5499": { - "id": 5499, - "name": "cloneNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5500 - ], - "inheritedFrom": { - "type": "reference", - "target": 140668, - "name": "Text.cloneNode" - } - }, - "5500": { - "id": 5500, - "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." - } - ] - }, - "parameters": [ - 5501 - ], - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 140669, - "name": "Text.cloneNode" - } - }, - "5501": { - "id": 5501, - "name": "deep", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "5502": { - "id": 5502, - "name": "compareDocumentPosition", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5503 - ], - "inheritedFrom": { - "type": "reference", - "target": 140671, - "name": "Text.compareDocumentPosition" - } - }, - "5503": { - "id": 5503, - "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." - } - ] - }, - "parameters": [ - 5504 - ], - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 140672, - "name": "Text.compareDocumentPosition" - } - }, - "5504": { - "id": 5504, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "5505": { - "id": 5505, - "name": "contains", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5506 - ], - "inheritedFrom": { - "type": "reference", - "target": 140674, - "name": "Text.contains" - } - }, - "5506": { - "id": 5506, - "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." - } - ] - }, - "parameters": [ - 5507 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 140675, - "name": "Text.contains" - } - }, - "5507": { - "id": 5507, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "5508": { - "id": 5508, - "name": "deleteData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5509 - ], - "inheritedFrom": { - "type": "reference", - "target": 140677, - "name": "Text.deleteData" - } - }, - "5509": { - "id": 5509, - "name": "deleteData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5510, - 5511 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 140678, - "name": "Text.deleteData" - } - }, - "5510": { - "id": 5510, - "name": "offset", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5511": { - "id": 5511, - "name": "count", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5512": { - "id": 5512, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5513 - ], - "inheritedFrom": { - "type": "reference", - "target": 140681, - "name": "Text.dispatchEvent" - } - }, - "5513": { - "id": 5513, - "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." - } - ] - }, - "parameters": [ - 5514 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 140682, - "name": "Text.dispatchEvent" - } - }, - "5514": { - "id": 5514, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "5515": { - "id": 5515, - "name": "getRootNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5516 - ], - "inheritedFrom": { - "type": "reference", - "target": 140684, - "name": "Text.getRootNode" - } - }, - "5516": { - "id": 5516, - "name": "getRootNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's root." - } - ] - }, - "parameters": [ - 5517 - ], - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 140685, - "name": "Text.getRootNode" - } - }, - "5517": { - "id": 5517, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9759, - "name": "GetRootNodeOptions", - "package": "typescript" - } - }, - "5518": { - "id": 5518, - "name": "hasChildNodes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5519 - ], - "inheritedFrom": { - "type": "reference", - "target": 140687, - "name": "Text.hasChildNodes" - } - }, - "5519": { - "id": 5519, - "name": "hasChildNodes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node has children." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 140688, - "name": "Text.hasChildNodes" - } - }, - "5520": { - "id": 5520, - "name": "insertBefore", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5521 - ], - "inheritedFrom": { - "type": "reference", - "target": 140689, - "name": "Text.insertBefore" - } - }, - "5521": { - "id": 5521, - "name": "insertBefore", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 5522 - ], - "parameters": [ - 5523, - 5524 - ], - "type": { - "type": "reference", - "target": 17664, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 140690, - "name": "Text.insertBefore" - } - }, - "5523": { - "id": 5523, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17664, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "5524": { - "id": 5524, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "5525": { - "id": 5525, - "name": "insertData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5526 - ], - "inheritedFrom": { - "type": "reference", - "target": 140694, - "name": "Text.insertData" - } - }, - "5526": { - "id": 5526, - "name": "insertData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5527, - 5528 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 140695, - "name": "Text.insertData" - } - }, - "5527": { - "id": 5527, - "name": "offset", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5528": { - "id": 5528, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "5529": { - "id": 5529, - "name": "isDefaultNamespace", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5530 - ], - "inheritedFrom": { - "type": "reference", - "target": 140698, - "name": "Text.isDefaultNamespace" - } - }, - "5530": { - "id": 5530, - "name": "isDefaultNamespace", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5531 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 140699, - "name": "Text.isDefaultNamespace" - } - }, - "5531": { - "id": 5531, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "5532": { - "id": 5532, - "name": "isEqualNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5533 - ], - "inheritedFrom": { - "type": "reference", - "target": 140701, - "name": "Text.isEqualNode" - } - }, - "5533": { - "id": 5533, - "name": "isEqualNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node and otherNode have the same properties." - } - ] - }, - "parameters": [ - 5534 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 140702, - "name": "Text.isEqualNode" - } - }, - "5534": { - "id": 5534, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "5535": { - "id": 5535, - "name": "isSameNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5536 - ], - "inheritedFrom": { - "type": "reference", - "target": 140704, - "name": "Text.isSameNode" - } - }, - "5536": { - "id": 5536, - "name": "isSameNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5537 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 140705, - "name": "Text.isSameNode" - } - }, - "5537": { - "id": 5537, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "5538": { - "id": 5538, - "name": "lookupNamespaceURI", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5539 - ], - "inheritedFrom": { - "type": "reference", - "target": 140707, - "name": "Text.lookupNamespaceURI" - } - }, - "5539": { - "id": 5539, - "name": "lookupNamespaceURI", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5540 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 140708, - "name": "Text.lookupNamespaceURI" - } - }, - "5540": { - "id": 5540, - "name": "prefix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "5541": { - "id": 5541, - "name": "lookupPrefix", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5542 - ], - "inheritedFrom": { - "type": "reference", - "target": 140710, - "name": "Text.lookupPrefix" - } - }, - "5542": { - "id": 5542, - "name": "lookupPrefix", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5543 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 140711, - "name": "Text.lookupPrefix" - } - }, - "5543": { - "id": 5543, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "5544": { - "id": 5544, - "name": "normalize", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5545 - ], - "inheritedFrom": { - "type": "reference", - "target": 140713, - "name": "Text.normalize" - } - }, - "5545": { - "id": 5545, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 140714, - "name": "Text.normalize" - } - }, - "5546": { - "id": 5546, - "name": "remove", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5547 - ], - "inheritedFrom": { - "type": "reference", - "target": 140715, - "name": "Text.remove" - } - }, - "5547": { - "id": 5547, - "name": "remove", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 140716, - "name": "Text.remove" - } - }, - "5548": { - "id": 5548, - "name": "removeChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5549 - ], - "inheritedFrom": { - "type": "reference", - "target": 140717, - "name": "Text.removeChild" - } - }, - "5549": { - "id": 5549, - "name": "removeChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 5550 - ], - "parameters": [ - 5551 - ], - "type": { - "type": "reference", - "target": 17727, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 140718, - "name": "Text.removeChild" - } - }, - "5551": { - "id": 5551, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17727, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "5552": { - "id": 5552, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5553 - ], - "inheritedFrom": { - "type": "reference", - "target": 140721, - "name": "Text.removeEventListener" - } - }, - "5553": { - "id": 5553, - "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." - } - ] - }, - "parameters": [ - 5554, - 5555, - 5556 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 140722, - "name": "Text.removeEventListener" - } - }, - "5554": { - "id": 5554, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "5555": { - "id": 5555, - "name": "callback", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - ] - } - }, - "5556": { - "id": 5556, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 9433, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "5557": { - "id": 5557, - "name": "replaceChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5558 - ], - "inheritedFrom": { - "type": "reference", - "target": 140726, - "name": "Text.replaceChild" - } - }, - "5558": { - "id": 5558, - "name": "replaceChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 5559 - ], - "parameters": [ - 5560, - 5561 - ], - "type": { - "type": "reference", - "target": 17745, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 140727, - "name": "Text.replaceChild" - } - }, - "5560": { - "id": 5560, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "5561": { - "id": 5561, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17745, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "5562": { - "id": 5562, - "name": "replaceData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5563 - ], - "inheritedFrom": { - "type": "reference", - "target": 140731, - "name": "Text.replaceData" - } - }, - "5563": { - "id": 5563, - "name": "replaceData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5564, - 5565, - 5566 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 140732, - "name": "Text.replaceData" - } - }, - "5564": { - "id": 5564, - "name": "offset", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5565": { - "id": 5565, - "name": "count", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5566": { - "id": 5566, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "5567": { - "id": 5567, - "name": "replaceWith", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5568 - ], - "inheritedFrom": { - "type": "reference", - "target": 140736, - "name": "Text.replaceWith" - } - }, - "5568": { - "id": 5568, - "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." - } - ] - }, - "parameters": [ - 5569 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 140737, - "name": "Text.replaceWith" - } - }, - "5569": { - "id": 5569, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "5570": { - "id": 5570, - "name": "splitText", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5571 - ], - "inheritedFrom": { - "type": "reference", - "target": 140739, - "name": "Text.splitText" - } - }, - "5571": { - "id": 5571, - "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." - } - ] - }, - "parameters": [ - 5572 - ], - "type": { - "type": "reference", - "target": 140611, - "name": "Text", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 140740, - "name": "Text.splitText" - } - }, - "5572": { - "id": 5572, - "name": "offset", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5573": { - "id": 5573, - "name": "substringData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5574 - ], - "inheritedFrom": { - "type": "reference", - "target": 140742, - "name": "Text.substringData" - } - }, - "5574": { - "id": 5574, - "name": "substringData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5575, - 5576 - ], - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 140743, - "name": "Text.substringData" - } - }, - "5575": { - "id": 5575, - "name": "offset", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5576": { - "id": 5576, - "name": "count", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5577": { - "id": 5577, - "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." - } - ] - }, - "children": [ - 5578, - 5579, - 5580, - 5581, - 5582, - 5583, - 5584, - 5585, - 5586, - 5587, - 5588, - 5589, - 5590, - 5591 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 5578, - 5579, - 5580, - 5581, - 5582, - 5583, - 5584, - 5585, - 5586, - 5587, - 5588, - 5589, - 5590, - 5591 - ] - } - ] - }, - "5578": { - "id": 5578, - "name": "CHARSET_RULE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5579": { - "id": 5579, - "name": "FONT_FACE_RULE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5580": { - "id": 5580, - "name": "IMPORT_RULE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5581": { - "id": 5581, - "name": "KEYFRAMES_RULE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5582": { - "id": 5582, - "name": "KEYFRAME_RULE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5583": { - "id": 5583, - "name": "MEDIA_RULE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5584": { - "id": 5584, - "name": "NAMESPACE_RULE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5585": { - "id": 5585, - "name": "PAGE_RULE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5586": { - "id": 5586, - "name": "STYLE_RULE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5587": { - "id": 5587, - "name": "SUPPORTS_RULE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5588": { - "id": 5588, - "name": "cssText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "5589": { - "id": 5589, - "name": "parentRule", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5577, - "name": "CSSRule", - "package": "typescript" - } - ] - } - }, - "5590": { - "id": 5590, - "name": "parentStyleSheet", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5592, - "name": "CSSStyleSheet", - "package": "typescript" - } - ] - } - }, - "5591": { - "id": 5591, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5592": { - "id": 5592, - "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." - } - ] - }, - "children": [ - 5593, - 5594, - 5595, - 5596, - 5597, - 5598, - 5599, - 5600, - 5601, - 5602, - 5603, - 5608, - 5611, - 5615, - 5618, - 5621 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 5593, - 5594, - 5595, - 5596, - 5597, - 5598, - 5599, - 5600, - 5601, - 5602 - ] - }, - { - "title": "Methods", - "children": [ - 5603, - 5608, - 5611, - 5615, - 5618, - 5621 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 140566, - "name": "StyleSheet", - "package": "typescript" - } - ] - }, - "5593": { - "id": 5593, - "name": "cssRules", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "CSSRuleList" - }, - "name": "CSSRuleList", - "package": "typescript" - } - }, - "5594": { - "id": 5594, - "name": "disabled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 140567, - "name": "StyleSheet.disabled" - } - }, - "5595": { - "id": 5595, - "name": "href", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 140568, - "name": "StyleSheet.href" - } - }, - "5596": { - "id": 5596, - "name": "media", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "MediaList" - }, - "name": "MediaList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 140569, - "name": "StyleSheet.media" - } - }, - "5597": { - "id": 5597, - "name": "ownerNode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - }, - { - "type": "reference", - "target": 75947, - "name": "ProcessingInstruction", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 140570, - "name": "StyleSheet.ownerNode" - } - }, - "5598": { - "id": 5598, - "name": "ownerRule", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5577, - "name": "CSSRule", - "package": "typescript" - } - ] - } - }, - "5599": { - "id": 5599, - "name": "parentStyleSheet", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5592, - "name": "CSSStyleSheet", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 140571, - "name": "StyleSheet.parentStyleSheet" - } - }, - "5600": { - "id": 5600, - "name": "rules", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "CSSRuleList" - }, - "name": "CSSRuleList", - "package": "typescript" - } - }, - "5601": { - "id": 5601, - "name": "title", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 140572, - "name": "StyleSheet.title" - } - }, - "5602": { - "id": 5602, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 140573, - "name": "StyleSheet.type" - } - }, - "5603": { - "id": 5603, - "name": "addRule", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5604 - ] - }, - "5604": { - "id": 5604, - "name": "addRule", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "parameters": [ - 5605, - 5606, - 5607 - ], - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5605": { - "id": 5605, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "5606": { - "id": 5606, - "name": "style", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "5607": { - "id": 5607, - "name": "index", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5608": { - "id": 5608, - "name": "deleteRule", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5609 - ] - }, - "5609": { - "id": 5609, - "name": "deleteRule", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5610 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "5610": { - "id": 5610, - "name": "index", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5611": { - "id": 5611, - "name": "insertRule", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5612 - ] - }, - "5612": { - "id": 5612, - "name": "insertRule", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5613, - 5614 - ], - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5613": { - "id": 5613, - "name": "rule", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "5614": { - "id": 5614, - "name": "index", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5615": { - "id": 5615, - "name": "removeRule", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5616 - ] - }, - "5616": { - "id": 5616, - "name": "removeRule", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "parameters": [ - 5617 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "5617": { - "id": 5617, - "name": "index", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5618": { - "id": 5618, - "name": "replace", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5619 - ] - }, - "5619": { - "id": 5619, - "name": "replace", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5620 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 5592, - "name": "CSSStyleSheet", - "package": "typescript" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "5620": { - "id": 5620, - "name": "text", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "5621": { - "id": 5621, - "name": "replaceSync", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5622 - ] - }, - "5622": { - "id": 5622, - "name": "replaceSync", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5623 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "5623": { - "id": 5623, - "name": "text", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "5679": { - "id": 5679, - "name": "CacheStorage", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The storage for Cache objects.\nAvailable only in secure contexts." - } - ] - }, - "children": [ - 5680, - 5683, - 5686, - 5688, - 5692 - ], - "groups": [ - { - "title": "Methods", - "children": [ - 5680, - 5683, - 5686, - 5688, - 5692 - ] - } - ] - }, - "5680": { - "id": 5680, - "name": "delete", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5681 - ] - }, - "5681": { - "id": 5681, - "name": "delete", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5682 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "boolean" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "5682": { - "id": 5682, - "name": "cacheName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "5683": { - "id": 5683, - "name": "has", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5684 - ] - }, - "5684": { - "id": 5684, - "name": "has", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5685 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "boolean" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "5685": { - "id": 5685, - "name": "cacheName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "5686": { - "id": 5686, - "name": "keys", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5687 - ] - }, - "5687": { - "id": 5687, - "name": "keys", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "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" - } - }, - "5688": { - "id": 5688, - "name": "match", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5689 - ] - }, - "5689": { - "id": 5689, - "name": "match", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5690, - 5691 - ], - "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": 76913, - "name": "Response", - "package": "typescript" - } - ] - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "5690": { - "id": 5690, - "name": "request", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "reference", - "target": 141152, - "name": "URL", - "package": "typescript" - }, - { - "type": "reference", - "target": 146960, - "name": "RequestInfo", - "package": "typescript" - } - ] - } - }, - "5691": { - "id": 5691, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 74631, - "name": "MultiCacheQueryOptions", - "package": "typescript" - } - }, - "5692": { - "id": 5692, - "name": "open", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5693 - ] - }, - "5693": { - "id": 5693, - "name": "open", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5694 - ], - "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" - } - }, - "5694": { - "id": 5694, - "name": "cacheName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "5785": { - "id": 5785, - "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()." - } - ] - }, - "children": [ - 5786 - ], - "groups": [ - { - "title": "Methods", - "children": [ - 5786 - ] - } - ] - }, - "5786": { - "id": 5786, - "name": "addColorStop", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5787 - ] - }, - "5787": { - "id": 5787, - "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." - } - ] - }, - "parameters": [ - 5788, - 5789 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "5788": { - "id": 5788, - "name": "offset", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5789": { - "id": 5789, - "name": "color", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "5821": { - "id": 5821, - "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." - } - ] - }, - "children": [ - 5822 - ], - "groups": [ - { - "title": "Methods", - "children": [ - 5822 - ] - } - ] - }, - "5822": { - "id": 5822, - "name": "setTransform", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5823 - ] - }, - "5823": { - "id": 5823, - "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." - } - ] - }, - "parameters": [ - 5824 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "5824": { - "id": 5824, - "name": "transform", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 7003, - "name": "DOMMatrix2DInit", - "package": "typescript" - } - }, - "5844": { - "id": 5844, - "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." - } - ] - }, - "children": [ - 5845, - 5846, - 5847, - 5848, - 5849, - 5850, - 5851, - 5852, - 5853, - 5854, - 5855, - 5856, - 5857, - 5858, - 5859, - 5860, - 5861, - 5862, - 5863, - 5864, - 5865, - 5866, - 5867, - 5875, - 5882, - 5884, - 5892, - 5898, - 5904, - 5906, - 5911, - 5918, - 5924, - 5928, - 5936, - 5942, - 5963, - 5973, - 5979, - 5985, - 5991, - 5993, - 6000, - 6002, - 6004, - 6014, - 6022, - 6026, - 6029, - 6033, - 6046, - 6052, - 6058, - 6060, - 6062, - 6065, - 6078, - 6080, - 6084, - 6089, - 6099, - 6103, - 6109, - 6115, - 6123 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 5845, - 5846, - 5847, - 5848, - 5849, - 5850, - 5851, - 5852, - 5853, - 5854, - 5855, - 5856, - 5857, - 5858, - 5859, - 5860, - 5861, - 5862, - 5863, - 5864, - 5865, - 5866 - ] - }, - { - "title": "Methods", - "children": [ - 5867, - 5875, - 5882, - 5884, - 5892, - 5898, - 5904, - 5906, - 5911, - 5918, - 5924, - 5928, - 5936, - 5942, - 5963, - 5973, - 5979, - 5985, - 5991, - 5993, - 6000, - 6002, - 6004, - 6014, - 6022, - 6026, - 6029, - 6033, - 6046, - 6052, - 6058, - 6060, - 6062, - 6065, - 6078, - 6080, - 6084, - 6089, - 6099, - 6103, - 6109, - 6115, - 6123 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 5695, - "name": "CanvasCompositing", - "package": "typescript" - }, - { - "type": "reference", - "target": 5698, - "name": "CanvasDrawImage", - "package": "typescript" - }, - { - "type": "reference", - "target": 5720, - "name": "CanvasDrawPath", - "package": "typescript" - }, - { - "type": "reference", - "target": 5757, - "name": "CanvasFillStrokeStyles", - "package": "typescript" - }, - { - "type": "reference", - "target": 5783, - "name": "CanvasFilters", - "package": "typescript" - }, - { - "type": "reference", - "target": 5790, - "name": "CanvasImageData", - "package": "typescript" - }, - { - "type": "reference", - "target": 5818, - "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": 5825, - "name": "CanvasRect", - "package": "typescript" - }, - { - "type": "reference", - "target": 6132, - "name": "CanvasShadowStyles", - "package": "typescript" - }, - { - "type": "reference", - "target": 6137, - "name": "CanvasState", - "package": "typescript" - }, - { - "type": "reference", - "target": 6142, - "name": "CanvasText", - "package": "typescript" - }, - { - "type": "reference", - "target": 6158, - "name": "CanvasTextDrawingStyles", - "package": "typescript" - }, - { - "type": "reference", - "target": 6164, - "name": "CanvasTransform", - "package": "typescript" - }, - { - "type": "reference", - "target": 6198, - "name": "CanvasUserInterface", - "package": "typescript" - } - ] - }, - "5845": { - "id": 5845, - "name": "canvas", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": 16898, - "name": "HTMLCanvasElement", - "package": "typescript" - } - }, - "5846": { - "id": 5846, - "name": "direction", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146860, - "name": "CanvasDirection", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 6159, - "name": "CanvasTextDrawingStyles.direction" - } - }, - "5847": { - "id": 5847, - "name": "fillStyle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 5785, - "name": "CanvasGradient", - "package": "typescript" - }, - { - "type": "reference", - "target": 5821, - "name": "CanvasPattern", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 5758, - "name": "CanvasFillStrokeStyles.fillStyle" - } - }, - "5848": { - "id": 5848, - "name": "filter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 5784, - "name": "CanvasFilters.filter" - } - }, - "5849": { - "id": 5849, - "name": "font", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 6160, - "name": "CanvasTextDrawingStyles.font" - } - }, - "5850": { - "id": 5850, - "name": "fontKerning", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146862, - "name": "CanvasFontKerning", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 6161, - "name": "CanvasTextDrawingStyles.fontKerning" - } - }, - "5851": { - "id": 5851, - "name": "globalAlpha", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 5696, - "name": "CanvasCompositing.globalAlpha" - } - }, - "5852": { - "id": 5852, - "name": "globalCompositeOperation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146891, - "name": "GlobalCompositeOperation", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 5697, - "name": "CanvasCompositing.globalCompositeOperation" - } - }, - "5853": { - "id": 5853, - "name": "imageSmoothingEnabled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 5819, - "name": "CanvasImageSmoothing.imageSmoothingEnabled" - } - }, - "5854": { - "id": 5854, - "name": "imageSmoothingQuality", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146912, - "name": "ImageSmoothingQuality", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 5820, - "name": "CanvasImageSmoothing.imageSmoothingQuality" - } - }, - "5855": { - "id": 5855, - "name": "lineCap", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146864, - "name": "CanvasLineCap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPathDrawingStyles.lineCap" - } - }, - "5856": { - "id": 5856, - "name": "lineDashOffset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPathDrawingStyles.lineDashOffset" - } - }, - "5857": { - "id": 5857, - "name": "lineJoin", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146865, - "name": "CanvasLineJoin", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPathDrawingStyles.lineJoin" - } - }, - "5858": { - "id": 5858, - "name": "lineWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPathDrawingStyles.lineWidth" - } - }, - "5859": { - "id": 5859, - "name": "miterLimit", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPathDrawingStyles.miterLimit" - } - }, - "5860": { - "id": 5860, - "name": "shadowBlur", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6133, - "name": "CanvasShadowStyles.shadowBlur" - } - }, - "5861": { - "id": 5861, - "name": "shadowColor", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 6134, - "name": "CanvasShadowStyles.shadowColor" - } - }, - "5862": { - "id": 5862, - "name": "shadowOffsetX", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6135, - "name": "CanvasShadowStyles.shadowOffsetX" - } - }, - "5863": { - "id": 5863, - "name": "shadowOffsetY", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6136, - "name": "CanvasShadowStyles.shadowOffsetY" - } - }, - "5864": { - "id": 5864, - "name": "strokeStyle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 5785, - "name": "CanvasGradient", - "package": "typescript" - }, - { - "type": "reference", - "target": 5821, - "name": "CanvasPattern", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 5759, - "name": "CanvasFillStrokeStyles.strokeStyle" - } - }, - "5865": { - "id": 5865, - "name": "textAlign", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146866, - "name": "CanvasTextAlign", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 6162, - "name": "CanvasTextDrawingStyles.textAlign" - } - }, - "5866": { - "id": 5866, - "name": "textBaseline", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146867, - "name": "CanvasTextBaseline", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 6163, - "name": "CanvasTextDrawingStyles.textBaseline" - } - }, - "5867": { - "id": 5867, - "name": "arc", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5868 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.arc" - } - }, - "5868": { - "id": 5868, - "name": "arc", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5869, - 5870, - 5871, - 5872, - 5873, - 5874 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.arc" - } - }, - "5869": { - "id": 5869, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5870": { - "id": 5870, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5871": { - "id": 5871, - "name": "radius", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5872": { - "id": 5872, - "name": "startAngle", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5873": { - "id": 5873, - "name": "endAngle", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5874": { - "id": 5874, - "name": "counterclockwise", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "5875": { - "id": 5875, - "name": "arcTo", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5876 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.arcTo" - } - }, - "5876": { - "id": 5876, - "name": "arcTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5877, - 5878, - 5879, - 5880, - 5881 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.arcTo" - } - }, - "5877": { - "id": 5877, - "name": "x1", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5878": { - "id": 5878, - "name": "y1", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5879": { - "id": 5879, - "name": "x2", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5880": { - "id": 5880, - "name": "y2", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5881": { - "id": 5881, - "name": "radius", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5882": { - "id": 5882, - "name": "beginPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5883 - ], - "inheritedFrom": { - "type": "reference", - "target": 5721, - "name": "CanvasDrawPath.beginPath" - } - }, - "5883": { - "id": 5883, - "name": "beginPath", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 5722, - "name": "CanvasDrawPath.beginPath" - } - }, - "5884": { - "id": 5884, - "name": "bezierCurveTo", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5885 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.bezierCurveTo" - } - }, - "5885": { - "id": 5885, - "name": "bezierCurveTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5886, - 5887, - 5888, - 5889, - 5890, - 5891 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.bezierCurveTo" - } - }, - "5886": { - "id": 5886, - "name": "cp1x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5887": { - "id": 5887, - "name": "cp1y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5888": { - "id": 5888, - "name": "cp2x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5889": { - "id": 5889, - "name": "cp2y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5890": { - "id": 5890, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5891": { - "id": 5891, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5892": { - "id": 5892, - "name": "clearRect", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5893 - ], - "inheritedFrom": { - "type": "reference", - "target": 5826, - "name": "CanvasRect.clearRect" - } - }, - "5893": { - "id": 5893, - "name": "clearRect", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5894, - 5895, - 5896, - 5897 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 5827, - "name": "CanvasRect.clearRect" - } - }, - "5894": { - "id": 5894, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5895": { - "id": 5895, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5896": { - "id": 5896, - "name": "w", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5897": { - "id": 5897, - "name": "h", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5898": { - "id": 5898, - "name": "clip", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5899, - 5901 - ], - "inheritedFrom": { - "type": "reference", - "target": 5723, - "name": "CanvasDrawPath.clip" - } - }, - "5899": { - "id": 5899, - "name": "clip", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5900 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 5724, - "name": "CanvasDrawPath.clip" - } - }, - "5900": { - "id": 5900, - "name": "fillRule", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 146861, - "name": "CanvasFillRule", - "package": "typescript" - } - }, - "5901": { - "id": 5901, - "name": "clip", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5902, - 5903 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 5726, - "name": "CanvasDrawPath.clip" - } - }, - "5902": { - "id": 5902, - "name": "path", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75383, - "name": "Path2D", - "package": "typescript" - } - }, - "5903": { - "id": 5903, - "name": "fillRule", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 146861, - "name": "CanvasFillRule", - "package": "typescript" - } - }, - "5904": { - "id": 5904, - "name": "closePath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5905 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.closePath" - } - }, - "5905": { - "id": 5905, - "name": "closePath", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.closePath" - } - }, - "5906": { - "id": 5906, - "name": "createConicGradient", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5907 - ], - "inheritedFrom": { - "type": "reference", - "target": 5760, - "name": "CanvasFillStrokeStyles.createConicGradient" - } - }, - "5907": { - "id": 5907, - "name": "createConicGradient", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5908, - 5909, - 5910 - ], - "type": { - "type": "reference", - "target": 5785, - "name": "CanvasGradient", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 5761, - "name": "CanvasFillStrokeStyles.createConicGradient" - } - }, - "5908": { - "id": 5908, - "name": "startAngle", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5909": { - "id": 5909, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5910": { - "id": 5910, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5911": { - "id": 5911, - "name": "createImageData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5912, - 5916 - ], - "inheritedFrom": { - "type": "reference", - "target": 5791, - "name": "CanvasImageData.createImageData" - } - }, - "5912": { - "id": 5912, - "name": "createImageData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5913, - 5914, - 5915 - ], - "type": { - "type": "reference", - "target": 73615, - "name": "ImageData", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 5792, - "name": "CanvasImageData.createImageData" - } - }, - "5913": { - "id": 5913, - "name": "sw", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5914": { - "id": 5914, - "name": "sh", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5915": { - "id": 5915, - "name": "settings", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 73620, - "name": "ImageDataSettings", - "package": "typescript" - } - }, - "5916": { - "id": 5916, - "name": "createImageData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5917 - ], - "type": { - "type": "reference", - "target": 73615, - "name": "ImageData", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 5796, - "name": "CanvasImageData.createImageData" - } - }, - "5917": { - "id": 5917, - "name": "imagedata", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73615, - "name": "ImageData", - "package": "typescript" - } - }, - "5918": { - "id": 5918, - "name": "createLinearGradient", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5919 - ], - "inheritedFrom": { - "type": "reference", - "target": 5765, - "name": "CanvasFillStrokeStyles.createLinearGradient" - } - }, - "5919": { - "id": 5919, - "name": "createLinearGradient", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5920, - 5921, - 5922, - 5923 - ], - "type": { - "type": "reference", - "target": 5785, - "name": "CanvasGradient", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 5766, - "name": "CanvasFillStrokeStyles.createLinearGradient" - } - }, - "5920": { - "id": 5920, - "name": "x0", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5921": { - "id": 5921, - "name": "y0", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5922": { - "id": 5922, - "name": "x1", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5923": { - "id": 5923, - "name": "y1", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5924": { - "id": 5924, - "name": "createPattern", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5925 - ], - "inheritedFrom": { - "type": "reference", - "target": 5771, - "name": "CanvasFillStrokeStyles.createPattern" - } - }, - "5925": { - "id": 5925, - "name": "createPattern", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5926, - 5927 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5821, - "name": "CanvasPattern", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 5772, - "name": "CanvasFillStrokeStyles.createPattern" - } - }, - "5926": { - "id": 5926, - "name": "image", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146863, - "name": "CanvasImageSource", - "package": "typescript" - } - }, - "5927": { - "id": 5927, - "name": "repetition", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "5928": { - "id": 5928, - "name": "createRadialGradient", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5929 - ], - "inheritedFrom": { - "type": "reference", - "target": 5775, - "name": "CanvasFillStrokeStyles.createRadialGradient" - } - }, - "5929": { - "id": 5929, - "name": "createRadialGradient", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5930, - 5931, - 5932, - 5933, - 5934, - 5935 - ], - "type": { - "type": "reference", - "target": 5785, - "name": "CanvasGradient", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 5776, - "name": "CanvasFillStrokeStyles.createRadialGradient" - } - }, - "5930": { - "id": 5930, - "name": "x0", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5931": { - "id": 5931, - "name": "y0", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5932": { - "id": 5932, - "name": "r0", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5933": { - "id": 5933, - "name": "x1", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5934": { - "id": 5934, - "name": "y1", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5935": { - "id": 5935, - "name": "r1", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5936": { - "id": 5936, - "name": "drawFocusIfNeeded", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5937, - 5939 - ], - "inheritedFrom": { - "type": "reference", - "target": 6199, - "name": "CanvasUserInterface.drawFocusIfNeeded" - } - }, - "5937": { - "id": 5937, - "name": "drawFocusIfNeeded", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5938 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6200, - "name": "CanvasUserInterface.drawFocusIfNeeded" - } - }, - "5938": { - "id": 5938, - "name": "element", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - }, - "5939": { - "id": 5939, - "name": "drawFocusIfNeeded", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5940, - 5941 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6202, - "name": "CanvasUserInterface.drawFocusIfNeeded" - } - }, - "5940": { - "id": 5940, - "name": "path", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75383, - "name": "Path2D", - "package": "typescript" - } - }, - "5941": { - "id": 5941, - "name": "element", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - }, - "5942": { - "id": 5942, - "name": "drawImage", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5943, - 5947, - 5953 - ], - "inheritedFrom": { - "type": "reference", - "target": 5699, - "name": "CanvasDrawImage.drawImage" - } - }, - "5943": { - "id": 5943, - "name": "drawImage", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5944, - 5945, - 5946 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 5700, - "name": "CanvasDrawImage.drawImage" - } - }, - "5944": { - "id": 5944, - "name": "image", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146863, - "name": "CanvasImageSource", - "package": "typescript" - } - }, - "5945": { - "id": 5945, - "name": "dx", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5946": { - "id": 5946, - "name": "dy", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5947": { - "id": 5947, - "name": "drawImage", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5948, - 5949, - 5950, - 5951, - 5952 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 5704, - "name": "CanvasDrawImage.drawImage" - } - }, - "5948": { - "id": 5948, - "name": "image", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146863, - "name": "CanvasImageSource", - "package": "typescript" - } - }, - "5949": { - "id": 5949, - "name": "dx", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5950": { - "id": 5950, - "name": "dy", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5951": { - "id": 5951, - "name": "dw", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5952": { - "id": 5952, - "name": "dh", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5953": { - "id": 5953, - "name": "drawImage", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5954, - 5955, - 5956, - 5957, - 5958, - 5959, - 5960, - 5961, - 5962 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 5710, - "name": "CanvasDrawImage.drawImage" - } - }, - "5954": { - "id": 5954, - "name": "image", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146863, - "name": "CanvasImageSource", - "package": "typescript" - } - }, - "5955": { - "id": 5955, - "name": "sx", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5956": { - "id": 5956, - "name": "sy", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5957": { - "id": 5957, - "name": "sw", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5958": { - "id": 5958, - "name": "sh", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5959": { - "id": 5959, - "name": "dx", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5960": { - "id": 5960, - "name": "dy", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5961": { - "id": 5961, - "name": "dw", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5962": { - "id": 5962, - "name": "dh", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5963": { - "id": 5963, - "name": "ellipse", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5964 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.ellipse" - } - }, - "5964": { - "id": 5964, - "name": "ellipse", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5965, - 5966, - 5967, - 5968, - 5969, - 5970, - 5971, - 5972 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.ellipse" - } - }, - "5965": { - "id": 5965, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5966": { - "id": 5966, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5967": { - "id": 5967, - "name": "radiusX", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5968": { - "id": 5968, - "name": "radiusY", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5969": { - "id": 5969, - "name": "rotation", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5970": { - "id": 5970, - "name": "startAngle", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5971": { - "id": 5971, - "name": "endAngle", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5972": { - "id": 5972, - "name": "counterclockwise", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "5973": { - "id": 5973, - "name": "fill", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5974, - 5976 - ], - "inheritedFrom": { - "type": "reference", - "target": 5729, - "name": "CanvasDrawPath.fill" - } - }, - "5974": { - "id": 5974, - "name": "fill", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5975 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 5730, - "name": "CanvasDrawPath.fill" - } - }, - "5975": { - "id": 5975, - "name": "fillRule", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 146861, - "name": "CanvasFillRule", - "package": "typescript" - } - }, - "5976": { - "id": 5976, - "name": "fill", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5977, - 5978 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 5732, - "name": "CanvasDrawPath.fill" - } - }, - "5977": { - "id": 5977, - "name": "path", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75383, - "name": "Path2D", - "package": "typescript" - } - }, - "5978": { - "id": 5978, - "name": "fillRule", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 146861, - "name": "CanvasFillRule", - "package": "typescript" - } - }, - "5979": { - "id": 5979, - "name": "fillRect", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5980 - ], - "inheritedFrom": { - "type": "reference", - "target": 5832, - "name": "CanvasRect.fillRect" - } - }, - "5980": { - "id": 5980, - "name": "fillRect", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5981, - 5982, - 5983, - 5984 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 5833, - "name": "CanvasRect.fillRect" - } - }, - "5981": { - "id": 5981, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5982": { - "id": 5982, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5983": { - "id": 5983, - "name": "w", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5984": { - "id": 5984, - "name": "h", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5985": { - "id": 5985, - "name": "fillText", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5986 - ], - "inheritedFrom": { - "type": "reference", - "target": 6143, - "name": "CanvasText.fillText" - } - }, - "5986": { - "id": 5986, - "name": "fillText", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5987, - 5988, - 5989, - 5990 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6144, - "name": "CanvasText.fillText" - } - }, - "5987": { - "id": 5987, - "name": "text", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "5988": { - "id": 5988, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5989": { - "id": 5989, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5990": { - "id": 5990, - "name": "maxWidth", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5991": { - "id": 5991, - "name": "getContextAttributes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5992 - ] - }, - "5992": { - "id": 5992, - "name": "getContextAttributes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6127, - "name": "CanvasRenderingContext2DSettings", - "package": "typescript" - } - }, - "5993": { - "id": 5993, - "name": "getImageData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 5994 - ], - "inheritedFrom": { - "type": "reference", - "target": 5798, - "name": "CanvasImageData.getImageData" - } - }, - "5994": { - "id": 5994, - "name": "getImageData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 5995, - 5996, - 5997, - 5998, - 5999 - ], - "type": { - "type": "reference", - "target": 73615, - "name": "ImageData", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 5799, - "name": "CanvasImageData.getImageData" - } - }, - "5995": { - "id": 5995, - "name": "sx", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5996": { - "id": 5996, - "name": "sy", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5997": { - "id": 5997, - "name": "sw", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5998": { - "id": 5998, - "name": "sh", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "5999": { - "id": 5999, - "name": "settings", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 73620, - "name": "ImageDataSettings", - "package": "typescript" - } - }, - "6000": { - "id": 6000, - "name": "getLineDash", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6001 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPathDrawingStyles.getLineDash" - } - }, - "6001": { - "id": 6001, - "name": "getLineDash", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "number" - } - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPathDrawingStyles.getLineDash" - } - }, - "6002": { - "id": 6002, - "name": "getTransform", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6003 - ], - "inheritedFrom": { - "type": "reference", - "target": 6165, - "name": "CanvasTransform.getTransform" - } - }, - "6003": { - "id": 6003, - "name": "getTransform", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6863, - "name": "DOMMatrix", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 6166, - "name": "CanvasTransform.getTransform" - } - }, - "6004": { - "id": 6004, - "name": "isPointInPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6005, - 6009 - ], - "inheritedFrom": { - "type": "reference", - "target": 5735, - "name": "CanvasDrawPath.isPointInPath" - } - }, - "6005": { - "id": 6005, - "name": "isPointInPath", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6006, - 6007, - 6008 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 5736, - "name": "CanvasDrawPath.isPointInPath" - } - }, - "6006": { - "id": 6006, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6007": { - "id": 6007, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6008": { - "id": 6008, - "name": "fillRule", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 146861, - "name": "CanvasFillRule", - "package": "typescript" - } - }, - "6009": { - "id": 6009, - "name": "isPointInPath", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6010, - 6011, - 6012, - 6013 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 5740, - "name": "CanvasDrawPath.isPointInPath" - } - }, - "6010": { - "id": 6010, - "name": "path", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75383, - "name": "Path2D", - "package": "typescript" - } - }, - "6011": { - "id": 6011, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6012": { - "id": 6012, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6013": { - "id": 6013, - "name": "fillRule", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 146861, - "name": "CanvasFillRule", - "package": "typescript" - } - }, - "6014": { - "id": 6014, - "name": "isPointInStroke", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6015, - 6018 - ], - "inheritedFrom": { - "type": "reference", - "target": 5745, - "name": "CanvasDrawPath.isPointInStroke" - } - }, - "6015": { - "id": 6015, - "name": "isPointInStroke", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6016, - 6017 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 5746, - "name": "CanvasDrawPath.isPointInStroke" - } - }, - "6016": { - "id": 6016, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6017": { - "id": 6017, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6018": { - "id": 6018, - "name": "isPointInStroke", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6019, - 6020, - 6021 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 5749, - "name": "CanvasDrawPath.isPointInStroke" - } - }, - "6019": { - "id": 6019, - "name": "path", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75383, - "name": "Path2D", - "package": "typescript" - } - }, - "6020": { - "id": 6020, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6021": { - "id": 6021, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6022": { - "id": 6022, - "name": "lineTo", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6023 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.lineTo" - } - }, - "6023": { - "id": 6023, - "name": "lineTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6024, - 6025 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.lineTo" - } - }, - "6024": { - "id": 6024, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6025": { - "id": 6025, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6026": { - "id": 6026, - "name": "measureText", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6027 - ], - "inheritedFrom": { - "type": "reference", - "target": 6149, - "name": "CanvasText.measureText" - } - }, - "6027": { - "id": 6027, - "name": "measureText", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6028 - ], - "type": { - "type": "reference", - "target": 140746, - "name": "TextMetrics", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 6150, - "name": "CanvasText.measureText" - } - }, - "6028": { - "id": 6028, - "name": "text", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "6029": { - "id": 6029, - "name": "moveTo", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6030 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.moveTo" - } - }, - "6030": { - "id": 6030, - "name": "moveTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6031, - 6032 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.moveTo" - } - }, - "6031": { - "id": 6031, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6032": { - "id": 6032, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6033": { - "id": 6033, - "name": "putImageData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6034, - 6038 - ], - "inheritedFrom": { - "type": "reference", - "target": 5805, - "name": "CanvasImageData.putImageData" - } - }, - "6034": { - "id": 6034, - "name": "putImageData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6035, - 6036, - 6037 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 5806, - "name": "CanvasImageData.putImageData" - } - }, - "6035": { - "id": 6035, - "name": "imagedata", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73615, - "name": "ImageData", - "package": "typescript" - } - }, - "6036": { - "id": 6036, - "name": "dx", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6037": { - "id": 6037, - "name": "dy", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6038": { - "id": 6038, - "name": "putImageData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6039, - 6040, - 6041, - 6042, - 6043, - 6044, - 6045 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 5810, - "name": "CanvasImageData.putImageData" - } - }, - "6039": { - "id": 6039, - "name": "imagedata", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73615, - "name": "ImageData", - "package": "typescript" - } - }, - "6040": { - "id": 6040, - "name": "dx", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6041": { - "id": 6041, - "name": "dy", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6042": { - "id": 6042, - "name": "dirtyX", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6043": { - "id": 6043, - "name": "dirtyY", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6044": { - "id": 6044, - "name": "dirtyWidth", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6045": { - "id": 6045, - "name": "dirtyHeight", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6046": { - "id": 6046, - "name": "quadraticCurveTo", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6047 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.quadraticCurveTo" - } - }, - "6047": { - "id": 6047, - "name": "quadraticCurveTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6048, - 6049, - 6050, - 6051 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.quadraticCurveTo" - } - }, - "6048": { - "id": 6048, - "name": "cpx", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6049": { - "id": 6049, - "name": "cpy", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6050": { - "id": 6050, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6051": { - "id": 6051, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6052": { - "id": 6052, - "name": "rect", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6053 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.rect" - } - }, - "6053": { - "id": 6053, - "name": "rect", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6054, - 6055, - 6056, - 6057 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.rect" - } - }, - "6054": { - "id": 6054, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6055": { - "id": 6055, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6056": { - "id": 6056, - "name": "w", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6057": { - "id": 6057, - "name": "h", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6058": { - "id": 6058, - "name": "resetTransform", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6059 - ], - "inheritedFrom": { - "type": "reference", - "target": 6167, - "name": "CanvasTransform.resetTransform" - } - }, - "6059": { - "id": 6059, - "name": "resetTransform", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6168, - "name": "CanvasTransform.resetTransform" - } - }, - "6060": { - "id": 6060, - "name": "restore", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6061 - ], - "inheritedFrom": { - "type": "reference", - "target": 6138, - "name": "CanvasState.restore" - } - }, - "6061": { - "id": 6061, - "name": "restore", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6139, - "name": "CanvasState.restore" - } - }, - "6062": { - "id": 6062, - "name": "rotate", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6063 - ], - "inheritedFrom": { - "type": "reference", - "target": 6169, - "name": "CanvasTransform.rotate" - } - }, - "6063": { - "id": 6063, - "name": "rotate", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6064 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6170, - "name": "CanvasTransform.rotate" - } - }, - "6064": { - "id": 6064, - "name": "angle", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6065": { - "id": 6065, - "name": "roundRect", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6066, - 6072 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.roundRect" - } - }, - "6066": { - "id": 6066, - "name": "roundRect", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6067, - 6068, - 6069, - 6070, - 6071 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.roundRect" - } - }, - "6067": { - "id": 6067, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6068": { - "id": 6068, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6069": { - "id": 6069, - "name": "w", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6070": { - "id": 6070, - "name": "h", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6071": { - "id": 6071, - "name": "radii", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": 7139, - "name": "DOMPointInit", - "package": "typescript" - }, - { - "type": "array", - "elementType": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": 7139, - "name": "DOMPointInit", - "package": "typescript" - } - ] - } - } - ] - } - }, - "6072": { - "id": 6072, - "name": "roundRect", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6073, - 6074, - 6075, - 6076, - 6077 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPath.roundRect" - } - }, - "6073": { - "id": 6073, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6074": { - "id": 6074, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6075": { - "id": 6075, - "name": "w", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6076": { - "id": 6076, - "name": "h", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6077": { - "id": 6077, - "name": "radii", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": 7139, - "name": "DOMPointInit", - "package": "typescript" - }, - { - "type": "reference", - "target": 73686, - "typeArguments": [ - { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": 7139, - "name": "DOMPointInit", - "package": "typescript" - } - ] - } - ], - "name": "Iterable", - "package": "typescript" - } - ] - } - }, - "6078": { - "id": 6078, - "name": "save", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6079 - ], - "inheritedFrom": { - "type": "reference", - "target": 6140, - "name": "CanvasState.save" - } - }, - "6079": { - "id": 6079, - "name": "save", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6141, - "name": "CanvasState.save" - } - }, - "6080": { - "id": 6080, - "name": "scale", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6081 - ], - "inheritedFrom": { - "type": "reference", - "target": 6172, - "name": "CanvasTransform.scale" - } - }, - "6081": { - "id": 6081, - "name": "scale", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6082, - 6083 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6173, - "name": "CanvasTransform.scale" - } - }, - "6082": { - "id": 6082, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6083": { - "id": 6083, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6084": { - "id": 6084, - "name": "setLineDash", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6085, - 6087 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPathDrawingStyles.setLineDash" - } - }, - "6085": { - "id": 6085, - "name": "setLineDash", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6086 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPathDrawingStyles.setLineDash" - } - }, - "6086": { - "id": 6086, - "name": "segments", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "number" - } - } - }, - "6087": { - "id": 6087, - "name": "setLineDash", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6088 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "CanvasPathDrawingStyles.setLineDash" - } - }, - "6088": { - "id": 6088, - "name": "segments", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73686, - "typeArguments": [ - { - "type": "intrinsic", - "name": "number" - } - ], - "name": "Iterable", - "package": "typescript" - } - }, - "6089": { - "id": 6089, - "name": "setTransform", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6090, - 6097 - ], - "inheritedFrom": { - "type": "reference", - "target": 6176, - "name": "CanvasTransform.setTransform" - } - }, - "6090": { - "id": 6090, - "name": "setTransform", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6091, - 6092, - 6093, - 6094, - 6095, - 6096 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6177, - "name": "CanvasTransform.setTransform" - } - }, - "6091": { - "id": 6091, - "name": "a", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6092": { - "id": 6092, - "name": "b", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6093": { - "id": 6093, - "name": "c", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6094": { - "id": 6094, - "name": "d", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6095": { - "id": 6095, - "name": "e", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6096": { - "id": 6096, - "name": "f", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6097": { - "id": 6097, - "name": "setTransform", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6098 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6184, - "name": "CanvasTransform.setTransform" - } - }, - "6098": { - "id": 6098, - "name": "transform", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 7003, - "name": "DOMMatrix2DInit", - "package": "typescript" - } - }, - "6099": { - "id": 6099, - "name": "stroke", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6100, - 6101 - ], - "inheritedFrom": { - "type": "reference", - "target": 5753, - "name": "CanvasDrawPath.stroke" - } - }, - "6100": { - "id": 6100, - "name": "stroke", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 5754, - "name": "CanvasDrawPath.stroke" - } - }, - "6101": { - "id": 6101, - "name": "stroke", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6102 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 5755, - "name": "CanvasDrawPath.stroke" - } - }, - "6102": { - "id": 6102, - "name": "path", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75383, - "name": "Path2D", - "package": "typescript" - } - }, - "6103": { - "id": 6103, - "name": "strokeRect", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6104 - ], - "inheritedFrom": { - "type": "reference", - "target": 5838, - "name": "CanvasRect.strokeRect" - } - }, - "6104": { - "id": 6104, - "name": "strokeRect", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6105, - 6106, - 6107, - 6108 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 5839, - "name": "CanvasRect.strokeRect" - } - }, - "6105": { - "id": 6105, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6106": { - "id": 6106, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6107": { - "id": 6107, - "name": "w", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6108": { - "id": 6108, - "name": "h", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6109": { - "id": 6109, - "name": "strokeText", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6110 - ], - "inheritedFrom": { - "type": "reference", - "target": 6152, - "name": "CanvasText.strokeText" - } - }, - "6110": { - "id": 6110, - "name": "strokeText", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6111, - 6112, - 6113, - 6114 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6153, - "name": "CanvasText.strokeText" - } - }, - "6111": { - "id": 6111, - "name": "text", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "6112": { - "id": 6112, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6113": { - "id": 6113, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6114": { - "id": 6114, - "name": "maxWidth", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6115": { - "id": 6115, - "name": "transform", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6116 - ], - "inheritedFrom": { - "type": "reference", - "target": 6186, - "name": "CanvasTransform.transform" - } - }, - "6116": { - "id": 6116, - "name": "transform", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6117, - 6118, - 6119, - 6120, - 6121, - 6122 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6187, - "name": "CanvasTransform.transform" - } - }, - "6117": { - "id": 6117, - "name": "a", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6118": { - "id": 6118, - "name": "b", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6119": { - "id": 6119, - "name": "c", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6120": { - "id": 6120, - "name": "d", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6121": { - "id": 6121, - "name": "e", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6122": { - "id": 6122, - "name": "f", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6123": { - "id": 6123, - "name": "translate", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6124 - ], - "inheritedFrom": { - "type": "reference", - "target": 6194, - "name": "CanvasTransform.translate" - } - }, - "6124": { - "id": 6124, - "name": "translate", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6125, - 6126 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6195, - "name": "CanvasTransform.translate" - } - }, - "6125": { - "id": 6125, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6126": { - "id": 6126, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6127": { - "id": 6127, - "name": "CanvasRenderingContext2DSettings", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 6128, - 6129, - 6130, - 6131 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 6128, - 6129, - 6130, - 6131 - ] - } - ] - }, - "6128": { - "id": 6128, - "name": "alpha", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "6129": { - "id": 6129, - "name": "colorSpace", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 146942, - "name": "PredefinedColorSpace", - "package": "typescript" - } - }, - "6130": { - "id": 6130, - "name": "desynchronized", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "6131": { - "id": 6131, - "name": "willReadFrequently", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "6335": { - "id": 6335, - "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." - } - ] - }, - "children": [ - 6336, - 6337, - 6338, - 6339, - 6340, - 6341, - 6342, - 6343, - 6344, - 6345, - 6346, - 6347, - 6348, - 6349, - 6350, - 6351, - 6352, - 6353, - 6354, - 6355, - 6356, - 6357, - 6358, - 6359, - 6360, - 6361, - 6362, - 6363, - 6364, - 6365, - 6366, - 6367, - 6368, - 6373, - 6376, - 6380, - 6383, - 6386, - 6389, - 6392, - 6395, - 6398, - 6400, - 6405, - 6408, - 6411, - 6414, - 6417, - 6420, - 6422, - 6424, - 6428, - 6433, - 6438 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 6336, - 6337, - 6338, - 6339, - 6340, - 6341, - 6342, - 6343, - 6344, - 6345, - 6346, - 6347, - 6348, - 6349, - 6350, - 6351, - 6352, - 6353, - 6354, - 6355, - 6356, - 6357, - 6358, - 6359, - 6360, - 6361, - 6362, - 6363, - 6364, - 6365, - 6366, - 6367 - ] - }, - { - "title": "Methods", - "children": [ - 6368, - 6373, - 6376, - 6380, - 6383, - 6386, - 6389, - 6392, - 6395, - 6398, - 6400, - 6405, - 6408, - 6411, - 6414, - 6417, - 6420, - 6422, - 6424, - 6428, - 6433, - 6438 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 8882, - "name": "Element" - }, - { - "type": "reference", - "target": 8618, - "name": "DocumentType" - }, - { - "type": "reference", - "target": 6205, - "name": "CharacterData" - } - ] - }, - "6336": { - "id": 6336, - "name": "ATTRIBUTE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74686, - "name": "Node.ATTRIBUTE_NODE" - } - }, - "6337": { - "id": 6337, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74687, - "name": "Node.CDATA_SECTION_NODE" - } - }, - "6338": { - "id": 6338, - "name": "COMMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Comment node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74688, - "name": "Node.COMMENT_NODE" - } - }, - "6339": { - "id": 6339, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74689, - "name": "Node.DOCUMENT_FRAGMENT_NODE" - } - }, - "6340": { - "id": 6340, - "name": "DOCUMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a document." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74690, - "name": "Node.DOCUMENT_NODE" - } - }, - "6341": { - "id": 6341, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74691, - "name": "Node.DOCUMENT_POSITION_CONTAINED_BY" - } - }, - "6342": { - "id": 6342, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74692, - "name": "Node.DOCUMENT_POSITION_CONTAINS" - } - }, - "6343": { - "id": 6343, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74693, - "name": "Node.DOCUMENT_POSITION_DISCONNECTED" - } - }, - "6344": { - "id": 6344, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74694, - "name": "Node.DOCUMENT_POSITION_FOLLOWING" - } - }, - "6345": { - "id": 6345, - "name": "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74695, - "name": "Node.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" - } - }, - "6346": { - "id": 6346, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74696, - "name": "Node.DOCUMENT_POSITION_PRECEDING" - } - }, - "6347": { - "id": 6347, - "name": "DOCUMENT_TYPE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a doctype." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74697, - "name": "Node.DOCUMENT_TYPE_NODE" - } - }, - "6348": { - "id": 6348, - "name": "ELEMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is an element." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74698, - "name": "Node.ELEMENT_NODE" - } - }, - "6349": { - "id": 6349, - "name": "ENTITY_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74699, - "name": "Node.ENTITY_NODE" - } - }, - "6350": { - "id": 6350, - "name": "ENTITY_REFERENCE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74700, - "name": "Node.ENTITY_REFERENCE_NODE" - } - }, - "6351": { - "id": 6351, - "name": "NOTATION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74701, - "name": "Node.NOTATION_NODE" - } - }, - "6352": { - "id": 6352, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74702, - "name": "Node.PROCESSING_INSTRUCTION_NODE" - } - }, - "6353": { - "id": 6353, - "name": "TEXT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Text node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74703, - "name": "Node.TEXT_NODE" - } - }, - "6354": { - "id": 6354, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 74704, - "name": "Node.baseURI" - } - }, - "6355": { - "id": 6355, - "name": "childNodes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the children." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 74705, - "name": "Node.childNodes" - } - }, - "6356": { - "id": 6356, - "name": "firstChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 74706, - "name": "Node.firstChild" - } - }, - "6357": { - "id": 6357, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 74707, - "name": "Node.isConnected" - } - }, - "6358": { - "id": 6358, - "name": "lastChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 74708, - "name": "Node.lastChild" - } - }, - "6359": { - "id": 6359, - "name": "nextSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the next sibling." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 74709, - "name": "Node.nextSibling" - } - }, - "6360": { - "id": 6360, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 74710, - "name": "Node.nodeName" - } - }, - "6361": { - "id": 6361, - "name": "nodeType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74711, - "name": "Node.nodeType" - } - }, - "6362": { - "id": 6362, - "name": "nodeValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 74712, - "name": "Node.nodeValue" - } - }, - "6363": { - "id": 6363, - "name": "ownerDocument", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the node document. Returns null for documents." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 7307, - "name": "Document", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 74713, - "name": "Node.ownerDocument" - } - }, - "6364": { - "id": 6364, - "name": "parentElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent element." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 74714, - "name": "Node.parentElement" - } - }, - "6365": { - "id": 6365, - "name": "parentNode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 75255, - "name": "ParentNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 74715, - "name": "Node.parentNode" - } - }, - "6366": { - "id": 6366, - "name": "previousSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the previous sibling." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 74716, - "name": "Node.previousSibling" - } - }, - "6367": { - "id": 6367, - "name": "textContent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 74717, - "name": "Node.textContent" - } - }, - "6368": { - "id": 6368, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6369 - ], - "inheritedFrom": { - "type": "reference", - "target": 74718, - "name": "Node.addEventListener" - } - }, - "6369": { - "id": 6369, - "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." - } - ] - }, - "parameters": [ - 6370, - 6371, - 6372 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 74719, - "name": "Node.addEventListener" - } - }, - "6370": { - "id": 6370, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "6371": { - "id": 6371, - "name": "callback", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - ] - } - }, - "6372": { - "id": 6372, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 4983, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "6373": { - "id": 6373, - "name": "after", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6374 - ] - }, - "6374": { - "id": 6374, - "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." - } - ] - }, - "parameters": [ - 6375 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "6375": { - "id": 6375, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "6376": { - "id": 6376, - "name": "appendChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6377 - ], - "inheritedFrom": { - "type": "reference", - "target": 74723, - "name": "Node.appendChild" - } - }, - "6377": { - "id": 6377, - "name": "appendChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 6378 - ], - "parameters": [ - 6379 - ], - "type": { - "type": "reference", - "target": 17530, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 74724, - "name": "Node.appendChild" - } - }, - "6379": { - "id": 6379, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17530, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "6380": { - "id": 6380, - "name": "before", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6381 - ] - }, - "6381": { - "id": 6381, - "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." - } - ] - }, - "parameters": [ - 6382 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "6382": { - "id": 6382, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "6383": { - "id": 6383, - "name": "cloneNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6384 - ], - "inheritedFrom": { - "type": "reference", - "target": 74727, - "name": "Node.cloneNode" - } - }, - "6384": { - "id": 6384, - "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." - } - ] - }, - "parameters": [ - 6385 - ], - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 74728, - "name": "Node.cloneNode" - } - }, - "6385": { - "id": 6385, - "name": "deep", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "6386": { - "id": 6386, - "name": "compareDocumentPosition", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6387 - ], - "inheritedFrom": { - "type": "reference", - "target": 74730, - "name": "Node.compareDocumentPosition" - } - }, - "6387": { - "id": 6387, - "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." - } - ] - }, - "parameters": [ - 6388 - ], - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74731, - "name": "Node.compareDocumentPosition" - } - }, - "6388": { - "id": 6388, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "6389": { - "id": 6389, - "name": "contains", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6390 - ], - "inheritedFrom": { - "type": "reference", - "target": 74733, - "name": "Node.contains" - } - }, - "6390": { - "id": 6390, - "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." - } - ] - }, - "parameters": [ - 6391 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 74734, - "name": "Node.contains" - } - }, - "6391": { - "id": 6391, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "6392": { - "id": 6392, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6393 - ], - "inheritedFrom": { - "type": "reference", - "target": 74736, - "name": "Node.dispatchEvent" - } - }, - "6393": { - "id": 6393, - "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." - } - ] - }, - "parameters": [ - 6394 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 74737, - "name": "Node.dispatchEvent" - } - }, - "6394": { - "id": 6394, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "6395": { - "id": 6395, - "name": "getRootNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6396 - ], - "inheritedFrom": { - "type": "reference", - "target": 74739, - "name": "Node.getRootNode" - } - }, - "6396": { - "id": 6396, - "name": "getRootNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's root." - } - ] - }, - "parameters": [ - 6397 - ], - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 74740, - "name": "Node.getRootNode" - } - }, - "6397": { - "id": 6397, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9759, - "name": "GetRootNodeOptions", - "package": "typescript" - } - }, - "6398": { - "id": 6398, - "name": "hasChildNodes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6399 - ], - "inheritedFrom": { - "type": "reference", - "target": 74742, - "name": "Node.hasChildNodes" - } - }, - "6399": { - "id": 6399, - "name": "hasChildNodes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node has children." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 74743, - "name": "Node.hasChildNodes" - } - }, - "6400": { - "id": 6400, - "name": "insertBefore", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6401 - ], - "inheritedFrom": { - "type": "reference", - "target": 74744, - "name": "Node.insertBefore" - } - }, - "6401": { - "id": 6401, - "name": "insertBefore", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 6402 - ], - "parameters": [ - 6403, - 6404 - ], - "type": { - "type": "reference", - "target": 17664, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 74745, - "name": "Node.insertBefore" - } - }, - "6403": { - "id": 6403, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17664, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "6404": { - "id": 6404, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "6405": { - "id": 6405, - "name": "isDefaultNamespace", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6406 - ], - "inheritedFrom": { - "type": "reference", - "target": 74749, - "name": "Node.isDefaultNamespace" - } - }, - "6406": { - "id": 6406, - "name": "isDefaultNamespace", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6407 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 74750, - "name": "Node.isDefaultNamespace" - } - }, - "6407": { - "id": 6407, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "6408": { - "id": 6408, - "name": "isEqualNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6409 - ], - "inheritedFrom": { - "type": "reference", - "target": 74752, - "name": "Node.isEqualNode" - } - }, - "6409": { - "id": 6409, - "name": "isEqualNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node and otherNode have the same properties." - } - ] - }, - "parameters": [ - 6410 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 74753, - "name": "Node.isEqualNode" - } - }, - "6410": { - "id": 6410, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "6411": { - "id": 6411, - "name": "isSameNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6412 - ], - "inheritedFrom": { - "type": "reference", - "target": 74755, - "name": "Node.isSameNode" - } - }, - "6412": { - "id": 6412, - "name": "isSameNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6413 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 74756, - "name": "Node.isSameNode" - } - }, - "6413": { - "id": 6413, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "6414": { - "id": 6414, - "name": "lookupNamespaceURI", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6415 - ], - "inheritedFrom": { - "type": "reference", - "target": 74758, - "name": "Node.lookupNamespaceURI" - } - }, - "6415": { - "id": 6415, - "name": "lookupNamespaceURI", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6416 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 74759, - "name": "Node.lookupNamespaceURI" - } - }, - "6416": { - "id": 6416, - "name": "prefix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "6417": { - "id": 6417, - "name": "lookupPrefix", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6418 - ], - "inheritedFrom": { - "type": "reference", - "target": 74761, - "name": "Node.lookupPrefix" - } - }, - "6418": { - "id": 6418, - "name": "lookupPrefix", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6419 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 74762, - "name": "Node.lookupPrefix" - } - }, - "6419": { - "id": 6419, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "6420": { - "id": 6420, - "name": "normalize", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6421 - ], - "inheritedFrom": { - "type": "reference", - "target": 74764, - "name": "Node.normalize" - } - }, - "6421": { - "id": 6421, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 74765, - "name": "Node.normalize" - } - }, - "6422": { - "id": 6422, - "name": "remove", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6423 - ] - }, - "6423": { - "id": 6423, - "name": "remove", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "6424": { - "id": 6424, - "name": "removeChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6425 - ], - "inheritedFrom": { - "type": "reference", - "target": 74766, - "name": "Node.removeChild" - } - }, - "6425": { - "id": 6425, - "name": "removeChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 6426 - ], - "parameters": [ - 6427 - ], - "type": { - "type": "reference", - "target": 17727, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 74767, - "name": "Node.removeChild" - } - }, - "6427": { - "id": 6427, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17727, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "6428": { - "id": 6428, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6429 - ], - "inheritedFrom": { - "type": "reference", - "target": 74770, - "name": "Node.removeEventListener" - } - }, - "6429": { - "id": 6429, - "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." - } - ] - }, - "parameters": [ - 6430, - 6431, - 6432 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 74771, - "name": "Node.removeEventListener" - } - }, - "6430": { - "id": 6430, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "6431": { - "id": 6431, - "name": "callback", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - ] - } - }, - "6432": { - "id": 6432, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 9433, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "6433": { - "id": 6433, - "name": "replaceChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6434 - ], - "inheritedFrom": { - "type": "reference", - "target": 74775, - "name": "Node.replaceChild" - } - }, - "6434": { - "id": 6434, - "name": "replaceChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 6435 - ], - "parameters": [ - 6436, - 6437 - ], - "type": { - "type": "reference", - "target": 17745, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 74776, - "name": "Node.replaceChild" - } - }, - "6436": { - "id": 6436, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "6437": { - "id": 6437, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17745, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "6438": { - "id": 6438, - "name": "replaceWith", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6439 - ] - }, - "6439": { - "id": 6439, - "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." - } - ] - }, - "parameters": [ - 6440 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "6440": { - "id": 6440, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "6441": { - "id": 6441, - "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." - } - ] - }, - "children": [ - 6442, - 6443, - 6444, - 6445, - 6446, - 6447, - 6448, - 6449, - 6450, - 6451, - 6452, - 6453, - 6454, - 6455, - 6456, - 6457, - 6458, - 6459, - 6460, - 6462, - 6467, - 6469, - 6471 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 6442, - 6443, - 6444, - 6445, - 6446, - 6447, - 6448, - 6449, - 6450, - 6451, - 6452, - 6453, - 6454, - 6455, - 6456, - 6457, - 6458, - 6459 - ] - }, - { - "title": "Methods", - "children": [ - 6460, - 6462, - 6467, - 6469, - 6471 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - ] - }, - "6442": { - "id": 6442, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9389, - "name": "Event.AT_TARGET" - } - }, - "6443": { - "id": 6443, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9390, - "name": "Event.BUBBLING_PHASE" - } - }, - "6444": { - "id": 6444, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9391, - "name": "Event.CAPTURING_PHASE" - } - }, - "6445": { - "id": 6445, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9392, - "name": "Event.NONE" - } - }, - "6446": { - "id": 6446, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9393, - "name": "Event.bubbles" - } - }, - "6447": { - "id": 6447, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9394, - "name": "Event.cancelBubble" - } - }, - "6448": { - "id": 6448, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9395, - "name": "Event.cancelable" - } - }, - "6449": { - "id": 6449, - "name": "clipboardData", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 7184, - "name": "DataTransfer", - "package": "typescript" - } - ] - } - }, - "6450": { - "id": 6450, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9396, - "name": "Event.composed" - } - }, - "6451": { - "id": 6451, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9397, - "name": "Event.currentTarget" - } - }, - "6452": { - "id": 6452, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9398, - "name": "Event.defaultPrevented" - } - }, - "6453": { - "id": 6453, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9399, - "name": "Event.eventPhase" - } - }, - "6454": { - "id": 6454, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9400, - "name": "Event.isTrusted" - } - }, - "6455": { - "id": 6455, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9401, - "name": "Event.returnValue" - } - }, - "6456": { - "id": 6456, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9402, - "name": "Event.srcElement" - } - }, - "6457": { - "id": 6457, - "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)." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9403, - "name": "Event.target" - } - }, - "6458": { - "id": 6458, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9404, - "name": "Event.timeStamp" - } - }, - "6459": { - "id": 6459, - "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\"." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 9405, - "name": "Event.type" - } - }, - "6460": { - "id": 6460, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6461 - ], - "inheritedFrom": { - "type": "reference", - "target": 9406, - "name": "Event.composedPath" - } - }, - "6461": { - "id": 6461, - "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." - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 9407, - "name": "Event.composedPath" - } - }, - "6462": { - "id": 6462, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6463 - ], - "inheritedFrom": { - "type": "reference", - "target": 9408, - "name": "Event.initEvent" - } - }, - "6463": { - "id": 6463, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "parameters": [ - 6464, - 6465, - 6466 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9409, - "name": "Event.initEvent" - } - }, - "6464": { - "id": 6464, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "6465": { - "id": 6465, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "6466": { - "id": 6466, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "6467": { - "id": 6467, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6468 - ], - "inheritedFrom": { - "type": "reference", - "target": 9413, - "name": "Event.preventDefault" - } - }, - "6468": { - "id": 6468, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9414, - "name": "Event.preventDefault" - } - }, - "6469": { - "id": 6469, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6470 - ], - "inheritedFrom": { - "type": "reference", - "target": 9415, - "name": "Event.stopImmediatePropagation" - } - }, - "6470": { - "id": 6470, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9416, - "name": "Event.stopImmediatePropagation" - } - }, - "6471": { - "id": 6471, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6472 - ], - "inheritedFrom": { - "type": "reference", - "target": 9417, - "name": "Event.stopPropagation" - } - }, - "6472": { - "id": 6472, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9418, - "name": "Event.stopPropagation" - } - }, - "6478": { - "id": 6478, - "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." - } - ] - }, - "children": [ - 6479, - 6480, - 6481, - 6482, - 6483, - 6484, - 6485, - 6486, - 6487, - 6488, - 6489, - 6490, - 6491, - 6492, - 6493, - 6494, - 6495, - 6496, - 6497, - 6498, - 6499, - 6501, - 6506, - 6508, - 6510 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 6479, - 6480, - 6481, - 6482, - 6483, - 6484, - 6485, - 6486, - 6487, - 6488, - 6489, - 6490, - 6491, - 6492, - 6493, - 6494, - 6495, - 6496, - 6497, - 6498 - ] - }, - { - "title": "Methods", - "children": [ - 6499, - 6501, - 6506, - 6508, - 6510 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - ] - }, - "6479": { - "id": 6479, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9389, - "name": "Event.AT_TARGET" - } - }, - "6480": { - "id": 6480, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9390, - "name": "Event.BUBBLING_PHASE" - } - }, - "6481": { - "id": 6481, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9391, - "name": "Event.CAPTURING_PHASE" - } - }, - "6482": { - "id": 6482, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9392, - "name": "Event.NONE" - } - }, - "6483": { - "id": 6483, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9393, - "name": "Event.bubbles" - } - }, - "6484": { - "id": 6484, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9394, - "name": "Event.cancelBubble" - } - }, - "6485": { - "id": 6485, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9395, - "name": "Event.cancelable" - } - }, - "6486": { - "id": 6486, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6487": { - "id": 6487, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9396, - "name": "Event.composed" - } - }, - "6488": { - "id": 6488, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9397, - "name": "Event.currentTarget" - } - }, - "6489": { - "id": 6489, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9398, - "name": "Event.defaultPrevented" - } - }, - "6490": { - "id": 6490, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9399, - "name": "Event.eventPhase" - } - }, - "6491": { - "id": 6491, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9400, - "name": "Event.isTrusted" - } - }, - "6492": { - "id": 6492, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "6493": { - "id": 6493, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9401, - "name": "Event.returnValue" - } - }, - "6494": { - "id": 6494, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9402, - "name": "Event.srcElement" - } - }, - "6495": { - "id": 6495, - "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)." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9403, - "name": "Event.target" - } - }, - "6496": { - "id": 6496, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9404, - "name": "Event.timeStamp" - } - }, - "6497": { - "id": 6497, - "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\"." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 9405, - "name": "Event.type" - } - }, - "6498": { - "id": 6498, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "6499": { - "id": 6499, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6500 - ], - "inheritedFrom": { - "type": "reference", - "target": 9406, - "name": "Event.composedPath" - } - }, - "6500": { - "id": 6500, - "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." - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 9407, - "name": "Event.composedPath" - } - }, - "6501": { - "id": 6501, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6502 - ], - "inheritedFrom": { - "type": "reference", - "target": 9408, - "name": "Event.initEvent" - } - }, - "6502": { - "id": 6502, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "parameters": [ - 6503, - 6504, - 6505 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9409, - "name": "Event.initEvent" - } - }, - "6503": { - "id": 6503, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "6504": { - "id": 6504, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "6505": { - "id": 6505, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "6506": { - "id": 6506, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6507 - ], - "inheritedFrom": { - "type": "reference", - "target": 9413, - "name": "Event.preventDefault" - } - }, - "6507": { - "id": 6507, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9414, - "name": "Event.preventDefault" - } - }, - "6508": { - "id": 6508, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6509 - ], - "inheritedFrom": { - "type": "reference", - "target": 9415, - "name": "Event.stopImmediatePropagation" - } - }, - "6509": { - "id": 6509, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9416, - "name": "Event.stopImmediatePropagation" - } - }, - "6510": { - "id": 6510, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6511 - ], - "inheritedFrom": { - "type": "reference", - "target": 9417, - "name": "Event.stopPropagation" - } - }, - "6511": { - "id": 6511, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9418, - "name": "Event.stopPropagation" - } - }, - "6519": { - "id": 6519, - "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." - } - ] - }, - "children": [ - 6520, - 6521, - 6522, - 6523, - 6524, - 6525, - 6526, - 6527, - 6528, - 6529, - 6530, - 6531, - 6532, - 6533, - 6534, - 6535, - 6536, - 6537, - 6538, - 6539, - 6540, - 6541, - 6542, - 6543, - 6544, - 6545, - 6546, - 6547, - 6548, - 6549, - 6550, - 6551, - 6552, - 6553, - 6554, - 6555, - 6556, - 6561, - 6564, - 6568, - 6571, - 6574, - 6577, - 6580, - 6583, - 6587, - 6590, - 6593, - 6595, - 6600, - 6604, - 6607, - 6610, - 6613, - 6616, - 6619, - 6621, - 6623, - 6627, - 6632, - 6637, - 6642, - 6645 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 6520, - 6521, - 6522, - 6523, - 6524, - 6525, - 6526, - 6527, - 6528, - 6529, - 6530, - 6531, - 6532, - 6533, - 6534, - 6535, - 6536, - 6537, - 6538, - 6539, - 6540, - 6541, - 6542, - 6543, - 6544, - 6545, - 6546, - 6547, - 6548, - 6549, - 6550, - 6551, - 6552, - 6553, - 6554, - 6555 - ] - }, - { - "title": "Methods", - "children": [ - 6556, - 6561, - 6564, - 6568, - 6571, - 6574, - 6577, - 6580, - 6583, - 6587, - 6590, - 6593, - 6595, - 6600, - 6604, - 6607, - 6610, - 6613, - 6616, - 6619, - 6621, - 6623, - 6627, - 6632, - 6637, - 6642, - 6645 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 6205, - "name": "CharacterData", - "package": "typescript" - } - ] - }, - "6520": { - "id": 6520, - "name": "ATTRIBUTE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6206, - "name": "CharacterData.ATTRIBUTE_NODE" - } - }, - "6521": { - "id": 6521, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6207, - "name": "CharacterData.CDATA_SECTION_NODE" - } - }, - "6522": { - "id": 6522, - "name": "COMMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Comment node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6208, - "name": "CharacterData.COMMENT_NODE" - } - }, - "6523": { - "id": 6523, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6209, - "name": "CharacterData.DOCUMENT_FRAGMENT_NODE" - } - }, - "6524": { - "id": 6524, - "name": "DOCUMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a document." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6210, - "name": "CharacterData.DOCUMENT_NODE" - } - }, - "6525": { - "id": 6525, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6211, - "name": "CharacterData.DOCUMENT_POSITION_CONTAINED_BY" - } - }, - "6526": { - "id": 6526, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6212, - "name": "CharacterData.DOCUMENT_POSITION_CONTAINS" - } - }, - "6527": { - "id": 6527, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6213, - "name": "CharacterData.DOCUMENT_POSITION_DISCONNECTED" - } - }, - "6528": { - "id": 6528, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6214, - "name": "CharacterData.DOCUMENT_POSITION_FOLLOWING" - } - }, - "6529": { - "id": 6529, - "name": "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6215, - "name": "CharacterData.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" - } - }, - "6530": { - "id": 6530, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6216, - "name": "CharacterData.DOCUMENT_POSITION_PRECEDING" - } - }, - "6531": { - "id": 6531, - "name": "DOCUMENT_TYPE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a doctype." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6217, - "name": "CharacterData.DOCUMENT_TYPE_NODE" - } - }, - "6532": { - "id": 6532, - "name": "ELEMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is an element." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6218, - "name": "CharacterData.ELEMENT_NODE" - } - }, - "6533": { - "id": 6533, - "name": "ENTITY_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6219, - "name": "CharacterData.ENTITY_NODE" - } - }, - "6534": { - "id": 6534, - "name": "ENTITY_REFERENCE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6220, - "name": "CharacterData.ENTITY_REFERENCE_NODE" - } - }, - "6535": { - "id": 6535, - "name": "NOTATION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6221, - "name": "CharacterData.NOTATION_NODE" - } - }, - "6536": { - "id": 6536, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6222, - "name": "CharacterData.PROCESSING_INSTRUCTION_NODE" - } - }, - "6537": { - "id": 6537, - "name": "TEXT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Text node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6223, - "name": "CharacterData.TEXT_NODE" - } - }, - "6538": { - "id": 6538, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 6224, - "name": "CharacterData.baseURI" - } - }, - "6539": { - "id": 6539, - "name": "childNodes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the children." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 6225, - "name": "CharacterData.childNodes" - } - }, - "6540": { - "id": 6540, - "name": "data", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 6226, - "name": "CharacterData.data" - } - }, - "6541": { - "id": 6541, - "name": "firstChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 6227, - "name": "CharacterData.firstChild" - } - }, - "6542": { - "id": 6542, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 6228, - "name": "CharacterData.isConnected" - } - }, - "6543": { - "id": 6543, - "name": "lastChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 6229, - "name": "CharacterData.lastChild" - } - }, - "6544": { - "id": 6544, - "name": "length", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6230, - "name": "CharacterData.length" - } - }, - "6545": { - "id": 6545, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 6231, - "name": "CharacterData.nextElementSibling" - } - }, - "6546": { - "id": 6546, - "name": "nextSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the next sibling." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 6232, - "name": "CharacterData.nextSibling" - } - }, - "6547": { - "id": 6547, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 6233, - "name": "CharacterData.nodeName" - } - }, - "6548": { - "id": 6548, - "name": "nodeType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6234, - "name": "CharacterData.nodeType" - } - }, - "6549": { - "id": 6549, - "name": "nodeValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 6235, - "name": "CharacterData.nodeValue" - } - }, - "6550": { - "id": 6550, - "name": "ownerDocument", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the node document. Returns null for documents." - } - ] - }, - "type": { - "type": "reference", - "target": 7307, - "name": "Document", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 6236, - "name": "CharacterData.ownerDocument" - } - }, - "6551": { - "id": 6551, - "name": "parentElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent element." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 6237, - "name": "CharacterData.parentElement" - } - }, - "6552": { - "id": 6552, - "name": "parentNode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 75255, - "name": "ParentNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 6238, - "name": "CharacterData.parentNode" - } - }, - "6553": { - "id": 6553, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 6239, - "name": "CharacterData.previousElementSibling" - } - }, - "6554": { - "id": 6554, - "name": "previousSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the previous sibling." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 6240, - "name": "CharacterData.previousSibling" - } - }, - "6555": { - "id": 6555, - "name": "textContent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 6241, - "name": "CharacterData.textContent" - } - }, - "6556": { - "id": 6556, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6557 - ], - "inheritedFrom": { - "type": "reference", - "target": 6242, - "name": "CharacterData.addEventListener" - } - }, - "6557": { - "id": 6557, - "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." - } - ] - }, - "parameters": [ - 6558, - 6559, - 6560 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6243, - "name": "CharacterData.addEventListener" - } - }, - "6558": { - "id": 6558, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "6559": { - "id": 6559, - "name": "callback", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - ] - } - }, - "6560": { - "id": 6560, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 4983, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "6561": { - "id": 6561, - "name": "after", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6562 - ], - "inheritedFrom": { - "type": "reference", - "target": 6247, - "name": "CharacterData.after" - } - }, - "6562": { - "id": 6562, - "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." - } - ] - }, - "parameters": [ - 6563 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6248, - "name": "CharacterData.after" - } - }, - "6563": { - "id": 6563, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "6564": { - "id": 6564, - "name": "appendChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6565 - ], - "inheritedFrom": { - "type": "reference", - "target": 6250, - "name": "CharacterData.appendChild" - } - }, - "6565": { - "id": 6565, - "name": "appendChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 6566 - ], - "parameters": [ - 6567 - ], - "type": { - "type": "reference", - "target": 17530, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 6251, - "name": "CharacterData.appendChild" - } - }, - "6567": { - "id": 6567, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17530, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "6568": { - "id": 6568, - "name": "appendData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6569 - ], - "inheritedFrom": { - "type": "reference", - "target": 6254, - "name": "CharacterData.appendData" - } - }, - "6569": { - "id": 6569, - "name": "appendData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6570 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6255, - "name": "CharacterData.appendData" - } - }, - "6570": { - "id": 6570, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "6571": { - "id": 6571, - "name": "before", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6572 - ], - "inheritedFrom": { - "type": "reference", - "target": 6257, - "name": "CharacterData.before" - } - }, - "6572": { - "id": 6572, - "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." - } - ] - }, - "parameters": [ - 6573 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6258, - "name": "CharacterData.before" - } - }, - "6573": { - "id": 6573, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "6574": { - "id": 6574, - "name": "cloneNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6575 - ], - "inheritedFrom": { - "type": "reference", - "target": 6260, - "name": "CharacterData.cloneNode" - } - }, - "6575": { - "id": 6575, - "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." - } - ] - }, - "parameters": [ - 6576 - ], - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 6261, - "name": "CharacterData.cloneNode" - } - }, - "6576": { - "id": 6576, - "name": "deep", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "6577": { - "id": 6577, - "name": "compareDocumentPosition", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6578 - ], - "inheritedFrom": { - "type": "reference", - "target": 6263, - "name": "CharacterData.compareDocumentPosition" - } - }, - "6578": { - "id": 6578, - "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." - } - ] - }, - "parameters": [ - 6579 - ], - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6264, - "name": "CharacterData.compareDocumentPosition" - } - }, - "6579": { - "id": 6579, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "6580": { - "id": 6580, - "name": "contains", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6581 - ], - "inheritedFrom": { - "type": "reference", - "target": 6266, - "name": "CharacterData.contains" - } - }, - "6581": { - "id": 6581, - "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." - } - ] - }, - "parameters": [ - 6582 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 6267, - "name": "CharacterData.contains" - } - }, - "6582": { - "id": 6582, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "6583": { - "id": 6583, - "name": "deleteData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6584 - ], - "inheritedFrom": { - "type": "reference", - "target": 6269, - "name": "CharacterData.deleteData" - } - }, - "6584": { - "id": 6584, - "name": "deleteData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6585, - 6586 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6270, - "name": "CharacterData.deleteData" - } - }, - "6585": { - "id": 6585, - "name": "offset", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6586": { - "id": 6586, - "name": "count", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6587": { - "id": 6587, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6588 - ], - "inheritedFrom": { - "type": "reference", - "target": 6273, - "name": "CharacterData.dispatchEvent" - } - }, - "6588": { - "id": 6588, - "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." - } - ] - }, - "parameters": [ - 6589 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 6274, - "name": "CharacterData.dispatchEvent" - } - }, - "6589": { - "id": 6589, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "6590": { - "id": 6590, - "name": "getRootNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6591 - ], - "inheritedFrom": { - "type": "reference", - "target": 6276, - "name": "CharacterData.getRootNode" - } - }, - "6591": { - "id": 6591, - "name": "getRootNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's root." - } - ] - }, - "parameters": [ - 6592 - ], - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 6277, - "name": "CharacterData.getRootNode" - } - }, - "6592": { - "id": 6592, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9759, - "name": "GetRootNodeOptions", - "package": "typescript" - } - }, - "6593": { - "id": 6593, - "name": "hasChildNodes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6594 - ], - "inheritedFrom": { - "type": "reference", - "target": 6279, - "name": "CharacterData.hasChildNodes" - } - }, - "6594": { - "id": 6594, - "name": "hasChildNodes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node has children." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 6280, - "name": "CharacterData.hasChildNodes" - } - }, - "6595": { - "id": 6595, - "name": "insertBefore", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6596 - ], - "inheritedFrom": { - "type": "reference", - "target": 6281, - "name": "CharacterData.insertBefore" - } - }, - "6596": { - "id": 6596, - "name": "insertBefore", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 6597 - ], - "parameters": [ - 6598, - 6599 - ], - "type": { - "type": "reference", - "target": 17664, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 6282, - "name": "CharacterData.insertBefore" - } - }, - "6598": { - "id": 6598, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17664, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "6599": { - "id": 6599, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "6600": { - "id": 6600, - "name": "insertData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6601 - ], - "inheritedFrom": { - "type": "reference", - "target": 6286, - "name": "CharacterData.insertData" - } - }, - "6601": { - "id": 6601, - "name": "insertData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6602, - 6603 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6287, - "name": "CharacterData.insertData" - } - }, - "6602": { - "id": 6602, - "name": "offset", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6603": { - "id": 6603, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "6604": { - "id": 6604, - "name": "isDefaultNamespace", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6605 - ], - "inheritedFrom": { - "type": "reference", - "target": 6290, - "name": "CharacterData.isDefaultNamespace" - } - }, - "6605": { - "id": 6605, - "name": "isDefaultNamespace", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6606 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 6291, - "name": "CharacterData.isDefaultNamespace" - } - }, - "6606": { - "id": 6606, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "6607": { - "id": 6607, - "name": "isEqualNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6608 - ], - "inheritedFrom": { - "type": "reference", - "target": 6293, - "name": "CharacterData.isEqualNode" - } - }, - "6608": { - "id": 6608, - "name": "isEqualNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node and otherNode have the same properties." - } - ] - }, - "parameters": [ - 6609 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 6294, - "name": "CharacterData.isEqualNode" - } - }, - "6609": { - "id": 6609, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "6610": { - "id": 6610, - "name": "isSameNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6611 - ], - "inheritedFrom": { - "type": "reference", - "target": 6296, - "name": "CharacterData.isSameNode" - } - }, - "6611": { - "id": 6611, - "name": "isSameNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6612 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 6297, - "name": "CharacterData.isSameNode" - } - }, - "6612": { - "id": 6612, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "6613": { - "id": 6613, - "name": "lookupNamespaceURI", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6614 - ], - "inheritedFrom": { - "type": "reference", - "target": 6299, - "name": "CharacterData.lookupNamespaceURI" - } - }, - "6614": { - "id": 6614, - "name": "lookupNamespaceURI", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6615 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 6300, - "name": "CharacterData.lookupNamespaceURI" - } - }, - "6615": { - "id": 6615, - "name": "prefix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "6616": { - "id": 6616, - "name": "lookupPrefix", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6617 - ], - "inheritedFrom": { - "type": "reference", - "target": 6302, - "name": "CharacterData.lookupPrefix" - } - }, - "6617": { - "id": 6617, - "name": "lookupPrefix", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6618 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 6303, - "name": "CharacterData.lookupPrefix" - } - }, - "6618": { - "id": 6618, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "6619": { - "id": 6619, - "name": "normalize", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6620 - ], - "inheritedFrom": { - "type": "reference", - "target": 6305, - "name": "CharacterData.normalize" - } - }, - "6620": { - "id": 6620, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6306, - "name": "CharacterData.normalize" - } - }, - "6621": { - "id": 6621, - "name": "remove", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6622 - ], - "inheritedFrom": { - "type": "reference", - "target": 6307, - "name": "CharacterData.remove" - } - }, - "6622": { - "id": 6622, - "name": "remove", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6308, - "name": "CharacterData.remove" - } - }, - "6623": { - "id": 6623, - "name": "removeChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6624 - ], - "inheritedFrom": { - "type": "reference", - "target": 6309, - "name": "CharacterData.removeChild" - } - }, - "6624": { - "id": 6624, - "name": "removeChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 6625 - ], - "parameters": [ - 6626 - ], - "type": { - "type": "reference", - "target": 17727, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 6310, - "name": "CharacterData.removeChild" - } - }, - "6626": { - "id": 6626, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17727, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "6627": { - "id": 6627, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6628 - ], - "inheritedFrom": { - "type": "reference", - "target": 6313, - "name": "CharacterData.removeEventListener" - } - }, - "6628": { - "id": 6628, - "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." - } - ] - }, - "parameters": [ - 6629, - 6630, - 6631 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6314, - "name": "CharacterData.removeEventListener" - } - }, - "6629": { - "id": 6629, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "6630": { - "id": 6630, - "name": "callback", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - ] - } - }, - "6631": { - "id": 6631, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 9433, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "6632": { - "id": 6632, - "name": "replaceChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6633 - ], - "inheritedFrom": { - "type": "reference", - "target": 6318, - "name": "CharacterData.replaceChild" - } - }, - "6633": { - "id": 6633, - "name": "replaceChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 6634 - ], - "parameters": [ - 6635, - 6636 - ], - "type": { - "type": "reference", - "target": 17745, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 6319, - "name": "CharacterData.replaceChild" - } - }, - "6635": { - "id": 6635, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "6636": { - "id": 6636, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17745, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "6637": { - "id": 6637, - "name": "replaceData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6638 - ], - "inheritedFrom": { - "type": "reference", - "target": 6323, - "name": "CharacterData.replaceData" - } - }, - "6638": { - "id": 6638, - "name": "replaceData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6639, - 6640, - 6641 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6324, - "name": "CharacterData.replaceData" - } - }, - "6639": { - "id": 6639, - "name": "offset", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6640": { - "id": 6640, - "name": "count", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6641": { - "id": 6641, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "6642": { - "id": 6642, - "name": "replaceWith", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6643 - ], - "inheritedFrom": { - "type": "reference", - "target": 6328, - "name": "CharacterData.replaceWith" - } - }, - "6643": { - "id": 6643, - "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." - } - ] - }, - "parameters": [ - 6644 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6329, - "name": "CharacterData.replaceWith" - } - }, - "6644": { - "id": 6644, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "6645": { - "id": 6645, - "name": "substringData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6646 - ], - "inheritedFrom": { - "type": "reference", - "target": 6331, - "name": "CharacterData.substringData" - } - }, - "6646": { - "id": 6646, - "name": "substringData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6647, - 6648 - ], - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 6332, - "name": "CharacterData.substringData" - } - }, - "6647": { - "id": 6647, - "name": "offset", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6648": { - "id": 6648, - "name": "count", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6649": { - "id": 6649, - "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." - } - ] - }, - "children": [ - 6650, - 6651, - 6652, - 6653, - 6654, - 6655, - 6656, - 6657, - 6658, - 6659, - 6660, - 6661, - 6662, - 6663, - 6664, - 6665, - 6666, - 6667, - 6668, - 6669, - 6670, - 6671, - 6673, - 6680, - 6685, - 6692, - 6694, - 6696 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 6650, - 6651, - 6652, - 6653, - 6654, - 6655, - 6656, - 6657, - 6658, - 6659, - 6660, - 6661, - 6662, - 6663, - 6664, - 6665, - 6666, - 6667, - 6668, - 6669, - 6670 - ] - }, - { - "title": "Methods", - "children": [ - 6671, - 6673, - 6680, - 6685, - 6692, - 6694, - 6696 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 141101, - "name": "UIEvent", - "package": "typescript" - } - ] - }, - "6650": { - "id": 6650, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 141102, - "name": "UIEvent.AT_TARGET" - } - }, - "6651": { - "id": 6651, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 141103, - "name": "UIEvent.BUBBLING_PHASE" - } - }, - "6652": { - "id": 6652, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 141104, - "name": "UIEvent.CAPTURING_PHASE" - } - }, - "6653": { - "id": 6653, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 141105, - "name": "UIEvent.NONE" - } - }, - "6654": { - "id": 6654, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 141106, - "name": "UIEvent.bubbles" - } - }, - "6655": { - "id": 6655, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 141107, - "name": "UIEvent.cancelBubble" - } - }, - "6656": { - "id": 6656, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 141108, - "name": "UIEvent.cancelable" - } - }, - "6657": { - "id": 6657, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 141109, - "name": "UIEvent.composed" - } - }, - "6658": { - "id": 6658, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 141110, - "name": "UIEvent.currentTarget" - } - }, - "6659": { - "id": 6659, - "name": "data", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "6660": { - "id": 6660, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 141111, - "name": "UIEvent.defaultPrevented" - } - }, - "6661": { - "id": 6661, - "name": "detail", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 141112, - "name": "UIEvent.detail" - } - }, - "6662": { - "id": 6662, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 141113, - "name": "UIEvent.eventPhase" - } - }, - "6663": { - "id": 6663, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 141114, - "name": "UIEvent.isTrusted" - } - }, - "6664": { - "id": 6664, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 141115, - "name": "UIEvent.returnValue" - } - }, - "6665": { - "id": 6665, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 141116, - "name": "UIEvent.srcElement" - } - }, - "6666": { - "id": 6666, - "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)." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 141117, - "name": "UIEvent.target" - } - }, - "6667": { - "id": 6667, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 141118, - "name": "UIEvent.timeStamp" - } - }, - "6668": { - "id": 6668, - "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\"." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 141119, - "name": "UIEvent.type" - } - }, - "6669": { - "id": 6669, - "name": "view", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 144646, - "name": "Window", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 141120, - "name": "UIEvent.view" - } - }, - "6670": { - "id": 6670, - "name": "which", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 141121, - "name": "UIEvent.which" - } - }, - "6671": { - "id": 6671, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6672 - ], - "inheritedFrom": { - "type": "reference", - "target": 141122, - "name": "UIEvent.composedPath" - } - }, - "6672": { - "id": 6672, - "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." - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 141123, - "name": "UIEvent.composedPath" - } - }, - "6673": { - "id": 6673, - "name": "initCompositionEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6674 - ] - }, - "6674": { - "id": 6674, - "name": "initCompositionEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "parameters": [ - 6675, - 6676, - 6677, - 6678, - 6679 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "6675": { - "id": 6675, - "name": "typeArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "6676": { - "id": 6676, - "name": "bubblesArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "6677": { - "id": 6677, - "name": "cancelableArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "6678": { - "id": 6678, - "name": "viewArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 144646, - "name": "Window", - "package": "typescript" - } - ] - } - }, - "6679": { - "id": 6679, - "name": "dataArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "6680": { - "id": 6680, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6681 - ], - "inheritedFrom": { - "type": "reference", - "target": 141124, - "name": "UIEvent.initEvent" - } - }, - "6681": { - "id": 6681, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "parameters": [ - 6682, - 6683, - 6684 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 141125, - "name": "UIEvent.initEvent" - } - }, - "6682": { - "id": 6682, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "6683": { - "id": 6683, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "6684": { - "id": 6684, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "6685": { - "id": 6685, - "name": "initUIEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6686 - ], - "inheritedFrom": { - "type": "reference", - "target": 141129, - "name": "UIEvent.initUIEvent" - } - }, - "6686": { - "id": 6686, - "name": "initUIEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "parameters": [ - 6687, - 6688, - 6689, - 6690, - 6691 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 141130, - "name": "UIEvent.initUIEvent" - } - }, - "6687": { - "id": 6687, - "name": "typeArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "6688": { - "id": 6688, - "name": "bubblesArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "6689": { - "id": 6689, - "name": "cancelableArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "6690": { - "id": 6690, - "name": "viewArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 144646, - "name": "Window", - "package": "typescript" - } - ] - } - }, - "6691": { - "id": 6691, - "name": "detailArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6692": { - "id": 6692, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6693 - ], - "inheritedFrom": { - "type": "reference", - "target": 141136, - "name": "UIEvent.preventDefault" - } - }, - "6693": { - "id": 6693, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 141137, - "name": "UIEvent.preventDefault" - } - }, - "6694": { - "id": 6694, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6695 - ], - "inheritedFrom": { - "type": "reference", - "target": 141138, - "name": "UIEvent.stopImmediatePropagation" - } - }, - "6695": { - "id": 6695, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 141139, - "name": "UIEvent.stopImmediatePropagation" - } - }, - "6696": { - "id": 6696, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6697 - ], - "inheritedFrom": { - "type": "reference", - "target": 141140, - "name": "UIEvent.stopPropagation" - } - }, - "6697": { - "id": 6697, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 141141, - "name": "UIEvent.stopPropagation" - } - }, - "6706": { - "id": 6706, - "name": "ComputedEffectTiming", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 6707, - 6708, - 6709, - 6710, - 6711, - 6712, - 6713, - 6714, - 6715, - 6716, - 6717, - 6718, - 6719, - 6720, - 6721 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 6707, - 6708, - 6709, - 6710, - 6711, - 6712, - 6713, - 6714, - 6715, - 6716, - 6717, - 6718, - 6719, - 6720, - 6721 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 8872, - "name": "EffectTiming", - "package": "typescript" - } - ] - }, - "6707": { - "id": 6707, - "name": "activeDuration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6708": { - "id": 6708, - "name": "currentIteration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "number" - } - ] - } - }, - "6709": { - "id": 6709, - "name": "delay", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8873, - "name": "EffectTiming.delay" - } - }, - "6710": { - "id": 6710, - "name": "direction", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 146941, - "name": "PlaybackDirection", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 8874, - "name": "EffectTiming.direction" - } - }, - "6711": { - "id": 6711, - "name": "duration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "number" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8875, - "name": "EffectTiming.duration" - } - }, - "6712": { - "id": 6712, - "name": "easing", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 8876, - "name": "EffectTiming.easing" - } - }, - "6713": { - "id": 6713, - "name": "endDelay", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8877, - "name": "EffectTiming.endDelay" - } - }, - "6714": { - "id": 6714, - "name": "endTime", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6715": { - "id": 6715, - "name": "fill", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 146883, - "name": "FillMode", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 8878, - "name": "EffectTiming.fill" - } - }, - "6716": { - "id": 6716, - "name": "iterationStart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8879, - "name": "EffectTiming.iterationStart" - } - }, - "6717": { - "id": 6717, - "name": "iterations", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8880, - "name": "EffectTiming.iterations" - } - }, - "6718": { - "id": 6718, - "name": "localTime", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "number" - } - ] - } - }, - "6719": { - "id": 6719, - "name": "playbackRate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8881, - "name": "EffectTiming.playbackRate" - } - }, - "6720": { - "id": 6720, - "name": "progress", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "number" - } - ] - } - }, - "6721": { - "id": 6721, - "name": "startTime", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6722": { - "id": 6722, - "name": "ConstrainBooleanParameters", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 6723, - 6724 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 6723, - 6724 - ] - } - ] - }, - "6723": { - "id": 6723, - "name": "exact", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "6724": { - "id": 6724, - "name": "ideal", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "6725": { - "id": 6725, - "name": "ConstrainDOMStringParameters", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 6726, - 6727 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 6726, - 6727 - ] - } - ] - }, - "6726": { - "id": 6726, - "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" - } - } - ] - } - }, - "6727": { - "id": 6727, - "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" - } - } - ] - } - }, - "6728": { - "id": 6728, - "name": "ConstrainDoubleRange", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 6729, - 6730, - 6731, - 6732 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 6729, - 6730, - 6731, - 6732 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 8727, - "name": "DoubleRange", - "package": "typescript" - } - ] - }, - "6729": { - "id": 6729, - "name": "exact", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6730": { - "id": 6730, - "name": "ideal", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6731": { - "id": 6731, - "name": "max", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8728, - "name": "DoubleRange.max" - } - }, - "6732": { - "id": 6732, - "name": "min", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8729, - "name": "DoubleRange.min" - } - }, - "6733": { - "id": 6733, - "name": "ConstrainULongRange", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 6734, - 6735, - 6736, - 6737 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 6734, - 6735, - 6736, - 6737 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 141149, - "name": "ULongRange", - "package": "typescript" - } - ] - }, - "6734": { - "id": 6734, - "name": "exact", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6735": { - "id": 6735, - "name": "ideal", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6736": { - "id": 6736, - "name": "max", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 141150, - "name": "ULongRange.max" - } - }, - "6737": { - "id": 6737, - "name": "min", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 141151, - "name": "ULongRange.min" - } - }, - "6744": { - "id": 6744, - "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." - } - ] - }, - "children": [ - 6745, - 6746, - 6750 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 6745 - ] - }, - { - "title": "Methods", - "children": [ - 6746, - 6750 - ] - } - ] - }, - "6745": { - "id": 6745, - "name": "subtle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Available only in secure contexts." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "SubtleCrypto" - }, - "name": "SubtleCrypto", - "package": "typescript" - } - }, - "6746": { - "id": 6746, - "name": "getRandomValues", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6747 - ] - }, - "6747": { - "id": 6747, - "name": "getRandomValues", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 6748 - ], - "parameters": [ - 6749 - ], - "type": { - "type": "reference", - "target": 6748, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "6748": { - "id": 6748, - "name": "T", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5176, - "name": "ArrayBufferView", - "package": "typescript" - } - ] - } - }, - "6749": { - "id": 6749, - "name": "array", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6748, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "6750": { - "id": 6750, - "name": "randomUUID", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6751 - ] - }, - "6751": { - "id": 6751, - "name": "randomUUID", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Available only in secure contexts." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "6752": { - "id": 6752, - "name": "CustomElementConstructor", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 6753 - ], - "groups": [ - { - "title": "Constructors", - "children": [ - 6753 - ] - } - ] - }, - "6753": { - "id": 6753, - "name": "constructor", - "variant": "declaration", - "kind": 512, - "flags": { - "isExternal": true - }, - "signatures": [ - 6754 - ] - }, - "6754": { - "id": 6754, - "name": "new CustomElementConstructor", - "variant": "signature", - "kind": 16384, - "flags": { - "isExternal": true - }, - "parameters": [ - 6755 - ], - "type": { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - }, - "6755": { - "id": 6755, - "name": "params", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "any" - } - } - }, - "6756": { - "id": 6756, - "name": "CustomElementRegistry", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 6757, - 6762, - 6765, - 6768 - ], - "groups": [ - { - "title": "Methods", - "children": [ - 6757, - 6762, - 6765, - 6768 - ] - } - ] - }, - "6757": { - "id": 6757, - "name": "define", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6758 - ] - }, - "6758": { - "id": 6758, - "name": "define", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6759, - 6760, - 6761 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "6759": { - "id": 6759, - "name": "name", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "6760": { - "id": 6760, - "name": "constructor", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6752, - "name": "CustomElementConstructor", - "package": "typescript" - } - }, - "6761": { - "id": 6761, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9275, - "name": "ElementDefinitionOptions", - "package": "typescript" - } - }, - "6762": { - "id": 6762, - "name": "get", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6763 - ] - }, - "6763": { - "id": 6763, - "name": "get", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6764 - ], - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "undefined" - }, - { - "type": "reference", - "target": 6752, - "name": "CustomElementConstructor", - "package": "typescript" - } - ] - } - }, - "6764": { - "id": 6764, - "name": "name", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "6765": { - "id": 6765, - "name": "upgrade", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6766 - ] - }, - "6766": { - "id": 6766, - "name": "upgrade", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6767 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "6767": { - "id": 6767, - "name": "root", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "6768": { - "id": 6768, - "name": "whenDefined", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6769 - ] - }, - "6769": { - "id": 6769, - "name": "whenDefined", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6770 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "reference", - "target": 6752, - "name": "CustomElementConstructor", - "package": "typescript" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "6770": { - "id": 6770, - "name": "name", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "6771": { - "id": 6771, - "name": "CustomEvent", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "An event which takes place in the DOM." - } - ] - }, - "children": [ - 6772, - 6773, - 6774, - 6775, - 6776, - 6777, - 6778, - 6779, - 6780, - 6781, - 6782, - 6783, - 6784, - 6785, - 6786, - 6787, - 6788, - 6789, - 6790, - 6792, - 6798, - 6803, - 6805, - 6807 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 6772, - 6773, - 6774, - 6775, - 6776, - 6777, - 6778, - 6779, - 6780, - 6781, - 6782, - 6783, - 6784, - 6785, - 6786, - 6787, - 6788, - 6789 - ] - }, - { - "title": "Methods", - "children": [ - 6790, - 6792, - 6798, - 6803, - 6805, - 6807 - ] - } - ], - "typeParameters": [ - 6809 - ], - "extendedTypes": [ - { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - ] - }, - "6772": { - "id": 6772, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9389, - "name": "Event.AT_TARGET" - } - }, - "6773": { - "id": 6773, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9390, - "name": "Event.BUBBLING_PHASE" - } - }, - "6774": { - "id": 6774, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9391, - "name": "Event.CAPTURING_PHASE" - } - }, - "6775": { - "id": 6775, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9392, - "name": "Event.NONE" - } - }, - "6776": { - "id": 6776, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9393, - "name": "Event.bubbles" - } - }, - "6777": { - "id": 6777, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9394, - "name": "Event.cancelBubble" - } - }, - "6778": { - "id": 6778, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9395, - "name": "Event.cancelable" - } - }, - "6779": { - "id": 6779, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9396, - "name": "Event.composed" - } - }, - "6780": { - "id": 6780, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9397, - "name": "Event.currentTarget" - } - }, - "6781": { - "id": 6781, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9398, - "name": "Event.defaultPrevented" - } - }, - "6782": { - "id": 6782, - "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." - } - ] - }, - "type": { - "type": "reference", - "target": 6809, - "name": "T", - "package": "typescript", - "qualifiedName": "CustomEvent.T", - "refersToTypeParameter": true - } - }, - "6783": { - "id": 6783, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9399, - "name": "Event.eventPhase" - } - }, - "6784": { - "id": 6784, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9400, - "name": "Event.isTrusted" - } - }, - "6785": { - "id": 6785, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9401, - "name": "Event.returnValue" - } - }, - "6786": { - "id": 6786, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9402, - "name": "Event.srcElement" - } - }, - "6787": { - "id": 6787, - "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)." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9403, - "name": "Event.target" - } - }, - "6788": { - "id": 6788, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9404, - "name": "Event.timeStamp" - } - }, - "6789": { - "id": 6789, - "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\"." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 9405, - "name": "Event.type" - } - }, - "6790": { - "id": 6790, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6791 - ], - "inheritedFrom": { - "type": "reference", - "target": 9406, - "name": "Event.composedPath" - } - }, - "6791": { - "id": 6791, - "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." - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 9407, - "name": "Event.composedPath" - } - }, - "6792": { - "id": 6792, - "name": "initCustomEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6793 - ] - }, - "6793": { - "id": 6793, - "name": "initCustomEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "parameters": [ - 6794, - 6795, - 6796, - 6797 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "6794": { - "id": 6794, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "6795": { - "id": 6795, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "6796": { - "id": 6796, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "6797": { - "id": 6797, - "name": "detail", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 6809, - "name": "T", - "package": "typescript", - "qualifiedName": "CustomEvent.T", - "refersToTypeParameter": true - } - }, - "6798": { - "id": 6798, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6799 - ], - "inheritedFrom": { - "type": "reference", - "target": 9408, - "name": "Event.initEvent" - } - }, - "6799": { - "id": 6799, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "parameters": [ - 6800, - 6801, - 6802 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9409, - "name": "Event.initEvent" - } - }, - "6800": { - "id": 6800, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "6801": { - "id": 6801, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "6802": { - "id": 6802, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "6803": { - "id": 6803, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6804 - ], - "inheritedFrom": { - "type": "reference", - "target": 9413, - "name": "Event.preventDefault" - } - }, - "6804": { - "id": 6804, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9414, - "name": "Event.preventDefault" - } - }, - "6805": { - "id": 6805, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6806 - ], - "inheritedFrom": { - "type": "reference", - "target": 9415, - "name": "Event.stopImmediatePropagation" - } - }, - "6806": { - "id": 6806, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9416, - "name": "Event.stopImmediatePropagation" - } - }, - "6807": { - "id": 6807, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6808 - ], - "inheritedFrom": { - "type": "reference", - "target": 9417, - "name": "Event.stopPropagation" - } - }, - "6808": { - "id": 6808, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9418, - "name": "Event.stopPropagation" - } - }, - "6809": { - "id": 6809, - "name": "T", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "default": { - "type": "intrinsic", - "name": "any" - } - }, - "6816": { - "id": 6816, - "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." - } - ] - }, - "children": [ - 6817, - 6818, - 6819, - 6820, - 6821, - 6822, - 6823, - 6824, - 6825, - 6826, - 6827, - 6828, - 6829, - 6830, - 6831, - 6832, - 6833, - 6834, - 6835, - 6836, - 6837, - 6838, - 6839, - 6840, - 6841, - 6842, - 6843, - 6844, - 6845 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 6817, - 6818, - 6819, - 6820, - 6821, - 6822, - 6823, - 6824, - 6825, - 6826, - 6827, - 6828, - 6829, - 6830, - 6831, - 6832, - 6833, - 6834, - 6835, - 6836, - 6837, - 6838, - 6839, - 6840, - 6841, - 6842, - 6843, - 6844, - 6845 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 173266, - "name": "Error", - "package": "typescript" - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 76402, - "name": "RTCError" - } - ] - }, - "6817": { - "id": 6817, - "name": "ABORT_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6818": { - "id": 6818, - "name": "DATA_CLONE_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6819": { - "id": 6819, - "name": "DOMSTRING_SIZE_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6820": { - "id": 6820, - "name": "HIERARCHY_REQUEST_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6821": { - "id": 6821, - "name": "INDEX_SIZE_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6822": { - "id": 6822, - "name": "INUSE_ATTRIBUTE_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6823": { - "id": 6823, - "name": "INVALID_ACCESS_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6824": { - "id": 6824, - "name": "INVALID_CHARACTER_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6825": { - "id": 6825, - "name": "INVALID_MODIFICATION_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6826": { - "id": 6826, - "name": "INVALID_NODE_TYPE_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6827": { - "id": 6827, - "name": "INVALID_STATE_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6828": { - "id": 6828, - "name": "NAMESPACE_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6829": { - "id": 6829, - "name": "NETWORK_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6830": { - "id": 6830, - "name": "NOT_FOUND_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6831": { - "id": 6831, - "name": "NOT_SUPPORTED_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6832": { - "id": 6832, - "name": "NO_DATA_ALLOWED_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6833": { - "id": 6833, - "name": "NO_MODIFICATION_ALLOWED_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6834": { - "id": 6834, - "name": "QUOTA_EXCEEDED_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6835": { - "id": 6835, - "name": "SECURITY_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6836": { - "id": 6836, - "name": "SYNTAX_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6837": { - "id": 6837, - "name": "TIMEOUT_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6838": { - "id": 6838, - "name": "TYPE_MISMATCH_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6839": { - "id": 6839, - "name": "URL_MISMATCH_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6840": { - "id": 6840, - "name": "VALIDATION_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6841": { - "id": 6841, - "name": "WRONG_DOCUMENT_ERR", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6842": { - "id": 6842, - "name": "code", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6843": { - "id": 6843, - "name": "message", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "overwrites": { - "type": "reference", - "target": 173267, - "name": "Error.message" - } - }, - "6844": { - "id": 6844, - "name": "name", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "overwrites": { - "type": "reference", - "target": 173268, - "name": "Error.name" - } - }, - "6845": { - "id": 6845, - "name": "stack", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 173269, - "name": "Error.stack" - } - }, - "6846": { - "id": 6846, - "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." - } - ] - }, - "children": [ - 6847, - 6852, - 6857, - 6860 - ], - "groups": [ - { - "title": "Methods", - "children": [ - 6847, - 6852, - 6857, - 6860 - ] - } - ] - }, - "6847": { - "id": 6847, - "name": "createDocument", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6848 - ] - }, - "6848": { - "id": 6848, - "name": "createDocument", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6849, - 6850, - 6851 - ], - "type": { - "type": "reference", - "target": 145779, - "name": "XMLDocument", - "package": "typescript" - } - }, - "6849": { - "id": 6849, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "6850": { - "id": 6850, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "6851": { - "id": 6851, - "name": "doctype", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8618, - "name": "DocumentType", - "package": "typescript" - } - ] - } - }, - "6852": { - "id": 6852, - "name": "createDocumentType", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6853 - ] - }, - "6853": { - "id": 6853, - "name": "createDocumentType", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6854, - 6855, - 6856 - ], - "type": { - "type": "reference", - "target": 8618, - "name": "DocumentType", - "package": "typescript" - } - }, - "6854": { - "id": 6854, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "6855": { - "id": 6855, - "name": "publicId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "6856": { - "id": 6856, - "name": "systemId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "6857": { - "id": 6857, - "name": "createHTMLDocument", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6858 - ] - }, - "6858": { - "id": 6858, - "name": "createHTMLDocument", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6859 - ], - "type": { - "type": "reference", - "target": 7307, - "name": "Document", - "package": "typescript" - } - }, - "6859": { - "id": 6859, - "name": "title", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "6860": { - "id": 6860, - "name": "hasFeature", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6861 - ] - }, - "6861": { - "id": 6861, - "name": "hasFeature", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "parameters": [ - 6862 - ], - "type": { - "type": "literal", - "value": true - } - }, - "6862": { - "id": 6862, - "name": "args", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "any" - } - } - }, - "6863": { - "id": 6863, - "name": "DOMMatrix", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 6864, - 6865, - 6866, - 6867, - 6868, - 6869, - 6870, - 6871, - 6872, - 6873, - 6874, - 6875, - 6876, - 6877, - 6878, - 6879, - 6880, - 6881, - 6882, - 6883, - 6884, - 6885, - 6886, - 6887, - 6888, - 6890, - 6892, - 6894, - 6896, - 6899, - 6902, - 6905, - 6910, - 6916, - 6922, - 6926, - 6930, - 6935, - 6943, - 6949, - 6955, - 6959, - 6967, - 6970, - 6973, - 6976, - 6979, - 6982, - 6984, - 6986, - 6988, - 6990, - 6993, - 6998 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 6864, - 6865, - 6866, - 6867, - 6868, - 6869, - 6870, - 6871, - 6872, - 6873, - 6874, - 6875, - 6876, - 6877, - 6878, - 6879, - 6880, - 6881, - 6882, - 6883, - 6884, - 6885, - 6886, - 6887 - ] - }, - { - "title": "Methods", - "children": [ - 6888, - 6890, - 6892, - 6894, - 6896, - 6899, - 6902, - 6905, - 6910, - 6916, - 6922, - 6926, - 6930, - 6935, - 6943, - 6949, - 6955, - 6959, - 6967, - 6970, - 6973, - 6976, - 6979, - 6982, - 6984, - 6986, - 6988, - 6990, - 6993, - 6998 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 7040, - "name": "DOMMatrixReadOnly", - "package": "typescript" - } - ] - }, - "6864": { - "id": 6864, - "name": "a", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 7041, - "name": "DOMMatrixReadOnly.a" - } - }, - "6865": { - "id": 6865, - "name": "b", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 7042, - "name": "DOMMatrixReadOnly.b" - } - }, - "6866": { - "id": 6866, - "name": "c", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 7043, - "name": "DOMMatrixReadOnly.c" - } - }, - "6867": { - "id": 6867, - "name": "d", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 7044, - "name": "DOMMatrixReadOnly.d" - } - }, - "6868": { - "id": 6868, - "name": "e", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 7045, - "name": "DOMMatrixReadOnly.e" - } - }, - "6869": { - "id": 6869, - "name": "f", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 7046, - "name": "DOMMatrixReadOnly.f" - } - }, - "6870": { - "id": 6870, - "name": "is2D", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 7047, - "name": "DOMMatrixReadOnly.is2D" - } - }, - "6871": { - "id": 6871, - "name": "isIdentity", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 7048, - "name": "DOMMatrixReadOnly.isIdentity" - } - }, - "6872": { - "id": 6872, - "name": "m11", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 7049, - "name": "DOMMatrixReadOnly.m11" - } - }, - "6873": { - "id": 6873, - "name": "m12", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 7050, - "name": "DOMMatrixReadOnly.m12" - } - }, - "6874": { - "id": 6874, - "name": "m13", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 7051, - "name": "DOMMatrixReadOnly.m13" - } - }, - "6875": { - "id": 6875, - "name": "m14", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 7052, - "name": "DOMMatrixReadOnly.m14" - } - }, - "6876": { - "id": 6876, - "name": "m21", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 7053, - "name": "DOMMatrixReadOnly.m21" - } - }, - "6877": { - "id": 6877, - "name": "m22", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 7054, - "name": "DOMMatrixReadOnly.m22" - } - }, - "6878": { - "id": 6878, - "name": "m23", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 7055, - "name": "DOMMatrixReadOnly.m23" - } - }, - "6879": { - "id": 6879, - "name": "m24", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 7056, - "name": "DOMMatrixReadOnly.m24" - } - }, - "6880": { - "id": 6880, - "name": "m31", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 7057, - "name": "DOMMatrixReadOnly.m31" - } - }, - "6881": { - "id": 6881, - "name": "m32", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 7058, - "name": "DOMMatrixReadOnly.m32" - } - }, - "6882": { - "id": 6882, - "name": "m33", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 7059, - "name": "DOMMatrixReadOnly.m33" - } - }, - "6883": { - "id": 6883, - "name": "m34", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 7060, - "name": "DOMMatrixReadOnly.m34" - } - }, - "6884": { - "id": 6884, - "name": "m41", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 7061, - "name": "DOMMatrixReadOnly.m41" - } - }, - "6885": { - "id": 6885, - "name": "m42", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 7062, - "name": "DOMMatrixReadOnly.m42" - } - }, - "6886": { - "id": 6886, - "name": "m43", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 7063, - "name": "DOMMatrixReadOnly.m43" - } - }, - "6887": { - "id": 6887, - "name": "m44", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 7064, - "name": "DOMMatrixReadOnly.m44" - } - }, - "6888": { - "id": 6888, - "name": "flipX", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6889 - ], - "inheritedFrom": { - "type": "reference", - "target": 7065, - "name": "DOMMatrixReadOnly.flipX" - } - }, - "6889": { - "id": 6889, - "name": "flipX", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6863, - "name": "DOMMatrix", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 7066, - "name": "DOMMatrixReadOnly.flipX" - } - }, - "6890": { - "id": 6890, - "name": "flipY", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6891 - ], - "inheritedFrom": { - "type": "reference", - "target": 7067, - "name": "DOMMatrixReadOnly.flipY" - } - }, - "6891": { - "id": 6891, - "name": "flipY", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6863, - "name": "DOMMatrix", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 7068, - "name": "DOMMatrixReadOnly.flipY" - } - }, - "6892": { - "id": 6892, - "name": "inverse", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6893 - ], - "inheritedFrom": { - "type": "reference", - "target": 7069, - "name": "DOMMatrixReadOnly.inverse" - } - }, - "6893": { - "id": 6893, - "name": "inverse", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6863, - "name": "DOMMatrix", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 7070, - "name": "DOMMatrixReadOnly.inverse" - } - }, - "6894": { - "id": 6894, - "name": "invertSelf", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6895 - ] - }, - "6895": { - "id": 6895, - "name": "invertSelf", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6863, - "name": "DOMMatrix", - "package": "typescript" - } - }, - "6896": { - "id": 6896, - "name": "multiply", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6897 - ], - "inheritedFrom": { - "type": "reference", - "target": 7071, - "name": "DOMMatrixReadOnly.multiply" - } - }, - "6897": { - "id": 6897, - "name": "multiply", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6898 - ], - "type": { - "type": "reference", - "target": 6863, - "name": "DOMMatrix", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 7072, - "name": "DOMMatrixReadOnly.multiply" - } - }, - "6898": { - "id": 6898, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 7016, - "name": "DOMMatrixInit", - "package": "typescript" - } - }, - "6899": { - "id": 6899, - "name": "multiplySelf", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6900 - ] - }, - "6900": { - "id": 6900, - "name": "multiplySelf", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6901 - ], - "type": { - "type": "reference", - "target": 6863, - "name": "DOMMatrix", - "package": "typescript" - } - }, - "6901": { - "id": 6901, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 7016, - "name": "DOMMatrixInit", - "package": "typescript" - } - }, - "6902": { - "id": 6902, - "name": "preMultiplySelf", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6903 - ] - }, - "6903": { - "id": 6903, - "name": "preMultiplySelf", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6904 - ], - "type": { - "type": "reference", - "target": 6863, - "name": "DOMMatrix", - "package": "typescript" - } - }, - "6904": { - "id": 6904, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 7016, - "name": "DOMMatrixInit", - "package": "typescript" - } - }, - "6905": { - "id": 6905, - "name": "rotate", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6906 - ], - "inheritedFrom": { - "type": "reference", - "target": 7074, - "name": "DOMMatrixReadOnly.rotate" - } - }, - "6906": { - "id": 6906, - "name": "rotate", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6907, - 6908, - 6909 - ], - "type": { - "type": "reference", - "target": 6863, - "name": "DOMMatrix", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 7075, - "name": "DOMMatrixReadOnly.rotate" - } - }, - "6907": { - "id": 6907, - "name": "rotX", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6908": { - "id": 6908, - "name": "rotY", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6909": { - "id": 6909, - "name": "rotZ", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6910": { - "id": 6910, - "name": "rotateAxisAngle", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6911 - ], - "inheritedFrom": { - "type": "reference", - "target": 7079, - "name": "DOMMatrixReadOnly.rotateAxisAngle" - } - }, - "6911": { - "id": 6911, - "name": "rotateAxisAngle", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6912, - 6913, - 6914, - 6915 - ], - "type": { - "type": "reference", - "target": 6863, - "name": "DOMMatrix", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 7080, - "name": "DOMMatrixReadOnly.rotateAxisAngle" - } - }, - "6912": { - "id": 6912, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6913": { - "id": 6913, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6914": { - "id": 6914, - "name": "z", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6915": { - "id": 6915, - "name": "angle", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6916": { - "id": 6916, - "name": "rotateAxisAngleSelf", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6917 - ] - }, - "6917": { - "id": 6917, - "name": "rotateAxisAngleSelf", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6918, - 6919, - 6920, - 6921 - ], - "type": { - "type": "reference", - "target": 6863, - "name": "DOMMatrix", - "package": "typescript" - } - }, - "6918": { - "id": 6918, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6919": { - "id": 6919, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6920": { - "id": 6920, - "name": "z", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6921": { - "id": 6921, - "name": "angle", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6922": { - "id": 6922, - "name": "rotateFromVector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6923 - ], - "inheritedFrom": { - "type": "reference", - "target": 7085, - "name": "DOMMatrixReadOnly.rotateFromVector" - } - }, - "6923": { - "id": 6923, - "name": "rotateFromVector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6924, - 6925 - ], - "type": { - "type": "reference", - "target": 6863, - "name": "DOMMatrix", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 7086, - "name": "DOMMatrixReadOnly.rotateFromVector" - } - }, - "6924": { - "id": 6924, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6925": { - "id": 6925, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6926": { - "id": 6926, - "name": "rotateFromVectorSelf", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6927 - ] - }, - "6927": { - "id": 6927, - "name": "rotateFromVectorSelf", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6928, - 6929 - ], - "type": { - "type": "reference", - "target": 6863, - "name": "DOMMatrix", - "package": "typescript" - } - }, - "6928": { - "id": 6928, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6929": { - "id": 6929, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6930": { - "id": 6930, - "name": "rotateSelf", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6931 - ] - }, - "6931": { - "id": 6931, - "name": "rotateSelf", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6932, - 6933, - 6934 - ], - "type": { - "type": "reference", - "target": 6863, - "name": "DOMMatrix", - "package": "typescript" - } - }, - "6932": { - "id": 6932, - "name": "rotX", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6933": { - "id": 6933, - "name": "rotY", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6934": { - "id": 6934, - "name": "rotZ", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6935": { - "id": 6935, - "name": "scale", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6936 - ], - "inheritedFrom": { - "type": "reference", - "target": 7089, - "name": "DOMMatrixReadOnly.scale" - } - }, - "6936": { - "id": 6936, - "name": "scale", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6937, - 6938, - 6939, - 6940, - 6941, - 6942 - ], - "type": { - "type": "reference", - "target": 6863, - "name": "DOMMatrix", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 7090, - "name": "DOMMatrixReadOnly.scale" - } - }, - "6937": { - "id": 6937, - "name": "scaleX", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6938": { - "id": 6938, - "name": "scaleY", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6939": { - "id": 6939, - "name": "scaleZ", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6940": { - "id": 6940, - "name": "originX", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6941": { - "id": 6941, - "name": "originY", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6942": { - "id": 6942, - "name": "originZ", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6943": { - "id": 6943, - "name": "scale3d", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6944 - ], - "inheritedFrom": { - "type": "reference", - "target": 7097, - "name": "DOMMatrixReadOnly.scale3d" - } - }, - "6944": { - "id": 6944, - "name": "scale3d", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6945, - 6946, - 6947, - 6948 - ], - "type": { - "type": "reference", - "target": 6863, - "name": "DOMMatrix", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 7098, - "name": "DOMMatrixReadOnly.scale3d" - } - }, - "6945": { - "id": 6945, - "name": "scale", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6946": { - "id": 6946, - "name": "originX", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6947": { - "id": 6947, - "name": "originY", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6948": { - "id": 6948, - "name": "originZ", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6949": { - "id": 6949, - "name": "scale3dSelf", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6950 - ] - }, - "6950": { - "id": 6950, - "name": "scale3dSelf", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6951, - 6952, - 6953, - 6954 - ], - "type": { - "type": "reference", - "target": 6863, - "name": "DOMMatrix", - "package": "typescript" - } - }, - "6951": { - "id": 6951, - "name": "scale", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6952": { - "id": 6952, - "name": "originX", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6953": { - "id": 6953, - "name": "originY", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6954": { - "id": 6954, - "name": "originZ", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6955": { - "id": 6955, - "name": "scaleNonUniform", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6956 - ], - "inheritedFrom": { - "type": "reference", - "target": 7103, - "name": "DOMMatrixReadOnly.scaleNonUniform" - } - }, - "6956": { - "id": 6956, - "name": "scaleNonUniform", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "parameters": [ - 6957, - 6958 - ], - "type": { - "type": "reference", - "target": 6863, - "name": "DOMMatrix", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 7104, - "name": "DOMMatrixReadOnly.scaleNonUniform" - } - }, - "6957": { - "id": 6957, - "name": "scaleX", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6958": { - "id": 6958, - "name": "scaleY", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6959": { - "id": 6959, - "name": "scaleSelf", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6960 - ] - }, - "6960": { - "id": 6960, - "name": "scaleSelf", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6961, - 6962, - 6963, - 6964, - 6965, - 6966 - ], - "type": { - "type": "reference", - "target": 6863, - "name": "DOMMatrix", - "package": "typescript" - } - }, - "6961": { - "id": 6961, - "name": "scaleX", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6962": { - "id": 6962, - "name": "scaleY", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6963": { - "id": 6963, - "name": "scaleZ", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6964": { - "id": 6964, - "name": "originX", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6965": { - "id": 6965, - "name": "originY", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6966": { - "id": 6966, - "name": "originZ", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6967": { - "id": 6967, - "name": "setMatrixValue", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6968 - ] - }, - "6968": { - "id": 6968, - "name": "setMatrixValue", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6969 - ], - "type": { - "type": "reference", - "target": 6863, - "name": "DOMMatrix", - "package": "typescript" - } - }, - "6969": { - "id": 6969, - "name": "transformList", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "6970": { - "id": 6970, - "name": "skewX", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6971 - ], - "inheritedFrom": { - "type": "reference", - "target": 7107, - "name": "DOMMatrixReadOnly.skewX" - } - }, - "6971": { - "id": 6971, - "name": "skewX", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6972 - ], - "type": { - "type": "reference", - "target": 6863, - "name": "DOMMatrix", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 7108, - "name": "DOMMatrixReadOnly.skewX" - } - }, - "6972": { - "id": 6972, - "name": "sx", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6973": { - "id": 6973, - "name": "skewXSelf", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6974 - ] - }, - "6974": { - "id": 6974, - "name": "skewXSelf", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6975 - ], - "type": { - "type": "reference", - "target": 6863, - "name": "DOMMatrix", - "package": "typescript" - } - }, - "6975": { - "id": 6975, - "name": "sx", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6976": { - "id": 6976, - "name": "skewY", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6977 - ], - "inheritedFrom": { - "type": "reference", - "target": 7110, - "name": "DOMMatrixReadOnly.skewY" - } - }, - "6977": { - "id": 6977, - "name": "skewY", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6978 - ], - "type": { - "type": "reference", - "target": 6863, - "name": "DOMMatrix", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 7111, - "name": "DOMMatrixReadOnly.skewY" - } - }, - "6978": { - "id": 6978, - "name": "sy", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6979": { - "id": 6979, - "name": "skewYSelf", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6980 - ] - }, - "6980": { - "id": 6980, - "name": "skewYSelf", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6981 - ], - "type": { - "type": "reference", - "target": 6863, - "name": "DOMMatrix", - "package": "typescript" - } - }, - "6981": { - "id": 6981, - "name": "sy", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6982": { - "id": 6982, - "name": "toFloat32Array", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6983 - ], - "inheritedFrom": { - "type": "reference", - "target": 7113, - "name": "DOMMatrixReadOnly.toFloat32Array" - } - }, - "6983": { - "id": 6983, - "name": "toFloat32Array", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Float32Array" - }, - "name": "Float32Array", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 7114, - "name": "DOMMatrixReadOnly.toFloat32Array" - } - }, - "6984": { - "id": 6984, - "name": "toFloat64Array", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6985 - ], - "inheritedFrom": { - "type": "reference", - "target": 7115, - "name": "DOMMatrixReadOnly.toFloat64Array" - } - }, - "6985": { - "id": 6985, - "name": "toFloat64Array", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Float64Array" - }, - "name": "Float64Array", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 7116, - "name": "DOMMatrixReadOnly.toFloat64Array" - } - }, - "6986": { - "id": 6986, - "name": "toJSON", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6987 - ], - "inheritedFrom": { - "type": "reference", - "target": 7117, - "name": "DOMMatrixReadOnly.toJSON" - } - }, - "6987": { - "id": 6987, - "name": "toJSON", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "any" - }, - "inheritedFrom": { - "type": "reference", - "target": 7118, - "name": "DOMMatrixReadOnly.toJSON" - } - }, - "6988": { - "id": 6988, - "name": "toString", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6989 - ], - "inheritedFrom": { - "type": "reference", - "target": 7119, - "name": "DOMMatrixReadOnly.toString" - } - }, - "6989": { - "id": 6989, - "name": "toString", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 7120, - "name": "DOMMatrixReadOnly.toString" - } - }, - "6990": { - "id": 6990, - "name": "transformPoint", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6991 - ], - "inheritedFrom": { - "type": "reference", - "target": 7121, - "name": "DOMMatrixReadOnly.transformPoint" - } - }, - "6991": { - "id": 6991, - "name": "transformPoint", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6992 - ], - "type": { - "type": "reference", - "target": 7129, - "name": "DOMPoint", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 7122, - "name": "DOMMatrixReadOnly.transformPoint" - } - }, - "6992": { - "id": 6992, - "name": "point", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 7139, - "name": "DOMPointInit", - "package": "typescript" - } - }, - "6993": { - "id": 6993, - "name": "translate", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6994 - ], - "inheritedFrom": { - "type": "reference", - "target": 7124, - "name": "DOMMatrixReadOnly.translate" - } - }, - "6994": { - "id": 6994, - "name": "translate", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 6995, - 6996, - 6997 - ], - "type": { - "type": "reference", - "target": 6863, - "name": "DOMMatrix", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 7125, - "name": "DOMMatrixReadOnly.translate" - } - }, - "6995": { - "id": 6995, - "name": "tx", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6996": { - "id": 6996, - "name": "ty", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6997": { - "id": 6997, - "name": "tz", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "6998": { - "id": 6998, - "name": "translateSelf", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 6999 - ] - }, - "6999": { - "id": 6999, - "name": "translateSelf", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 7000, - 7001, - 7002 - ], - "type": { - "type": "reference", - "target": 6863, - "name": "DOMMatrix", - "package": "typescript" - } - }, - "7000": { - "id": 7000, - "name": "tx", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7001": { - "id": 7001, - "name": "ty", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7002": { - "id": 7002, - "name": "tz", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7003": { - "id": 7003, - "name": "DOMMatrix2DInit", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 7004, - 7005, - 7006, - 7007, - 7008, - 7009, - 7010, - 7011, - 7012, - 7013, - 7014, - 7015 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 7004, - 7005, - 7006, - 7007, - 7008, - 7009, - 7010, - 7011, - 7012, - 7013, - 7014, - 7015 - ] - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 7016, - "name": "DOMMatrixInit" - } - ] - }, - "7004": { - "id": 7004, - "name": "a", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7005": { - "id": 7005, - "name": "b", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7006": { - "id": 7006, - "name": "c", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7007": { - "id": 7007, - "name": "d", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7008": { - "id": 7008, - "name": "e", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7009": { - "id": 7009, - "name": "f", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7010": { - "id": 7010, - "name": "m11", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7011": { - "id": 7011, - "name": "m12", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7012": { - "id": 7012, - "name": "m21", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7013": { - "id": 7013, - "name": "m22", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7014": { - "id": 7014, - "name": "m41", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7015": { - "id": 7015, - "name": "m42", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7016": { - "id": 7016, - "name": "DOMMatrixInit", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 7017, - 7018, - 7019, - 7020, - 7021, - 7022, - 7023, - 7024, - 7025, - 7026, - 7027, - 7028, - 7029, - 7030, - 7031, - 7032, - 7033, - 7034, - 7035, - 7036, - 7037, - 7038, - 7039 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 7017, - 7018, - 7019, - 7020, - 7021, - 7022, - 7023, - 7024, - 7025, - 7026, - 7027, - 7028, - 7029, - 7030, - 7031, - 7032, - 7033, - 7034, - 7035, - 7036, - 7037, - 7038, - 7039 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 7003, - "name": "DOMMatrix2DInit", - "package": "typescript" - } - ] - }, - "7017": { - "id": 7017, - "name": "a", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 7004, - "name": "DOMMatrix2DInit.a" - } - }, - "7018": { - "id": 7018, - "name": "b", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 7005, - "name": "DOMMatrix2DInit.b" - } - }, - "7019": { - "id": 7019, - "name": "c", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 7006, - "name": "DOMMatrix2DInit.c" - } - }, - "7020": { - "id": 7020, - "name": "d", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 7007, - "name": "DOMMatrix2DInit.d" - } - }, - "7021": { - "id": 7021, - "name": "e", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 7008, - "name": "DOMMatrix2DInit.e" - } - }, - "7022": { - "id": 7022, - "name": "f", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 7009, - "name": "DOMMatrix2DInit.f" - } - }, - "7023": { - "id": 7023, - "name": "is2D", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "7024": { - "id": 7024, - "name": "m11", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 7010, - "name": "DOMMatrix2DInit.m11" - } - }, - "7025": { - "id": 7025, - "name": "m12", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 7011, - "name": "DOMMatrix2DInit.m12" - } - }, - "7026": { - "id": 7026, - "name": "m13", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7027": { - "id": 7027, - "name": "m14", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7028": { - "id": 7028, - "name": "m21", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 7012, - "name": "DOMMatrix2DInit.m21" - } - }, - "7029": { - "id": 7029, - "name": "m22", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 7013, - "name": "DOMMatrix2DInit.m22" - } - }, - "7030": { - "id": 7030, - "name": "m23", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7031": { - "id": 7031, - "name": "m24", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7032": { - "id": 7032, - "name": "m31", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7033": { - "id": 7033, - "name": "m32", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7034": { - "id": 7034, - "name": "m33", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7035": { - "id": 7035, - "name": "m34", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7036": { - "id": 7036, - "name": "m41", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 7014, - "name": "DOMMatrix2DInit.m41" - } - }, - "7037": { - "id": 7037, - "name": "m42", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 7015, - "name": "DOMMatrix2DInit.m42" - } - }, - "7038": { - "id": 7038, - "name": "m43", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7039": { - "id": 7039, - "name": "m44", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7129": { - "id": 7129, - "name": "DOMPoint", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 7130, - 7131, - 7132, - 7133, - 7134, - 7137 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 7130, - 7131, - 7132, - 7133 - ] - }, - { - "title": "Methods", - "children": [ - 7134, - 7137 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 7144, - "name": "DOMPointReadOnly", - "package": "typescript" - } - ] - }, - "7130": { - "id": 7130, - "name": "w", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 7145, - "name": "DOMPointReadOnly.w" - } - }, - "7131": { - "id": 7131, - "name": "x", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 7146, - "name": "DOMPointReadOnly.x" - } - }, - "7132": { - "id": 7132, - "name": "y", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 7147, - "name": "DOMPointReadOnly.y" - } - }, - "7133": { - "id": 7133, - "name": "z", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 7148, - "name": "DOMPointReadOnly.z" - } - }, - "7134": { - "id": 7134, - "name": "matrixTransform", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7135 - ], - "inheritedFrom": { - "type": "reference", - "target": 7149, - "name": "DOMPointReadOnly.matrixTransform" - } - }, - "7135": { - "id": 7135, - "name": "matrixTransform", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 7136 - ], - "type": { - "type": "reference", - "target": 7129, - "name": "DOMPoint", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 7150, - "name": "DOMPointReadOnly.matrixTransform" - } - }, - "7136": { - "id": 7136, - "name": "matrix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 7016, - "name": "DOMMatrixInit", - "package": "typescript" - } - }, - "7137": { - "id": 7137, - "name": "toJSON", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7138 - ], - "inheritedFrom": { - "type": "reference", - "target": 7152, - "name": "DOMPointReadOnly.toJSON" - } - }, - "7138": { - "id": 7138, - "name": "toJSON", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "any" - }, - "inheritedFrom": { - "type": "reference", - "target": 7153, - "name": "DOMPointReadOnly.toJSON" - } - }, - "7139": { - "id": 7139, - "name": "DOMPointInit", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 7140, - 7141, - 7142, - 7143 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 7140, - 7141, - 7142, - 7143 - ] - } - ] - }, - "7140": { - "id": 7140, - "name": "w", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7141": { - "id": 7141, - "name": "x", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7142": { - "id": 7142, - "name": "y", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7143": { - "id": 7143, - "name": "z", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7144": { - "id": 7144, - "name": "DOMPointReadOnly", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 7145, - 7146, - 7147, - 7148, - 7149, - 7152 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 7145, - 7146, - 7147, - 7148 - ] - }, - { - "title": "Methods", - "children": [ - 7149, - 7152 - ] - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 7129, - "name": "DOMPoint" - } - ] - }, - "7145": { - "id": 7145, - "name": "w", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7146": { - "id": 7146, - "name": "x", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7147": { - "id": 7147, - "name": "y", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7148": { - "id": 7148, - "name": "z", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7149": { - "id": 7149, - "name": "matrixTransform", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7150 - ] - }, - "7150": { - "id": 7150, - "name": "matrixTransform", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 7151 - ], - "type": { - "type": "reference", - "target": 7129, - "name": "DOMPoint", - "package": "typescript" - } - }, - "7151": { - "id": 7151, - "name": "matrix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 7016, - "name": "DOMMatrixInit", - "package": "typescript" - } - }, - "7152": { - "id": 7152, - "name": "toJSON", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7153 - ] - }, - "7153": { - "id": 7153, - "name": "toJSON", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "any" - } - }, - "7154": { - "id": 7154, - "name": "DOMRect", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 7155, - 7156, - 7157, - 7158, - 7159, - 7160, - 7161, - 7162, - 7163 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 7155, - 7156, - 7157, - 7158, - 7159, - 7160, - 7161, - 7162 - ] - }, - { - "title": "Methods", - "children": [ - 7163 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 7170, - "name": "DOMRectReadOnly", - "package": "typescript" - } - ] - }, - "7155": { - "id": 7155, - "name": "bottom", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 7171, - "name": "DOMRectReadOnly.bottom" - } - }, - "7156": { - "id": 7156, - "name": "height", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 7172, - "name": "DOMRectReadOnly.height" - } - }, - "7157": { - "id": 7157, - "name": "left", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 7173, - "name": "DOMRectReadOnly.left" - } - }, - "7158": { - "id": 7158, - "name": "right", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 7174, - "name": "DOMRectReadOnly.right" - } - }, - "7159": { - "id": 7159, - "name": "top", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 7175, - "name": "DOMRectReadOnly.top" - } - }, - "7160": { - "id": 7160, - "name": "width", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 7176, - "name": "DOMRectReadOnly.width" - } - }, - "7161": { - "id": 7161, - "name": "x", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 7177, - "name": "DOMRectReadOnly.x" - } - }, - "7162": { - "id": 7162, - "name": "y", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "overwrites": { - "type": "reference", - "target": 7178, - "name": "DOMRectReadOnly.y" - } - }, - "7163": { - "id": 7163, - "name": "toJSON", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7164 - ], - "inheritedFrom": { - "type": "reference", - "target": 7179, - "name": "DOMRectReadOnly.toJSON" - } - }, - "7164": { - "id": 7164, - "name": "toJSON", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "any" - }, - "inheritedFrom": { - "type": "reference", - "target": 7180, - "name": "DOMRectReadOnly.toJSON" - } - }, - "7170": { - "id": 7170, - "name": "DOMRectReadOnly", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 7171, - 7172, - 7173, - 7174, - 7175, - 7176, - 7177, - 7178, - 7179 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 7171, - 7172, - 7173, - 7174, - 7175, - 7176, - 7177, - 7178 - ] - }, - { - "title": "Methods", - "children": [ - 7179 - ] - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 7154, - "name": "DOMRect" - } - ] - }, - "7171": { - "id": 7171, - "name": "bottom", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7172": { - "id": 7172, - "name": "height", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7173": { - "id": 7173, - "name": "left", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7174": { - "id": 7174, - "name": "right", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7175": { - "id": 7175, - "name": "top", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7176": { - "id": 7176, - "name": "width", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7177": { - "id": 7177, - "name": "x", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7178": { - "id": 7178, - "name": "y", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7179": { - "id": 7179, - "name": "toJSON", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7180 - ] - }, - "7180": { - "id": 7180, - "name": "toJSON", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "any" - } - }, - "7181": { - "id": 7181, - "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." - } - ] - }, - "indexSignature": { - "id": 7182, - "name": "__index", - "variant": "signature", - "kind": 8192, - "flags": { - "isExternal": true - }, - "parameters": [ - 7183 - ], - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "undefined" - } - ] - } - } - }, - "7184": { - "id": 7184, - "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." - } - ] - }, - "children": [ - 7185, - 7186, - 7187, - 7188, - 7189, - 7190, - 7193, - 7196, - 7200 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 7185, - 7186, - 7187, - 7188, - 7189 - ] - }, - { - "title": "Methods", - "children": [ - 7190, - 7193, - 7196, - 7200 - ] - } - ] - }, - "7185": { - "id": 7185, - "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\"." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "none" - }, - { - "type": "literal", - "value": "link" - }, - { - "type": "literal", - "value": "copy" - }, - { - "type": "literal", - "value": "move" - } - ] - } - }, - "7186": { - "id": 7186, - "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\"," - } - ] - }, - "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" - } - ] - } - }, - "7187": { - "id": 7187, - "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." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "FileList" - }, - "name": "FileList", - "package": "typescript" - } - }, - "7188": { - "id": 7188, - "name": "items", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a DataTransferItemList object, with the drag data." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DataTransferItemList" - }, - "name": "DataTransferItemList", - "package": "typescript" - } - }, - "7189": { - "id": 7189, - "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\"." - } - ] - }, - "type": { - "type": "typeOperator", - "operator": "readonly", - "target": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - } - }, - "7190": { - "id": 7190, - "name": "clearData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7191 - ] - }, - "7191": { - "id": 7191, - "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." - } - ] - }, - "parameters": [ - 7192 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "7192": { - "id": 7192, - "name": "format", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7193": { - "id": 7193, - "name": "getData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7194 - ] - }, - "7194": { - "id": 7194, - "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." - } - ] - }, - "parameters": [ - 7195 - ], - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7195": { - "id": 7195, - "name": "format", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7196": { - "id": 7196, - "name": "setData", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7197 - ] - }, - "7197": { - "id": 7197, - "name": "setData", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Adds the specified data." - } - ] - }, - "parameters": [ - 7198, - 7199 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "7198": { - "id": 7198, - "name": "format", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7199": { - "id": 7199, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7200": { - "id": 7200, - "name": "setDragImage", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7201 - ] - }, - "7201": { - "id": 7201, - "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." - } - ] - }, - "parameters": [ - 7202, - 7203, - 7204 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "7202": { - "id": 7202, - "name": "image", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - }, - "7203": { - "id": 7203, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7204": { - "id": 7204, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7205": { - "id": 7205, - "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." - } - ] - }, - "children": [ - 7206, - 7207, - 7208, - 7209, - 7210, - 7211, - 7212, - 7213, - 7214, - 7215, - 7216, - 7217, - 7218, - 7219, - 7220, - 7221, - 7222, - 7223, - 7224, - 7225, - 7226, - 7227, - 7229, - 7234, - 7236, - 7238 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 7206, - 7207, - 7208, - 7209, - 7210, - 7211, - 7212, - 7213, - 7214, - 7215, - 7216, - 7217, - 7218, - 7219, - 7220, - 7221, - 7222, - 7223, - 7224, - 7225, - 7226 - ] - }, - { - "title": "Methods", - "children": [ - 7227, - 7229, - 7234, - 7236, - 7238 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - ] - }, - "7206": { - "id": 7206, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9389, - "name": "Event.AT_TARGET" - } - }, - "7207": { - "id": 7207, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9390, - "name": "Event.BUBBLING_PHASE" - } - }, - "7208": { - "id": 7208, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9391, - "name": "Event.CAPTURING_PHASE" - } - }, - "7209": { - "id": 7209, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9392, - "name": "Event.NONE" - } - }, - "7210": { - "id": 7210, - "name": "acceleration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 7240, - "name": "DeviceMotionEventAcceleration", - "package": "typescript" - } - ] - } - }, - "7211": { - "id": 7211, - "name": "accelerationIncludingGravity", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 7240, - "name": "DeviceMotionEventAcceleration", - "package": "typescript" - } - ] - } - }, - "7212": { - "id": 7212, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9393, - "name": "Event.bubbles" - } - }, - "7213": { - "id": 7213, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9394, - "name": "Event.cancelBubble" - } - }, - "7214": { - "id": 7214, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9395, - "name": "Event.cancelable" - } - }, - "7215": { - "id": 7215, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9396, - "name": "Event.composed" - } - }, - "7216": { - "id": 7216, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9397, - "name": "Event.currentTarget" - } - }, - "7217": { - "id": 7217, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9398, - "name": "Event.defaultPrevented" - } - }, - "7218": { - "id": 7218, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9399, - "name": "Event.eventPhase" - } - }, - "7219": { - "id": 7219, - "name": "interval", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7220": { - "id": 7220, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9400, - "name": "Event.isTrusted" - } - }, - "7221": { - "id": 7221, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9401, - "name": "Event.returnValue" - } - }, - "7222": { - "id": 7222, - "name": "rotationRate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 7256, - "name": "DeviceMotionEventRotationRate", - "package": "typescript" - } - ] - } - }, - "7223": { - "id": 7223, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9402, - "name": "Event.srcElement" - } - }, - "7224": { - "id": 7224, - "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)." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9403, - "name": "Event.target" - } - }, - "7225": { - "id": 7225, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9404, - "name": "Event.timeStamp" - } - }, - "7226": { - "id": 7226, - "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\"." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 9405, - "name": "Event.type" - } - }, - "7227": { - "id": 7227, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7228 - ], - "inheritedFrom": { - "type": "reference", - "target": 9406, - "name": "Event.composedPath" - } - }, - "7228": { - "id": 7228, - "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." - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 9407, - "name": "Event.composedPath" - } - }, - "7229": { - "id": 7229, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7230 - ], - "inheritedFrom": { - "type": "reference", - "target": 9408, - "name": "Event.initEvent" - } - }, - "7230": { - "id": 7230, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "parameters": [ - 7231, - 7232, - 7233 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9409, - "name": "Event.initEvent" - } - }, - "7231": { - "id": 7231, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7232": { - "id": 7232, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "7233": { - "id": 7233, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "7234": { - "id": 7234, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7235 - ], - "inheritedFrom": { - "type": "reference", - "target": 9413, - "name": "Event.preventDefault" - } - }, - "7235": { - "id": 7235, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9414, - "name": "Event.preventDefault" - } - }, - "7236": { - "id": 7236, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7237 - ], - "inheritedFrom": { - "type": "reference", - "target": 9415, - "name": "Event.stopImmediatePropagation" - } - }, - "7237": { - "id": 7237, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9416, - "name": "Event.stopImmediatePropagation" - } - }, - "7238": { - "id": 7238, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7239 - ], - "inheritedFrom": { - "type": "reference", - "target": 9417, - "name": "Event.stopPropagation" - } - }, - "7239": { - "id": 7239, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9418, - "name": "Event.stopPropagation" - } - }, - "7240": { - "id": 7240, - "name": "DeviceMotionEventAcceleration", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Available only in secure contexts." - } - ] - }, - "children": [ - 7241, - 7242, - 7243 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 7241, - 7242, - 7243 - ] - } - ] - }, - "7241": { - "id": 7241, - "name": "x", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "number" - } - ] - } - }, - "7242": { - "id": 7242, - "name": "y", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "number" - } - ] - } - }, - "7243": { - "id": 7243, - "name": "z", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "number" - } - ] - } - }, - "7256": { - "id": 7256, - "name": "DeviceMotionEventRotationRate", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Available only in secure contexts." - } - ] - }, - "children": [ - 7257, - 7258, - 7259 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 7257, - 7258, - 7259 - ] - } - ] - }, - "7257": { - "id": 7257, - "name": "alpha", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "number" - } - ] - } - }, - "7258": { - "id": 7258, - "name": "beta", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "number" - } - ] - } - }, - "7259": { - "id": 7259, - "name": "gamma", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "number" - } - ] - } - }, - "7264": { - "id": 7264, - "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." - } - ] - }, - "children": [ - 7265, - 7266, - 7267, - 7268, - 7269, - 7270, - 7271, - 7272, - 7273, - 7274, - 7275, - 7276, - 7277, - 7278, - 7279, - 7280, - 7281, - 7282, - 7283, - 7284, - 7285, - 7286, - 7288, - 7293, - 7295, - 7297 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 7265, - 7266, - 7267, - 7268, - 7269, - 7270, - 7271, - 7272, - 7273, - 7274, - 7275, - 7276, - 7277, - 7278, - 7279, - 7280, - 7281, - 7282, - 7283, - 7284, - 7285 - ] - }, - { - "title": "Methods", - "children": [ - 7286, - 7288, - 7293, - 7295, - 7297 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - ] - }, - "7265": { - "id": 7265, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9389, - "name": "Event.AT_TARGET" - } - }, - "7266": { - "id": 7266, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9390, - "name": "Event.BUBBLING_PHASE" - } - }, - "7267": { - "id": 7267, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9391, - "name": "Event.CAPTURING_PHASE" - } - }, - "7268": { - "id": 7268, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9392, - "name": "Event.NONE" - } - }, - "7269": { - "id": 7269, - "name": "absolute", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "7270": { - "id": 7270, - "name": "alpha", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "number" - } - ] - } - }, - "7271": { - "id": 7271, - "name": "beta", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "number" - } - ] - } - }, - "7272": { - "id": 7272, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9393, - "name": "Event.bubbles" - } - }, - "7273": { - "id": 7273, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9394, - "name": "Event.cancelBubble" - } - }, - "7274": { - "id": 7274, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9395, - "name": "Event.cancelable" - } - }, - "7275": { - "id": 7275, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9396, - "name": "Event.composed" - } - }, - "7276": { - "id": 7276, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9397, - "name": "Event.currentTarget" - } - }, - "7277": { - "id": 7277, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9398, - "name": "Event.defaultPrevented" - } - }, - "7278": { - "id": 7278, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9399, - "name": "Event.eventPhase" - } - }, - "7279": { - "id": 7279, - "name": "gamma", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "number" - } - ] - } - }, - "7280": { - "id": 7280, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9400, - "name": "Event.isTrusted" - } - }, - "7281": { - "id": 7281, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9401, - "name": "Event.returnValue" - } - }, - "7282": { - "id": 7282, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9402, - "name": "Event.srcElement" - } - }, - "7283": { - "id": 7283, - "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)." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9403, - "name": "Event.target" - } - }, - "7284": { - "id": 7284, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9404, - "name": "Event.timeStamp" - } - }, - "7285": { - "id": 7285, - "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\"." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 9405, - "name": "Event.type" - } - }, - "7286": { - "id": 7286, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7287 - ], - "inheritedFrom": { - "type": "reference", - "target": 9406, - "name": "Event.composedPath" - } - }, - "7287": { - "id": 7287, - "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." - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 9407, - "name": "Event.composedPath" - } - }, - "7288": { - "id": 7288, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7289 - ], - "inheritedFrom": { - "type": "reference", - "target": 9408, - "name": "Event.initEvent" - } - }, - "7289": { - "id": 7289, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "parameters": [ - 7290, - 7291, - 7292 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9409, - "name": "Event.initEvent" - } - }, - "7290": { - "id": 7290, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7291": { - "id": 7291, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "7292": { - "id": 7292, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "7293": { - "id": 7293, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7294 - ], - "inheritedFrom": { - "type": "reference", - "target": 9413, - "name": "Event.preventDefault" - } - }, - "7294": { - "id": 7294, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9414, - "name": "Event.preventDefault" - } - }, - "7295": { - "id": 7295, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7296 - ], - "inheritedFrom": { - "type": "reference", - "target": 9415, - "name": "Event.stopImmediatePropagation" - } - }, - "7296": { - "id": 7296, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9416, - "name": "Event.stopImmediatePropagation" - } - }, - "7297": { - "id": 7297, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7298 - ], - "inheritedFrom": { - "type": "reference", - "target": 9417, - "name": "Event.stopPropagation" - } - }, - "7298": { - "id": 7298, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9418, - "name": "Event.stopPropagation" - } - }, - "7307": { - "id": 7307, - "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." - } - ] - }, - "children": [ - 7308, - 7309, - 7310, - 7311, - 7312, - 7313, - 7314, - 7315, - 7316, - 7317, - 7318, - 7319, - 7320, - 7321, - 7322, - 7323, - 7324, - 7325, - 7326, - 7327, - 7328, - 7329, - 7330, - 7331, - 7332, - 7333, - 7334, - 7335, - 7336, - 7337, - 7338, - 7339, - 7340, - 7341, - 7342, - 7343, - 7344, - 7345, - 7346, - 7347, - 7348, - 7349, - 7350, - 7351, - 7352, - 7353, - 7354, - 7355, - 7356, - 7357, - 7358, - 7359, - 7360, - 7361, - 7362, - 7363, - 7364, - 7365, - 7366, - 7367, - 7368, - 7369, - 7370, - 7371, - 7372, - 7373, - 7374, - 7375, - 7376, - 7381, - 7386, - 7391, - 7396, - 7401, - 7406, - 7411, - 7416, - 7421, - 7426, - 7431, - 7436, - 7441, - 7446, - 7451, - 7456, - 7461, - 7466, - 7471, - 7476, - 7481, - 7486, - 7491, - 7496, - 7501, - 7506, - 7511, - 7516, - 7521, - 7522, - 7527, - 7532, - 7537, - 7542, - 7547, - 7552, - 7557, - 7562, - 7567, - 7572, - 7577, - 7582, - 7587, - 7592, - 7597, - 7602, - 7607, - 7612, - 7617, - 7622, - 7627, - 7632, - 7637, - 7642, - 7647, - 7652, - 7657, - 7662, - 7667, - 7672, - 7677, - 7682, - 7687, - 7692, - 7697, - 7702, - 7707, - 7712, - 7717, - 7722, - 7727, - 7732, - 7737, - 7742, - 7747, - 7752, - 7757, - 7762, - 7767, - 7772, - 7777, - 7782, - 7787, - 7792, - 7797, - 7802, - 7807, - 7812, - 7817, - 7822, - 7827, - 7832, - 7837, - 7842, - 7847, - 7852, - 7857, - 7862, - 7867, - 7872, - 7873, - 7874, - 7875, - 7876, - 7877, - 7878, - 7879, - 7880, - 7881, - 7882, - 7883, - 7884, - 7885, - 7886, - 7887, - 7888, - 7889, - 7890, - 7891, - 7895, - 7909, - 7913, - 7916, - 7920, - 7922, - 7926, - 7928, - 7931, - 7933, - 7936, - 7939, - 7942, - 7946, - 7949, - 7952, - 7954, - 7966, - 7985, - 8106, - 8110, - 8113, - 8118, - 8122, - 8124, - 8127, - 8132, - 8135, - 8139, - 8143, - 8150, - 8155, - 8157, - 8159, - 8161, - 8163, - 8166, - 8169, - 8172, - 8181, - 8191, - 8194, - 8196, - 8198, - 8200, - 8202, - 8207, - 8212, - 8215, - 8218, - 8221, - 8224, - 8227, - 8229, - 8237, - 8240, - 8243, - 8246, - 8249, - 8252, - 8255, - 8265, - 8275, - 8277, - 8281, - 8295, - 8300, - 8303, - 8305, - 8308 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 7308, - 7309, - 7310, - 7311, - 7312, - 7313, - 7314, - 7315, - 7316, - 7317, - 7318, - 7319, - 7320, - 7321, - 7322, - 7323, - 7324, - 7325, - 7326, - 7327, - 7328, - 7329, - 7330, - 7331, - 7332, - 7333, - 7334, - 7335, - 7336, - 7337, - 7338, - 7339, - 7340, - 7341, - 7342, - 7343, - 7344, - 7345, - 7346, - 7347, - 7348, - 7349, - 7350, - 7351, - 7352, - 7353, - 7354, - 7355, - 7356, - 7357, - 7358, - 7359, - 7360, - 7361, - 7362, - 7363, - 7364, - 7365, - 7366, - 7367, - 7368, - 7369, - 7370, - 7371, - 7372, - 7373, - 7374, - 7375, - 7376, - 7381, - 7386, - 7391, - 7396, - 7401, - 7406, - 7411, - 7416, - 7421, - 7426, - 7431, - 7436, - 7441, - 7446, - 7451, - 7456, - 7461, - 7466, - 7471, - 7476, - 7481, - 7486, - 7491, - 7496, - 7501, - 7506, - 7511, - 7516, - 7521, - 7522, - 7527, - 7532, - 7537, - 7542, - 7547, - 7552, - 7557, - 7562, - 7567, - 7572, - 7577, - 7582, - 7587, - 7592, - 7597, - 7602, - 7607, - 7612, - 7617, - 7622, - 7627, - 7632, - 7637, - 7642, - 7647, - 7652, - 7657, - 7662, - 7667, - 7672, - 7677, - 7682, - 7687, - 7692, - 7697, - 7702, - 7707, - 7712, - 7717, - 7722, - 7727, - 7732, - 7737, - 7742, - 7747, - 7752, - 7757, - 7762, - 7767, - 7772, - 7777, - 7782, - 7787, - 7792, - 7797, - 7802, - 7807, - 7812, - 7817, - 7822, - 7827, - 7832, - 7837, - 7842, - 7847, - 7852, - 7857, - 7862, - 7867, - 7872, - 7873, - 7874, - 7875, - 7876, - 7877, - 7878, - 7879, - 7880, - 7881, - 7882, - 7883, - 7884, - 7885, - 7886, - 7887, - 7888, - 7889, - 7890 - ] - }, - { - "title": "Accessors", - "children": [ - 7891 - ] - }, - { - "title": "Methods", - "children": [ - 7895, - 7909, - 7913, - 7916, - 7920, - 7922, - 7926, - 7928, - 7931, - 7933, - 7936, - 7939, - 7942, - 7946, - 7949, - 7952, - 7954, - 7966, - 7985, - 8106, - 8110, - 8113, - 8118, - 8122, - 8124, - 8127, - 8132, - 8135, - 8139, - 8143, - 8150, - 8155, - 8157, - 8159, - 8161, - 8163, - 8166, - 8169, - 8172, - 8181, - 8191, - 8194, - 8196, - 8198, - 8200, - 8202, - 8207, - 8212, - 8215, - 8218, - 8221, - 8224, - 8227, - 8229, - 8237, - 8240, - 8243, - 8246, - 8249, - 8252, - 8255, - 8265, - 8275, - 8277, - 8281, - 8295, - 8300, - 8303, - 8305, - 8308 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - { - "type": "reference", - "target": 8311, - "name": "DocumentAndElementEventHandlers", - "package": "typescript" - }, - { - "type": "reference", - "target": 8597, - "name": "DocumentOrShadowRoot", - "package": "typescript" - }, - { - "type": "reference", - "target": 9661, - "name": "FontFaceSource", - "package": "typescript" - }, - { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - }, - { - "type": "reference", - "target": 74795, - "name": "NonElementParentNode", - "package": "typescript" - }, - { - "type": "reference", - "target": 75255, - "name": "ParentNode", - "package": "typescript" - }, - { - "type": "reference", - "target": 146783, - "name": "XPathEvaluatorBase", - "package": "typescript" - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 145779, - "name": "XMLDocument" - } - ] - }, - "7308": { - "id": 7308, - "name": "ATTRIBUTE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75256, - "name": "ParentNode.ATTRIBUTE_NODE" - } - }, - "7309": { - "id": 7309, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75257, - "name": "ParentNode.CDATA_SECTION_NODE" - } - }, - "7310": { - "id": 7310, - "name": "COMMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Comment node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75258, - "name": "ParentNode.COMMENT_NODE" - } - }, - "7311": { - "id": 7311, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75259, - "name": "ParentNode.DOCUMENT_FRAGMENT_NODE" - } - }, - "7312": { - "id": 7312, - "name": "DOCUMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a document." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75260, - "name": "ParentNode.DOCUMENT_NODE" - } - }, - "7313": { - "id": 7313, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75261, - "name": "ParentNode.DOCUMENT_POSITION_CONTAINED_BY" - } - }, - "7314": { - "id": 7314, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75262, - "name": "ParentNode.DOCUMENT_POSITION_CONTAINS" - } - }, - "7315": { - "id": 7315, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75263, - "name": "ParentNode.DOCUMENT_POSITION_DISCONNECTED" - } - }, - "7316": { - "id": 7316, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75264, - "name": "ParentNode.DOCUMENT_POSITION_FOLLOWING" - } - }, - "7317": { - "id": 7317, - "name": "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75265, - "name": "ParentNode.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" - } - }, - "7318": { - "id": 7318, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75266, - "name": "ParentNode.DOCUMENT_POSITION_PRECEDING" - } - }, - "7319": { - "id": 7319, - "name": "DOCUMENT_TYPE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a doctype." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75267, - "name": "ParentNode.DOCUMENT_TYPE_NODE" - } - }, - "7320": { - "id": 7320, - "name": "ELEMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is an element." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75268, - "name": "ParentNode.ELEMENT_NODE" - } - }, - "7321": { - "id": 7321, - "name": "ENTITY_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75269, - "name": "ParentNode.ENTITY_NODE" - } - }, - "7322": { - "id": 7322, - "name": "ENTITY_REFERENCE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75270, - "name": "ParentNode.ENTITY_REFERENCE_NODE" - } - }, - "7323": { - "id": 7323, - "name": "NOTATION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75271, - "name": "ParentNode.NOTATION_NODE" - } - }, - "7324": { - "id": 7324, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75272, - "name": "ParentNode.PROCESSING_INSTRUCTION_NODE" - } - }, - "7325": { - "id": 7325, - "name": "TEXT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Text node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75273, - "name": "ParentNode.TEXT_NODE" - } - }, - "7326": { - "id": 7326, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7327": { - "id": 7327, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8598, - "name": "DocumentOrShadowRoot.activeElement" - } - }, - "7328": { - "id": 7328, - "name": "adoptedStyleSheets", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 5592, - "name": "CSSStyleSheet", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 8599, - "name": "DocumentOrShadowRoot.adoptedStyleSheets" - } - }, - "7329": { - "id": 7329, - "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": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7330": { - "id": 7330, - "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": [] - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLAllCollection" - }, - "name": "HTMLAllCollection", - "package": "typescript" - } - }, - "7331": { - "id": 7331, - "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": [] - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 10338, - "name": "HTMLAnchorElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "7332": { - "id": 7332, - "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": [] - } - ] - }, - "type": { - "type": "reference", - "target": 17816, - "name": "HTMLCollection", - "package": "typescript" - } - }, - "7333": { - "id": 7333, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 75274, - "name": "ParentNode.baseURI" - } - }, - "7334": { - "id": 7334, - "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": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7335": { - "id": 7335, - "name": "body", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Specifies the beginning and end of the document body." - } - ] - }, - "type": { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - }, - "7336": { - "id": 7336, - "name": "characterSet", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns document's encoding." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7337": { - "id": 7337, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7338": { - "id": 7338, - "name": "childElementCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75275, - "name": "ParentNode.childElementCount" - } - }, - "7339": { - "id": 7339, - "name": "childNodes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the children." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 75276, - "name": "ParentNode.childNodes" - } - }, - "7340": { - "id": 7340, - "name": "children", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the child elements." - } - ] - }, - "type": { - "type": "reference", - "target": 17816, - "name": "HTMLCollection", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 75277, - "name": "ParentNode.children" - } - }, - "7341": { - "id": 7341, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7342": { - "id": 7342, - "name": "contentType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns document's content type." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7343": { - "id": 7343, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7344": { - "id": 7344, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 146893, - "name": "HTMLOrSVGScriptElement", - "package": "typescript" - } - ] - } - }, - "7345": { - "id": 7345, - "name": "defaultView", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the Window object of the active document." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intersection", - "types": [ - { - "type": "reference", - "target": 144646, - "name": "Window", - "package": "typescript" - }, - { - "type": "query", - "queryType": { - "type": "reference", - "target": { - "sourceFileName": "", - "qualifiedName": "globalThis" - }, - "name": "globalThis", - "preferValues": true - } - } - ] - } - ] - } - }, - "7346": { - "id": 7346, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7347": { - "id": 7347, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7348": { - "id": 7348, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8618, - "name": "DocumentType", - "package": "typescript" - } - ] - } - }, - "7349": { - "id": 7349, - "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." - } - ] - }, - "type": { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - }, - "7350": { - "id": 7350, - "name": "documentURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns document's URL." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7351": { - "id": 7351, - "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": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7352": { - "id": 7352, - "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." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 25173, - "name": "HTMLEmbedElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "7353": { - "id": 7353, - "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": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7354": { - "id": 7354, - "name": "firstChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75278, - "name": "ParentNode.firstChild" - } - }, - "7355": { - "id": 7355, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75279, - "name": "ParentNode.firstElementChild" - } - }, - "7356": { - "id": 7356, - "name": "fonts", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "FontFaceSet" - }, - "name": "FontFaceSet", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 9662, - "name": "FontFaceSource.fonts" - } - }, - "7357": { - "id": 7357, - "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." - } - ] - }, - "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" - } - }, - "7358": { - "id": 7358, - "name": "fullscreen", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "7359": { - "id": 7359, - "name": "fullscreenElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns document's fullscreen element." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8600, - "name": "DocumentOrShadowRoot.fullscreenElement" - } - }, - "7360": { - "id": 7360, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "7361": { - "id": 7361, - "name": "head", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the head element." - } - ] - }, - "type": { - "type": "reference", - "target": 30742, - "name": "HTMLHeadElement", - "package": "typescript" - } - }, - "7362": { - "id": 7362, - "name": "hidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "7363": { - "id": 7363, - "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." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 34321, - "name": "HTMLImageElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "7364": { - "id": 7364, - "name": "implementation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Gets the implementation object of the current document." - } - ] - }, - "type": { - "type": "reference", - "target": 6846, - "name": "DOMImplementation", - "package": "typescript" - } - }, - "7365": { - "id": 7365, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7366": { - "id": 7366, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 75280, - "name": "ParentNode.isConnected" - } - }, - "7367": { - "id": 7367, - "name": "lastChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75281, - "name": "ParentNode.lastChild" - } - }, - "7368": { - "id": 7368, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75282, - "name": "ParentNode.lastElementChild" - } - }, - "7369": { - "id": 7369, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7370": { - "id": 7370, - "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": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7371": { - "id": 7371, - "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." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "union", - "types": [ - { - "type": "reference", - "target": 10338, - "name": "HTMLAnchorElement", - "package": "typescript" - }, - { - "type": "reference", - "target": 11251, - "name": "HTMLAreaElement", - "package": "typescript" - } - ] - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "7372": { - "id": 7372, - "name": "nextSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the next sibling." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75283, - "name": "ParentNode.nextSibling" - } - }, - "7373": { - "id": 7373, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 75284, - "name": "ParentNode.nodeName" - } - }, - "7374": { - "id": 7374, - "name": "nodeType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75285, - "name": "ParentNode.nodeType" - } - }, - "7375": { - "id": 7375, - "name": "nodeValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75286, - "name": "ParentNode.nodeValue" - } - }, - "7376": { - "id": 7376, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7377, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7378, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7379, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7380, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141101, - "name": "UIEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9762, - "name": "GlobalEventHandlers.onabort" - } - }, - "7381": { - "id": 7381, - "name": "onanimationcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7382, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7383, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7384, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7385, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9767, - "name": "GlobalEventHandlers.onanimationcancel" - } - }, - "7386": { - "id": 7386, - "name": "onanimationend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7387, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7388, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7389, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7390, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9772, - "name": "GlobalEventHandlers.onanimationend" - } - }, - "7391": { - "id": 7391, - "name": "onanimationiteration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7392, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7393, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7394, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7395, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9777, - "name": "GlobalEventHandlers.onanimationiteration" - } - }, - "7396": { - "id": 7396, - "name": "onanimationstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7397, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7398, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7399, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7400, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9782, - "name": "GlobalEventHandlers.onanimationstart" - } - }, - "7401": { - "id": 7401, - "name": "onauxclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7402, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7403, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7404, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7405, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9787, - "name": "GlobalEventHandlers.onauxclick" - } - }, - "7406": { - "id": 7406, - "name": "onbeforeinput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7407, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7408, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7409, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7410, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73624, - "name": "InputEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9792, - "name": "GlobalEventHandlers.onbeforeinput" - } - }, - "7411": { - "id": 7411, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7412, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7413, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7414, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7415, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9547, - "name": "FocusEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9797, - "name": "GlobalEventHandlers.onblur" - } - }, - "7416": { - "id": 7416, - "name": "oncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7417, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7418, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7419, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7420, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9802, - "name": "GlobalEventHandlers.oncancel" - } - }, - "7421": { - "id": 7421, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7422, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7423, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7424, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7425, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9807, - "name": "GlobalEventHandlers.oncanplay" - } - }, - "7426": { - "id": 7426, - "name": "oncanplaythrough", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7427, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7428, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7429, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7430, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9812, - "name": "GlobalEventHandlers.oncanplaythrough" - } - }, - "7431": { - "id": 7431, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7432, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7433, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7434, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7435, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9817, - "name": "GlobalEventHandlers.onchange" - } - }, - "7436": { - "id": 7436, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7437, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7438, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7439, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7440, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9822, - "name": "GlobalEventHandlers.onclick" - } - }, - "7441": { - "id": 7441, - "name": "onclose", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7442, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7443, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7444, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7445, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9827, - "name": "GlobalEventHandlers.onclose" - } - }, - "7446": { - "id": 7446, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7447, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7448, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7449, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7450, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9832, - "name": "GlobalEventHandlers.oncontextmenu" - } - }, - "7451": { - "id": 7451, - "name": "oncopy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7452, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7453, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7454, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8311, - "name": "DocumentAndElementEventHandlers", - "package": "typescript" - } - }, - { - "id": 7455, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6441, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8312, - "name": "DocumentAndElementEventHandlers.oncopy" - } - }, - "7456": { - "id": 7456, - "name": "oncuechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7457, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7458, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7459, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7460, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9837, - "name": "GlobalEventHandlers.oncuechange" - } - }, - "7461": { - "id": 7461, - "name": "oncut", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7462, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7463, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7464, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8311, - "name": "DocumentAndElementEventHandlers", - "package": "typescript" - } - }, - { - "id": 7465, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6441, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8317, - "name": "DocumentAndElementEventHandlers.oncut" - } - }, - "7466": { - "id": 7466, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7467, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7468, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7469, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7470, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9842, - "name": "GlobalEventHandlers.ondblclick" - } - }, - "7471": { - "id": 7471, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7472, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7473, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7474, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7475, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9847, - "name": "GlobalEventHandlers.ondrag" - } - }, - "7476": { - "id": 7476, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7477, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7478, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7479, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7480, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9852, - "name": "GlobalEventHandlers.ondragend" - } - }, - "7481": { - "id": 7481, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7482, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7483, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7484, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7485, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9857, - "name": "GlobalEventHandlers.ondragenter" - } - }, - "7486": { - "id": 7486, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7487, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7488, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7489, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7490, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9862, - "name": "GlobalEventHandlers.ondragleave" - } - }, - "7491": { - "id": 7491, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7492, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7493, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7494, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7495, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9867, - "name": "GlobalEventHandlers.ondragover" - } - }, - "7496": { - "id": 7496, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7497, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7498, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7499, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7500, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9872, - "name": "GlobalEventHandlers.ondragstart" - } - }, - "7501": { - "id": 7501, - "name": "ondrop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7502, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7503, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7504, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7505, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9877, - "name": "GlobalEventHandlers.ondrop" - } - }, - "7506": { - "id": 7506, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7507, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7508, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7509, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7510, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9882, - "name": "GlobalEventHandlers.ondurationchange" - } - }, - "7511": { - "id": 7511, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7512, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7513, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7514, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7515, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9887, - "name": "GlobalEventHandlers.onemptied" - } - }, - "7516": { - "id": 7516, - "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" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7517, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7518, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7519, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7520, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9892, - "name": "GlobalEventHandlers.onended" - } - }, - "7521": { - "id": 7521, - "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." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 146937, - "name": "OnErrorEventHandler", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 9897, - "name": "GlobalEventHandlers.onerror" - } - }, - "7522": { - "id": 7522, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7523, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7524, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7525, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7526, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9547, - "name": "FocusEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9898, - "name": "GlobalEventHandlers.onfocus" - } - }, - "7527": { - "id": 7527, - "name": "onformdata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7528, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7529, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7530, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7531, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9663, - "name": "FormDataEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9903, - "name": "GlobalEventHandlers.onformdata" - } - }, - "7532": { - "id": 7532, - "name": "onfullscreenchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7533, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7534, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7535, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 7307, - "name": "Document", - "package": "typescript" - } - }, - { - "id": 7536, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - } - }, - "7537": { - "id": 7537, - "name": "onfullscreenerror", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7538, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7539, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7540, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 7307, - "name": "Document", - "package": "typescript" - } - }, - { - "id": 7541, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - } - }, - "7542": { - "id": 7542, - "name": "ongotpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7543, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7544, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7545, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7546, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9908, - "name": "GlobalEventHandlers.ongotpointercapture" - } - }, - "7547": { - "id": 7547, - "name": "oninput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7548, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7549, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7550, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7551, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9913, - "name": "GlobalEventHandlers.oninput" - } - }, - "7552": { - "id": 7552, - "name": "oninvalid", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7553, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7554, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7555, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7556, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9918, - "name": "GlobalEventHandlers.oninvalid" - } - }, - "7557": { - "id": 7557, - "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" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7558, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7559, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7560, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7561, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73726, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9923, - "name": "GlobalEventHandlers.onkeydown" - } - }, - "7562": { - "id": 7562, - "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": [] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7563, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7564, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7565, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7566, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73726, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9928, - "name": "GlobalEventHandlers.onkeypress" - } - }, - "7567": { - "id": 7567, - "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" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7568, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7569, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7570, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7571, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73726, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9933, - "name": "GlobalEventHandlers.onkeyup" - } - }, - "7572": { - "id": 7572, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7573, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7574, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7575, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7576, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9938, - "name": "GlobalEventHandlers.onload" - } - }, - "7577": { - "id": 7577, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7578, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7579, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7580, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7581, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9943, - "name": "GlobalEventHandlers.onloadeddata" - } - }, - "7582": { - "id": 7582, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7583, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7584, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7585, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7586, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9948, - "name": "GlobalEventHandlers.onloadedmetadata" - } - }, - "7587": { - "id": 7587, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7588, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7589, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7590, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7591, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9953, - "name": "GlobalEventHandlers.onloadstart" - } - }, - "7592": { - "id": 7592, - "name": "onlostpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7593, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7594, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7595, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7596, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9958, - "name": "GlobalEventHandlers.onlostpointercapture" - } - }, - "7597": { - "id": 7597, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7598, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7599, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7600, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7601, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9963, - "name": "GlobalEventHandlers.onmousedown" - } - }, - "7602": { - "id": 7602, - "name": "onmouseenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7603, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7604, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7605, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7606, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9968, - "name": "GlobalEventHandlers.onmouseenter" - } - }, - "7607": { - "id": 7607, - "name": "onmouseleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7608, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7609, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7610, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7611, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9973, - "name": "GlobalEventHandlers.onmouseleave" - } - }, - "7612": { - "id": 7612, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7613, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7614, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7615, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7616, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9978, - "name": "GlobalEventHandlers.onmousemove" - } - }, - "7617": { - "id": 7617, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7618, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7619, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7620, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7621, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9983, - "name": "GlobalEventHandlers.onmouseout" - } - }, - "7622": { - "id": 7622, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7623, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7624, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7625, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7626, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9988, - "name": "GlobalEventHandlers.onmouseover" - } - }, - "7627": { - "id": 7627, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7628, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7629, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7630, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7631, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9993, - "name": "GlobalEventHandlers.onmouseup" - } - }, - "7632": { - "id": 7632, - "name": "onpaste", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7633, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7634, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7635, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8311, - "name": "DocumentAndElementEventHandlers", - "package": "typescript" - } - }, - { - "id": 7636, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6441, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8322, - "name": "DocumentAndElementEventHandlers.onpaste" - } - }, - "7637": { - "id": 7637, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7638, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7639, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7640, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7641, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9998, - "name": "GlobalEventHandlers.onpause" - } - }, - "7642": { - "id": 7642, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7643, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7644, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7645, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7646, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10003, - "name": "GlobalEventHandlers.onplay" - } - }, - "7647": { - "id": 7647, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7648, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7649, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7650, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7651, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10008, - "name": "GlobalEventHandlers.onplaying" - } - }, - "7652": { - "id": 7652, - "name": "onpointercancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7653, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7654, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7655, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7656, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10013, - "name": "GlobalEventHandlers.onpointercancel" - } - }, - "7657": { - "id": 7657, - "name": "onpointerdown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7658, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7659, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7660, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7661, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10018, - "name": "GlobalEventHandlers.onpointerdown" - } - }, - "7662": { - "id": 7662, - "name": "onpointerenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7663, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7664, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7665, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7666, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10023, - "name": "GlobalEventHandlers.onpointerenter" - } - }, - "7667": { - "id": 7667, - "name": "onpointerleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7668, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7669, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7670, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7671, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10028, - "name": "GlobalEventHandlers.onpointerleave" - } - }, - "7672": { - "id": 7672, - "name": "onpointerlockchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7673, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7674, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7675, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 7307, - "name": "Document", - "package": "typescript" - } - }, - { - "id": 7676, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - } - }, - "7677": { - "id": 7677, - "name": "onpointerlockerror", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7678, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7679, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7680, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 7307, - "name": "Document", - "package": "typescript" - } - }, - { - "id": 7681, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - } - }, - "7682": { - "id": 7682, - "name": "onpointermove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7683, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7684, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7685, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7686, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10033, - "name": "GlobalEventHandlers.onpointermove" - } - }, - "7687": { - "id": 7687, - "name": "onpointerout", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7688, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7689, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7690, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7691, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10038, - "name": "GlobalEventHandlers.onpointerout" - } - }, - "7692": { - "id": 7692, - "name": "onpointerover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7693, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7694, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7695, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7696, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10043, - "name": "GlobalEventHandlers.onpointerover" - } - }, - "7697": { - "id": 7697, - "name": "onpointerup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7698, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7699, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7700, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7701, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10048, - "name": "GlobalEventHandlers.onpointerup" - } - }, - "7702": { - "id": 7702, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7703, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7704, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7705, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7706, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 76079, - "typeArguments": [ - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ], - "name": "ProgressEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10053, - "name": "GlobalEventHandlers.onprogress" - } - }, - "7707": { - "id": 7707, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7708, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7709, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7710, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7711, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10058, - "name": "GlobalEventHandlers.onratechange" - } - }, - "7712": { - "id": 7712, - "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" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7713, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7714, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7715, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 7307, - "name": "Document", - "package": "typescript" - } - }, - { - "id": 7716, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - } - }, - "7717": { - "id": 7717, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7718, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7719, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7720, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7721, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10063, - "name": "GlobalEventHandlers.onreset" - } - }, - "7722": { - "id": 7722, - "name": "onresize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7723, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7724, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7725, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7726, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141101, - "name": "UIEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10068, - "name": "GlobalEventHandlers.onresize" - } - }, - "7727": { - "id": 7727, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7728, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7729, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7730, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7731, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10073, - "name": "GlobalEventHandlers.onscroll" - } - }, - "7732": { - "id": 7732, - "name": "onsecuritypolicyviolation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7733, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7734, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7735, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7736, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 139811, - "name": "SecurityPolicyViolationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10078, - "name": "GlobalEventHandlers.onsecuritypolicyviolation" - } - }, - "7737": { - "id": 7737, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7738, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7739, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7740, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7741, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10083, - "name": "GlobalEventHandlers.onseeked" - } - }, - "7742": { - "id": 7742, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7743, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7744, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7745, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7746, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10088, - "name": "GlobalEventHandlers.onseeking" - } - }, - "7747": { - "id": 7747, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7748, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7749, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7750, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7751, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10093, - "name": "GlobalEventHandlers.onselect" - } - }, - "7752": { - "id": 7752, - "name": "onselectionchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7753, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7754, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7755, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7756, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10098, - "name": "GlobalEventHandlers.onselectionchange" - } - }, - "7757": { - "id": 7757, - "name": "onselectstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7758, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7759, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7760, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7761, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10103, - "name": "GlobalEventHandlers.onselectstart" - } - }, - "7762": { - "id": 7762, - "name": "onslotchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7763, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7764, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7765, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7766, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10108, - "name": "GlobalEventHandlers.onslotchange" - } - }, - "7767": { - "id": 7767, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7768, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7769, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7770, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7771, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10113, - "name": "GlobalEventHandlers.onstalled" - } - }, - "7772": { - "id": 7772, - "name": "onsubmit", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7773, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7774, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7775, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7776, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140574, - "name": "SubmitEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10118, - "name": "GlobalEventHandlers.onsubmit" - } - }, - "7777": { - "id": 7777, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7778, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7779, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7780, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7781, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10123, - "name": "GlobalEventHandlers.onsuspend" - } - }, - "7782": { - "id": 7782, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7783, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7784, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7785, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7786, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10128, - "name": "GlobalEventHandlers.ontimeupdate" - } - }, - "7787": { - "id": 7787, - "name": "ontoggle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7788, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7789, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7790, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7791, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10133, - "name": "GlobalEventHandlers.ontoggle" - } - }, - "7792": { - "id": 7792, - "name": "ontouchcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7793, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7794, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7795, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7796, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10138, - "name": "GlobalEventHandlers.ontouchcancel" - } - }, - "7797": { - "id": 7797, - "name": "ontouchend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7798, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7799, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7800, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7801, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10143, - "name": "GlobalEventHandlers.ontouchend" - } - }, - "7802": { - "id": 7802, - "name": "ontouchmove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7803, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7804, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7805, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7806, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10148, - "name": "GlobalEventHandlers.ontouchmove" - } - }, - "7807": { - "id": 7807, - "name": "ontouchstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7808, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7809, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7810, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7811, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10153, - "name": "GlobalEventHandlers.ontouchstart" - } - }, - "7812": { - "id": 7812, - "name": "ontransitioncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7813, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7814, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7815, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7816, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10158, - "name": "GlobalEventHandlers.ontransitioncancel" - } - }, - "7817": { - "id": 7817, - "name": "ontransitionend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7818, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7819, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7820, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7821, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10163, - "name": "GlobalEventHandlers.ontransitionend" - } - }, - "7822": { - "id": 7822, - "name": "ontransitionrun", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7823, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7824, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7825, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7826, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10168, - "name": "GlobalEventHandlers.ontransitionrun" - } - }, - "7827": { - "id": 7827, - "name": "ontransitionstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7828, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7829, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7830, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7831, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10173, - "name": "GlobalEventHandlers.ontransitionstart" - } - }, - "7832": { - "id": 7832, - "name": "onvisibilitychange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7833, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7834, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7835, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 7307, - "name": "Document", - "package": "typescript" - } - }, - { - "id": 7836, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - } - }, - "7837": { - "id": 7837, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7838, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7839, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7840, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7841, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10178, - "name": "GlobalEventHandlers.onvolumechange" - } - }, - "7842": { - "id": 7842, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7843, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7844, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7845, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7846, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10183, - "name": "GlobalEventHandlers.onwaiting" - } - }, - "7847": { - "id": 7847, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7848, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7849, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7850, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7851, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10188, - "name": "GlobalEventHandlers.onwebkitanimationend" - } - }, - "7852": { - "id": 7852, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7853, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7854, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7855, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7856, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10193, - "name": "GlobalEventHandlers.onwebkitanimationiteration" - } - }, - "7857": { - "id": 7857, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7858, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7859, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7860, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7861, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10198, - "name": "GlobalEventHandlers.onwebkitanimationstart" - } - }, - "7862": { - "id": 7862, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7863, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7864, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7865, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7866, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10203, - "name": "GlobalEventHandlers.onwebkittransitionend" - } - }, - "7867": { - "id": 7867, - "name": "onwheel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 7868, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 7869, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 7870, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 7871, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 144525, - "name": "WheelEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10208, - "name": "GlobalEventHandlers.onwheel" - } - }, - "7872": { - "id": 7872, - "name": "ownerDocument", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the node document. Returns null for documents." - } - ] - }, - "type": { - "type": "literal", - "value": null - }, - "overwrites": { - "type": "reference", - "target": 75287, - "name": "ParentNode.ownerDocument" - } - }, - "7873": { - "id": 7873, - "name": "parentElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent element." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75288, - "name": "ParentNode.parentElement" - } - }, - "7874": { - "id": 7874, - "name": "parentNode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 75255, - "name": "ParentNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75289, - "name": "ParentNode.parentNode" - } - }, - "7875": { - "id": 7875, - "name": "pictureInPictureElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8601, - "name": "DocumentOrShadowRoot.pictureInPictureElement" - } - }, - "7876": { - "id": 7876, - "name": "pictureInPictureEnabled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "7877": { - "id": 7877, - "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." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 25173, - "name": "HTMLEmbedElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "7878": { - "id": 7878, - "name": "pointerLockElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8602, - "name": "DocumentOrShadowRoot.pointerLockElement" - } - }, - "7879": { - "id": 7879, - "name": "previousSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the previous sibling." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75290, - "name": "ParentNode.previousSibling" - } - }, - "7880": { - "id": 7880, - "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." - } - ] - }, - "type": { - "type": "reference", - "target": 146875, - "name": "DocumentReadyState", - "package": "typescript" - } - }, - "7881": { - "id": 7881, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7882": { - "id": 7882, - "name": "rootElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 126201, - "name": "SVGSVGElement", - "package": "typescript" - } - ] - } - }, - "7883": { - "id": 7883, - "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." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 56002, - "name": "HTMLScriptElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "7884": { - "id": 7884, - "name": "scrollingElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - } - }, - "7885": { - "id": 7885, - "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." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "StyleSheetList" - }, - "name": "StyleSheetList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 8603, - "name": "DocumentOrShadowRoot.styleSheets" - } - }, - "7886": { - "id": 7886, - "name": "textContent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75291, - "name": "ParentNode.textContent" - } - }, - "7887": { - "id": 7887, - "name": "timeline", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": 8614, - "name": "DocumentTimeline", - "package": "typescript" - } - }, - "7888": { - "id": 7888, - "name": "title", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Contains the title of the document." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7889": { - "id": 7889, - "name": "visibilityState", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": 146876, - "name": "DocumentVisibilityState", - "package": "typescript" - } - }, - "7890": { - "id": 7890, - "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": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7891": { - "id": 7891, - "name": "location", - "variant": "declaration", - "kind": 262144, - "flags": { - "isExternal": true - }, - "getSignature": { - "id": 7892, - "name": "location", - "variant": "signature", - "kind": 524288, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Contains information about the current URL." - } - ] - }, - "type": { - "type": "reference", - "target": 73860, - "name": "Location", - "package": "typescript" - } - }, - "setSignature": { - "id": 7893, - "name": "location", - "variant": "signature", - "kind": 1048576, - "flags": { - "isExternal": true - }, - "parameters": [ - 7894 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - } - }, - "7895": { - "id": 7895, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7896, - 7905 - ], - "overwrites": { - "type": "reference", - "target": 75292, - "name": "ParentNode.addEventListener" - } - }, - "7896": { - "id": 7896, - "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." - } - ] - }, - "typeParameter": [ - 7897 - ], - "parameters": [ - 7898, - 7899, - 7904 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 75293, - "name": "ParentNode.addEventListener" - } - }, - "7897": { - "id": 7897, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 8359, - "name": "DocumentEventMap", - "package": "typescript" - } - } - }, - "7898": { - "id": 7898, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 7897, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "7899": { - "id": 7899, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 7900, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 7901 - ] - } - } - }, - "7904": { - "id": 7904, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 4983, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "7905": { - "id": 7905, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 7906, - 7907, - 7908 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 10223, - "name": "GlobalEventHandlers.addEventListener" - } - }, - "7906": { - "id": 7906, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7907": { - "id": 7907, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "7908": { - "id": 7908, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 4983, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "7909": { - "id": 7909, - "name": "adoptNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7910 - ] - }, - "7910": { - "id": 7910, - "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." - } - ] - }, - "typeParameter": [ - 7911 - ], - "parameters": [ - 7912 - ], - "type": { - "type": "reference", - "target": 7911, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "7911": { - "id": 7911, - "name": "T", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "7912": { - "id": 7912, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 7911, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "7913": { - "id": 7913, - "name": "append", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7914 - ], - "inheritedFrom": { - "type": "reference", - "target": 75297, - "name": "ParentNode.append" - } - }, - "7914": { - "id": 7914, - "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." - } - ] - }, - "parameters": [ - 7915 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 75298, - "name": "ParentNode.append" - } - }, - "7915": { - "id": 7915, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "7916": { - "id": 7916, - "name": "appendChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7917 - ], - "inheritedFrom": { - "type": "reference", - "target": 75300, - "name": "ParentNode.appendChild" - } - }, - "7917": { - "id": 7917, - "name": "appendChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 7918 - ], - "parameters": [ - 7919 - ], - "type": { - "type": "reference", - "target": 17530, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 75301, - "name": "ParentNode.appendChild" - } - }, - "7919": { - "id": 7919, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17530, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "7920": { - "id": 7920, - "name": "captureEvents", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7921 - ] - }, - "7921": { - "id": 7921, - "name": "captureEvents", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "7922": { - "id": 7922, - "name": "caretRangeFromPoint", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7923 - ] - }, - "7923": { - "id": 7923, - "name": "caretRangeFromPoint", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "parameters": [ - 7924, - 7925 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 76728, - "name": "Range", - "package": "typescript" - } - ] - } - }, - "7924": { - "id": 7924, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7925": { - "id": 7925, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "7926": { - "id": 7926, - "name": "clear", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7927 - ] - }, - "7927": { - "id": 7927, - "name": "clear", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "7928": { - "id": 7928, - "name": "cloneNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7929 - ], - "inheritedFrom": { - "type": "reference", - "target": 75304, - "name": "ParentNode.cloneNode" - } - }, - "7929": { - "id": 7929, - "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." - } - ] - }, - "parameters": [ - 7930 - ], - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 75305, - "name": "ParentNode.cloneNode" - } - }, - "7930": { - "id": 7930, - "name": "deep", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "7931": { - "id": 7931, - "name": "close", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7932 - ] - }, - "7932": { - "id": 7932, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "7933": { - "id": 7933, - "name": "compareDocumentPosition", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7934 - ], - "inheritedFrom": { - "type": "reference", - "target": 75307, - "name": "ParentNode.compareDocumentPosition" - } - }, - "7934": { - "id": 7934, - "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." - } - ] - }, - "parameters": [ - 7935 - ], - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75308, - "name": "ParentNode.compareDocumentPosition" - } - }, - "7935": { - "id": 7935, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "7936": { - "id": 7936, - "name": "contains", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7937 - ], - "inheritedFrom": { - "type": "reference", - "target": 75310, - "name": "ParentNode.contains" - } - }, - "7937": { - "id": 7937, - "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." - } - ] - }, - "parameters": [ - 7938 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 75311, - "name": "ParentNode.contains" - } - }, - "7938": { - "id": 7938, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "7939": { - "id": 7939, - "name": "createAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7940 - ] - }, - "7940": { - "id": 7940, - "name": "createAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Creates an attribute object with a specified name." - } - ] - }, - "parameters": [ - 7941 - ], - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - }, - "7941": { - "id": 7941, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7942": { - "id": 7942, - "name": "createAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7943 - ] - }, - "7943": { - "id": 7943, - "name": "createAttributeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 7944, - 7945 - ], - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - }, - "7944": { - "id": 7944, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "7945": { - "id": 7945, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7946": { - "id": 7946, - "name": "createCDATASection", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7947 - ] - }, - "7947": { - "id": 7947, - "name": "createCDATASection", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns a CDATASection node whose data is data." - } - ] - }, - "parameters": [ - 7948 - ], - "type": { - "type": "reference", - "target": 5442, - "name": "CDATASection", - "package": "typescript" - } - }, - "7948": { - "id": 7948, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7949": { - "id": 7949, - "name": "createComment", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7950 - ] - }, - "7950": { - "id": 7950, - "name": "createComment", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Creates a comment object with the specified data." - } - ] - }, - "parameters": [ - 7951 - ], - "type": { - "type": "reference", - "target": 6519, - "name": "Comment", - "package": "typescript" - } - }, - "7951": { - "id": 7951, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets the comment object's data." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7952": { - "id": 7952, - "name": "createDocumentFragment", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7953 - ] - }, - "7953": { - "id": 7953, - "name": "createDocumentFragment", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Creates a new document." - } - ] - }, - "type": { - "type": "reference", - "target": 8466, - "name": "DocumentFragment", - "package": "typescript" - } - }, - "7954": { - "id": 7954, - "name": "createElement", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7955, - 7959, - 7963 - ] - }, - "7955": { - "id": 7955, - "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": [ - 7956 - ], - "parameters": [ - 7957, - 7958 - ], - "type": { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 7956, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - }, - "7956": { - "id": 7956, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - }, - "7957": { - "id": 7957, - "name": "tagName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The name of an element." - } - ] - }, - "type": { - "type": "reference", - "target": 7956, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "7958": { - "id": 7958, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9273, - "name": "ElementCreationOptions", - "package": "typescript" - } - }, - "7959": { - "id": 7959, - "name": "createElement", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "typeParameter": [ - 7960 - ], - "parameters": [ - 7961, - 7962 - ], - "type": { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 7960, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 24929, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - }, - "7960": { - "id": 7960, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 24929, - "name": "HTMLElementDeprecatedTagNameMap", - "package": "typescript" - } - } - }, - "7961": { - "id": 7961, - "name": "tagName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 7960, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "7962": { - "id": 7962, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9273, - "name": "ElementCreationOptions", - "package": "typescript" - } - }, - "7963": { - "id": 7963, - "name": "createElement", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 7964, - 7965 - ], - "type": { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - }, - "7964": { - "id": 7964, - "name": "tagName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7965": { - "id": 7965, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9273, - "name": "ElementCreationOptions", - "package": "typescript" - } - }, - "7966": { - "id": 7966, - "name": "createElementNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7967, - 7970, - 7974, - 7977, - 7981 - ] - }, - "7967": { - "id": 7967, - "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." - } - ] - }, - "parameters": [ - 7968, - 7969 - ], - "type": { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - }, - "7968": { - "id": 7968, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/1999/xhtml" - } - }, - "7969": { - "id": 7969, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7970": { - "id": 7970, - "name": "createElementNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 7971 - ], - "parameters": [ - 7972, - 7973 - ], - "type": { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 7971, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - }, - "7971": { - "id": 7971, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - }, - "7972": { - "id": 7972, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/2000/svg" - } - }, - "7973": { - "id": 7973, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 7971, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "7974": { - "id": 7974, - "name": "createElementNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 7975, - 7976 - ], - "type": { - "type": "reference", - "target": 85760, - "name": "SVGElement", - "package": "typescript" - } - }, - "7975": { - "id": 7975, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/2000/svg" - } - }, - "7976": { - "id": 7976, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7977": { - "id": 7977, - "name": "createElementNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 7978, - 7979, - 7980 - ], - "type": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - }, - "7978": { - "id": 7978, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "7979": { - "id": 7979, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7980": { - "id": 7980, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9273, - "name": "ElementCreationOptions", - "package": "typescript" - } - }, - "7981": { - "id": 7981, - "name": "createElementNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 7982, - 7983, - 7984 - ], - "type": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - }, - "7982": { - "id": 7982, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "7983": { - "id": 7983, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "7984": { - "id": 7984, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 9273, - "name": "ElementCreationOptions", - "package": "typescript" - } - ] - } - }, - "7985": { - "id": 7985, - "name": "createEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 7986, - 7988, - 7990, - 7992, - 7994, - 7996, - 7998, - 8000, - 8002, - 8004, - 8006, - 8008, - 8010, - 8012, - 8014, - 8016, - 8018, - 8020, - 8022, - 8024, - 8026, - 8028, - 8030, - 8032, - 8034, - 8036, - 8038, - 8040, - 8042, - 8044, - 8046, - 8048, - 8050, - 8052, - 8054, - 8056, - 8058, - 8060, - 8062, - 8064, - 8066, - 8068, - 8070, - 8072, - 8074, - 8076, - 8078, - 8080, - 8082, - 8084, - 8086, - 8088, - 8090, - 8092, - 8094, - 8096, - 8098, - 8100, - 8102, - 8104 - ] - }, - "7986": { - "id": 7986, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 7987 - ], - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - }, - "7987": { - "id": 7987, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "AnimationEvent" - } - }, - "7988": { - "id": 7988, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 7989 - ], - "type": { - "type": "reference", - "target": 5135, - "name": "AnimationPlaybackEvent", - "package": "typescript" - } - }, - "7989": { - "id": 7989, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "AnimationPlaybackEvent" - } - }, - "7990": { - "id": 7990, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 7991 - ], - "type": { - "type": "reference", - "target": 5306, - "name": "AudioProcessingEvent", - "package": "typescript" - } - }, - "7991": { - "id": 7991, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "AudioProcessingEvent" - } - }, - "7992": { - "id": 7992, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 7993 - ], - "type": { - "type": "reference", - "target": 5356, - "name": "BeforeUnloadEvent", - "package": "typescript" - } - }, - "7993": { - "id": 7993, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "BeforeUnloadEvent" - } - }, - "7994": { - "id": 7994, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 7995 - ], - "type": { - "type": "reference", - "target": 5390, - "name": "BlobEvent", - "package": "typescript" - } - }, - "7995": { - "id": 7995, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "BlobEvent" - } - }, - "7996": { - "id": 7996, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 7997 - ], - "type": { - "type": "reference", - "target": 6441, - "name": "ClipboardEvent", - "package": "typescript" - } - }, - "7997": { - "id": 7997, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "ClipboardEvent" - } - }, - "7998": { - "id": 7998, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 7999 - ], - "type": { - "type": "reference", - "target": 6478, - "name": "CloseEvent", - "package": "typescript" - } - }, - "7999": { - "id": 7999, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "CloseEvent" - } - }, - "8000": { - "id": 8000, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8001 - ], - "type": { - "type": "reference", - "target": 6649, - "name": "CompositionEvent", - "package": "typescript" - } - }, - "8001": { - "id": 8001, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "CompositionEvent" - } - }, - "8002": { - "id": 8002, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8003 - ], - "type": { - "type": "reference", - "target": 6771, - "typeArguments": [ - { - "type": "intrinsic", - "name": "any" - } - ], - "name": "CustomEvent", - "package": "typescript" - } - }, - "8003": { - "id": 8003, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "CustomEvent" - } - }, - "8004": { - "id": 8004, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8005 - ], - "type": { - "type": "reference", - "target": 7205, - "name": "DeviceMotionEvent", - "package": "typescript" - } - }, - "8005": { - "id": 8005, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "DeviceMotionEvent" - } - }, - "8006": { - "id": 8006, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8007 - ], - "type": { - "type": "reference", - "target": 7264, - "name": "DeviceOrientationEvent", - "package": "typescript" - } - }, - "8007": { - "id": 8007, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "DeviceOrientationEvent" - } - }, - "8008": { - "id": 8008, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8009 - ], - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - }, - "8009": { - "id": 8009, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "DragEvent" - } - }, - "8010": { - "id": 8010, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8011 - ], - "type": { - "type": "reference", - "target": 9343, - "name": "ErrorEvent", - "package": "typescript" - } - }, - "8011": { - "id": 8011, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "ErrorEvent" - } - }, - "8012": { - "id": 8012, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8013 - ], - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "8013": { - "id": 8013, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "Event" - } - }, - "8014": { - "id": 8014, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8015 - ], - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "8015": { - "id": 8015, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "Events" - } - }, - "8016": { - "id": 8016, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8017 - ], - "type": { - "type": "reference", - "target": 9547, - "name": "FocusEvent", - "package": "typescript" - } - }, - "8017": { - "id": 8017, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "FocusEvent" - } - }, - "8018": { - "id": 8018, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8019 - ], - "type": { - "type": "reference", - "target": 9624, - "name": "FontFaceSetLoadEvent", - "package": "typescript" - } - }, - "8019": { - "id": 8019, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "FontFaceSetLoadEvent" - } - }, - "8020": { - "id": 8020, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8021 - ], - "type": { - "type": "reference", - "target": 9663, - "name": "FormDataEvent", - "package": "typescript" - } - }, - "8021": { - "id": 8021, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "FormDataEvent" - } - }, - "8022": { - "id": 8022, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8023 - ], - "type": { - "type": "reference", - "target": 9718, - "name": "GamepadEvent", - "package": "typescript" - } - }, - "8023": { - "id": 8023, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "GamepadEvent" - } - }, - "8024": { - "id": 8024, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8025 - ], - "type": { - "type": "reference", - "target": 73213, - "name": "HashChangeEvent", - "package": "typescript" - } - }, - "8025": { - "id": 8025, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "HashChangeEvent" - } - }, - "8026": { - "id": 8026, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8027 - ], - "type": { - "type": "reference", - "target": 73548, - "name": "IDBVersionChangeEvent", - "package": "typescript" - } - }, - "8027": { - "id": 8027, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "IDBVersionChangeEvent" - } - }, - "8028": { - "id": 8028, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8029 - ], - "type": { - "type": "reference", - "target": 73624, - "name": "InputEvent", - "package": "typescript" - } - }, - "8029": { - "id": 8029, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "InputEvent" - } - }, - "8030": { - "id": 8030, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8031 - ], - "type": { - "type": "reference", - "target": 73726, - "name": "KeyboardEvent", - "package": "typescript" - } - }, - "8031": { - "id": 8031, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "KeyboardEvent" - } - }, - "8032": { - "id": 8032, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8033 - ], - "type": { - "type": "reference", - "target": 73908, - "name": "MediaEncryptedEvent", - "package": "typescript" - } - }, - "8033": { - "id": 8033, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "MediaEncryptedEvent" - } - }, - "8034": { - "id": 8034, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8035 - ], - "type": { - "type": "reference", - "target": 73954, - "name": "MediaKeyMessageEvent", - "package": "typescript" - } - }, - "8035": { - "id": 8035, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "MediaKeyMessageEvent" - } - }, - "8036": { - "id": 8036, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8037 - ], - "type": { - "type": "reference", - "target": 74116, - "name": "MediaQueryListEvent", - "package": "typescript" - } - }, - "8037": { - "id": 8037, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "MediaQueryListEvent" - } - }, - "8038": { - "id": 8038, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8039 - ], - "type": { - "type": "reference", - "target": 74358, - "name": "MediaStreamTrackEvent", - "package": "typescript" - } - }, - "8039": { - "id": 8039, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "MediaStreamTrackEvent" - } - }, - "8040": { - "id": 8040, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8041 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "MessageEvent" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "any" - } - ], - "name": "MessageEvent", - "package": "typescript" - } - }, - "8041": { - "id": 8041, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "MessageEvent" - } - }, - "8042": { - "id": 8042, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8043 - ], - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - }, - "8043": { - "id": 8043, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "MouseEvent" - } - }, - "8044": { - "id": 8044, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8045 - ], - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - }, - "8045": { - "id": 8045, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "MouseEvents" - } - }, - "8046": { - "id": 8046, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8047 - ], - "type": { - "type": "reference", - "target": 74636, - "name": "MutationEvent", - "package": "typescript" - } - }, - "8047": { - "id": 8047, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "MutationEvent" - } - }, - "8048": { - "id": 8048, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8049 - ], - "type": { - "type": "reference", - "target": 74636, - "name": "MutationEvent", - "package": "typescript" - } - }, - "8049": { - "id": 8049, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "MutationEvents" - } - }, - "8050": { - "id": 8050, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8051 - ], - "type": { - "type": "reference", - "target": 74834, - "name": "OfflineAudioCompletionEvent", - "package": "typescript" - } - }, - "8051": { - "id": 8051, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "OfflineAudioCompletionEvent" - } - }, - "8052": { - "id": 8052, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8053 - ], - "type": { - "type": "reference", - "target": 75218, - "name": "PageTransitionEvent", - "package": "typescript" - } - }, - "8053": { - "id": 8053, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "PageTransitionEvent" - } - }, - "8054": { - "id": 8054, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8055 - ], - "type": { - "type": "reference", - "target": 75476, - "name": "PaymentMethodChangeEvent", - "package": "typescript" - } - }, - "8055": { - "id": 8055, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "PaymentMethodChangeEvent" - } - }, - "8056": { - "id": 8056, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8057 - ], - "type": { - "type": "reference", - "target": 75518, - "name": "PaymentRequestUpdateEvent", - "package": "typescript" - } - }, - "8057": { - "id": 8057, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "PaymentRequestUpdateEvent" - } - }, - "8058": { - "id": 8058, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8059 - ], - "type": { - "type": "reference", - "target": 75696, - "name": "PictureInPictureEvent", - "package": "typescript" - } - }, - "8059": { - "id": 8059, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "PictureInPictureEvent" - } - }, - "8060": { - "id": 8060, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8061 - ], - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - }, - "8061": { - "id": 8061, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "PointerEvent" - } - }, - "8062": { - "id": 8062, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8063 - ], - "type": { - "type": "reference", - "target": 75910, - "name": "PopStateEvent", - "package": "typescript" - } - }, - "8063": { - "id": 8063, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "PopStateEvent" - } - }, - "8064": { - "id": 8064, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8065 - ], - "type": { - "type": "reference", - "target": 76079, - "typeArguments": [ - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ], - "name": "ProgressEvent", - "package": "typescript" - } - }, - "8065": { - "id": 8065, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "ProgressEvent" - } - }, - "8066": { - "id": 8066, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8067 - ], - "type": { - "type": "reference", - "target": 76135, - "name": "PromiseRejectionEvent", - "package": "typescript" - } - }, - "8067": { - "id": 8067, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "PromiseRejectionEvent" - } - }, - "8068": { - "id": 8068, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8069 - ], - "type": { - "type": "reference", - "target": 76188, - "name": "RTCDTMFToneChangeEvent", - "package": "typescript" - } - }, - "8069": { - "id": 8069, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "RTCDTMFToneChangeEvent" - } - }, - "8070": { - "id": 8070, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8071 - ], - "type": { - "type": "reference", - "target": 76309, - "name": "RTCDataChannelEvent", - "package": "typescript" - } - }, - "8071": { - "id": 8071, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "RTCDataChannelEvent" - } - }, - "8072": { - "id": 8072, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8073 - ], - "type": { - "type": "reference", - "target": 76437, - "name": "RTCErrorEvent", - "package": "typescript" - } - }, - "8073": { - "id": 8073, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "RTCErrorEvent" - } - }, - "8074": { - "id": 8074, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8075 - ], - "type": { - "type": "reference", - "target": 76550, - "name": "RTCPeerConnectionIceErrorEvent", - "package": "typescript" - } - }, - "8075": { - "id": 8075, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "RTCPeerConnectionIceErrorEvent" - } - }, - "8076": { - "id": 8076, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8077 - ], - "type": { - "type": "reference", - "target": 76595, - "name": "RTCPeerConnectionIceEvent", - "package": "typescript" - } - }, - "8077": { - "id": 8077, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "RTCPeerConnectionIceEvent" - } - }, - "8078": { - "id": 8078, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8079 - ], - "type": { - "type": "reference", - "target": 76685, - "name": "RTCTrackEvent", - "package": "typescript" - } - }, - "8079": { - "id": 8079, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "RTCTrackEvent" - } - }, - "8080": { - "id": 8080, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8081 - ], - "type": { - "type": "reference", - "target": 139811, - "name": "SecurityPolicyViolationEvent", - "package": "typescript" - } - }, - "8081": { - "id": 8081, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "SecurityPolicyViolationEvent" - } - }, - "8082": { - "id": 8082, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8083 - ], - "type": { - "type": "reference", - "target": 140298, - "name": "SpeechSynthesisErrorEvent", - "package": "typescript" - } - }, - "8083": { - "id": 8083, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "SpeechSynthesisErrorEvent" - } - }, - "8084": { - "id": 8084, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8085 - ], - "type": { - "type": "reference", - "target": 140345, - "name": "SpeechSynthesisEvent", - "package": "typescript" - } - }, - "8085": { - "id": 8085, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "SpeechSynthesisEvent" - } - }, - "8086": { - "id": 8086, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8087 - ], - "type": { - "type": "reference", - "target": 140509, - "name": "StorageEvent", - "package": "typescript" - } - }, - "8087": { - "id": 8087, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "StorageEvent" - } - }, - "8088": { - "id": 8088, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8089 - ], - "type": { - "type": "reference", - "target": 140574, - "name": "SubmitEvent", - "package": "typescript" - } - }, - "8089": { - "id": 8089, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "SubmitEvent" - } - }, - "8090": { - "id": 8090, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8091 - ], - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - }, - "8091": { - "id": 8091, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "TouchEvent" - } - }, - "8092": { - "id": 8092, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8093 - ], - "type": { - "type": "reference", - "target": 140966, - "name": "TrackEvent", - "package": "typescript" - } - }, - "8093": { - "id": 8093, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "TrackEvent" - } - }, - "8094": { - "id": 8094, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8095 - ], - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - }, - "8095": { - "id": 8095, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "TransitionEvent" - } - }, - "8096": { - "id": 8096, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8097 - ], - "type": { - "type": "reference", - "target": 141101, - "name": "UIEvent", - "package": "typescript" - } - }, - "8097": { - "id": 8097, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "UIEvent" - } - }, - "8098": { - "id": 8098, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8099 - ], - "type": { - "type": "reference", - "target": 141101, - "name": "UIEvent", - "package": "typescript" - } - }, - "8099": { - "id": 8099, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "UIEvents" - } - }, - "8100": { - "id": 8100, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8101 - ], - "type": { - "type": "reference", - "target": 143457, - "name": "WebGLContextEvent", - "package": "typescript" - } - }, - "8101": { - "id": 8101, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "WebGLContextEvent" - } - }, - "8102": { - "id": 8102, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8103 - ], - "type": { - "type": "reference", - "target": 144525, - "name": "WheelEvent", - "package": "typescript" - } - }, - "8103": { - "id": 8103, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "WheelEvent" - } - }, - "8104": { - "id": 8104, - "name": "createEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8105 - ], - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "8105": { - "id": 8105, - "name": "eventInterface", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8106": { - "id": 8106, - "name": "createExpression", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8107 - ], - "inheritedFrom": { - "type": "reference", - "target": 146784, - "name": "XPathEvaluatorBase.createExpression" - } - }, - "8107": { - "id": 8107, - "name": "createExpression", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8108, - 8109 - ], - "type": { - "type": "reference", - "target": 146798, - "name": "XPathExpression", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 146785, - "name": "XPathEvaluatorBase.createExpression" - } - }, - "8108": { - "id": 8108, - "name": "expression", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8109": { - "id": 8109, - "name": "resolver", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 146987, - "name": "XPathNSResolver", - "package": "typescript" - } - ] - } - }, - "8110": { - "id": 8110, - "name": "createNSResolver", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8111 - ], - "inheritedFrom": { - "type": "reference", - "target": 146788, - "name": "XPathEvaluatorBase.createNSResolver" - } - }, - "8111": { - "id": 8111, - "name": "createNSResolver", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8112 - ], - "type": { - "type": "reference", - "target": 146987, - "name": "XPathNSResolver", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 146789, - "name": "XPathEvaluatorBase.createNSResolver" - } - }, - "8112": { - "id": 8112, - "name": "nodeResolver", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "8113": { - "id": 8113, - "name": "createNodeIterator", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8114 - ] - }, - "8114": { - "id": 8114, - "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": [ - 8115, - 8116, - 8117 - ], - "type": { - "type": "reference", - "target": 74780, - "name": "NodeIterator", - "package": "typescript" - } - }, - "8115": { - "id": 8115, - "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": 74685, - "name": "Node", - "package": "typescript" - } - }, - "8116": { - "id": 8116, - "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" - } - }, - "8117": { - "id": 8117, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 146924, - "name": "NodeFilter", - "package": "typescript" - } - ] - } - }, - "8118": { - "id": 8118, - "name": "createProcessingInstruction", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8119 - ] - }, - "8119": { - "id": 8119, - "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." - } - ] - }, - "parameters": [ - 8120, - 8121 - ], - "type": { - "type": "reference", - "target": 75947, - "name": "ProcessingInstruction", - "package": "typescript" - } - }, - "8120": { - "id": 8120, - "name": "target", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8121": { - "id": 8121, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8122": { - "id": 8122, - "name": "createRange", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8123 - ] - }, - "8123": { - "id": 8123, - "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." - } - ] - }, - "type": { - "type": "reference", - "target": 76728, - "name": "Range", - "package": "typescript" - } - }, - "8124": { - "id": 8124, - "name": "createTextNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8125 - ] - }, - "8125": { - "id": 8125, - "name": "createTextNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Creates a text string from the specified value." - } - ] - }, - "parameters": [ - 8126 - ], - "type": { - "type": "reference", - "target": 140611, - "name": "Text", - "package": "typescript" - } - }, - "8126": { - "id": 8126, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "String that specifies the nodeValue property of the text node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8127": { - "id": 8127, - "name": "createTreeWalker", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8128 - ] - }, - "8128": { - "id": 8128, - "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": [ - 8129, - 8130, - 8131 - ], - "type": { - "type": "reference", - "target": 141082, - "name": "TreeWalker", - "package": "typescript" - } - }, - "8129": { - "id": 8129, - "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": 74685, - "name": "Node", - "package": "typescript" - } - }, - "8130": { - "id": 8130, - "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" - } - }, - "8131": { - "id": 8131, - "name": "filter", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "A custom NodeFilter function to use." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 146924, - "name": "NodeFilter", - "package": "typescript" - } - ] - } - }, - "8132": { - "id": 8132, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8133 - ], - "inheritedFrom": { - "type": "reference", - "target": 75313, - "name": "ParentNode.dispatchEvent" - } - }, - "8133": { - "id": 8133, - "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." - } - ] - }, - "parameters": [ - 8134 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 75314, - "name": "ParentNode.dispatchEvent" - } - }, - "8134": { - "id": 8134, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "8135": { - "id": 8135, - "name": "elementFromPoint", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8136 - ], - "inheritedFrom": { - "type": "reference", - "target": 8604, - "name": "DocumentOrShadowRoot.elementFromPoint" - } - }, - "8136": { - "id": 8136, - "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": [ - 8137, - 8138 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8605, - "name": "DocumentOrShadowRoot.elementFromPoint" - } - }, - "8137": { - "id": 8137, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The x-offset" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8138": { - "id": 8138, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "The y-offset" - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8139": { - "id": 8139, - "name": "elementsFromPoint", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8140 - ], - "inheritedFrom": { - "type": "reference", - "target": 8608, - "name": "DocumentOrShadowRoot.elementsFromPoint" - } - }, - "8140": { - "id": 8140, - "name": "elementsFromPoint", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8141, - 8142 - ], - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 8609, - "name": "DocumentOrShadowRoot.elementsFromPoint" - } - }, - "8141": { - "id": 8141, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8142": { - "id": 8142, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8143": { - "id": 8143, - "name": "evaluate", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8144 - ], - "inheritedFrom": { - "type": "reference", - "target": 146791, - "name": "XPathEvaluatorBase.evaluate" - } - }, - "8144": { - "id": 8144, - "name": "evaluate", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8145, - 8146, - 8147, - 8148, - 8149 - ], - "type": { - "type": "reference", - "target": 146804, - "name": "XPathResult", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 146792, - "name": "XPathEvaluatorBase.evaluate" - } - }, - "8145": { - "id": 8145, - "name": "expression", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8146": { - "id": 8146, - "name": "contextNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "8147": { - "id": 8147, - "name": "resolver", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 146987, - "name": "XPathNSResolver", - "package": "typescript" - } - ] - } - }, - "8148": { - "id": 8148, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8149": { - "id": 8149, - "name": "result", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 146804, - "name": "XPathResult", - "package": "typescript" - } - ] - } - }, - "8150": { - "id": 8150, - "name": "execCommand", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8151 - ] - }, - "8151": { - "id": 8151, - "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": [] - } - ] - }, - "parameters": [ - 8152, - 8153, - 8154 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "8152": { - "id": 8152, - "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" - } - }, - "8153": { - "id": 8153, - "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" - } - }, - "8154": { - "id": 8154, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Value to assign." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8155": { - "id": 8155, - "name": "exitFullscreen", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8156 - ] - }, - "8156": { - "id": 8156, - "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." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "8157": { - "id": 8157, - "name": "exitPictureInPicture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8158 - ] - }, - "8158": { - "id": 8158, - "name": "exitPictureInPicture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "8159": { - "id": 8159, - "name": "exitPointerLock", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8160 - ] - }, - "8160": { - "id": 8160, - "name": "exitPointerLock", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "8161": { - "id": 8161, - "name": "getAnimations", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8162 - ], - "inheritedFrom": { - "type": "reference", - "target": 8612, - "name": "DocumentOrShadowRoot.getAnimations" - } - }, - "8162": { - "id": 8162, - "name": "getAnimations", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 5000, - "name": "Animation", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 8613, - "name": "DocumentOrShadowRoot.getAnimations" - } - }, - "8163": { - "id": 8163, - "name": "getElementById", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8164 - ], - "overwrites": { - "type": "reference", - "target": 74796, - "name": "NonElementParentNode.getElementById" - } - }, - "8164": { - "id": 8164, - "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": [ - 8165 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "overwrites": { - "type": "reference", - "target": 74797, - "name": "NonElementParentNode.getElementById" - } - }, - "8165": { - "id": 8165, - "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" - } - }, - "8166": { - "id": 8166, - "name": "getElementsByClassName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8167 - ] - }, - "8167": { - "id": 8167, - "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." - } - ] - }, - "parameters": [ - 8168 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "8168": { - "id": 8168, - "name": "classNames", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8169": { - "id": 8169, - "name": "getElementsByName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8170 - ] - }, - "8170": { - "id": 8170, - "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": [ - 8171 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - ], - "name": "NodeListOf", - "package": "typescript" - } - }, - "8171": { - "id": 8171, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8172": { - "id": 8172, - "name": "getElementsByTagName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8173, - 8176, - 8179 - ] - }, - "8173": { - "id": 8173, - "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": [ - 8174 - ], - "parameters": [ - 8175 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 8174, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "8174": { - "id": 8174, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - }, - "8175": { - "id": 8175, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8174, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "8176": { - "id": 8176, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 8177 - ], - "parameters": [ - 8178 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 8177, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "8177": { - "id": 8177, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - }, - "8178": { - "id": 8178, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8177, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "8179": { - "id": 8179, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8180 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "8180": { - "id": 8180, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8181": { - "id": 8181, - "name": "getElementsByTagNameNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8182, - 8185, - 8188 - ] - }, - "8182": { - "id": 8182, - "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." - } - ] - }, - "parameters": [ - 8183, - 8184 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "8183": { - "id": 8183, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/1999/xhtml" - } - }, - "8184": { - "id": 8184, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8185": { - "id": 8185, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8186, - 8187 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 85760, - "name": "SVGElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "8186": { - "id": 8186, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/2000/svg" - } - }, - "8187": { - "id": 8187, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8188": { - "id": 8188, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8189, - 8190 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "8189": { - "id": 8189, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "8190": { - "id": 8190, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8191": { - "id": 8191, - "name": "getRootNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8192 - ], - "inheritedFrom": { - "type": "reference", - "target": 75316, - "name": "ParentNode.getRootNode" - } - }, - "8192": { - "id": 8192, - "name": "getRootNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's root." - } - ] - }, - "parameters": [ - 8193 - ], - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 75317, - "name": "ParentNode.getRootNode" - } - }, - "8193": { - "id": 8193, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9759, - "name": "GetRootNodeOptions", - "package": "typescript" - } - }, - "8194": { - "id": 8194, - "name": "getSelection", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8195 - ] - }, - "8195": { - "id": 8195, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 139870, - "name": "Selection", - "package": "typescript" - } - ] - } - }, - "8196": { - "id": 8196, - "name": "hasChildNodes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8197 - ], - "inheritedFrom": { - "type": "reference", - "target": 75319, - "name": "ParentNode.hasChildNodes" - } - }, - "8197": { - "id": 8197, - "name": "hasChildNodes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node has children." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 75320, - "name": "ParentNode.hasChildNodes" - } - }, - "8198": { - "id": 8198, - "name": "hasFocus", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8199 - ] - }, - "8199": { - "id": 8199, - "name": "hasFocus", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Gets a value indicating whether the object currently has focus." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "8200": { - "id": 8200, - "name": "hasStorageAccess", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8201 - ] - }, - "8201": { - "id": 8201, - "name": "hasStorageAccess", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "boolean" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "8202": { - "id": 8202, - "name": "importNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8203 - ] - }, - "8203": { - "id": 8203, - "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." - } - ] - }, - "typeParameter": [ - 8204 - ], - "parameters": [ - 8205, - 8206 - ], - "type": { - "type": "reference", - "target": 8204, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "8204": { - "id": 8204, - "name": "T", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "8205": { - "id": 8205, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8204, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "8206": { - "id": 8206, - "name": "deep", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "8207": { - "id": 8207, - "name": "insertBefore", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8208 - ], - "inheritedFrom": { - "type": "reference", - "target": 75321, - "name": "ParentNode.insertBefore" - } - }, - "8208": { - "id": 8208, - "name": "insertBefore", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 8209 - ], - "parameters": [ - 8210, - 8211 - ], - "type": { - "type": "reference", - "target": 17664, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 75322, - "name": "ParentNode.insertBefore" - } - }, - "8210": { - "id": 8210, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17664, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "8211": { - "id": 8211, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "8212": { - "id": 8212, - "name": "isDefaultNamespace", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8213 - ], - "inheritedFrom": { - "type": "reference", - "target": 75326, - "name": "ParentNode.isDefaultNamespace" - } - }, - "8213": { - "id": 8213, - "name": "isDefaultNamespace", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8214 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 75327, - "name": "ParentNode.isDefaultNamespace" - } - }, - "8214": { - "id": 8214, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "8215": { - "id": 8215, - "name": "isEqualNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8216 - ], - "inheritedFrom": { - "type": "reference", - "target": 75329, - "name": "ParentNode.isEqualNode" - } - }, - "8216": { - "id": 8216, - "name": "isEqualNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node and otherNode have the same properties." - } - ] - }, - "parameters": [ - 8217 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 75330, - "name": "ParentNode.isEqualNode" - } - }, - "8217": { - "id": 8217, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "8218": { - "id": 8218, - "name": "isSameNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8219 - ], - "inheritedFrom": { - "type": "reference", - "target": 75332, - "name": "ParentNode.isSameNode" - } - }, - "8219": { - "id": 8219, - "name": "isSameNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8220 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 75333, - "name": "ParentNode.isSameNode" - } - }, - "8220": { - "id": 8220, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "8221": { - "id": 8221, - "name": "lookupNamespaceURI", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8222 - ], - "inheritedFrom": { - "type": "reference", - "target": 75335, - "name": "ParentNode.lookupNamespaceURI" - } - }, - "8222": { - "id": 8222, - "name": "lookupNamespaceURI", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8223 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75336, - "name": "ParentNode.lookupNamespaceURI" - } - }, - "8223": { - "id": 8223, - "name": "prefix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "8224": { - "id": 8224, - "name": "lookupPrefix", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8225 - ], - "inheritedFrom": { - "type": "reference", - "target": 75338, - "name": "ParentNode.lookupPrefix" - } - }, - "8225": { - "id": 8225, - "name": "lookupPrefix", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8226 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75339, - "name": "ParentNode.lookupPrefix" - } - }, - "8226": { - "id": 8226, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "8227": { - "id": 8227, - "name": "normalize", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8228 - ], - "inheritedFrom": { - "type": "reference", - "target": 75341, - "name": "ParentNode.normalize" - } - }, - "8228": { - "id": 8228, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 75342, - "name": "ParentNode.normalize" - } - }, - "8229": { - "id": 8229, - "name": "open", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8230, - 8233 - ] - }, - "8230": { - "id": 8230, - "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": [ - 8231, - 8232 - ], - "type": { - "type": "reference", - "target": 7307, - "name": "Document", - "package": "typescript" - } - }, - "8231": { - "id": 8231, - "name": "unused1", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8232": { - "id": 8232, - "name": "unused2", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8233": { - "id": 8233, - "name": "open", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8234, - 8235, - 8236 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 144646, - "name": "Window", - "package": "typescript" - } - ] - } - }, - "8234": { - "id": 8234, - "name": "url", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 141152, - "name": "URL", - "package": "typescript" - } - ] - } - }, - "8235": { - "id": 8235, - "name": "name", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8236": { - "id": 8236, - "name": "features", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8237": { - "id": 8237, - "name": "prepend", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8238 - ], - "inheritedFrom": { - "type": "reference", - "target": 75343, - "name": "ParentNode.prepend" - } - }, - "8238": { - "id": 8238, - "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." - } - ] - }, - "parameters": [ - 8239 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 75344, - "name": "ParentNode.prepend" - } - }, - "8239": { - "id": 8239, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "8240": { - "id": 8240, - "name": "queryCommandEnabled", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8241 - ] - }, - "8241": { - "id": 8241, - "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": [] - } - ] - }, - "parameters": [ - 8242 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "8242": { - "id": 8242, - "name": "commandId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Specifies a command identifier." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8243": { - "id": 8243, - "name": "queryCommandIndeterm", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8244 - ] - }, - "8244": { - "id": 8244, - "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": [ - 8245 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "8245": { - "id": 8245, - "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" - } - }, - "8246": { - "id": 8246, - "name": "queryCommandState", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8247 - ] - }, - "8247": { - "id": 8247, - "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": [] - } - ] - }, - "parameters": [ - 8248 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "8248": { - "id": 8248, - "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" - } - }, - "8249": { - "id": 8249, - "name": "queryCommandSupported", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8250 - ] - }, - "8250": { - "id": 8250, - "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": [] - } - ] - }, - "parameters": [ - 8251 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "8251": { - "id": 8251, - "name": "commandId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Specifies a command identifier." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8252": { - "id": 8252, - "name": "queryCommandValue", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8253 - ] - }, - "8253": { - "id": 8253, - "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": [ - 8254 - ], - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8254": { - "id": 8254, - "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" - } - }, - "8255": { - "id": 8255, - "name": "querySelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8256, - 8259, - 8262 - ], - "inheritedFrom": { - "type": "reference", - "target": 75346, - "name": "ParentNode.querySelector" - } - }, - "8256": { - "id": 8256, - "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." - } - ] - }, - "typeParameter": [ - 8257 - ], - "parameters": [ - 8258 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17692, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75347, - "name": "ParentNode.querySelector" - } - }, - "8258": { - "id": 8258, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17692, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "8259": { - "id": 8259, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 8260 - ], - "parameters": [ - 8261 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17695, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75350, - "name": "ParentNode.querySelector" - } - }, - "8261": { - "id": 8261, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17695, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "8262": { - "id": 8262, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 8263 - ], - "parameters": [ - 8264 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 17698, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75353, - "name": "ParentNode.querySelector" - } - }, - "8264": { - "id": 8264, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8265": { - "id": 8265, - "name": "querySelectorAll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8266, - 8269, - 8272 - ], - "inheritedFrom": { - "type": "reference", - "target": 75356, - "name": "ParentNode.querySelectorAll" - } - }, - "8266": { - "id": 8266, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns all element descendants of node that match selectors." - } - ] - }, - "typeParameter": [ - 8267 - ], - "parameters": [ - 8268 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17702, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 75357, - "name": "ParentNode.querySelectorAll" - } - }, - "8268": { - "id": 8268, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17702, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "8269": { - "id": 8269, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 8270 - ], - "parameters": [ - 8271 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17705, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 75360, - "name": "ParentNode.querySelectorAll" - } - }, - "8271": { - "id": 8271, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17705, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "8272": { - "id": 8272, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 8273 - ], - "parameters": [ - 8274 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 17708, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 75363, - "name": "ParentNode.querySelectorAll" - } - }, - "8274": { - "id": 8274, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8275": { - "id": 8275, - "name": "releaseEvents", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8276 - ] - }, - "8276": { - "id": 8276, - "name": "releaseEvents", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "8277": { - "id": 8277, - "name": "removeChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8278 - ], - "inheritedFrom": { - "type": "reference", - "target": 75366, - "name": "ParentNode.removeChild" - } - }, - "8278": { - "id": 8278, - "name": "removeChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 8279 - ], - "parameters": [ - 8280 - ], - "type": { - "type": "reference", - "target": 17727, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 75367, - "name": "ParentNode.removeChild" - } - }, - "8280": { - "id": 8280, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17727, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "8281": { - "id": 8281, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8282, - 8291 - ], - "overwrites": { - "type": "reference", - "target": 75370, - "name": "ParentNode.removeEventListener" - } - }, - "8282": { - "id": 8282, - "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." - } - ] - }, - "typeParameter": [ - 8283 - ], - "parameters": [ - 8284, - 8285, - 8290 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 75371, - "name": "ParentNode.removeEventListener" - } - }, - "8283": { - "id": 8283, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 8359, - "name": "DocumentEventMap", - "package": "typescript" - } - } - }, - "8284": { - "id": 8284, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8283, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "8285": { - "id": 8285, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 8286, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 8287 - ] - } - } - }, - "8290": { - "id": 8290, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 9433, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "8291": { - "id": 8291, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8292, - 8293, - 8294 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 10237, - "name": "GlobalEventHandlers.removeEventListener" - } - }, - "8292": { - "id": 8292, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8293": { - "id": 8293, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "8294": { - "id": 8294, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 9433, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "8295": { - "id": 8295, - "name": "replaceChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8296 - ], - "inheritedFrom": { - "type": "reference", - "target": 75375, - "name": "ParentNode.replaceChild" - } - }, - "8296": { - "id": 8296, - "name": "replaceChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 8297 - ], - "parameters": [ - 8298, - 8299 - ], - "type": { - "type": "reference", - "target": 17745, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 75376, - "name": "ParentNode.replaceChild" - } - }, - "8298": { - "id": 8298, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "8299": { - "id": 8299, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17745, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "8300": { - "id": 8300, - "name": "replaceChildren", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8301 - ], - "inheritedFrom": { - "type": "reference", - "target": 75380, - "name": "ParentNode.replaceChildren" - } - }, - "8301": { - "id": 8301, - "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." - } - ] - }, - "parameters": [ - 8302 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 75381, - "name": "ParentNode.replaceChildren" - } - }, - "8302": { - "id": 8302, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "8303": { - "id": 8303, - "name": "requestStorageAccess", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8304 - ] - }, - "8304": { - "id": 8304, - "name": "requestStorageAccess", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "8305": { - "id": 8305, - "name": "write", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8306 - ] - }, - "8306": { - "id": 8306, - "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." - } - ] - }, - "parameters": [ - 8307 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "8307": { - "id": 8307, - "name": "text", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - }, - "8308": { - "id": 8308, - "name": "writeln", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8309 - ] - }, - "8309": { - "id": 8309, - "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": [ - 8310 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "8310": { - "id": 8310, - "name": "text", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isRest": true - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - }, - "8466": { - "id": 8466, - "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." - } - ] - }, - "children": [ - 8467, - 8468, - 8469, - 8470, - 8471, - 8472, - 8473, - 8474, - 8475, - 8476, - 8477, - 8478, - 8479, - 8480, - 8481, - 8482, - 8483, - 8484, - 8485, - 8486, - 8487, - 8488, - 8489, - 8490, - 8491, - 8492, - 8493, - 8494, - 8495, - 8496, - 8497, - 8498, - 8499, - 8500, - 8501, - 8502, - 8503, - 8508, - 8511, - 8515, - 8518, - 8521, - 8524, - 8527, - 8530, - 8533, - 8535, - 8540, - 8543, - 8546, - 8549, - 8552, - 8555, - 8557, - 8560, - 8570, - 8580, - 8584, - 8589, - 8594 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 8467, - 8468, - 8469, - 8470, - 8471, - 8472, - 8473, - 8474, - 8475, - 8476, - 8477, - 8478, - 8479, - 8480, - 8481, - 8482, - 8483, - 8484, - 8485, - 8486, - 8487, - 8488, - 8489, - 8490, - 8491, - 8492, - 8493, - 8494, - 8495, - 8496, - 8497, - 8498, - 8499, - 8500, - 8501, - 8502 - ] - }, - { - "title": "Methods", - "children": [ - 8503, - 8508, - 8511, - 8515, - 8518, - 8521, - 8524, - 8527, - 8530, - 8533, - 8535, - 8540, - 8543, - 8546, - 8549, - 8552, - 8555, - 8557, - 8560, - 8570, - 8580, - 8584, - 8589, - 8594 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - { - "type": "reference", - "target": 74795, - "name": "NonElementParentNode", - "package": "typescript" - }, - { - "type": "reference", - "target": 75255, - "name": "ParentNode", - "package": "typescript" - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 139983, - "name": "ShadowRoot" - } - ] - }, - "8467": { - "id": 8467, - "name": "ATTRIBUTE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75256, - "name": "ParentNode.ATTRIBUTE_NODE" - } - }, - "8468": { - "id": 8468, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75257, - "name": "ParentNode.CDATA_SECTION_NODE" - } - }, - "8469": { - "id": 8469, - "name": "COMMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Comment node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75258, - "name": "ParentNode.COMMENT_NODE" - } - }, - "8470": { - "id": 8470, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75259, - "name": "ParentNode.DOCUMENT_FRAGMENT_NODE" - } - }, - "8471": { - "id": 8471, - "name": "DOCUMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a document." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75260, - "name": "ParentNode.DOCUMENT_NODE" - } - }, - "8472": { - "id": 8472, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75261, - "name": "ParentNode.DOCUMENT_POSITION_CONTAINED_BY" - } - }, - "8473": { - "id": 8473, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75262, - "name": "ParentNode.DOCUMENT_POSITION_CONTAINS" - } - }, - "8474": { - "id": 8474, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75263, - "name": "ParentNode.DOCUMENT_POSITION_DISCONNECTED" - } - }, - "8475": { - "id": 8475, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75264, - "name": "ParentNode.DOCUMENT_POSITION_FOLLOWING" - } - }, - "8476": { - "id": 8476, - "name": "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75265, - "name": "ParentNode.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" - } - }, - "8477": { - "id": 8477, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75266, - "name": "ParentNode.DOCUMENT_POSITION_PRECEDING" - } - }, - "8478": { - "id": 8478, - "name": "DOCUMENT_TYPE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a doctype." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75267, - "name": "ParentNode.DOCUMENT_TYPE_NODE" - } - }, - "8479": { - "id": 8479, - "name": "ELEMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is an element." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75268, - "name": "ParentNode.ELEMENT_NODE" - } - }, - "8480": { - "id": 8480, - "name": "ENTITY_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75269, - "name": "ParentNode.ENTITY_NODE" - } - }, - "8481": { - "id": 8481, - "name": "ENTITY_REFERENCE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75270, - "name": "ParentNode.ENTITY_REFERENCE_NODE" - } - }, - "8482": { - "id": 8482, - "name": "NOTATION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75271, - "name": "ParentNode.NOTATION_NODE" - } - }, - "8483": { - "id": 8483, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75272, - "name": "ParentNode.PROCESSING_INSTRUCTION_NODE" - } - }, - "8484": { - "id": 8484, - "name": "TEXT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Text node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75273, - "name": "ParentNode.TEXT_NODE" - } - }, - "8485": { - "id": 8485, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 75274, - "name": "ParentNode.baseURI" - } - }, - "8486": { - "id": 8486, - "name": "childElementCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75275, - "name": "ParentNode.childElementCount" - } - }, - "8487": { - "id": 8487, - "name": "childNodes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the children." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 75276, - "name": "ParentNode.childNodes" - } - }, - "8488": { - "id": 8488, - "name": "children", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the child elements." - } - ] - }, - "type": { - "type": "reference", - "target": 17816, - "name": "HTMLCollection", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 75277, - "name": "ParentNode.children" - } - }, - "8489": { - "id": 8489, - "name": "firstChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75278, - "name": "ParentNode.firstChild" - } - }, - "8490": { - "id": 8490, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75279, - "name": "ParentNode.firstElementChild" - } - }, - "8491": { - "id": 8491, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 75280, - "name": "ParentNode.isConnected" - } - }, - "8492": { - "id": 8492, - "name": "lastChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75281, - "name": "ParentNode.lastChild" - } - }, - "8493": { - "id": 8493, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75282, - "name": "ParentNode.lastElementChild" - } - }, - "8494": { - "id": 8494, - "name": "nextSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the next sibling." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75283, - "name": "ParentNode.nextSibling" - } - }, - "8495": { - "id": 8495, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 75284, - "name": "ParentNode.nodeName" - } - }, - "8496": { - "id": 8496, - "name": "nodeType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75285, - "name": "ParentNode.nodeType" - } - }, - "8497": { - "id": 8497, - "name": "nodeValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75286, - "name": "ParentNode.nodeValue" - } - }, - "8498": { - "id": 8498, - "name": "ownerDocument", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the node document. Returns null for documents." - } - ] - }, - "type": { - "type": "reference", - "target": 7307, - "name": "Document", - "package": "typescript" - }, - "overwrites": { - "type": "reference", - "target": 75287, - "name": "ParentNode.ownerDocument" - } - }, - "8499": { - "id": 8499, - "name": "parentElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent element." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75288, - "name": "ParentNode.parentElement" - } - }, - "8500": { - "id": 8500, - "name": "parentNode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 75255, - "name": "ParentNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75289, - "name": "ParentNode.parentNode" - } - }, - "8501": { - "id": 8501, - "name": "previousSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the previous sibling." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75290, - "name": "ParentNode.previousSibling" - } - }, - "8502": { - "id": 8502, - "name": "textContent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75291, - "name": "ParentNode.textContent" - } - }, - "8503": { - "id": 8503, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8504 - ], - "inheritedFrom": { - "type": "reference", - "target": 75292, - "name": "ParentNode.addEventListener" - } - }, - "8504": { - "id": 8504, - "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." - } - ] - }, - "parameters": [ - 8505, - 8506, - 8507 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 75293, - "name": "ParentNode.addEventListener" - } - }, - "8505": { - "id": 8505, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8506": { - "id": 8506, - "name": "callback", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - ] - } - }, - "8507": { - "id": 8507, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 4983, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "8508": { - "id": 8508, - "name": "append", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8509 - ], - "inheritedFrom": { - "type": "reference", - "target": 75297, - "name": "ParentNode.append" - } - }, - "8509": { - "id": 8509, - "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." - } - ] - }, - "parameters": [ - 8510 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 75298, - "name": "ParentNode.append" - } - }, - "8510": { - "id": 8510, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "8511": { - "id": 8511, - "name": "appendChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8512 - ], - "inheritedFrom": { - "type": "reference", - "target": 75300, - "name": "ParentNode.appendChild" - } - }, - "8512": { - "id": 8512, - "name": "appendChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 8513 - ], - "parameters": [ - 8514 - ], - "type": { - "type": "reference", - "target": 17530, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 75301, - "name": "ParentNode.appendChild" - } - }, - "8514": { - "id": 8514, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17530, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "8515": { - "id": 8515, - "name": "cloneNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8516 - ], - "inheritedFrom": { - "type": "reference", - "target": 75304, - "name": "ParentNode.cloneNode" - } - }, - "8516": { - "id": 8516, - "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." - } - ] - }, - "parameters": [ - 8517 - ], - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 75305, - "name": "ParentNode.cloneNode" - } - }, - "8517": { - "id": 8517, - "name": "deep", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "8518": { - "id": 8518, - "name": "compareDocumentPosition", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8519 - ], - "inheritedFrom": { - "type": "reference", - "target": 75307, - "name": "ParentNode.compareDocumentPosition" - } - }, - "8519": { - "id": 8519, - "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." - } - ] - }, - "parameters": [ - 8520 - ], - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75308, - "name": "ParentNode.compareDocumentPosition" - } - }, - "8520": { - "id": 8520, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "8521": { - "id": 8521, - "name": "contains", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8522 - ], - "inheritedFrom": { - "type": "reference", - "target": 75310, - "name": "ParentNode.contains" - } - }, - "8522": { - "id": 8522, - "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." - } - ] - }, - "parameters": [ - 8523 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 75311, - "name": "ParentNode.contains" - } - }, - "8523": { - "id": 8523, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "8524": { - "id": 8524, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8525 - ], - "inheritedFrom": { - "type": "reference", - "target": 75313, - "name": "ParentNode.dispatchEvent" - } - }, - "8525": { - "id": 8525, - "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." - } - ] - }, - "parameters": [ - 8526 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 75314, - "name": "ParentNode.dispatchEvent" - } - }, - "8526": { - "id": 8526, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "8527": { - "id": 8527, - "name": "getElementById", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8528 - ], - "overwrites": { - "type": "reference", - "target": 74796, - "name": "NonElementParentNode.getElementById" - } - }, - "8528": { - "id": 8528, - "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." - } - ] - }, - "parameters": [ - 8529 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "overwrites": { - "type": "reference", - "target": 74797, - "name": "NonElementParentNode.getElementById" - } - }, - "8529": { - "id": 8529, - "name": "elementId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8530": { - "id": 8530, - "name": "getRootNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8531 - ], - "inheritedFrom": { - "type": "reference", - "target": 75316, - "name": "ParentNode.getRootNode" - } - }, - "8531": { - "id": 8531, - "name": "getRootNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's root." - } - ] - }, - "parameters": [ - 8532 - ], - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 75317, - "name": "ParentNode.getRootNode" - } - }, - "8532": { - "id": 8532, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9759, - "name": "GetRootNodeOptions", - "package": "typescript" - } - }, - "8533": { - "id": 8533, - "name": "hasChildNodes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8534 - ], - "inheritedFrom": { - "type": "reference", - "target": 75319, - "name": "ParentNode.hasChildNodes" - } - }, - "8534": { - "id": 8534, - "name": "hasChildNodes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node has children." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 75320, - "name": "ParentNode.hasChildNodes" - } - }, - "8535": { - "id": 8535, - "name": "insertBefore", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8536 - ], - "inheritedFrom": { - "type": "reference", - "target": 75321, - "name": "ParentNode.insertBefore" - } - }, - "8536": { - "id": 8536, - "name": "insertBefore", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 8537 - ], - "parameters": [ - 8538, - 8539 - ], - "type": { - "type": "reference", - "target": 17664, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 75322, - "name": "ParentNode.insertBefore" - } - }, - "8538": { - "id": 8538, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17664, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "8539": { - "id": 8539, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "8540": { - "id": 8540, - "name": "isDefaultNamespace", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8541 - ], - "inheritedFrom": { - "type": "reference", - "target": 75326, - "name": "ParentNode.isDefaultNamespace" - } - }, - "8541": { - "id": 8541, - "name": "isDefaultNamespace", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8542 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 75327, - "name": "ParentNode.isDefaultNamespace" - } - }, - "8542": { - "id": 8542, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "8543": { - "id": 8543, - "name": "isEqualNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8544 - ], - "inheritedFrom": { - "type": "reference", - "target": 75329, - "name": "ParentNode.isEqualNode" - } - }, - "8544": { - "id": 8544, - "name": "isEqualNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node and otherNode have the same properties." - } - ] - }, - "parameters": [ - 8545 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 75330, - "name": "ParentNode.isEqualNode" - } - }, - "8545": { - "id": 8545, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "8546": { - "id": 8546, - "name": "isSameNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8547 - ], - "inheritedFrom": { - "type": "reference", - "target": 75332, - "name": "ParentNode.isSameNode" - } - }, - "8547": { - "id": 8547, - "name": "isSameNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8548 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 75333, - "name": "ParentNode.isSameNode" - } - }, - "8548": { - "id": 8548, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "8549": { - "id": 8549, - "name": "lookupNamespaceURI", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8550 - ], - "inheritedFrom": { - "type": "reference", - "target": 75335, - "name": "ParentNode.lookupNamespaceURI" - } - }, - "8550": { - "id": 8550, - "name": "lookupNamespaceURI", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8551 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75336, - "name": "ParentNode.lookupNamespaceURI" - } - }, - "8551": { - "id": 8551, - "name": "prefix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "8552": { - "id": 8552, - "name": "lookupPrefix", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8553 - ], - "inheritedFrom": { - "type": "reference", - "target": 75338, - "name": "ParentNode.lookupPrefix" - } - }, - "8553": { - "id": 8553, - "name": "lookupPrefix", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8554 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75339, - "name": "ParentNode.lookupPrefix" - } - }, - "8554": { - "id": 8554, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "8555": { - "id": 8555, - "name": "normalize", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8556 - ], - "inheritedFrom": { - "type": "reference", - "target": 75341, - "name": "ParentNode.normalize" - } - }, - "8556": { - "id": 8556, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 75342, - "name": "ParentNode.normalize" - } - }, - "8557": { - "id": 8557, - "name": "prepend", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8558 - ], - "inheritedFrom": { - "type": "reference", - "target": 75343, - "name": "ParentNode.prepend" - } - }, - "8558": { - "id": 8558, - "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." - } - ] - }, - "parameters": [ - 8559 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 75344, - "name": "ParentNode.prepend" - } - }, - "8559": { - "id": 8559, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "8560": { - "id": 8560, - "name": "querySelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8561, - 8564, - 8567 - ], - "inheritedFrom": { - "type": "reference", - "target": 75346, - "name": "ParentNode.querySelector" - } - }, - "8561": { - "id": 8561, - "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." - } - ] - }, - "typeParameter": [ - 8562 - ], - "parameters": [ - 8563 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17692, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75347, - "name": "ParentNode.querySelector" - } - }, - "8563": { - "id": 8563, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17692, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "8564": { - "id": 8564, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 8565 - ], - "parameters": [ - 8566 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17695, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75350, - "name": "ParentNode.querySelector" - } - }, - "8566": { - "id": 8566, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17695, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "8567": { - "id": 8567, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 8568 - ], - "parameters": [ - 8569 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 17698, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75353, - "name": "ParentNode.querySelector" - } - }, - "8569": { - "id": 8569, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8570": { - "id": 8570, - "name": "querySelectorAll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8571, - 8574, - 8577 - ], - "inheritedFrom": { - "type": "reference", - "target": 75356, - "name": "ParentNode.querySelectorAll" - } - }, - "8571": { - "id": 8571, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns all element descendants of node that match selectors." - } - ] - }, - "typeParameter": [ - 8572 - ], - "parameters": [ - 8573 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17702, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 75357, - "name": "ParentNode.querySelectorAll" - } - }, - "8573": { - "id": 8573, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17702, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "8574": { - "id": 8574, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 8575 - ], - "parameters": [ - 8576 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17705, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 75360, - "name": "ParentNode.querySelectorAll" - } - }, - "8576": { - "id": 8576, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17705, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "8577": { - "id": 8577, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 8578 - ], - "parameters": [ - 8579 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 17708, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 75363, - "name": "ParentNode.querySelectorAll" - } - }, - "8579": { - "id": 8579, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8580": { - "id": 8580, - "name": "removeChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8581 - ], - "inheritedFrom": { - "type": "reference", - "target": 75366, - "name": "ParentNode.removeChild" - } - }, - "8581": { - "id": 8581, - "name": "removeChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 8582 - ], - "parameters": [ - 8583 - ], - "type": { - "type": "reference", - "target": 17727, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 75367, - "name": "ParentNode.removeChild" - } - }, - "8583": { - "id": 8583, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17727, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "8584": { - "id": 8584, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8585 - ], - "inheritedFrom": { - "type": "reference", - "target": 75370, - "name": "ParentNode.removeEventListener" - } - }, - "8585": { - "id": 8585, - "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." - } - ] - }, - "parameters": [ - 8586, - 8587, - 8588 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 75371, - "name": "ParentNode.removeEventListener" - } - }, - "8586": { - "id": 8586, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8587": { - "id": 8587, - "name": "callback", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - ] - } - }, - "8588": { - "id": 8588, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 9433, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "8589": { - "id": 8589, - "name": "replaceChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8590 - ], - "inheritedFrom": { - "type": "reference", - "target": 75375, - "name": "ParentNode.replaceChild" - } - }, - "8590": { - "id": 8590, - "name": "replaceChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 8591 - ], - "parameters": [ - 8592, - 8593 - ], - "type": { - "type": "reference", - "target": 17745, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 75376, - "name": "ParentNode.replaceChild" - } - }, - "8592": { - "id": 8592, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "8593": { - "id": 8593, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17745, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "8594": { - "id": 8594, - "name": "replaceChildren", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8595 - ], - "inheritedFrom": { - "type": "reference", - "target": 75380, - "name": "ParentNode.replaceChildren" - } - }, - "8595": { - "id": 8595, - "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." - } - ] - }, - "parameters": [ - 8596 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 75381, - "name": "ParentNode.replaceChildren" - } - }, - "8596": { - "id": 8596, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "8614": { - "id": 8614, - "name": "DocumentTimeline", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 8615 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 8615 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 5174, - "name": "AnimationTimeline", - "package": "typescript" - } - ] - }, - "8615": { - "id": 8615, - "name": "currentTime", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "number" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 5175, - "name": "AnimationTimeline.currentTime" - } - }, - "8618": { - "id": 8618, - "name": "DocumentType", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "A Node containing a doctype." - } - ] - }, - "children": [ - 8619, - 8620, - 8621, - 8622, - 8623, - 8624, - 8625, - 8626, - 8627, - 8628, - 8629, - 8630, - 8631, - 8632, - 8633, - 8634, - 8635, - 8636, - 8637, - 8638, - 8639, - 8640, - 8641, - 8642, - 8643, - 8644, - 8645, - 8646, - 8647, - 8648, - 8649, - 8650, - 8651, - 8652, - 8653, - 8654, - 8659, - 8662, - 8666, - 8669, - 8672, - 8675, - 8678, - 8681, - 8684, - 8686, - 8691, - 8694, - 8697, - 8700, - 8703, - 8706, - 8708, - 8710, - 8714, - 8719, - 8724 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 8619, - 8620, - 8621, - 8622, - 8623, - 8624, - 8625, - 8626, - 8627, - 8628, - 8629, - 8630, - 8631, - 8632, - 8633, - 8634, - 8635, - 8636, - 8637, - 8638, - 8639, - 8640, - 8641, - 8642, - 8643, - 8644, - 8645, - 8646, - 8647, - 8648, - 8649, - 8650, - 8651, - 8652, - 8653 - ] - }, - { - "title": "Methods", - "children": [ - 8654, - 8659, - 8662, - 8666, - 8669, - 8672, - 8675, - 8678, - 8681, - 8684, - 8686, - 8691, - 8694, - 8697, - 8700, - 8703, - 8706, - 8708, - 8710, - 8714, - 8719, - 8724 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "8619": { - "id": 8619, - "name": "ATTRIBUTE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6336, - "name": "ChildNode.ATTRIBUTE_NODE" - } - }, - "8620": { - "id": 8620, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6337, - "name": "ChildNode.CDATA_SECTION_NODE" - } - }, - "8621": { - "id": 8621, - "name": "COMMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Comment node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6338, - "name": "ChildNode.COMMENT_NODE" - } - }, - "8622": { - "id": 8622, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6339, - "name": "ChildNode.DOCUMENT_FRAGMENT_NODE" - } - }, - "8623": { - "id": 8623, - "name": "DOCUMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a document." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6340, - "name": "ChildNode.DOCUMENT_NODE" - } - }, - "8624": { - "id": 8624, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6341, - "name": "ChildNode.DOCUMENT_POSITION_CONTAINED_BY" - } - }, - "8625": { - "id": 8625, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6342, - "name": "ChildNode.DOCUMENT_POSITION_CONTAINS" - } - }, - "8626": { - "id": 8626, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6343, - "name": "ChildNode.DOCUMENT_POSITION_DISCONNECTED" - } - }, - "8627": { - "id": 8627, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6344, - "name": "ChildNode.DOCUMENT_POSITION_FOLLOWING" - } - }, - "8628": { - "id": 8628, - "name": "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6345, - "name": "ChildNode.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" - } - }, - "8629": { - "id": 8629, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6346, - "name": "ChildNode.DOCUMENT_POSITION_PRECEDING" - } - }, - "8630": { - "id": 8630, - "name": "DOCUMENT_TYPE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a doctype." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6347, - "name": "ChildNode.DOCUMENT_TYPE_NODE" - } - }, - "8631": { - "id": 8631, - "name": "ELEMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is an element." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6348, - "name": "ChildNode.ELEMENT_NODE" - } - }, - "8632": { - "id": 8632, - "name": "ENTITY_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6349, - "name": "ChildNode.ENTITY_NODE" - } - }, - "8633": { - "id": 8633, - "name": "ENTITY_REFERENCE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6350, - "name": "ChildNode.ENTITY_REFERENCE_NODE" - } - }, - "8634": { - "id": 8634, - "name": "NOTATION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6351, - "name": "ChildNode.NOTATION_NODE" - } - }, - "8635": { - "id": 8635, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6352, - "name": "ChildNode.PROCESSING_INSTRUCTION_NODE" - } - }, - "8636": { - "id": 8636, - "name": "TEXT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Text node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6353, - "name": "ChildNode.TEXT_NODE" - } - }, - "8637": { - "id": 8637, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 6354, - "name": "ChildNode.baseURI" - } - }, - "8638": { - "id": 8638, - "name": "childNodes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the children." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 6355, - "name": "ChildNode.childNodes" - } - }, - "8639": { - "id": 8639, - "name": "firstChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 6356, - "name": "ChildNode.firstChild" - } - }, - "8640": { - "id": 8640, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 6357, - "name": "ChildNode.isConnected" - } - }, - "8641": { - "id": 8641, - "name": "lastChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 6358, - "name": "ChildNode.lastChild" - } - }, - "8642": { - "id": 8642, - "name": "name", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8643": { - "id": 8643, - "name": "nextSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the next sibling." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 6359, - "name": "ChildNode.nextSibling" - } - }, - "8644": { - "id": 8644, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 6360, - "name": "ChildNode.nodeName" - } - }, - "8645": { - "id": 8645, - "name": "nodeType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6361, - "name": "ChildNode.nodeType" - } - }, - "8646": { - "id": 8646, - "name": "nodeValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 6362, - "name": "ChildNode.nodeValue" - } - }, - "8647": { - "id": 8647, - "name": "ownerDocument", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the node document. Returns null for documents." - } - ] - }, - "type": { - "type": "reference", - "target": 7307, - "name": "Document", - "package": "typescript" - }, - "overwrites": { - "type": "reference", - "target": 6363, - "name": "ChildNode.ownerDocument" - } - }, - "8648": { - "id": 8648, - "name": "parentElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent element." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 6364, - "name": "ChildNode.parentElement" - } - }, - "8649": { - "id": 8649, - "name": "parentNode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 75255, - "name": "ParentNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 6365, - "name": "ChildNode.parentNode" - } - }, - "8650": { - "id": 8650, - "name": "previousSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the previous sibling." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 6366, - "name": "ChildNode.previousSibling" - } - }, - "8651": { - "id": 8651, - "name": "publicId", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8652": { - "id": 8652, - "name": "systemId", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8653": { - "id": 8653, - "name": "textContent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 6367, - "name": "ChildNode.textContent" - } - }, - "8654": { - "id": 8654, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8655 - ], - "inheritedFrom": { - "type": "reference", - "target": 6368, - "name": "ChildNode.addEventListener" - } - }, - "8655": { - "id": 8655, - "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." - } - ] - }, - "parameters": [ - 8656, - 8657, - 8658 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6369, - "name": "ChildNode.addEventListener" - } - }, - "8656": { - "id": 8656, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8657": { - "id": 8657, - "name": "callback", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - ] - } - }, - "8658": { - "id": 8658, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 4983, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "8659": { - "id": 8659, - "name": "after", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8660 - ], - "inheritedFrom": { - "type": "reference", - "target": 6373, - "name": "ChildNode.after" - } - }, - "8660": { - "id": 8660, - "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." - } - ] - }, - "parameters": [ - 8661 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6374, - "name": "ChildNode.after" - } - }, - "8661": { - "id": 8661, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "8662": { - "id": 8662, - "name": "appendChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8663 - ], - "inheritedFrom": { - "type": "reference", - "target": 6376, - "name": "ChildNode.appendChild" - } - }, - "8663": { - "id": 8663, - "name": "appendChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 8664 - ], - "parameters": [ - 8665 - ], - "type": { - "type": "reference", - "target": 17530, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 6377, - "name": "ChildNode.appendChild" - } - }, - "8665": { - "id": 8665, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17530, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "8666": { - "id": 8666, - "name": "before", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8667 - ], - "inheritedFrom": { - "type": "reference", - "target": 6380, - "name": "ChildNode.before" - } - }, - "8667": { - "id": 8667, - "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." - } - ] - }, - "parameters": [ - 8668 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6381, - "name": "ChildNode.before" - } - }, - "8668": { - "id": 8668, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "8669": { - "id": 8669, - "name": "cloneNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8670 - ], - "inheritedFrom": { - "type": "reference", - "target": 6383, - "name": "ChildNode.cloneNode" - } - }, - "8670": { - "id": 8670, - "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." - } - ] - }, - "parameters": [ - 8671 - ], - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 6384, - "name": "ChildNode.cloneNode" - } - }, - "8671": { - "id": 8671, - "name": "deep", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "8672": { - "id": 8672, - "name": "compareDocumentPosition", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8673 - ], - "inheritedFrom": { - "type": "reference", - "target": 6386, - "name": "ChildNode.compareDocumentPosition" - } - }, - "8673": { - "id": 8673, - "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." - } - ] - }, - "parameters": [ - 8674 - ], - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 6387, - "name": "ChildNode.compareDocumentPosition" - } - }, - "8674": { - "id": 8674, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "8675": { - "id": 8675, - "name": "contains", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8676 - ], - "inheritedFrom": { - "type": "reference", - "target": 6389, - "name": "ChildNode.contains" - } - }, - "8676": { - "id": 8676, - "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." - } - ] - }, - "parameters": [ - 8677 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 6390, - "name": "ChildNode.contains" - } - }, - "8677": { - "id": 8677, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "8678": { - "id": 8678, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8679 - ], - "inheritedFrom": { - "type": "reference", - "target": 6392, - "name": "ChildNode.dispatchEvent" - } - }, - "8679": { - "id": 8679, - "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." - } - ] - }, - "parameters": [ - 8680 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 6393, - "name": "ChildNode.dispatchEvent" - } - }, - "8680": { - "id": 8680, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "8681": { - "id": 8681, - "name": "getRootNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8682 - ], - "inheritedFrom": { - "type": "reference", - "target": 6395, - "name": "ChildNode.getRootNode" - } - }, - "8682": { - "id": 8682, - "name": "getRootNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's root." - } - ] - }, - "parameters": [ - 8683 - ], - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 6396, - "name": "ChildNode.getRootNode" - } - }, - "8683": { - "id": 8683, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9759, - "name": "GetRootNodeOptions", - "package": "typescript" - } - }, - "8684": { - "id": 8684, - "name": "hasChildNodes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8685 - ], - "inheritedFrom": { - "type": "reference", - "target": 6398, - "name": "ChildNode.hasChildNodes" - } - }, - "8685": { - "id": 8685, - "name": "hasChildNodes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node has children." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 6399, - "name": "ChildNode.hasChildNodes" - } - }, - "8686": { - "id": 8686, - "name": "insertBefore", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8687 - ], - "inheritedFrom": { - "type": "reference", - "target": 6400, - "name": "ChildNode.insertBefore" - } - }, - "8687": { - "id": 8687, - "name": "insertBefore", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 8688 - ], - "parameters": [ - 8689, - 8690 - ], - "type": { - "type": "reference", - "target": 17664, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 6401, - "name": "ChildNode.insertBefore" - } - }, - "8689": { - "id": 8689, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17664, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "8690": { - "id": 8690, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "8691": { - "id": 8691, - "name": "isDefaultNamespace", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8692 - ], - "inheritedFrom": { - "type": "reference", - "target": 6405, - "name": "ChildNode.isDefaultNamespace" - } - }, - "8692": { - "id": 8692, - "name": "isDefaultNamespace", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8693 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 6406, - "name": "ChildNode.isDefaultNamespace" - } - }, - "8693": { - "id": 8693, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "8694": { - "id": 8694, - "name": "isEqualNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8695 - ], - "inheritedFrom": { - "type": "reference", - "target": 6408, - "name": "ChildNode.isEqualNode" - } - }, - "8695": { - "id": 8695, - "name": "isEqualNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node and otherNode have the same properties." - } - ] - }, - "parameters": [ - 8696 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 6409, - "name": "ChildNode.isEqualNode" - } - }, - "8696": { - "id": 8696, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "8697": { - "id": 8697, - "name": "isSameNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8698 - ], - "inheritedFrom": { - "type": "reference", - "target": 6411, - "name": "ChildNode.isSameNode" - } - }, - "8698": { - "id": 8698, - "name": "isSameNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8699 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 6412, - "name": "ChildNode.isSameNode" - } - }, - "8699": { - "id": 8699, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "8700": { - "id": 8700, - "name": "lookupNamespaceURI", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8701 - ], - "inheritedFrom": { - "type": "reference", - "target": 6414, - "name": "ChildNode.lookupNamespaceURI" - } - }, - "8701": { - "id": 8701, - "name": "lookupNamespaceURI", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8702 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 6415, - "name": "ChildNode.lookupNamespaceURI" - } - }, - "8702": { - "id": 8702, - "name": "prefix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "8703": { - "id": 8703, - "name": "lookupPrefix", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8704 - ], - "inheritedFrom": { - "type": "reference", - "target": 6417, - "name": "ChildNode.lookupPrefix" - } - }, - "8704": { - "id": 8704, - "name": "lookupPrefix", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8705 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 6418, - "name": "ChildNode.lookupPrefix" - } - }, - "8705": { - "id": 8705, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "8706": { - "id": 8706, - "name": "normalize", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8707 - ], - "inheritedFrom": { - "type": "reference", - "target": 6420, - "name": "ChildNode.normalize" - } - }, - "8707": { - "id": 8707, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6421, - "name": "ChildNode.normalize" - } - }, - "8708": { - "id": 8708, - "name": "remove", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8709 - ], - "inheritedFrom": { - "type": "reference", - "target": 6422, - "name": "ChildNode.remove" - } - }, - "8709": { - "id": 8709, - "name": "remove", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6423, - "name": "ChildNode.remove" - } - }, - "8710": { - "id": 8710, - "name": "removeChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8711 - ], - "inheritedFrom": { - "type": "reference", - "target": 6424, - "name": "ChildNode.removeChild" - } - }, - "8711": { - "id": 8711, - "name": "removeChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 8712 - ], - "parameters": [ - 8713 - ], - "type": { - "type": "reference", - "target": 17727, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 6425, - "name": "ChildNode.removeChild" - } - }, - "8713": { - "id": 8713, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17727, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "8714": { - "id": 8714, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8715 - ], - "inheritedFrom": { - "type": "reference", - "target": 6428, - "name": "ChildNode.removeEventListener" - } - }, - "8715": { - "id": 8715, - "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." - } - ] - }, - "parameters": [ - 8716, - 8717, - 8718 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6429, - "name": "ChildNode.removeEventListener" - } - }, - "8716": { - "id": 8716, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8717": { - "id": 8717, - "name": "callback", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - ] - } - }, - "8718": { - "id": 8718, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 9433, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "8719": { - "id": 8719, - "name": "replaceChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8720 - ], - "inheritedFrom": { - "type": "reference", - "target": 6433, - "name": "ChildNode.replaceChild" - } - }, - "8720": { - "id": 8720, - "name": "replaceChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 8721 - ], - "parameters": [ - 8722, - 8723 - ], - "type": { - "type": "reference", - "target": 17745, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 6434, - "name": "ChildNode.replaceChild" - } - }, - "8722": { - "id": 8722, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "8723": { - "id": 8723, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17745, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "8724": { - "id": 8724, - "name": "replaceWith", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8725 - ], - "inheritedFrom": { - "type": "reference", - "target": 6438, - "name": "ChildNode.replaceWith" - } - }, - "8725": { - "id": 8725, - "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." - } - ] - }, - "parameters": [ - 8726 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6439, - "name": "ChildNode.replaceWith" - } - }, - "8726": { - "id": 8726, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "8727": { - "id": 8727, - "name": "DoubleRange", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 8728, - 8729 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 8728, - 8729 - ] - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 6728, - "name": "ConstrainDoubleRange" - } - ] - }, - "8728": { - "id": 8728, - "name": "max", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8729": { - "id": 8729, - "name": "min", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8730": { - "id": 8730, - "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." - } - ] - }, - "children": [ - 8731, - 8732, - 8733, - 8734, - 8735, - 8736, - 8737, - 8738, - 8739, - 8740, - 8741, - 8742, - 8743, - 8744, - 8745, - 8746, - 8747, - 8748, - 8749, - 8750, - 8751, - 8752, - 8753, - 8754, - 8755, - 8756, - 8757, - 8758, - 8759, - 8760, - 8761, - 8762, - 8763, - 8764, - 8765, - 8766, - 8767, - 8768, - 8769, - 8770, - 8771, - 8773, - 8776, - 8781, - 8798, - 8805, - 8807, - 8809 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 8731, - 8732, - 8733, - 8734, - 8735, - 8736, - 8737, - 8738, - 8739, - 8740, - 8741, - 8742, - 8743, - 8744, - 8745, - 8746, - 8747, - 8748, - 8749, - 8750, - 8751, - 8752, - 8753, - 8754, - 8755, - 8756, - 8757, - 8758, - 8759, - 8760, - 8761, - 8762, - 8763, - 8764, - 8765, - 8766, - 8767, - 8768, - 8769, - 8770 - ] - }, - { - "title": "Methods", - "children": [ - 8771, - 8773, - 8776, - 8781, - 8798, - 8805, - 8807, - 8809 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - ] - }, - "8731": { - "id": 8731, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74522, - "name": "MouseEvent.AT_TARGET" - } - }, - "8732": { - "id": 8732, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74523, - "name": "MouseEvent.BUBBLING_PHASE" - } - }, - "8733": { - "id": 8733, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74524, - "name": "MouseEvent.CAPTURING_PHASE" - } - }, - "8734": { - "id": 8734, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74525, - "name": "MouseEvent.NONE" - } - }, - "8735": { - "id": 8735, - "name": "altKey", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 74526, - "name": "MouseEvent.altKey" - } - }, - "8736": { - "id": 8736, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 74527, - "name": "MouseEvent.bubbles" - } - }, - "8737": { - "id": 8737, - "name": "button", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74528, - "name": "MouseEvent.button" - } - }, - "8738": { - "id": 8738, - "name": "buttons", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74529, - "name": "MouseEvent.buttons" - } - }, - "8739": { - "id": 8739, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 74530, - "name": "MouseEvent.cancelBubble" - } - }, - "8740": { - "id": 8740, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 74531, - "name": "MouseEvent.cancelable" - } - }, - "8741": { - "id": 8741, - "name": "clientX", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74532, - "name": "MouseEvent.clientX" - } - }, - "8742": { - "id": 8742, - "name": "clientY", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74533, - "name": "MouseEvent.clientY" - } - }, - "8743": { - "id": 8743, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 74534, - "name": "MouseEvent.composed" - } - }, - "8744": { - "id": 8744, - "name": "ctrlKey", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 74535, - "name": "MouseEvent.ctrlKey" - } - }, - "8745": { - "id": 8745, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 74536, - "name": "MouseEvent.currentTarget" - } - }, - "8746": { - "id": 8746, - "name": "dataTransfer", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the DataTransfer object for the event." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 7184, - "name": "DataTransfer", - "package": "typescript" - } - ] - } - }, - "8747": { - "id": 8747, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 74537, - "name": "MouseEvent.defaultPrevented" - } - }, - "8748": { - "id": 8748, - "name": "detail", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74538, - "name": "MouseEvent.detail" - } - }, - "8749": { - "id": 8749, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74539, - "name": "MouseEvent.eventPhase" - } - }, - "8750": { - "id": 8750, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 74540, - "name": "MouseEvent.isTrusted" - } - }, - "8751": { - "id": 8751, - "name": "metaKey", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 74541, - "name": "MouseEvent.metaKey" - } - }, - "8752": { - "id": 8752, - "name": "movementX", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74542, - "name": "MouseEvent.movementX" - } - }, - "8753": { - "id": 8753, - "name": "movementY", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74543, - "name": "MouseEvent.movementY" - } - }, - "8754": { - "id": 8754, - "name": "offsetX", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74544, - "name": "MouseEvent.offsetX" - } - }, - "8755": { - "id": 8755, - "name": "offsetY", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74545, - "name": "MouseEvent.offsetY" - } - }, - "8756": { - "id": 8756, - "name": "pageX", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74546, - "name": "MouseEvent.pageX" - } - }, - "8757": { - "id": 8757, - "name": "pageY", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74547, - "name": "MouseEvent.pageY" - } - }, - "8758": { - "id": 8758, - "name": "relatedTarget", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 74548, - "name": "MouseEvent.relatedTarget" - } - }, - "8759": { - "id": 8759, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 74549, - "name": "MouseEvent.returnValue" - } - }, - "8760": { - "id": 8760, - "name": "screenX", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74550, - "name": "MouseEvent.screenX" - } - }, - "8761": { - "id": 8761, - "name": "screenY", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74551, - "name": "MouseEvent.screenY" - } - }, - "8762": { - "id": 8762, - "name": "shiftKey", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 74552, - "name": "MouseEvent.shiftKey" - } - }, - "8763": { - "id": 8763, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 74553, - "name": "MouseEvent.srcElement" - } - }, - "8764": { - "id": 8764, - "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)." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 74554, - "name": "MouseEvent.target" - } - }, - "8765": { - "id": 8765, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74555, - "name": "MouseEvent.timeStamp" - } - }, - "8766": { - "id": 8766, - "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\"." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 74556, - "name": "MouseEvent.type" - } - }, - "8767": { - "id": 8767, - "name": "view", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 144646, - "name": "Window", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 74557, - "name": "MouseEvent.view" - } - }, - "8768": { - "id": 8768, - "name": "which", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74558, - "name": "MouseEvent.which" - } - }, - "8769": { - "id": 8769, - "name": "x", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74559, - "name": "MouseEvent.x" - } - }, - "8770": { - "id": 8770, - "name": "y", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 74560, - "name": "MouseEvent.y" - } - }, - "8771": { - "id": 8771, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8772 - ], - "inheritedFrom": { - "type": "reference", - "target": 74561, - "name": "MouseEvent.composedPath" - } - }, - "8772": { - "id": 8772, - "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." - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 74562, - "name": "MouseEvent.composedPath" - } - }, - "8773": { - "id": 8773, - "name": "getModifierState", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8774 - ], - "inheritedFrom": { - "type": "reference", - "target": 74563, - "name": "MouseEvent.getModifierState" - } - }, - "8774": { - "id": 8774, - "name": "getModifierState", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 8775 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 74564, - "name": "MouseEvent.getModifierState" - } - }, - "8775": { - "id": 8775, - "name": "keyArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8776": { - "id": 8776, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8777 - ], - "inheritedFrom": { - "type": "reference", - "target": 74566, - "name": "MouseEvent.initEvent" - } - }, - "8777": { - "id": 8777, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "parameters": [ - 8778, - 8779, - 8780 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 74567, - "name": "MouseEvent.initEvent" - } - }, - "8778": { - "id": 8778, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8779": { - "id": 8779, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "8780": { - "id": 8780, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "8781": { - "id": 8781, - "name": "initMouseEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8782 - ], - "inheritedFrom": { - "type": "reference", - "target": 74571, - "name": "MouseEvent.initMouseEvent" - } - }, - "8782": { - "id": 8782, - "name": "initMouseEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "parameters": [ - 8783, - 8784, - 8785, - 8786, - 8787, - 8788, - 8789, - 8790, - 8791, - 8792, - 8793, - 8794, - 8795, - 8796, - 8797 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 74572, - "name": "MouseEvent.initMouseEvent" - } - }, - "8783": { - "id": 8783, - "name": "typeArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8784": { - "id": 8784, - "name": "canBubbleArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "8785": { - "id": 8785, - "name": "cancelableArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "8786": { - "id": 8786, - "name": "viewArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 144646, - "name": "Window", - "package": "typescript" - } - }, - "8787": { - "id": 8787, - "name": "detailArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8788": { - "id": 8788, - "name": "screenXArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8789": { - "id": 8789, - "name": "screenYArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8790": { - "id": 8790, - "name": "clientXArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8791": { - "id": 8791, - "name": "clientYArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8792": { - "id": 8792, - "name": "ctrlKeyArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "8793": { - "id": 8793, - "name": "altKeyArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "8794": { - "id": 8794, - "name": "shiftKeyArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "8795": { - "id": 8795, - "name": "metaKeyArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "8796": { - "id": 8796, - "name": "buttonArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8797": { - "id": 8797, - "name": "relatedTargetArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - } - }, - "8798": { - "id": 8798, - "name": "initUIEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8799 - ], - "inheritedFrom": { - "type": "reference", - "target": 74588, - "name": "MouseEvent.initUIEvent" - } - }, - "8799": { - "id": 8799, - "name": "initUIEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "parameters": [ - 8800, - 8801, - 8802, - 8803, - 8804 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 74589, - "name": "MouseEvent.initUIEvent" - } - }, - "8800": { - "id": 8800, - "name": "typeArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8801": { - "id": 8801, - "name": "bubblesArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "8802": { - "id": 8802, - "name": "cancelableArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "8803": { - "id": 8803, - "name": "viewArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 144646, - "name": "Window", - "package": "typescript" - } - ] - } - }, - "8804": { - "id": 8804, - "name": "detailArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8805": { - "id": 8805, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8806 - ], - "inheritedFrom": { - "type": "reference", - "target": 74595, - "name": "MouseEvent.preventDefault" - } - }, - "8806": { - "id": 8806, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 74596, - "name": "MouseEvent.preventDefault" - } - }, - "8807": { - "id": 8807, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8808 - ], - "inheritedFrom": { - "type": "reference", - "target": 74597, - "name": "MouseEvent.stopImmediatePropagation" - } - }, - "8808": { - "id": 8808, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 74598, - "name": "MouseEvent.stopImmediatePropagation" - } - }, - "8809": { - "id": 8809, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8810 - ], - "inheritedFrom": { - "type": "reference", - "target": 74599, - "name": "MouseEvent.stopPropagation" - } - }, - "8810": { - "id": 8810, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 74600, - "name": "MouseEvent.stopPropagation" - } - }, - "8842": { - "id": 8842, - "name": "EXT_blend_minmax", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 8843, - 8844 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 8843, - 8844 - ] - } - ] - }, - "8843": { - "id": 8843, - "name": "MAX_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8844": { - "id": 8844, - "name": "MIN_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8845": { - "id": 8845, - "name": "EXT_color_buffer_float", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - } - }, - "8846": { - "id": 8846, - "name": "EXT_color_buffer_half_float", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 8847, - 8848, - 8849, - 8850 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 8847, - 8848, - 8849, - 8850 - ] - } - ] - }, - "8847": { - "id": 8847, - "name": "FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8848": { - "id": 8848, - "name": "RGB16F_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8849": { - "id": 8849, - "name": "RGBA16F_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8850": { - "id": 8850, - "name": "UNSIGNED_NORMALIZED_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8851": { - "id": 8851, - "name": "EXT_float_blend", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - } - }, - "8852": { - "id": 8852, - "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." - } - ] - } - }, - "8853": { - "id": 8853, - "name": "EXT_sRGB", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 8854, - 8855, - 8856, - 8857 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 8854, - 8855, - 8856, - 8857 - ] - } - ] - }, - "8854": { - "id": 8854, - "name": "FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8855": { - "id": 8855, - "name": "SRGB8_ALPHA8_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8856": { - "id": 8856, - "name": "SRGB_ALPHA_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8857": { - "id": 8857, - "name": "SRGB_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8858": { - "id": 8858, - "name": "EXT_shader_texture_lod", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - } - }, - "8859": { - "id": 8859, - "name": "EXT_texture_compression_bptc", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 8860, - 8861, - 8862, - 8863 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 8860, - 8861, - 8862, - 8863 - ] - } - ] - }, - "8860": { - "id": 8860, - "name": "COMPRESSED_RGBA_BPTC_UNORM_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8861": { - "id": 8861, - "name": "COMPRESSED_RGB_BPTC_SIGNED_FLOAT_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8862": { - "id": 8862, - "name": "COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8863": { - "id": 8863, - "name": "COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8864": { - "id": 8864, - "name": "EXT_texture_compression_rgtc", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 8865, - 8866, - 8867, - 8868 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 8865, - 8866, - 8867, - 8868 - ] - } - ] - }, - "8865": { - "id": 8865, - "name": "COMPRESSED_RED_GREEN_RGTC2_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8866": { - "id": 8866, - "name": "COMPRESSED_RED_RGTC1_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8867": { - "id": 8867, - "name": "COMPRESSED_SIGNED_RED_GREEN_RGTC2_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8868": { - "id": 8868, - "name": "COMPRESSED_SIGNED_RED_RGTC1_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8869": { - "id": 8869, - "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)." - } - ] - }, - "children": [ - 8870, - 8871 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 8870, - 8871 - ] - } - ] - }, - "8870": { - "id": 8870, - "name": "MAX_TEXTURE_MAX_ANISOTROPY_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8871": { - "id": 8871, - "name": "TEXTURE_MAX_ANISOTROPY_EXT", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8872": { - "id": 8872, - "name": "EffectTiming", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 8873, - 8874, - 8875, - 8876, - 8877, - 8878, - 8879, - 8880, - 8881 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 8873, - 8874, - 8875, - 8876, - 8877, - 8878, - 8879, - 8880, - 8881 - ] - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 73845, - "name": "KeyframeEffectOptions" - }, - { - "type": "reference", - "target": 6706, - "name": "ComputedEffectTiming" - } - ] - }, - "8873": { - "id": 8873, - "name": "delay", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8874": { - "id": 8874, - "name": "direction", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 146941, - "name": "PlaybackDirection", - "package": "typescript" - } - }, - "8875": { - "id": 8875, - "name": "duration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "intrinsic", - "name": "number" - } - ] - } - }, - "8876": { - "id": 8876, - "name": "easing", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8877": { - "id": 8877, - "name": "endDelay", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8878": { - "id": 8878, - "name": "fill", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 146883, - "name": "FillMode", - "package": "typescript" - } - }, - "8879": { - "id": 8879, - "name": "iterationStart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8880": { - "id": 8880, - "name": "iterations", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8881": { - "id": 8881, - "name": "playbackRate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8882": { - "id": 8882, - "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." - } - ] - }, - "children": [ - 8883, - 8884, - 8885, - 8886, - 8887, - 8888, - 8889, - 8890, - 8891, - 8892, - 8893, - 8894, - 8895, - 8896, - 8897, - 8898, - 8899, - 8900, - 8901, - 8902, - 8903, - 8904, - 8905, - 8906, - 8907, - 8908, - 8909, - 8910, - 8911, - 8912, - 8913, - 8914, - 8915, - 8916, - 8917, - 8918, - 8919, - 8920, - 8921, - 8922, - 8923, - 8924, - 8925, - 8926, - 8927, - 8928, - 8929, - 8930, - 8931, - 8932, - 8933, - 8934, - 8935, - 8936, - 8937, - 8938, - 8939, - 8940, - 8941, - 8942, - 8943, - 8944, - 8945, - 8946, - 8947, - 8948, - 8949, - 8950, - 8951, - 8952, - 8953, - 8954, - 8955, - 8956, - 8957, - 8958, - 8959, - 8960, - 8961, - 8962, - 8963, - 8964, - 8965, - 8966, - 8971, - 8976, - 8977, - 8978, - 8979, - 8980, - 8981, - 8982, - 8983, - 8984, - 8985, - 8986, - 8987, - 8988, - 8989, - 8990, - 8991, - 8992, - 8993, - 9007, - 9010, - 9014, - 9017, - 9021, - 9024, - 9027, - 9030, - 9040, - 9043, - 9046, - 9049, - 9052, - 9055, - 9059, - 9061, - 9064, - 9068, - 9070, - 9072, - 9075, - 9084, - 9094, - 9097, - 9100, - 9104, - 9106, - 9108, - 9111, - 9115, - 9119, - 9123, - 9128, - 9131, - 9134, - 9137, - 9140, - 9143, - 9146, - 9148, - 9151, - 9161, - 9171, - 9174, - 9176, - 9179, - 9183, - 9186, - 9190, - 9204, - 9209, - 9212, - 9215, - 9218, - 9220, - 9226, - 9232, - 9235, - 9241, - 9245, - 9250, - 9253, - 9256, - 9259, - 9263 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 8883, - 8884, - 8885, - 8886, - 8887, - 8888, - 8889, - 8890, - 8891, - 8892, - 8893, - 8894, - 8895, - 8896, - 8897, - 8898, - 8899, - 8900, - 8901, - 8902, - 8903, - 8904, - 8905, - 8906, - 8907, - 8908, - 8909, - 8910, - 8911, - 8912, - 8913, - 8914, - 8915, - 8916, - 8917, - 8918, - 8919, - 8920, - 8921, - 8922, - 8923, - 8924, - 8925, - 8926, - 8927, - 8928, - 8929, - 8930, - 8931, - 8932, - 8933, - 8934, - 8935, - 8936, - 8937, - 8938, - 8939, - 8940, - 8941, - 8942, - 8943, - 8944, - 8945, - 8946, - 8947, - 8948, - 8949, - 8950, - 8951, - 8952, - 8953, - 8954, - 8955, - 8956, - 8957, - 8958, - 8959, - 8960, - 8961, - 8962, - 8963, - 8964, - 8965, - 8966, - 8971, - 8976, - 8977, - 8978, - 8979, - 8980, - 8981, - 8982, - 8983, - 8984, - 8985, - 8986, - 8987, - 8988, - 8989, - 8990, - 8991, - 8992 - ] - }, - { - "title": "Methods", - "children": [ - 8993, - 9007, - 9010, - 9014, - 9017, - 9021, - 9024, - 9027, - 9030, - 9040, - 9043, - 9046, - 9049, - 9052, - 9055, - 9059, - 9061, - 9064, - 9068, - 9070, - 9072, - 9075, - 9084, - 9094, - 9097, - 9100, - 9104, - 9106, - 9108, - 9111, - 9115, - 9119, - 9123, - 9128, - 9131, - 9134, - 9137, - 9140, - 9143, - 9146, - 9148, - 9151, - 9161, - 9171, - 9174, - 9176, - 9179, - 9183, - 9186, - 9190, - 9204, - 9209, - 9212, - 9215, - 9218, - 9220, - 9226, - 9232, - 9235, - 9241, - 9245, - 9250, - 9253, - 9256, - 9259, - 9263 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - { - "type": "reference", - "target": 4857, - "name": "ARIAMixin", - "package": "typescript" - }, - { - "type": "reference", - "target": 4992, - "name": "Animatable", - "package": "typescript" - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - }, - { - "type": "reference", - "target": 73622, - "name": "InnerHTML", - "package": "typescript" - }, - { - "type": "reference", - "target": 74792, - "name": "NonDocumentTypeChildNode", - "package": "typescript" - }, - { - "type": "reference", - "target": 75255, - "name": "ParentNode", - "package": "typescript" - }, - { - "type": "reference", - "target": 140164, - "name": "Slottable", - "package": "typescript" - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 24043, - "name": "HTMLElement" - }, - { - "type": "reference", - "target": 85760, - "name": "SVGElement" - } - ] - }, - "8883": { - "id": 8883, - "name": "ATTRIBUTE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75256, - "name": "ParentNode.ATTRIBUTE_NODE" - } - }, - "8884": { - "id": 8884, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75257, - "name": "ParentNode.CDATA_SECTION_NODE" - } - }, - "8885": { - "id": 8885, - "name": "COMMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Comment node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75258, - "name": "ParentNode.COMMENT_NODE" - } - }, - "8886": { - "id": 8886, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75259, - "name": "ParentNode.DOCUMENT_FRAGMENT_NODE" - } - }, - "8887": { - "id": 8887, - "name": "DOCUMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a document." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75260, - "name": "ParentNode.DOCUMENT_NODE" - } - }, - "8888": { - "id": 8888, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75261, - "name": "ParentNode.DOCUMENT_POSITION_CONTAINED_BY" - } - }, - "8889": { - "id": 8889, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75262, - "name": "ParentNode.DOCUMENT_POSITION_CONTAINS" - } - }, - "8890": { - "id": 8890, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75263, - "name": "ParentNode.DOCUMENT_POSITION_DISCONNECTED" - } - }, - "8891": { - "id": 8891, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75264, - "name": "ParentNode.DOCUMENT_POSITION_FOLLOWING" - } - }, - "8892": { - "id": 8892, - "name": "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75265, - "name": "ParentNode.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" - } - }, - "8893": { - "id": 8893, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75266, - "name": "ParentNode.DOCUMENT_POSITION_PRECEDING" - } - }, - "8894": { - "id": 8894, - "name": "DOCUMENT_TYPE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a doctype." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75267, - "name": "ParentNode.DOCUMENT_TYPE_NODE" - } - }, - "8895": { - "id": 8895, - "name": "ELEMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is an element." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75268, - "name": "ParentNode.ELEMENT_NODE" - } - }, - "8896": { - "id": 8896, - "name": "ENTITY_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75269, - "name": "ParentNode.ENTITY_NODE" - } - }, - "8897": { - "id": 8897, - "name": "ENTITY_REFERENCE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75270, - "name": "ParentNode.ENTITY_REFERENCE_NODE" - } - }, - "8898": { - "id": 8898, - "name": "NOTATION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75271, - "name": "ParentNode.NOTATION_NODE" - } - }, - "8899": { - "id": 8899, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75272, - "name": "ParentNode.PROCESSING_INSTRUCTION_NODE" - } - }, - "8900": { - "id": 8900, - "name": "TEXT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Text node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75273, - "name": "ParentNode.TEXT_NODE" - } - }, - "8901": { - "id": 8901, - "name": "ariaAtomic", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4858, - "name": "ARIAMixin.ariaAtomic" - } - }, - "8902": { - "id": 8902, - "name": "ariaAutoComplete", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4859, - "name": "ARIAMixin.ariaAutoComplete" - } - }, - "8903": { - "id": 8903, - "name": "ariaBusy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4860, - "name": "ARIAMixin.ariaBusy" - } - }, - "8904": { - "id": 8904, - "name": "ariaChecked", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4861, - "name": "ARIAMixin.ariaChecked" - } - }, - "8905": { - "id": 8905, - "name": "ariaColCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4862, - "name": "ARIAMixin.ariaColCount" - } - }, - "8906": { - "id": 8906, - "name": "ariaColIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4863, - "name": "ARIAMixin.ariaColIndex" - } - }, - "8907": { - "id": 8907, - "name": "ariaColIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4864, - "name": "ARIAMixin.ariaColIndexText" - } - }, - "8908": { - "id": 8908, - "name": "ariaColSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4865, - "name": "ARIAMixin.ariaColSpan" - } - }, - "8909": { - "id": 8909, - "name": "ariaCurrent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4866, - "name": "ARIAMixin.ariaCurrent" - } - }, - "8910": { - "id": 8910, - "name": "ariaDisabled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4867, - "name": "ARIAMixin.ariaDisabled" - } - }, - "8911": { - "id": 8911, - "name": "ariaExpanded", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4868, - "name": "ARIAMixin.ariaExpanded" - } - }, - "8912": { - "id": 8912, - "name": "ariaHasPopup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4869, - "name": "ARIAMixin.ariaHasPopup" - } - }, - "8913": { - "id": 8913, - "name": "ariaHidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4870, - "name": "ARIAMixin.ariaHidden" - } - }, - "8914": { - "id": 8914, - "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": 4871, - "name": "ARIAMixin.ariaInvalid" - } - }, - "8915": { - "id": 8915, - "name": "ariaKeyShortcuts", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4872, - "name": "ARIAMixin.ariaKeyShortcuts" - } - }, - "8916": { - "id": 8916, - "name": "ariaLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4873, - "name": "ARIAMixin.ariaLabel" - } - }, - "8917": { - "id": 8917, - "name": "ariaLevel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4874, - "name": "ARIAMixin.ariaLevel" - } - }, - "8918": { - "id": 8918, - "name": "ariaLive", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4875, - "name": "ARIAMixin.ariaLive" - } - }, - "8919": { - "id": 8919, - "name": "ariaModal", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4876, - "name": "ARIAMixin.ariaModal" - } - }, - "8920": { - "id": 8920, - "name": "ariaMultiLine", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4877, - "name": "ARIAMixin.ariaMultiLine" - } - }, - "8921": { - "id": 8921, - "name": "ariaMultiSelectable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4878, - "name": "ARIAMixin.ariaMultiSelectable" - } - }, - "8922": { - "id": 8922, - "name": "ariaOrientation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4879, - "name": "ARIAMixin.ariaOrientation" - } - }, - "8923": { - "id": 8923, - "name": "ariaPlaceholder", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4880, - "name": "ARIAMixin.ariaPlaceholder" - } - }, - "8924": { - "id": 8924, - "name": "ariaPosInSet", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4881, - "name": "ARIAMixin.ariaPosInSet" - } - }, - "8925": { - "id": 8925, - "name": "ariaPressed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4882, - "name": "ARIAMixin.ariaPressed" - } - }, - "8926": { - "id": 8926, - "name": "ariaReadOnly", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4883, - "name": "ARIAMixin.ariaReadOnly" - } - }, - "8927": { - "id": 8927, - "name": "ariaRequired", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4884, - "name": "ARIAMixin.ariaRequired" - } - }, - "8928": { - "id": 8928, - "name": "ariaRoleDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4885, - "name": "ARIAMixin.ariaRoleDescription" - } - }, - "8929": { - "id": 8929, - "name": "ariaRowCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4886, - "name": "ARIAMixin.ariaRowCount" - } - }, - "8930": { - "id": 8930, - "name": "ariaRowIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4887, - "name": "ARIAMixin.ariaRowIndex" - } - }, - "8931": { - "id": 8931, - "name": "ariaRowIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4888, - "name": "ARIAMixin.ariaRowIndexText" - } - }, - "8932": { - "id": 8932, - "name": "ariaRowSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4889, - "name": "ARIAMixin.ariaRowSpan" - } - }, - "8933": { - "id": 8933, - "name": "ariaSelected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4890, - "name": "ARIAMixin.ariaSelected" - } - }, - "8934": { - "id": 8934, - "name": "ariaSetSize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4891, - "name": "ARIAMixin.ariaSetSize" - } - }, - "8935": { - "id": 8935, - "name": "ariaSort", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4892, - "name": "ARIAMixin.ariaSort" - } - }, - "8936": { - "id": 8936, - "name": "ariaValueMax", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4893, - "name": "ARIAMixin.ariaValueMax" - } - }, - "8937": { - "id": 8937, - "name": "ariaValueMin", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4894, - "name": "ARIAMixin.ariaValueMin" - } - }, - "8938": { - "id": 8938, - "name": "ariaValueNow", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4895, - "name": "ARIAMixin.ariaValueNow" - } - }, - "8939": { - "id": 8939, - "name": "ariaValueText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4896, - "name": "ARIAMixin.ariaValueText" - } - }, - "8940": { - "id": 8940, - "name": "assignedSlot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 56900, - "name": "HTMLSlotElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 140165, - "name": "Slottable.assignedSlot" - } - }, - "8941": { - "id": 8941, - "name": "attributes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NamedNodeMap" - }, - "name": "NamedNodeMap", - "package": "typescript" - } - }, - "8942": { - "id": 8942, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 75274, - "name": "ParentNode.baseURI" - } - }, - "8943": { - "id": 8943, - "name": "childElementCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75275, - "name": "ParentNode.childElementCount" - } - }, - "8944": { - "id": 8944, - "name": "childNodes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the children." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 75276, - "name": "ParentNode.childNodes" - } - }, - "8945": { - "id": 8945, - "name": "children", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the child elements." - } - ] - }, - "type": { - "type": "reference", - "target": 17816, - "name": "HTMLCollection", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 75277, - "name": "ParentNode.children" - } - }, - "8946": { - "id": 8946, - "name": "classList", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": 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." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - } - }, - "8947": { - "id": 8947, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8948": { - "id": 8948, - "name": "clientHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8949": { - "id": 8949, - "name": "clientLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8950": { - "id": 8950, - "name": "clientTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8951": { - "id": 8951, - "name": "clientWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8952": { - "id": 8952, - "name": "firstChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75278, - "name": "ParentNode.firstChild" - } - }, - "8953": { - "id": 8953, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75279, - "name": "ParentNode.firstElementChild" - } - }, - "8954": { - "id": 8954, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8955": { - "id": 8955, - "name": "innerHTML", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 73623, - "name": "InnerHTML.innerHTML" - } - }, - "8956": { - "id": 8956, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 75280, - "name": "ParentNode.isConnected" - } - }, - "8957": { - "id": 8957, - "name": "lastChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75281, - "name": "ParentNode.lastChild" - } - }, - "8958": { - "id": 8958, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75282, - "name": "ParentNode.lastElementChild" - } - }, - "8959": { - "id": 8959, - "name": "localName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the local name." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8960": { - "id": 8960, - "name": "namespaceURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the namespace." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "8961": { - "id": 8961, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 74793, - "name": "NonDocumentTypeChildNode.nextElementSibling" - } - }, - "8962": { - "id": 8962, - "name": "nextSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the next sibling." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75283, - "name": "ParentNode.nextSibling" - } - }, - "8963": { - "id": 8963, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 75284, - "name": "ParentNode.nodeName" - } - }, - "8964": { - "id": 8964, - "name": "nodeType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75285, - "name": "ParentNode.nodeType" - } - }, - "8965": { - "id": 8965, - "name": "nodeValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75286, - "name": "ParentNode.nodeValue" - } - }, - "8966": { - "id": 8966, - "name": "onfullscreenchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 8967, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 8968, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 8969, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - }, - { - "id": 8970, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - } - }, - "8971": { - "id": 8971, - "name": "onfullscreenerror", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 8972, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 8973, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 8974, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - }, - { - "id": 8975, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - } - }, - "8976": { - "id": 8976, - "name": "outerHTML", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8977": { - "id": 8977, - "name": "ownerDocument", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the node document. Returns null for documents." - } - ] - }, - "type": { - "type": "reference", - "target": 7307, - "name": "Document", - "package": "typescript" - }, - "overwrites": { - "type": "reference", - "target": 75287, - "name": "ParentNode.ownerDocument" - } - }, - "8978": { - "id": 8978, - "name": "parentElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent element." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75288, - "name": "ParentNode.parentElement" - } - }, - "8979": { - "id": 8979, - "name": "parentNode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 75255, - "name": "ParentNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75289, - "name": "ParentNode.parentNode" - } - }, - "8980": { - "id": 8980, - "name": "part", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - } - }, - "8981": { - "id": 8981, - "name": "prefix", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the namespace prefix." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "8982": { - "id": 8982, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 74794, - "name": "NonDocumentTypeChildNode.previousElementSibling" - } - }, - "8983": { - "id": 8983, - "name": "previousSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the previous sibling." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75290, - "name": "ParentNode.previousSibling" - } - }, - "8984": { - "id": 8984, - "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": 4897, - "name": "ARIAMixin.role" - } - }, - "8985": { - "id": 8985, - "name": "scrollHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8986": { - "id": 8986, - "name": "scrollLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8987": { - "id": 8987, - "name": "scrollTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8988": { - "id": 8988, - "name": "scrollWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "8989": { - "id": 8989, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 139983, - "name": "ShadowRoot", - "package": "typescript" - } - ] - } - }, - "8990": { - "id": 8990, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8991": { - "id": 8991, - "name": "tagName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the HTML-uppercased qualified name." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "8992": { - "id": 8992, - "name": "textContent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75291, - "name": "ParentNode.textContent" - } - }, - "8993": { - "id": 8993, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 8994, - 9003 - ], - "overwrites": { - "type": "reference", - "target": 75292, - "name": "ParentNode.addEventListener" - } - }, - "8994": { - "id": 8994, - "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." - } - ] - }, - "typeParameter": [ - 8995 - ], - "parameters": [ - 8996, - 8997, - 9002 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 75293, - "name": "ParentNode.addEventListener" - } - }, - "8995": { - "id": 8995, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 9277, - "name": "ElementEventMap", - "package": "typescript" - } - } - }, - "8996": { - "id": 8996, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8995, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "8997": { - "id": 8997, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 8998, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 8999 - ] - } - } - }, - "9002": { - "id": 9002, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 4983, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "9003": { - "id": 9003, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9004, - 9005, - 9006 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": -1, - "name": "Node.addEventListener" - } - }, - "9004": { - "id": 9004, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9005": { - "id": 9005, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "9006": { - "id": 9006, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 4983, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "9007": { - "id": 9007, - "name": "after", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9008 - ], - "inheritedFrom": { - "type": "reference", - "target": 6373, - "name": "ChildNode.after" - } - }, - "9008": { - "id": 9008, - "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." - } - ] - }, - "parameters": [ - 9009 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6374, - "name": "ChildNode.after" - } - }, - "9009": { - "id": 9009, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "9010": { - "id": 9010, - "name": "animate", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9011 - ], - "inheritedFrom": { - "type": "reference", - "target": 4993, - "name": "Animatable.animate" - } - }, - "9011": { - "id": 9011, - "name": "animate", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9012, - 9013 - ], - "type": { - "type": "reference", - "target": 5000, - "name": "Animation", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 4994, - "name": "Animatable.animate" - } - }, - "9012": { - "id": 9012, - "name": "keyframes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "array", - "elementType": { - "type": "reference", - "target": 73825, - "name": "Keyframe", - "package": "typescript" - } - }, - { - "type": "reference", - "target": 76174, - "name": "PropertyIndexedKeyframes", - "package": "typescript" - } - ] - } - }, - "9013": { - "id": 9013, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": 73831, - "name": "KeyframeAnimationOptions", - "package": "typescript" - } - ] - } - }, - "9014": { - "id": 9014, - "name": "append", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9015 - ], - "inheritedFrom": { - "type": "reference", - "target": 75297, - "name": "ParentNode.append" - } - }, - "9015": { - "id": 9015, - "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." - } - ] - }, - "parameters": [ - 9016 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 75298, - "name": "ParentNode.append" - } - }, - "9016": { - "id": 9016, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "9017": { - "id": 9017, - "name": "appendChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9018 - ], - "inheritedFrom": { - "type": "reference", - "target": 75300, - "name": "ParentNode.appendChild" - } - }, - "9018": { - "id": 9018, - "name": "appendChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 9019 - ], - "parameters": [ - 9020 - ], - "type": { - "type": "reference", - "target": 17530, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 75301, - "name": "ParentNode.appendChild" - } - }, - "9020": { - "id": 9020, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17530, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "9021": { - "id": 9021, - "name": "attachShadow", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9022 - ] - }, - "9022": { - "id": 9022, - "name": "attachShadow", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Creates a shadow root for element and returns it." - } - ] - }, - "parameters": [ - 9023 - ], - "type": { - "type": "reference", - "target": 139983, - "name": "ShadowRoot", - "package": "typescript" - } - }, - "9023": { - "id": 9023, - "name": "init", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140160, - "name": "ShadowRootInit", - "package": "typescript" - } - }, - "9024": { - "id": 9024, - "name": "before", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9025 - ], - "inheritedFrom": { - "type": "reference", - "target": 6380, - "name": "ChildNode.before" - } - }, - "9025": { - "id": 9025, - "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." - } - ] - }, - "parameters": [ - 9026 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6381, - "name": "ChildNode.before" - } - }, - "9026": { - "id": 9026, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "9027": { - "id": 9027, - "name": "cloneNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9028 - ], - "inheritedFrom": { - "type": "reference", - "target": 75304, - "name": "ParentNode.cloneNode" - } - }, - "9028": { - "id": 9028, - "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." - } - ] - }, - "parameters": [ - 9029 - ], - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 75305, - "name": "ParentNode.cloneNode" - } - }, - "9029": { - "id": 9029, - "name": "deep", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9030": { - "id": 9030, - "name": "closest", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9031, - 9034, - 9037 - ] - }, - "9031": { - "id": 9031, - "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." - } - ] - }, - "typeParameter": [ - 9032 - ], - "parameters": [ - 9033 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17552, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - } - }, - "9033": { - "id": 9033, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17552, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "9034": { - "id": 9034, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 9035 - ], - "parameters": [ - 9036 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17555, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - } - }, - "9036": { - "id": 9036, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17555, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "9037": { - "id": 9037, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 9038 - ], - "parameters": [ - 9039 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 17558, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - } - }, - "9039": { - "id": 9039, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9040": { - "id": 9040, - "name": "compareDocumentPosition", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9041 - ], - "inheritedFrom": { - "type": "reference", - "target": 75307, - "name": "ParentNode.compareDocumentPosition" - } - }, - "9041": { - "id": 9041, - "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." - } - ] - }, - "parameters": [ - 9042 - ], - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 75308, - "name": "ParentNode.compareDocumentPosition" - } - }, - "9042": { - "id": 9042, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "9043": { - "id": 9043, - "name": "contains", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9044 - ], - "inheritedFrom": { - "type": "reference", - "target": 75310, - "name": "ParentNode.contains" - } - }, - "9044": { - "id": 9044, - "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." - } - ] - }, - "parameters": [ - 9045 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 75311, - "name": "ParentNode.contains" - } - }, - "9045": { - "id": 9045, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "9046": { - "id": 9046, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9047 - ], - "inheritedFrom": { - "type": "reference", - "target": 75313, - "name": "ParentNode.dispatchEvent" - } - }, - "9047": { - "id": 9047, - "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." - } - ] - }, - "parameters": [ - 9048 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 75314, - "name": "ParentNode.dispatchEvent" - } - }, - "9048": { - "id": 9048, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "9049": { - "id": 9049, - "name": "getAnimations", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9050 - ], - "inheritedFrom": { - "type": "reference", - "target": 4997, - "name": "Animatable.getAnimations" - } - }, - "9050": { - "id": 9050, - "name": "getAnimations", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9051 - ], - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 5000, - "name": "Animation", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 4998, - "name": "Animatable.getAnimations" - } - }, - "9051": { - "id": 9051, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9757, - "name": "GetAnimationsOptions", - "package": "typescript" - } - }, - "9052": { - "id": 9052, - "name": "getAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9053 - ] - }, - "9053": { - "id": 9053, - "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." - } - ] - }, - "parameters": [ - 9054 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "9054": { - "id": 9054, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9055": { - "id": 9055, - "name": "getAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9056 - ] - }, - "9056": { - "id": 9056, - "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." - } - ] - }, - "parameters": [ - 9057, - 9058 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "9057": { - "id": 9057, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "9058": { - "id": 9058, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9059": { - "id": 9059, - "name": "getAttributeNames", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9060 - ] - }, - "9060": { - "id": 9060, - "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." - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - } - }, - "9061": { - "id": 9061, - "name": "getAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9062 - ] - }, - "9062": { - "id": 9062, - "name": "getAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9063 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - ] - } - }, - "9063": { - "id": 9063, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9064": { - "id": 9064, - "name": "getAttributeNodeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9065 - ] - }, - "9065": { - "id": 9065, - "name": "getAttributeNodeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9066, - 9067 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - ] - } - }, - "9066": { - "id": 9066, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "9067": { - "id": 9067, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9068": { - "id": 9068, - "name": "getBoundingClientRect", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9069 - ] - }, - "9069": { - "id": 9069, - "name": "getBoundingClientRect", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 7154, - "name": "DOMRect", - "package": "typescript" - } - }, - "9070": { - "id": 9070, - "name": "getClientRects", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9071 - ] - }, - "9071": { - "id": 9071, - "name": "getClientRects", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMRectList" - }, - "name": "DOMRectList", - "package": "typescript" - } - }, - "9072": { - "id": 9072, - "name": "getElementsByClassName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9073 - ] - }, - "9073": { - "id": 9073, - "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." - } - ] - }, - "parameters": [ - 9074 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "9074": { - "id": 9074, - "name": "classNames", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9075": { - "id": 9075, - "name": "getElementsByTagName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9076, - 9079, - 9082 - ] - }, - "9076": { - "id": 9076, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 9077 - ], - "parameters": [ - 9078 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17616, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "9078": { - "id": 9078, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17616, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "9079": { - "id": 9079, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 9080 - ], - "parameters": [ - 9081 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17619, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "9081": { - "id": 9081, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17619, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "9082": { - "id": 9082, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9083 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "9083": { - "id": 9083, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9084": { - "id": 9084, - "name": "getElementsByTagNameNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9085, - 9088, - 9091 - ] - }, - "9085": { - "id": 9085, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9086, - 9087 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "9086": { - "id": 9086, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/1999/xhtml" - } - }, - "9087": { - "id": 9087, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9088": { - "id": 9088, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9089, - 9090 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 85760, - "name": "SVGElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "9089": { - "id": 9089, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/2000/svg" - } - }, - "9090": { - "id": 9090, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9091": { - "id": 9091, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9092, - 9093 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - } - }, - "9092": { - "id": 9092, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "9093": { - "id": 9093, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9094": { - "id": 9094, - "name": "getRootNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9095 - ], - "inheritedFrom": { - "type": "reference", - "target": 75316, - "name": "ParentNode.getRootNode" - } - }, - "9095": { - "id": 9095, - "name": "getRootNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's root." - } - ] - }, - "parameters": [ - 9096 - ], - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 75317, - "name": "ParentNode.getRootNode" - } - }, - "9096": { - "id": 9096, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9759, - "name": "GetRootNodeOptions", - "package": "typescript" - } - }, - "9097": { - "id": 9097, - "name": "hasAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9098 - ] - }, - "9098": { - "id": 9098, - "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." - } - ] - }, - "parameters": [ - 9099 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9099": { - "id": 9099, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9100": { - "id": 9100, - "name": "hasAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9101 - ] - }, - "9101": { - "id": 9101, - "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." - } - ] - }, - "parameters": [ - 9102, - 9103 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9102": { - "id": 9102, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "9103": { - "id": 9103, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9104": { - "id": 9104, - "name": "hasAttributes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9105 - ] - }, - "9105": { - "id": 9105, - "name": "hasAttributes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if element has attributes, and false otherwise." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9106": { - "id": 9106, - "name": "hasChildNodes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9107 - ], - "inheritedFrom": { - "type": "reference", - "target": 75319, - "name": "ParentNode.hasChildNodes" - } - }, - "9107": { - "id": 9107, - "name": "hasChildNodes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node has children." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 75320, - "name": "ParentNode.hasChildNodes" - } - }, - "9108": { - "id": 9108, - "name": "hasPointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9109 - ] - }, - "9109": { - "id": 9109, - "name": "hasPointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9110 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9110": { - "id": 9110, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "9111": { - "id": 9111, - "name": "insertAdjacentElement", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9112 - ] - }, - "9112": { - "id": 9112, - "name": "insertAdjacentElement", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9113, - 9114 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - } - }, - "9113": { - "id": 9113, - "name": "where", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146913, - "name": "InsertPosition", - "package": "typescript" - } - }, - "9114": { - "id": 9114, - "name": "element", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - }, - "9115": { - "id": 9115, - "name": "insertAdjacentHTML", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9116 - ] - }, - "9116": { - "id": 9116, - "name": "insertAdjacentHTML", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9117, - 9118 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "9117": { - "id": 9117, - "name": "position", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146913, - "name": "InsertPosition", - "package": "typescript" - } - }, - "9118": { - "id": 9118, - "name": "text", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9119": { - "id": 9119, - "name": "insertAdjacentText", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9120 - ] - }, - "9120": { - "id": 9120, - "name": "insertAdjacentText", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9121, - 9122 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "9121": { - "id": 9121, - "name": "where", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146913, - "name": "InsertPosition", - "package": "typescript" - } - }, - "9122": { - "id": 9122, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9123": { - "id": 9123, - "name": "insertBefore", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9124 - ], - "inheritedFrom": { - "type": "reference", - "target": 75321, - "name": "ParentNode.insertBefore" - } - }, - "9124": { - "id": 9124, - "name": "insertBefore", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 9125 - ], - "parameters": [ - 9126, - 9127 - ], - "type": { - "type": "reference", - "target": 17664, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 75322, - "name": "ParentNode.insertBefore" - } - }, - "9126": { - "id": 9126, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17664, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "9127": { - "id": 9127, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "9128": { - "id": 9128, - "name": "isDefaultNamespace", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9129 - ], - "inheritedFrom": { - "type": "reference", - "target": 75326, - "name": "ParentNode.isDefaultNamespace" - } - }, - "9129": { - "id": 9129, - "name": "isDefaultNamespace", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9130 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 75327, - "name": "ParentNode.isDefaultNamespace" - } - }, - "9130": { - "id": 9130, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "9131": { - "id": 9131, - "name": "isEqualNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9132 - ], - "inheritedFrom": { - "type": "reference", - "target": 75329, - "name": "ParentNode.isEqualNode" - } - }, - "9132": { - "id": 9132, - "name": "isEqualNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node and otherNode have the same properties." - } - ] - }, - "parameters": [ - 9133 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 75330, - "name": "ParentNode.isEqualNode" - } - }, - "9133": { - "id": 9133, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "9134": { - "id": 9134, - "name": "isSameNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9135 - ], - "inheritedFrom": { - "type": "reference", - "target": 75332, - "name": "ParentNode.isSameNode" - } - }, - "9135": { - "id": 9135, - "name": "isSameNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9136 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 75333, - "name": "ParentNode.isSameNode" - } - }, - "9136": { - "id": 9136, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "9137": { - "id": 9137, - "name": "lookupNamespaceURI", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9138 - ], - "inheritedFrom": { - "type": "reference", - "target": 75335, - "name": "ParentNode.lookupNamespaceURI" - } - }, - "9138": { - "id": 9138, - "name": "lookupNamespaceURI", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9139 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75336, - "name": "ParentNode.lookupNamespaceURI" - } - }, - "9139": { - "id": 9139, - "name": "prefix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "9140": { - "id": 9140, - "name": "lookupPrefix", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9141 - ], - "inheritedFrom": { - "type": "reference", - "target": 75338, - "name": "ParentNode.lookupPrefix" - } - }, - "9141": { - "id": 9141, - "name": "lookupPrefix", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9142 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75339, - "name": "ParentNode.lookupPrefix" - } - }, - "9142": { - "id": 9142, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "9143": { - "id": 9143, - "name": "matches", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9144 - ] - }, - "9144": { - "id": 9144, - "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." - } - ] - }, - "parameters": [ - 9145 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9145": { - "id": 9145, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9146": { - "id": 9146, - "name": "normalize", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9147 - ], - "inheritedFrom": { - "type": "reference", - "target": 75341, - "name": "ParentNode.normalize" - } - }, - "9147": { - "id": 9147, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 75342, - "name": "ParentNode.normalize" - } - }, - "9148": { - "id": 9148, - "name": "prepend", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9149 - ], - "inheritedFrom": { - "type": "reference", - "target": 75343, - "name": "ParentNode.prepend" - } - }, - "9149": { - "id": 9149, - "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." - } - ] - }, - "parameters": [ - 9150 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 75344, - "name": "ParentNode.prepend" - } - }, - "9150": { - "id": 9150, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "9151": { - "id": 9151, - "name": "querySelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9152, - 9155, - 9158 - ], - "inheritedFrom": { - "type": "reference", - "target": 75346, - "name": "ParentNode.querySelector" - } - }, - "9152": { - "id": 9152, - "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." - } - ] - }, - "typeParameter": [ - 9153 - ], - "parameters": [ - 9154 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17692, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75347, - "name": "ParentNode.querySelector" - } - }, - "9154": { - "id": 9154, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17692, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "9155": { - "id": 9155, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 9156 - ], - "parameters": [ - 9157 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17695, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75350, - "name": "ParentNode.querySelector" - } - }, - "9157": { - "id": 9157, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17695, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "9158": { - "id": 9158, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 9159 - ], - "parameters": [ - 9160 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 17698, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 75353, - "name": "ParentNode.querySelector" - } - }, - "9160": { - "id": 9160, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9161": { - "id": 9161, - "name": "querySelectorAll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9162, - 9165, - 9168 - ], - "inheritedFrom": { - "type": "reference", - "target": 75356, - "name": "ParentNode.querySelectorAll" - } - }, - "9162": { - "id": 9162, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns all element descendants of node that match selectors." - } - ] - }, - "typeParameter": [ - 9163 - ], - "parameters": [ - 9164 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17702, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 75357, - "name": "ParentNode.querySelectorAll" - } - }, - "9164": { - "id": 9164, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17702, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "9165": { - "id": 9165, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 9166 - ], - "parameters": [ - 9167 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17705, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 75360, - "name": "ParentNode.querySelectorAll" - } - }, - "9167": { - "id": 9167, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17705, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "9168": { - "id": 9168, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 9169 - ], - "parameters": [ - 9170 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 17708, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 75363, - "name": "ParentNode.querySelectorAll" - } - }, - "9170": { - "id": 9170, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9171": { - "id": 9171, - "name": "releasePointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9172 - ] - }, - "9172": { - "id": 9172, - "name": "releasePointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9173 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "9173": { - "id": 9173, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "9174": { - "id": 9174, - "name": "remove", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9175 - ], - "inheritedFrom": { - "type": "reference", - "target": 6422, - "name": "ChildNode.remove" - } - }, - "9175": { - "id": 9175, - "name": "remove", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6423, - "name": "ChildNode.remove" - } - }, - "9176": { - "id": 9176, - "name": "removeAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9177 - ] - }, - "9177": { - "id": 9177, - "name": "removeAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes element's first attribute whose qualified name is qualifiedName." - } - ] - }, - "parameters": [ - 9178 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "9178": { - "id": 9178, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9179": { - "id": 9179, - "name": "removeAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9180 - ] - }, - "9180": { - "id": 9180, - "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." - } - ] - }, - "parameters": [ - 9181, - 9182 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "9181": { - "id": 9181, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "9182": { - "id": 9182, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9183": { - "id": 9183, - "name": "removeAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9184 - ] - }, - "9184": { - "id": 9184, - "name": "removeAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9185 - ], - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - }, - "9185": { - "id": 9185, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - }, - "9186": { - "id": 9186, - "name": "removeChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9187 - ], - "inheritedFrom": { - "type": "reference", - "target": 75366, - "name": "ParentNode.removeChild" - } - }, - "9187": { - "id": 9187, - "name": "removeChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 9188 - ], - "parameters": [ - 9189 - ], - "type": { - "type": "reference", - "target": 17727, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 75367, - "name": "ParentNode.removeChild" - } - }, - "9189": { - "id": 9189, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17727, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "9190": { - "id": 9190, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9191, - 9200 - ], - "overwrites": { - "type": "reference", - "target": 75370, - "name": "ParentNode.removeEventListener" - } - }, - "9191": { - "id": 9191, - "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." - } - ] - }, - "typeParameter": [ - 9192 - ], - "parameters": [ - 9193, - 9194, - 9199 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 75371, - "name": "ParentNode.removeEventListener" - } - }, - "9192": { - "id": 9192, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 9277, - "name": "ElementEventMap", - "package": "typescript" - } - } - }, - "9193": { - "id": 9193, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9192, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "9194": { - "id": 9194, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 9195, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 9196 - ] - } - } - }, - "9199": { - "id": 9199, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 9433, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "9200": { - "id": 9200, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9201, - 9202, - 9203 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": -1, - "name": "Node.removeEventListener" - } - }, - "9201": { - "id": 9201, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9202": { - "id": 9202, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "9203": { - "id": 9203, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 9433, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "9204": { - "id": 9204, - "name": "replaceChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9205 - ], - "inheritedFrom": { - "type": "reference", - "target": 75375, - "name": "ParentNode.replaceChild" - } - }, - "9205": { - "id": 9205, - "name": "replaceChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 9206 - ], - "parameters": [ - 9207, - 9208 - ], - "type": { - "type": "reference", - "target": 17745, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 75376, - "name": "ParentNode.replaceChild" - } - }, - "9207": { - "id": 9207, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "9208": { - "id": 9208, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17745, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "9209": { - "id": 9209, - "name": "replaceChildren", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9210 - ], - "inheritedFrom": { - "type": "reference", - "target": 75380, - "name": "ParentNode.replaceChildren" - } - }, - "9210": { - "id": 9210, - "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." - } - ] - }, - "parameters": [ - 9211 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 75381, - "name": "ParentNode.replaceChildren" - } - }, - "9211": { - "id": 9211, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "9212": { - "id": 9212, - "name": "replaceWith", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9213 - ], - "inheritedFrom": { - "type": "reference", - "target": 6438, - "name": "ChildNode.replaceWith" - } - }, - "9213": { - "id": 9213, - "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." - } - ] - }, - "parameters": [ - 9214 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 6439, - "name": "ChildNode.replaceWith" - } - }, - "9214": { - "id": 9214, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "9215": { - "id": 9215, - "name": "requestFullscreen", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9216 - ] - }, - "9216": { - "id": 9216, - "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." - } - ] - }, - "parameters": [ - 9217 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "9217": { - "id": 9217, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9703, - "name": "FullscreenOptions", - "package": "typescript" - } - }, - "9218": { - "id": 9218, - "name": "requestPointerLock", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9219 - ] - }, - "9219": { - "id": 9219, - "name": "requestPointerLock", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "9220": { - "id": 9220, - "name": "scroll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9221, - 9223 - ] - }, - "9221": { - "id": 9221, - "name": "scroll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9222 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "9222": { - "id": 9222, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 139807, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "9223": { - "id": 9223, - "name": "scroll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9224, - 9225 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "9224": { - "id": 9224, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "9225": { - "id": 9225, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "9226": { - "id": 9226, - "name": "scrollBy", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9227, - 9229 - ] - }, - "9227": { - "id": 9227, - "name": "scrollBy", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9228 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "9228": { - "id": 9228, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 139807, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "9229": { - "id": 9229, - "name": "scrollBy", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9230, - 9231 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "9230": { - "id": 9230, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "9231": { - "id": 9231, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "9232": { - "id": 9232, - "name": "scrollIntoView", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9233 - ] - }, - "9233": { - "id": 9233, - "name": "scrollIntoView", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9234 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "9234": { - "id": 9234, - "name": "arg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 139801, - "name": "ScrollIntoViewOptions", - "package": "typescript" - } - ] - } - }, - "9235": { - "id": 9235, - "name": "scrollTo", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9236, - 9238 - ] - }, - "9236": { - "id": 9236, - "name": "scrollTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9237 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "9237": { - "id": 9237, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 139807, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "9238": { - "id": 9238, - "name": "scrollTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9239, - 9240 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "9239": { - "id": 9239, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "9240": { - "id": 9240, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "9241": { - "id": 9241, - "name": "setAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9242 - ] - }, - "9242": { - "id": 9242, - "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." - } - ] - }, - "parameters": [ - 9243, - 9244 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "9243": { - "id": 9243, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9244": { - "id": 9244, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9245": { - "id": 9245, - "name": "setAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9246 - ] - }, - "9246": { - "id": 9246, - "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." - } - ] - }, - "parameters": [ - 9247, - 9248, - 9249 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "9247": { - "id": 9247, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "9248": { - "id": 9248, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9249": { - "id": 9249, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9250": { - "id": 9250, - "name": "setAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9251 - ] - }, - "9251": { - "id": 9251, - "name": "setAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9252 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - ] - } - }, - "9252": { - "id": 9252, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - }, - "9253": { - "id": 9253, - "name": "setAttributeNodeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9254 - ] - }, - "9254": { - "id": 9254, - "name": "setAttributeNodeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9255 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - ] - } - }, - "9255": { - "id": 9255, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - }, - "9256": { - "id": 9256, - "name": "setPointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9257 - ] - }, - "9257": { - "id": 9257, - "name": "setPointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9258 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "9258": { - "id": 9258, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "9259": { - "id": 9259, - "name": "toggleAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9260 - ] - }, - "9260": { - "id": 9260, - "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." - } - ] - }, - "parameters": [ - 9261, - 9262 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9261": { - "id": 9261, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9262": { - "id": 9262, - "name": "force", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9263": { - "id": 9263, - "name": "webkitMatchesSelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9264 - ] - }, - "9264": { - "id": 9264, - "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": "." - } - ] - } - ] - }, - "parameters": [ - 9265 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9265": { - "id": 9265, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9273": { - "id": 9273, - "name": "ElementCreationOptions", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 9274 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 9274 - ] - } - ] - }, - "9274": { - "id": 9274, - "name": "is", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9275": { - "id": 9275, - "name": "ElementDefinitionOptions", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 9276 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 9276 - ] - } - ] - }, - "9276": { - "id": 9276, - "name": "extends", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9280": { - "id": 9280, - "name": "ElementInternals", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 9281, - 9282, - 9283, - 9284, - 9285, - 9286, - 9287, - 9288, - 9289, - 9290, - 9291, - 9292, - 9293, - 9294, - 9295, - 9296, - 9297, - 9298, - 9299, - 9300, - 9301, - 9302, - 9303, - 9304, - 9305, - 9306, - 9307, - 9308, - 9309, - 9310, - 9311, - 9312, - 9313, - 9314, - 9315, - 9316, - 9317, - 9318, - 9319, - 9320, - 9321, - 9322, - 9323, - 9324, - 9325, - 9326, - 9327, - 9329, - 9331, - 9335 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 9281, - 9282, - 9283, - 9284, - 9285, - 9286, - 9287, - 9288, - 9289, - 9290, - 9291, - 9292, - 9293, - 9294, - 9295, - 9296, - 9297, - 9298, - 9299, - 9300, - 9301, - 9302, - 9303, - 9304, - 9305, - 9306, - 9307, - 9308, - 9309, - 9310, - 9311, - 9312, - 9313, - 9314, - 9315, - 9316, - 9317, - 9318, - 9319, - 9320, - 9321, - 9322, - 9323, - 9324, - 9325, - 9326 - ] - }, - { - "title": "Methods", - "children": [ - 9327, - 9329, - 9331, - 9335 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 4857, - "name": "ARIAMixin", - "package": "typescript" - } - ] - }, - "9281": { - "id": 9281, - "name": "ariaAtomic", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4858, - "name": "ARIAMixin.ariaAtomic" - } - }, - "9282": { - "id": 9282, - "name": "ariaAutoComplete", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4859, - "name": "ARIAMixin.ariaAutoComplete" - } - }, - "9283": { - "id": 9283, - "name": "ariaBusy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4860, - "name": "ARIAMixin.ariaBusy" - } - }, - "9284": { - "id": 9284, - "name": "ariaChecked", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4861, - "name": "ARIAMixin.ariaChecked" - } - }, - "9285": { - "id": 9285, - "name": "ariaColCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4862, - "name": "ARIAMixin.ariaColCount" - } - }, - "9286": { - "id": 9286, - "name": "ariaColIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4863, - "name": "ARIAMixin.ariaColIndex" - } - }, - "9287": { - "id": 9287, - "name": "ariaColIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4864, - "name": "ARIAMixin.ariaColIndexText" - } - }, - "9288": { - "id": 9288, - "name": "ariaColSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4865, - "name": "ARIAMixin.ariaColSpan" - } - }, - "9289": { - "id": 9289, - "name": "ariaCurrent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4866, - "name": "ARIAMixin.ariaCurrent" - } - }, - "9290": { - "id": 9290, - "name": "ariaDisabled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4867, - "name": "ARIAMixin.ariaDisabled" - } - }, - "9291": { - "id": 9291, - "name": "ariaExpanded", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4868, - "name": "ARIAMixin.ariaExpanded" - } - }, - "9292": { - "id": 9292, - "name": "ariaHasPopup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4869, - "name": "ARIAMixin.ariaHasPopup" - } - }, - "9293": { - "id": 9293, - "name": "ariaHidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4870, - "name": "ARIAMixin.ariaHidden" - } - }, - "9294": { - "id": 9294, - "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": 4871, - "name": "ARIAMixin.ariaInvalid" - } - }, - "9295": { - "id": 9295, - "name": "ariaKeyShortcuts", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4872, - "name": "ARIAMixin.ariaKeyShortcuts" - } - }, - "9296": { - "id": 9296, - "name": "ariaLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4873, - "name": "ARIAMixin.ariaLabel" - } - }, - "9297": { - "id": 9297, - "name": "ariaLevel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4874, - "name": "ARIAMixin.ariaLevel" - } - }, - "9298": { - "id": 9298, - "name": "ariaLive", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4875, - "name": "ARIAMixin.ariaLive" - } - }, - "9299": { - "id": 9299, - "name": "ariaModal", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4876, - "name": "ARIAMixin.ariaModal" - } - }, - "9300": { - "id": 9300, - "name": "ariaMultiLine", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4877, - "name": "ARIAMixin.ariaMultiLine" - } - }, - "9301": { - "id": 9301, - "name": "ariaMultiSelectable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4878, - "name": "ARIAMixin.ariaMultiSelectable" - } - }, - "9302": { - "id": 9302, - "name": "ariaOrientation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4879, - "name": "ARIAMixin.ariaOrientation" - } - }, - "9303": { - "id": 9303, - "name": "ariaPlaceholder", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4880, - "name": "ARIAMixin.ariaPlaceholder" - } - }, - "9304": { - "id": 9304, - "name": "ariaPosInSet", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4881, - "name": "ARIAMixin.ariaPosInSet" - } - }, - "9305": { - "id": 9305, - "name": "ariaPressed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4882, - "name": "ARIAMixin.ariaPressed" - } - }, - "9306": { - "id": 9306, - "name": "ariaReadOnly", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4883, - "name": "ARIAMixin.ariaReadOnly" - } - }, - "9307": { - "id": 9307, - "name": "ariaRequired", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4884, - "name": "ARIAMixin.ariaRequired" - } - }, - "9308": { - "id": 9308, - "name": "ariaRoleDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4885, - "name": "ARIAMixin.ariaRoleDescription" - } - }, - "9309": { - "id": 9309, - "name": "ariaRowCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4886, - "name": "ARIAMixin.ariaRowCount" - } - }, - "9310": { - "id": 9310, - "name": "ariaRowIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4887, - "name": "ARIAMixin.ariaRowIndex" - } - }, - "9311": { - "id": 9311, - "name": "ariaRowIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4888, - "name": "ARIAMixin.ariaRowIndexText" - } - }, - "9312": { - "id": 9312, - "name": "ariaRowSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4889, - "name": "ARIAMixin.ariaRowSpan" - } - }, - "9313": { - "id": 9313, - "name": "ariaSelected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4890, - "name": "ARIAMixin.ariaSelected" - } - }, - "9314": { - "id": 9314, - "name": "ariaSetSize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4891, - "name": "ARIAMixin.ariaSetSize" - } - }, - "9315": { - "id": 9315, - "name": "ariaSort", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4892, - "name": "ARIAMixin.ariaSort" - } - }, - "9316": { - "id": 9316, - "name": "ariaValueMax", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4893, - "name": "ARIAMixin.ariaValueMax" - } - }, - "9317": { - "id": 9317, - "name": "ariaValueMin", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4894, - "name": "ARIAMixin.ariaValueMin" - } - }, - "9318": { - "id": 9318, - "name": "ariaValueNow", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4895, - "name": "ARIAMixin.ariaValueNow" - } - }, - "9319": { - "id": 9319, - "name": "ariaValueText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 4896, - "name": "ARIAMixin.ariaValueText" - } - }, - "9320": { - "id": 9320, - "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." - } - ] - }, - "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" - } - ] - } - }, - "9321": { - "id": 9321, - "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." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeList" - }, - "name": "NodeList", - "package": "typescript" - } - }, - "9322": { - "id": 9322, - "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": 4897, - "name": "ARIAMixin.role" - } - }, - "9323": { - "id": 9323, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 139983, - "name": "ShadowRoot", - "package": "typescript" - } - ] - } - }, - "9324": { - "id": 9324, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9325": { - "id": 9325, - "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." - } - ] - }, - "type": { - "type": "reference", - "target": 141189, - "name": "ValidityState", - "package": "typescript" - } - }, - "9326": { - "id": 9326, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9327": { - "id": 9327, - "name": "checkValidity", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9328 - ] - }, - "9328": { - "id": 9328, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9329": { - "id": 9329, - "name": "reportValidity", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9330 - ] - }, - "9330": { - "id": 9330, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9331": { - "id": 9331, - "name": "setFormValue", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9332 - ] - }, - "9332": { - "id": 9332, - "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." - } - ] - }, - "parameters": [ - 9333, - 9334 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "9333": { - "id": 9333, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - }, - { - "type": "reference", - "target": 9475, - "name": "File", - "package": "typescript" - }, - { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "FormData" - }, - "name": "FormData", - "package": "typescript" - } - ] - } - }, - "9334": { - "id": 9334, - "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": 9475, - "name": "File", - "package": "typescript" - }, - { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "FormData" - }, - "name": "FormData", - "package": "typescript" - } - ] - } - }, - "9335": { - "id": 9335, - "name": "setValidity", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9336 - ] - }, - "9336": { - "id": 9336, - "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." - } - ] - }, - "parameters": [ - 9337, - 9338, - 9339 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "9337": { - "id": 9337, - "name": "flags", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 141201, - "name": "ValidityStateFlags", - "package": "typescript" - } - }, - "9338": { - "id": 9338, - "name": "message", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9339": { - "id": 9339, - "name": "anchor", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - }, - "9343": { - "id": 9343, - "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." - } - ] - }, - "children": [ - 9344, - 9345, - 9346, - 9347, - 9348, - 9349, - 9350, - 9351, - 9352, - 9353, - 9354, - 9355, - 9356, - 9357, - 9358, - 9359, - 9360, - 9361, - 9362, - 9363, - 9364, - 9365, - 9366, - 9368, - 9373, - 9375, - 9377 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 9344, - 9345, - 9346, - 9347, - 9348, - 9349, - 9350, - 9351, - 9352, - 9353, - 9354, - 9355, - 9356, - 9357, - 9358, - 9359, - 9360, - 9361, - 9362, - 9363, - 9364, - 9365 - ] - }, - { - "title": "Methods", - "children": [ - 9366, - 9368, - 9373, - 9375, - 9377 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - ] - }, - "9344": { - "id": 9344, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9389, - "name": "Event.AT_TARGET" - } - }, - "9345": { - "id": 9345, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9390, - "name": "Event.BUBBLING_PHASE" - } - }, - "9346": { - "id": 9346, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9391, - "name": "Event.CAPTURING_PHASE" - } - }, - "9347": { - "id": 9347, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9392, - "name": "Event.NONE" - } - }, - "9348": { - "id": 9348, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9393, - "name": "Event.bubbles" - } - }, - "9349": { - "id": 9349, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9394, - "name": "Event.cancelBubble" - } - }, - "9350": { - "id": 9350, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9395, - "name": "Event.cancelable" - } - }, - "9351": { - "id": 9351, - "name": "colno", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "9352": { - "id": 9352, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9396, - "name": "Event.composed" - } - }, - "9353": { - "id": 9353, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9397, - "name": "Event.currentTarget" - } - }, - "9354": { - "id": 9354, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9398, - "name": "Event.defaultPrevented" - } - }, - "9355": { - "id": 9355, - "name": "error", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "any" - } - }, - "9356": { - "id": 9356, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9399, - "name": "Event.eventPhase" - } - }, - "9357": { - "id": 9357, - "name": "filename", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9358": { - "id": 9358, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9400, - "name": "Event.isTrusted" - } - }, - "9359": { - "id": 9359, - "name": "lineno", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "9360": { - "id": 9360, - "name": "message", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9361": { - "id": 9361, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9401, - "name": "Event.returnValue" - } - }, - "9362": { - "id": 9362, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9402, - "name": "Event.srcElement" - } - }, - "9363": { - "id": 9363, - "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)." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9403, - "name": "Event.target" - } - }, - "9364": { - "id": 9364, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9404, - "name": "Event.timeStamp" - } - }, - "9365": { - "id": 9365, - "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\"." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 9405, - "name": "Event.type" - } - }, - "9366": { - "id": 9366, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9367 - ], - "inheritedFrom": { - "type": "reference", - "target": 9406, - "name": "Event.composedPath" - } - }, - "9367": { - "id": 9367, - "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." - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 9407, - "name": "Event.composedPath" - } - }, - "9368": { - "id": 9368, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9369 - ], - "inheritedFrom": { - "type": "reference", - "target": 9408, - "name": "Event.initEvent" - } - }, - "9369": { - "id": 9369, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "parameters": [ - 9370, - 9371, - 9372 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9409, - "name": "Event.initEvent" - } - }, - "9370": { - "id": 9370, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9371": { - "id": 9371, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9372": { - "id": 9372, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9373": { - "id": 9373, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9374 - ], - "inheritedFrom": { - "type": "reference", - "target": 9413, - "name": "Event.preventDefault" - } - }, - "9374": { - "id": 9374, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9414, - "name": "Event.preventDefault" - } - }, - "9375": { - "id": 9375, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9376 - ], - "inheritedFrom": { - "type": "reference", - "target": 9415, - "name": "Event.stopImmediatePropagation" - } - }, - "9376": { - "id": 9376, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9416, - "name": "Event.stopImmediatePropagation" - } - }, - "9377": { - "id": 9377, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9378 - ], - "inheritedFrom": { - "type": "reference", - "target": 9417, - "name": "Event.stopPropagation" - } - }, - "9378": { - "id": 9378, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9418, - "name": "Event.stopPropagation" - } - }, - "9388": { - "id": 9388, - "name": "Event", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "An event which takes place in the DOM." - } - ] - }, - "children": [ - 9389, - 9390, - 9391, - 9392, - 9393, - 9394, - 9395, - 9396, - 9397, - 9398, - 9399, - 9400, - 9401, - 9402, - 9403, - 9404, - 9405, - 9406, - 9408, - 9413, - 9415, - 9417 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 9389, - 9390, - 9391, - 9392, - 9393, - 9394, - 9395, - 9396, - 9397, - 9398, - 9399, - 9400, - 9401, - 9402, - 9403, - 9404, - 9405 - ] - }, - { - "title": "Methods", - "children": [ - 9406, - 9408, - 9413, - 9415, - 9417 - ] - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 9343, - "name": "ErrorEvent" - }, - { - "type": "reference", - "target": 6441, - "name": "ClipboardEvent" - }, - { - "type": "reference", - "target": 141101, - "name": "UIEvent" - }, - { - "type": "reference", - "target": 5083, - "name": "AnimationEvent" - }, - { - "type": "reference", - "target": 9663, - "name": "FormDataEvent" - }, - { - "type": "reference", - "target": 76079, - "name": "ProgressEvent" - }, - { - "type": "reference", - "target": 139811, - "name": "SecurityPolicyViolationEvent" - }, - { - "type": "reference", - "target": 140574, - "name": "SubmitEvent" - }, - { - "type": "reference", - "target": 141041, - "name": "TransitionEvent" - }, - { - "type": "reference", - "target": 73908, - "name": "MediaEncryptedEvent" - }, - { - "type": "reference", - "target": 74358, - "name": "MediaStreamTrackEvent" - }, - { - "type": "reference", - "target": 5135, - "name": "AnimationPlaybackEvent" - }, - { - "type": "reference", - "target": 5306, - "name": "AudioProcessingEvent" - }, - { - "type": "reference", - "target": 5356, - "name": "BeforeUnloadEvent" - }, - { - "type": "reference", - "target": 5390, - "name": "BlobEvent" - }, - { - "type": "reference", - "target": 6478, - "name": "CloseEvent" - }, - { - "type": "reference", - "target": 6771, - "name": "CustomEvent" - }, - { - "type": "reference", - "target": 7205, - "name": "DeviceMotionEvent" - }, - { - "type": "reference", - "target": 7264, - "name": "DeviceOrientationEvent" - }, - { - "type": "reference", - "target": 9624, - "name": "FontFaceSetLoadEvent" - }, - { - "type": "reference", - "target": 9718, - "name": "GamepadEvent" - }, - { - "type": "reference", - "target": 73213, - "name": "HashChangeEvent" - }, - { - "type": "reference", - "target": 73548, - "name": "IDBVersionChangeEvent" - }, - { - "type": "reference", - "target": 73954, - "name": "MediaKeyMessageEvent" - }, - { - "type": "reference", - "target": 74116, - "name": "MediaQueryListEvent" - }, - { - "type": "reference", - "target": 74636, - "name": "MutationEvent" - }, - { - "type": "reference", - "target": 74834, - "name": "OfflineAudioCompletionEvent" - }, - { - "type": "reference", - "target": 75218, - "name": "PageTransitionEvent" - }, - { - "type": "reference", - "target": 75518, - "name": "PaymentRequestUpdateEvent" - }, - { - "type": "reference", - "target": 75696, - "name": "PictureInPictureEvent" - }, - { - "type": "reference", - "target": 75910, - "name": "PopStateEvent" - }, - { - "type": "reference", - "target": 76135, - "name": "PromiseRejectionEvent" - }, - { - "type": "reference", - "target": 76188, - "name": "RTCDTMFToneChangeEvent" - }, - { - "type": "reference", - "target": 76309, - "name": "RTCDataChannelEvent" - }, - { - "type": "reference", - "target": 76437, - "name": "RTCErrorEvent" - }, - { - "type": "reference", - "target": 76550, - "name": "RTCPeerConnectionIceErrorEvent" - }, - { - "type": "reference", - "target": 76595, - "name": "RTCPeerConnectionIceEvent" - }, - { - "type": "reference", - "target": 76685, - "name": "RTCTrackEvent" - }, - { - "type": "reference", - "target": 140345, - "name": "SpeechSynthesisEvent" - }, - { - "type": "reference", - "target": 140509, - "name": "StorageEvent" - }, - { - "type": "reference", - "target": 140966, - "name": "TrackEvent" - }, - { - "type": "reference", - "target": 143457, - "name": "WebGLContextEvent" - } - ] - }, - "9389": { - "id": 9389, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "9390": { - "id": 9390, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "9391": { - "id": 9391, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "9392": { - "id": 9392, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "9393": { - "id": 9393, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9394": { - "id": 9394, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9395": { - "id": 9395, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9396": { - "id": 9396, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9397": { - "id": 9397, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - } - }, - "9398": { - "id": 9398, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9399": { - "id": 9399, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "9400": { - "id": 9400, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9401": { - "id": 9401, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9402": { - "id": 9402, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - } - }, - "9403": { - "id": 9403, - "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)." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - } - }, - "9404": { - "id": 9404, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "9405": { - "id": 9405, - "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\"." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9406": { - "id": 9406, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9407 - ] - }, - "9407": { - "id": 9407, - "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." - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - } - }, - "9408": { - "id": 9408, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9409 - ] - }, - "9409": { - "id": 9409, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "parameters": [ - 9410, - 9411, - 9412 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "9410": { - "id": 9410, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9411": { - "id": 9411, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9412": { - "id": 9412, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9413": { - "id": 9413, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9414 - ] - }, - "9414": { - "id": 9414, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "9415": { - "id": 9415, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9416 - ] - }, - "9416": { - "id": 9416, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "9417": { - "id": 9417, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9418 - ] - }, - "9418": { - "id": 9418, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "9426": { - "id": 9426, - "name": "EventListener", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "signatures": [ - 9427 - ] - }, - "9427": { - "id": 9427, - "name": "EventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9428 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "9428": { - "id": 9428, - "name": "evt", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "9429": { - "id": 9429, - "name": "EventListenerObject", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 9430 - ], - "groups": [ - { - "title": "Methods", - "children": [ - 9430 - ] - } - ] - }, - "9430": { - "id": 9430, - "name": "handleEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9431 - ] - }, - "9431": { - "id": 9431, - "name": "handleEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9432 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "9432": { - "id": 9432, - "name": "object", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "9433": { - "id": 9433, - "name": "EventListenerOptions", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 9434 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 9434 - ] - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 4983, - "name": "AddEventListenerOptions" - } - ] - }, - "9434": { - "id": 9434, - "name": "capture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9456": { - "id": 9456, - "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." - } - ] - }, - "children": [ - 9457, - 9462, - 9465 - ], - "groups": [ - { - "title": "Methods", - "children": [ - 9457, - 9462, - 9465 - ] - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 139929, - "name": "ServiceWorker" - }, - { - "type": "reference", - "target": 74871, - "name": "OffscreenCanvas" - }, - { - "type": "reference", - "target": 74465, - "name": "MessagePort" - }, - { - "type": "reference", - "target": 4898, - "name": "AbortSignal" - }, - { - "type": "reference", - "target": 74227, - "name": "MediaStream" - }, - { - "type": "reference", - "target": 74685, - "name": "Node" - }, - { - "type": "reference", - "target": 5000, - "name": "Animation" - }, - { - "type": "reference", - "target": 75733, - "name": "PictureInPictureWindow" - }, - { - "type": "reference", - "target": 76808, - "name": "RemotePlayback" - }, - { - "type": "reference", - "target": 140754, - "name": "TextTrack" - }, - { - "type": "reference", - "target": 74291, - "name": "MediaStreamTrack" - }, - { - "type": "reference", - "target": 144646, - "name": "Window" - }, - { - "type": "reference", - "target": 73993, - "name": "MediaKeySession" - }, - { - "type": "reference", - "target": 74157, - "name": "MediaSource" - }, - { - "type": "reference", - "target": 140805, - "name": "TextTrackCue" - }, - { - "type": "reference", - "target": 140247, - "name": "SpeechSynthesis" - }, - { - "type": "reference", - "target": 141232, - "name": "VisualViewport" - }, - { - "type": "reference", - "target": 74063, - "name": "MediaQueryList" - }, - { - "type": "reference", - "target": 75556, - "name": "Performance" - }, - { - "type": "reference", - "target": 76225, - "name": "RTCDataChannel" - }, - { - "type": "reference", - "target": 140392, - "name": "SpeechSynthesisUtterance" - }, - { - "type": "reference", - "target": 140166, - "name": "SourceBuffer" - }, - { - "type": "reference", - "target": 139755, - "name": "ScreenOrientation" - }, - { - "type": "reference", - "target": 76353, - "name": "RTCDtlsTransport" - }, - { - "type": "reference", - "target": 73434, - "name": "IDBRequest" - }, - { - "type": "reference", - "target": 73485, - "name": "IDBTransaction" - }, - { - "type": "reference", - "target": 76503, - "name": "RTCIceTransport" - } - ] - }, - "9457": { - "id": 9457, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9458 - ] - }, - "9458": { - "id": 9458, - "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." - } - ] - }, - "parameters": [ - 9459, - 9460, - 9461 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "9459": { - "id": 9459, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9460": { - "id": 9460, - "name": "callback", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - ] - } - }, - "9461": { - "id": 9461, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 4983, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "9462": { - "id": 9462, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9463 - ] - }, - "9463": { - "id": 9463, - "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." - } - ] - }, - "parameters": [ - 9464 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9464": { - "id": 9464, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "9465": { - "id": 9465, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9466 - ] - }, - "9466": { - "id": 9466, - "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." - } - ] - }, - "parameters": [ - 9467, - 9468, - 9469 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "9467": { - "id": 9467, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9468": { - "id": 9468, - "name": "callback", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - ] - } - }, - "9469": { - "id": 9469, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 9433, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "9470": { - "id": 9470, - "name": "External", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "children": [ - 9471, - 9473 - ], - "groups": [ - { - "title": "Methods", - "children": [ - 9471, - 9473 - ] - } - ] - }, - "9471": { - "id": 9471, - "name": "AddSearchProvider", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9472 - ] - }, - "9472": { - "id": 9472, - "name": "AddSearchProvider", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "9473": { - "id": 9473, - "name": "IsSearchProviderInstalled", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9474 - ] - }, - "9474": { - "id": 9474, - "name": "IsSearchProviderInstalled", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "9475": { - "id": 9475, - "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." - } - ] - }, - "children": [ - 9476, - 9477, - 9478, - 9479, - 9480, - 9481, - 9483, - 9488, - 9490 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 9476, - 9477, - 9478, - 9479, - 9480 - ] - }, - { - "title": "Methods", - "children": [ - 9481, - 9483, - 9488, - 9490 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "Blob" - }, - "name": "Blob", - "package": "typescript" - } - ] - }, - "9476": { - "id": 9476, - "name": "lastModified", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "9477": { - "id": 9477, - "name": "name", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9478": { - "id": 9478, - "name": "size", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "Blob.size" - } - }, - "9479": { - "id": 9479, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "Blob.type" - } - }, - "9480": { - "id": 9480, - "name": "webkitRelativePath", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9481": { - "id": 9481, - "name": "arrayBuffer", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9482 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "Blob.arrayBuffer" - } - }, - "9482": { - "id": 9482, - "name": "arrayBuffer", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "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" - } - }, - "9483": { - "id": 9483, - "name": "slice", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9484 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "Blob.slice" - } - }, - "9484": { - "id": 9484, - "name": "slice", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9485, - 9486, - 9487 - ], - "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" - } - }, - "9485": { - "id": 9485, - "name": "start", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "9486": { - "id": 9486, - "name": "end", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "9487": { - "id": 9487, - "name": "contentType", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9488": { - "id": 9488, - "name": "stream", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9489 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "Blob.stream" - } - }, - "9489": { - "id": 9489, - "name": "stream", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "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" - }, - "name": "Uint8Array", - "package": "typescript" - } - ], - "name": "ReadableStream", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "Blob.stream" - } - }, - "9490": { - "id": 9490, - "name": "text", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9491 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "Blob.text" - } - }, - "9491": { - "id": 9491, - "name": "text", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "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" - } - }, - "9547": { - "id": 9547, - "name": "FocusEvent", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Focus-related events like focus, blur, focusin, or focusout." - } - ] - }, - "children": [ - 9548, - 9549, - 9550, - 9551, - 9552, - 9553, - 9554, - 9555, - 9556, - 9557, - 9558, - 9559, - 9560, - 9561, - 9562, - 9563, - 9564, - 9565, - 9566, - 9567, - 9568, - 9569, - 9571, - 9576, - 9583, - 9585, - 9587 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 9548, - 9549, - 9550, - 9551, - 9552, - 9553, - 9554, - 9555, - 9556, - 9557, - 9558, - 9559, - 9560, - 9561, - 9562, - 9563, - 9564, - 9565, - 9566, - 9567, - 9568 - ] - }, - { - "title": "Methods", - "children": [ - 9569, - 9571, - 9576, - 9583, - 9585, - 9587 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 141101, - "name": "UIEvent", - "package": "typescript" - } - ] - }, - "9548": { - "id": 9548, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 141102, - "name": "UIEvent.AT_TARGET" - } - }, - "9549": { - "id": 9549, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 141103, - "name": "UIEvent.BUBBLING_PHASE" - } - }, - "9550": { - "id": 9550, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 141104, - "name": "UIEvent.CAPTURING_PHASE" - } - }, - "9551": { - "id": 9551, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 141105, - "name": "UIEvent.NONE" - } - }, - "9552": { - "id": 9552, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 141106, - "name": "UIEvent.bubbles" - } - }, - "9553": { - "id": 9553, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 141107, - "name": "UIEvent.cancelBubble" - } - }, - "9554": { - "id": 9554, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 141108, - "name": "UIEvent.cancelable" - } - }, - "9555": { - "id": 9555, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 141109, - "name": "UIEvent.composed" - } - }, - "9556": { - "id": 9556, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 141110, - "name": "UIEvent.currentTarget" - } - }, - "9557": { - "id": 9557, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 141111, - "name": "UIEvent.defaultPrevented" - } - }, - "9558": { - "id": 9558, - "name": "detail", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 141112, - "name": "UIEvent.detail" - } - }, - "9559": { - "id": 9559, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 141113, - "name": "UIEvent.eventPhase" - } - }, - "9560": { - "id": 9560, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 141114, - "name": "UIEvent.isTrusted" - } - }, - "9561": { - "id": 9561, - "name": "relatedTarget", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - } - }, - "9562": { - "id": 9562, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 141115, - "name": "UIEvent.returnValue" - } - }, - "9563": { - "id": 9563, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 141116, - "name": "UIEvent.srcElement" - } - }, - "9564": { - "id": 9564, - "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)." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 141117, - "name": "UIEvent.target" - } - }, - "9565": { - "id": 9565, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 141118, - "name": "UIEvent.timeStamp" - } - }, - "9566": { - "id": 9566, - "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\"." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 141119, - "name": "UIEvent.type" - } - }, - "9567": { - "id": 9567, - "name": "view", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 144646, - "name": "Window", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 141120, - "name": "UIEvent.view" - } - }, - "9568": { - "id": 9568, - "name": "which", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 141121, - "name": "UIEvent.which" - } - }, - "9569": { - "id": 9569, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9570 - ], - "inheritedFrom": { - "type": "reference", - "target": 141122, - "name": "UIEvent.composedPath" - } - }, - "9570": { - "id": 9570, - "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." - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 141123, - "name": "UIEvent.composedPath" - } - }, - "9571": { - "id": 9571, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9572 - ], - "inheritedFrom": { - "type": "reference", - "target": 141124, - "name": "UIEvent.initEvent" - } - }, - "9572": { - "id": 9572, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "parameters": [ - 9573, - 9574, - 9575 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 141125, - "name": "UIEvent.initEvent" - } - }, - "9573": { - "id": 9573, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9574": { - "id": 9574, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9575": { - "id": 9575, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9576": { - "id": 9576, - "name": "initUIEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9577 - ], - "inheritedFrom": { - "type": "reference", - "target": 141129, - "name": "UIEvent.initUIEvent" - } - }, - "9577": { - "id": 9577, - "name": "initUIEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "parameters": [ - 9578, - 9579, - 9580, - 9581, - 9582 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 141130, - "name": "UIEvent.initUIEvent" - } - }, - "9578": { - "id": 9578, - "name": "typeArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9579": { - "id": 9579, - "name": "bubblesArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9580": { - "id": 9580, - "name": "cancelableArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9581": { - "id": 9581, - "name": "viewArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 144646, - "name": "Window", - "package": "typescript" - } - ] - } - }, - "9582": { - "id": 9582, - "name": "detailArg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "9583": { - "id": 9583, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9584 - ], - "inheritedFrom": { - "type": "reference", - "target": 141136, - "name": "UIEvent.preventDefault" - } - }, - "9584": { - "id": 9584, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 141137, - "name": "UIEvent.preventDefault" - } - }, - "9585": { - "id": 9585, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9586 - ], - "inheritedFrom": { - "type": "reference", - "target": 141138, - "name": "UIEvent.stopImmediatePropagation" - } - }, - "9586": { - "id": 9586, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 141139, - "name": "UIEvent.stopImmediatePropagation" - } - }, - "9587": { - "id": 9587, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9588 - ], - "inheritedFrom": { - "type": "reference", - "target": 141140, - "name": "UIEvent.stopPropagation" - } - }, - "9588": { - "id": 9588, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 141141, - "name": "UIEvent.stopPropagation" - } - }, - "9597": { - "id": 9597, - "name": "FocusOptions", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 9598 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 9598 - ] - } - ] - }, - "9598": { - "id": 9598, - "name": "preventScroll", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9624": { - "id": 9624, - "name": "FontFaceSetLoadEvent", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "An event which takes place in the DOM." - } - ] - }, - "children": [ - 9625, - 9626, - 9627, - 9628, - 9629, - 9630, - 9631, - 9632, - 9633, - 9634, - 9635, - 9636, - 9637, - 9638, - 9639, - 9640, - 9641, - 9642, - 9643, - 9645, - 9650, - 9652, - 9654 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 9625, - 9626, - 9627, - 9628, - 9629, - 9630, - 9631, - 9632, - 9633, - 9634, - 9635, - 9636, - 9637, - 9638, - 9639, - 9640, - 9641, - 9642 - ] - }, - { - "title": "Methods", - "children": [ - 9643, - 9645, - 9650, - 9652, - 9654 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - ] - }, - "9625": { - "id": 9625, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9389, - "name": "Event.AT_TARGET" - } - }, - "9626": { - "id": 9626, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9390, - "name": "Event.BUBBLING_PHASE" - } - }, - "9627": { - "id": 9627, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9391, - "name": "Event.CAPTURING_PHASE" - } - }, - "9628": { - "id": 9628, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9392, - "name": "Event.NONE" - } - }, - "9629": { - "id": 9629, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9393, - "name": "Event.bubbles" - } - }, - "9630": { - "id": 9630, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9394, - "name": "Event.cancelBubble" - } - }, - "9631": { - "id": 9631, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9395, - "name": "Event.cancelable" - } - }, - "9632": { - "id": 9632, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9396, - "name": "Event.composed" - } - }, - "9633": { - "id": 9633, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9397, - "name": "Event.currentTarget" - } - }, - "9634": { - "id": 9634, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9398, - "name": "Event.defaultPrevented" - } - }, - "9635": { - "id": 9635, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9399, - "name": "Event.eventPhase" - } - }, - "9636": { - "id": 9636, - "name": "fontfaces", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "typeOperator", - "operator": "readonly", - "target": { - "type": "array", - "elementType": { - "type": "reference", - "target": 9599, - "name": "FontFace", - "package": "typescript" - } - } - } - }, - "9637": { - "id": 9637, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9400, - "name": "Event.isTrusted" - } - }, - "9638": { - "id": 9638, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9401, - "name": "Event.returnValue" - } - }, - "9639": { - "id": 9639, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9402, - "name": "Event.srcElement" - } - }, - "9640": { - "id": 9640, - "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)." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9403, - "name": "Event.target" - } - }, - "9641": { - "id": 9641, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9404, - "name": "Event.timeStamp" - } - }, - "9642": { - "id": 9642, - "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\"." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 9405, - "name": "Event.type" - } - }, - "9643": { - "id": 9643, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9644 - ], - "inheritedFrom": { - "type": "reference", - "target": 9406, - "name": "Event.composedPath" - } - }, - "9644": { - "id": 9644, - "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." - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 9407, - "name": "Event.composedPath" - } - }, - "9645": { - "id": 9645, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9646 - ], - "inheritedFrom": { - "type": "reference", - "target": 9408, - "name": "Event.initEvent" - } - }, - "9646": { - "id": 9646, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "parameters": [ - 9647, - 9648, - 9649 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9409, - "name": "Event.initEvent" - } - }, - "9647": { - "id": 9647, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9648": { - "id": 9648, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9649": { - "id": 9649, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9650": { - "id": 9650, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9651 - ], - "inheritedFrom": { - "type": "reference", - "target": 9413, - "name": "Event.preventDefault" - } - }, - "9651": { - "id": 9651, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9414, - "name": "Event.preventDefault" - } - }, - "9652": { - "id": 9652, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9653 - ], - "inheritedFrom": { - "type": "reference", - "target": 9415, - "name": "Event.stopImmediatePropagation" - } - }, - "9653": { - "id": 9653, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9416, - "name": "Event.stopImmediatePropagation" - } - }, - "9654": { - "id": 9654, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9655 - ], - "inheritedFrom": { - "type": "reference", - "target": 9417, - "name": "Event.stopPropagation" - } - }, - "9655": { - "id": 9655, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9418, - "name": "Event.stopPropagation" - } - }, - "9663": { - "id": 9663, - "name": "FormDataEvent", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "An event which takes place in the DOM." - } - ] - }, - "children": [ - 9664, - 9665, - 9666, - 9667, - 9668, - 9669, - 9670, - 9671, - 9672, - 9673, - 9674, - 9675, - 9676, - 9677, - 9678, - 9679, - 9680, - 9681, - 9682, - 9684, - 9689, - 9691, - 9693 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 9664, - 9665, - 9666, - 9667, - 9668, - 9669, - 9670, - 9671, - 9672, - 9673, - 9674, - 9675, - 9676, - 9677, - 9678, - 9679, - 9680, - 9681 - ] - }, - { - "title": "Methods", - "children": [ - 9682, - 9684, - 9689, - 9691, - 9693 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - ] - }, - "9664": { - "id": 9664, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9389, - "name": "Event.AT_TARGET" - } - }, - "9665": { - "id": 9665, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9390, - "name": "Event.BUBBLING_PHASE" - } - }, - "9666": { - "id": 9666, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9391, - "name": "Event.CAPTURING_PHASE" - } - }, - "9667": { - "id": 9667, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9392, - "name": "Event.NONE" - } - }, - "9668": { - "id": 9668, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9393, - "name": "Event.bubbles" - } - }, - "9669": { - "id": 9669, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9394, - "name": "Event.cancelBubble" - } - }, - "9670": { - "id": 9670, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9395, - "name": "Event.cancelable" - } - }, - "9671": { - "id": 9671, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9396, - "name": "Event.composed" - } - }, - "9672": { - "id": 9672, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9397, - "name": "Event.currentTarget" - } - }, - "9673": { - "id": 9673, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9398, - "name": "Event.defaultPrevented" - } - }, - "9674": { - "id": 9674, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9399, - "name": "Event.eventPhase" - } - }, - "9675": { - "id": 9675, - "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." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "FormData" - }, - "name": "FormData", - "package": "typescript" - } - }, - "9676": { - "id": 9676, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9400, - "name": "Event.isTrusted" - } - }, - "9677": { - "id": 9677, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9401, - "name": "Event.returnValue" - } - }, - "9678": { - "id": 9678, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9402, - "name": "Event.srcElement" - } - }, - "9679": { - "id": 9679, - "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)." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9403, - "name": "Event.target" - } - }, - "9680": { - "id": 9680, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9404, - "name": "Event.timeStamp" - } - }, - "9681": { - "id": 9681, - "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\"." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 9405, - "name": "Event.type" - } - }, - "9682": { - "id": 9682, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9683 - ], - "inheritedFrom": { - "type": "reference", - "target": 9406, - "name": "Event.composedPath" - } - }, - "9683": { - "id": 9683, - "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." - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 9407, - "name": "Event.composedPath" - } - }, - "9684": { - "id": 9684, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9685 - ], - "inheritedFrom": { - "type": "reference", - "target": 9408, - "name": "Event.initEvent" - } - }, - "9685": { - "id": 9685, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "parameters": [ - 9686, - 9687, - 9688 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9409, - "name": "Event.initEvent" - } - }, - "9686": { - "id": 9686, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9687": { - "id": 9687, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9688": { - "id": 9688, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9689": { - "id": 9689, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9690 - ], - "inheritedFrom": { - "type": "reference", - "target": 9413, - "name": "Event.preventDefault" - } - }, - "9690": { - "id": 9690, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9414, - "name": "Event.preventDefault" - } - }, - "9691": { - "id": 9691, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9692 - ], - "inheritedFrom": { - "type": "reference", - "target": 9415, - "name": "Event.stopImmediatePropagation" - } - }, - "9692": { - "id": 9692, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9416, - "name": "Event.stopImmediatePropagation" - } - }, - "9693": { - "id": 9693, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9694 - ], - "inheritedFrom": { - "type": "reference", - "target": 9417, - "name": "Event.stopPropagation" - } - }, - "9694": { - "id": 9694, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9418, - "name": "Event.stopPropagation" - } - }, - "9700": { - "id": 9700, - "name": "FrameRequestCallback", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "signatures": [ - 9701 - ] - }, - "9701": { - "id": 9701, - "name": "FrameRequestCallback", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 9702 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "9702": { - "id": 9702, - "name": "time", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "9703": { - "id": 9703, - "name": "FullscreenOptions", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 9704 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 9704 - ] - } - ] - }, - "9704": { - "id": 9704, - "name": "navigationUI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 146886, - "name": "FullscreenNavigationUI", - "package": "typescript" - } - }, - "9705": { - "id": 9705, - "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.\nAvailable only in secure contexts." - } - ] - }, - "children": [ - 9706, - 9707, - 9708, - 9709, - 9710, - 9711, - 9712, - 9713 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 9706, - 9707, - 9708, - 9709, - 9710, - 9711, - 9712, - 9713 - ] - } - ] - }, - "9706": { - "id": 9706, - "name": "axes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "typeOperator", - "operator": "readonly", - "target": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "number" - } - } - } - }, - "9707": { - "id": 9707, - "name": "buttons", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "typeOperator", - "operator": "readonly", - "target": { - "type": "array", - "elementType": { - "type": "reference", - "target": 9714, - "name": "GamepadButton", - "package": "typescript" - } - } - } - }, - "9708": { - "id": 9708, - "name": "connected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9709": { - "id": 9709, - "name": "hapticActuators", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "typeOperator", - "operator": "readonly", - "target": { - "type": "array", - "elementType": { - "type": "reference", - "target": 9755, - "name": "GamepadHapticActuator", - "package": "typescript" - } - } - } - }, - "9710": { - "id": 9710, - "name": "id", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9711": { - "id": 9711, - "name": "index", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "9712": { - "id": 9712, - "name": "mapping", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": 146890, - "name": "GamepadMappingType", - "package": "typescript" - } - }, - "9713": { - "id": 9713, - "name": "timestamp", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "9718": { - "id": 9718, - "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.\nAvailable only in secure contexts." - } - ] - }, - "children": [ - 9719, - 9720, - 9721, - 9722, - 9723, - 9724, - 9725, - 9726, - 9727, - 9728, - 9729, - 9730, - 9731, - 9732, - 9733, - 9734, - 9735, - 9736, - 9737, - 9739, - 9744, - 9746, - 9748 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 9719, - 9720, - 9721, - 9722, - 9723, - 9724, - 9725, - 9726, - 9727, - 9728, - 9729, - 9730, - 9731, - 9732, - 9733, - 9734, - 9735, - 9736 - ] - }, - { - "title": "Methods", - "children": [ - 9737, - 9739, - 9744, - 9746, - 9748 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - ] - }, - "9719": { - "id": 9719, - "name": "AT_TARGET", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9389, - "name": "Event.AT_TARGET" - } - }, - "9720": { - "id": 9720, - "name": "BUBBLING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9390, - "name": "Event.BUBBLING_PHASE" - } - }, - "9721": { - "id": 9721, - "name": "CAPTURING_PHASE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9391, - "name": "Event.CAPTURING_PHASE" - } - }, - "9722": { - "id": 9722, - "name": "NONE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9392, - "name": "Event.NONE" - } - }, - "9723": { - "id": 9723, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9393, - "name": "Event.bubbles" - } - }, - "9724": { - "id": 9724, - "name": "cancelBubble", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9394, - "name": "Event.cancelBubble" - } - }, - "9725": { - "id": 9725, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9395, - "name": "Event.cancelable" - } - }, - "9726": { - "id": 9726, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9396, - "name": "Event.composed" - } - }, - "9727": { - "id": 9727, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9397, - "name": "Event.currentTarget" - } - }, - "9728": { - "id": 9728, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9398, - "name": "Event.defaultPrevented" - } - }, - "9729": { - "id": 9729, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9399, - "name": "Event.eventPhase" - } - }, - "9730": { - "id": 9730, - "name": "gamepad", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": 9705, - "name": "Gamepad", - "package": "typescript" - } - }, - "9731": { - "id": 9731, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9400, - "name": "Event.isTrusted" - } - }, - "9732": { - "id": 9732, - "name": "returnValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9401, - "name": "Event.returnValue" - } - }, - "9733": { - "id": 9733, - "name": "srcElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9402, - "name": "Event.srcElement" - } - }, - "9734": { - "id": 9734, - "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)." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9403, - "name": "Event.target" - } - }, - "9735": { - "id": 9735, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9404, - "name": "Event.timeStamp" - } - }, - "9736": { - "id": 9736, - "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\"." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 9405, - "name": "Event.type" - } - }, - "9737": { - "id": 9737, - "name": "composedPath", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9738 - ], - "inheritedFrom": { - "type": "reference", - "target": 9406, - "name": "Event.composedPath" - } - }, - "9738": { - "id": 9738, - "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." - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 9407, - "name": "Event.composedPath" - } - }, - "9739": { - "id": 9739, - "name": "initEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9740 - ], - "inheritedFrom": { - "type": "reference", - "target": 9408, - "name": "Event.initEvent" - } - }, - "9740": { - "id": 9740, - "name": "initEvent", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "parameters": [ - 9741, - 9742, - 9743 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9409, - "name": "Event.initEvent" - } - }, - "9741": { - "id": 9741, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "9742": { - "id": 9742, - "name": "bubbles", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9743": { - "id": 9743, - "name": "cancelable", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9744": { - "id": 9744, - "name": "preventDefault", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9745 - ], - "inheritedFrom": { - "type": "reference", - "target": 9413, - "name": "Event.preventDefault" - } - }, - "9745": { - "id": 9745, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9414, - "name": "Event.preventDefault" - } - }, - "9746": { - "id": 9746, - "name": "stopImmediatePropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9747 - ], - "inheritedFrom": { - "type": "reference", - "target": 9415, - "name": "Event.stopImmediatePropagation" - } - }, - "9747": { - "id": 9747, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9416, - "name": "Event.stopImmediatePropagation" - } - }, - "9748": { - "id": 9748, - "name": "stopPropagation", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 9749 - ], - "inheritedFrom": { - "type": "reference", - "target": 9417, - "name": "Event.stopPropagation" - } - }, - "9749": { - "id": 9749, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9418, - "name": "Event.stopPropagation" - } - }, - "9757": { - "id": 9757, - "name": "GetAnimationsOptions", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 9758 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 9758 - ] - } - ] - }, - "9758": { - "id": 9758, - "name": "subtree", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "9759": { - "id": 9759, - "name": "GetRootNodeOptions", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 9760 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 9760 - ] - } - ] - }, - "9760": { - "id": 9760, - "name": "composed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "10241": { - "id": 10241, - "name": "GlobalEventHandlersEventMap", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 10242, - 10243, - 10244, - 10245, - 10246, - 10247, - 10248, - 10249, - 10250, - 10251, - 10252, - 10253, - 10254, - 10255, - 10256, - 10257, - 10258, - 10259, - 10260, - 10261, - 10262, - 10263, - 10264, - 10265, - 10266, - 10267, - 10268, - 10269, - 10270, - 10271, - 10272, - 10273, - 10274, - 10275, - 10276, - 10277, - 10278, - 10279, - 10280, - 10281, - 10282, - 10283, - 10284, - 10285, - 10286, - 10287, - 10288, - 10289, - 10290, - 10291, - 10292, - 10293, - 10294, - 10295, - 10296, - 10297, - 10298, - 10299, - 10300, - 10301, - 10302, - 10303, - 10304, - 10305, - 10306, - 10307, - 10308, - 10309, - 10310, - 10311, - 10312, - 10313, - 10314, - 10315, - 10316, - 10317, - 10318, - 10319, - 10320, - 10321, - 10322, - 10323, - 10324, - 10325, - 10326, - 10327, - 10328, - 10329, - 10330, - 10331, - 10332, - 10333, - 10334, - 10335, - 10336, - 10337 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 10242, - 10243, - 10244, - 10245, - 10246, - 10247, - 10248, - 10249, - 10250, - 10251, - 10252, - 10253, - 10254, - 10255, - 10256, - 10257, - 10258, - 10259, - 10260, - 10261, - 10262, - 10263, - 10264, - 10265, - 10266, - 10267, - 10268, - 10269, - 10270, - 10271, - 10272, - 10273, - 10274, - 10275, - 10276, - 10277, - 10278, - 10279, - 10280, - 10281, - 10282, - 10283, - 10284, - 10285, - 10286, - 10287, - 10288, - 10289, - 10290, - 10291, - 10292, - 10293, - 10294, - 10295, - 10296, - 10297, - 10298, - 10299, - 10300, - 10301, - 10302, - 10303, - 10304, - 10305, - 10306, - 10307, - 10308, - 10309, - 10310, - 10311, - 10312, - 10313, - 10314, - 10315, - 10316, - 10317, - 10318, - 10319, - 10320, - 10321, - 10322, - 10323, - 10324, - 10325, - 10326, - 10327, - 10328, - 10329, - 10330, - 10331, - 10332, - 10333, - 10334, - 10335, - 10336, - 10337 - ] - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 24959, - "name": "HTMLElementEventMap" - }, - { - "type": "reference", - "target": 8359, - "name": "DocumentEventMap" - }, - { - "type": "reference", - "target": 86622, - "name": "SVGElementEventMap" - }, - { - "type": "reference", - "target": 145568, - "name": "WindowEventMap" - } - ] - }, - "10242": { - "id": 10242, - "name": "abort", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141101, - "name": "UIEvent", - "package": "typescript" - } - }, - "10243": { - "id": 10243, - "name": "animationcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - }, - "10244": { - "id": 10244, - "name": "animationend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - }, - "10245": { - "id": 10245, - "name": "animationiteration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - }, - "10246": { - "id": 10246, - "name": "animationstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - }, - "10247": { - "id": 10247, - "name": "auxclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - }, - "10248": { - "id": 10248, - "name": "beforeinput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73624, - "name": "InputEvent", - "package": "typescript" - } - }, - "10249": { - "id": 10249, - "name": "blur", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9547, - "name": "FocusEvent", - "package": "typescript" - } - }, - "10250": { - "id": 10250, - "name": "cancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10251": { - "id": 10251, - "name": "canplay", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10252": { - "id": 10252, - "name": "canplaythrough", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10253": { - "id": 10253, - "name": "change", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10254": { - "id": 10254, - "name": "click", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - }, - "10255": { - "id": 10255, - "name": "close", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10256": { - "id": 10256, - "name": "compositionend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6649, - "name": "CompositionEvent", - "package": "typescript" - } - }, - "10257": { - "id": 10257, - "name": "compositionstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6649, - "name": "CompositionEvent", - "package": "typescript" - } - }, - "10258": { - "id": 10258, - "name": "compositionupdate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6649, - "name": "CompositionEvent", - "package": "typescript" - } - }, - "10259": { - "id": 10259, - "name": "contextmenu", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - }, - "10260": { - "id": 10260, - "name": "cuechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10261": { - "id": 10261, - "name": "dblclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - }, - "10262": { - "id": 10262, - "name": "drag", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - }, - "10263": { - "id": 10263, - "name": "dragend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - }, - "10264": { - "id": 10264, - "name": "dragenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - }, - "10265": { - "id": 10265, - "name": "dragleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - }, - "10266": { - "id": 10266, - "name": "dragover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - }, - "10267": { - "id": 10267, - "name": "dragstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - }, - "10268": { - "id": 10268, - "name": "drop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - }, - "10269": { - "id": 10269, - "name": "durationchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10270": { - "id": 10270, - "name": "emptied", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10271": { - "id": 10271, - "name": "ended", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10272": { - "id": 10272, - "name": "error", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9343, - "name": "ErrorEvent", - "package": "typescript" - } - }, - "10273": { - "id": 10273, - "name": "focus", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9547, - "name": "FocusEvent", - "package": "typescript" - } - }, - "10274": { - "id": 10274, - "name": "focusin", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9547, - "name": "FocusEvent", - "package": "typescript" - } - }, - "10275": { - "id": 10275, - "name": "focusout", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9547, - "name": "FocusEvent", - "package": "typescript" - } - }, - "10276": { - "id": 10276, - "name": "formdata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9663, - "name": "FormDataEvent", - "package": "typescript" - } - }, - "10277": { - "id": 10277, - "name": "gotpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - }, - "10278": { - "id": 10278, - "name": "input", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10279": { - "id": 10279, - "name": "invalid", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10280": { - "id": 10280, - "name": "keydown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73726, - "name": "KeyboardEvent", - "package": "typescript" - } - }, - "10281": { - "id": 10281, - "name": "keypress", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73726, - "name": "KeyboardEvent", - "package": "typescript" - } - }, - "10282": { - "id": 10282, - "name": "keyup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73726, - "name": "KeyboardEvent", - "package": "typescript" - } - }, - "10283": { - "id": 10283, - "name": "load", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10284": { - "id": 10284, - "name": "loadeddata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10285": { - "id": 10285, - "name": "loadedmetadata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10286": { - "id": 10286, - "name": "loadstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10287": { - "id": 10287, - "name": "lostpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - }, - "10288": { - "id": 10288, - "name": "mousedown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - }, - "10289": { - "id": 10289, - "name": "mouseenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - }, - "10290": { - "id": 10290, - "name": "mouseleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - }, - "10291": { - "id": 10291, - "name": "mousemove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - }, - "10292": { - "id": 10292, - "name": "mouseout", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - }, - "10293": { - "id": 10293, - "name": "mouseover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - }, - "10294": { - "id": 10294, - "name": "mouseup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - }, - "10295": { - "id": 10295, - "name": "pause", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10296": { - "id": 10296, - "name": "play", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10297": { - "id": 10297, - "name": "playing", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10298": { - "id": 10298, - "name": "pointercancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - }, - "10299": { - "id": 10299, - "name": "pointerdown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - }, - "10300": { - "id": 10300, - "name": "pointerenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - }, - "10301": { - "id": 10301, - "name": "pointerleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - }, - "10302": { - "id": 10302, - "name": "pointermove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - }, - "10303": { - "id": 10303, - "name": "pointerout", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - }, - "10304": { - "id": 10304, - "name": "pointerover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - }, - "10305": { - "id": 10305, - "name": "pointerup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - }, - "10306": { - "id": 10306, - "name": "progress", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 76079, - "typeArguments": [ - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ], - "name": "ProgressEvent", - "package": "typescript" - } - }, - "10307": { - "id": 10307, - "name": "ratechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10308": { - "id": 10308, - "name": "reset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10309": { - "id": 10309, - "name": "resize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141101, - "name": "UIEvent", - "package": "typescript" - } - }, - "10310": { - "id": 10310, - "name": "scroll", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10311": { - "id": 10311, - "name": "securitypolicyviolation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 139811, - "name": "SecurityPolicyViolationEvent", - "package": "typescript" - } - }, - "10312": { - "id": 10312, - "name": "seeked", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10313": { - "id": 10313, - "name": "seeking", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10314": { - "id": 10314, - "name": "select", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10315": { - "id": 10315, - "name": "selectionchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10316": { - "id": 10316, - "name": "selectstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10317": { - "id": 10317, - "name": "slotchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10318": { - "id": 10318, - "name": "stalled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10319": { - "id": 10319, - "name": "submit", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140574, - "name": "SubmitEvent", - "package": "typescript" - } - }, - "10320": { - "id": 10320, - "name": "suspend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10321": { - "id": 10321, - "name": "timeupdate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10322": { - "id": 10322, - "name": "toggle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10323": { - "id": 10323, - "name": "touchcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - }, - "10324": { - "id": 10324, - "name": "touchend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - }, - "10325": { - "id": 10325, - "name": "touchmove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - }, - "10326": { - "id": 10326, - "name": "touchstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - }, - "10327": { - "id": 10327, - "name": "transitioncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - }, - "10328": { - "id": 10328, - "name": "transitionend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - }, - "10329": { - "id": 10329, - "name": "transitionrun", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - }, - "10330": { - "id": 10330, - "name": "transitionstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - }, - "10331": { - "id": 10331, - "name": "volumechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10332": { - "id": 10332, - "name": "waiting", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10333": { - "id": 10333, - "name": "webkitanimationend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10334": { - "id": 10334, - "name": "webkitanimationiteration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10335": { - "id": 10335, - "name": "webkitanimationstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10336": { - "id": 10336, - "name": "webkittransitionend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "10337": { - "id": 10337, - "name": "wheel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 144525, - "name": "WheelEvent", - "package": "typescript" - } - }, - "10338": { - "id": 10338, - "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." - } - ] - }, - "children": [ - 10339, - 10340, - 10341, - 10342, - 10343, - 10344, - 10345, - 10346, - 10347, - 10348, - 10349, - 10350, - 10351, - 10352, - 10353, - 10354, - 10355, - 10356, - 10357, - 10358, - 10359, - 10360, - 10361, - 10362, - 10363, - 10364, - 10365, - 10366, - 10367, - 10368, - 10369, - 10370, - 10371, - 10372, - 10373, - 10374, - 10375, - 10376, - 10377, - 10378, - 10379, - 10380, - 10381, - 10382, - 10383, - 10384, - 10385, - 10386, - 10387, - 10388, - 10389, - 10390, - 10391, - 10392, - 10393, - 10394, - 10395, - 10396, - 10397, - 10398, - 10399, - 10400, - 10401, - 10402, - 10403, - 10404, - 10405, - 10406, - 10407, - 10408, - 10409, - 10410, - 10411, - 10412, - 10413, - 10414, - 10415, - 10416, - 10417, - 10418, - 10419, - 10420, - 10421, - 10422, - 10423, - 10424, - 10425, - 10426, - 10427, - 10428, - 10429, - 10430, - 10431, - 10432, - 10433, - 10434, - 10435, - 10436, - 10437, - 10438, - 10439, - 10440, - 10441, - 10442, - 10443, - 10444, - 10445, - 10446, - 10447, - 10448, - 10449, - 10450, - 10451, - 10452, - 10457, - 10462, - 10467, - 10472, - 10477, - 10482, - 10487, - 10492, - 10497, - 10502, - 10507, - 10512, - 10517, - 10522, - 10527, - 10532, - 10537, - 10542, - 10547, - 10552, - 10557, - 10562, - 10567, - 10572, - 10577, - 10582, - 10587, - 10592, - 10597, - 10598, - 10603, - 10608, - 10613, - 10618, - 10623, - 10628, - 10633, - 10638, - 10643, - 10648, - 10653, - 10658, - 10663, - 10668, - 10673, - 10678, - 10683, - 10688, - 10693, - 10698, - 10703, - 10708, - 10713, - 10718, - 10723, - 10728, - 10733, - 10738, - 10743, - 10748, - 10753, - 10758, - 10763, - 10768, - 10773, - 10778, - 10783, - 10788, - 10793, - 10798, - 10803, - 10808, - 10813, - 10818, - 10823, - 10828, - 10833, - 10838, - 10843, - 10848, - 10853, - 10858, - 10863, - 10868, - 10873, - 10878, - 10883, - 10888, - 10893, - 10898, - 10903, - 10908, - 10913, - 10918, - 10923, - 10928, - 10929, - 10930, - 10931, - 10932, - 10933, - 10934, - 10935, - 10936, - 10937, - 10938, - 10939, - 10940, - 10941, - 10942, - 10943, - 10944, - 10945, - 10946, - 10947, - 10948, - 10949, - 10950, - 10951, - 10952, - 10953, - 10954, - 10955, - 10956, - 10957, - 10958, - 10959, - 10960, - 10961, - 10962, - 10963, - 10964, - 10965, - 10966, - 10967, - 10981, - 10984, - 10988, - 10991, - 10995, - 10997, - 11000, - 11003, - 11005, - 11007, - 11010, - 11020, - 11023, - 11026, - 11029, - 11032, - 11035, - 11038, - 11042, - 11044, - 11047, - 11051, - 11053, - 11055, - 11058, - 11067, - 11077, - 11080, - 11083, - 11087, - 11089, - 11091, - 11094, - 11098, - 11102, - 11106, - 11111, - 11114, - 11117, - 11120, - 11123, - 11126, - 11129, - 11131, - 11134, - 11144, - 11154, - 11157, - 11159, - 11162, - 11166, - 11169, - 11173, - 11187, - 11192, - 11195, - 11198, - 11201, - 11203, - 11209, - 11215, - 11218, - 11224, - 11228, - 11233, - 11236, - 11239, - 11242, - 11244, - 11248 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 10339, - 10340, - 10341, - 10342, - 10343, - 10344, - 10345, - 10346, - 10347, - 10348, - 10349, - 10350, - 10351, - 10352, - 10353, - 10354, - 10355, - 10356, - 10357, - 10358, - 10359, - 10360, - 10361, - 10362, - 10363, - 10364, - 10365, - 10366, - 10367, - 10368, - 10369, - 10370, - 10371, - 10372, - 10373, - 10374, - 10375, - 10376, - 10377, - 10378, - 10379, - 10380, - 10381, - 10382, - 10383, - 10384, - 10385, - 10386, - 10387, - 10388, - 10389, - 10390, - 10391, - 10392, - 10393, - 10394, - 10395, - 10396, - 10397, - 10398, - 10399, - 10400, - 10401, - 10402, - 10403, - 10404, - 10405, - 10406, - 10407, - 10408, - 10409, - 10410, - 10411, - 10412, - 10413, - 10414, - 10415, - 10416, - 10417, - 10418, - 10419, - 10420, - 10421, - 10422, - 10423, - 10424, - 10425, - 10426, - 10427, - 10428, - 10429, - 10430, - 10431, - 10432, - 10433, - 10434, - 10435, - 10436, - 10437, - 10438, - 10439, - 10440, - 10441, - 10442, - 10443, - 10444, - 10445, - 10446, - 10447, - 10448, - 10449, - 10450, - 10451, - 10452, - 10457, - 10462, - 10467, - 10472, - 10477, - 10482, - 10487, - 10492, - 10497, - 10502, - 10507, - 10512, - 10517, - 10522, - 10527, - 10532, - 10537, - 10542, - 10547, - 10552, - 10557, - 10562, - 10567, - 10572, - 10577, - 10582, - 10587, - 10592, - 10597, - 10598, - 10603, - 10608, - 10613, - 10618, - 10623, - 10628, - 10633, - 10638, - 10643, - 10648, - 10653, - 10658, - 10663, - 10668, - 10673, - 10678, - 10683, - 10688, - 10693, - 10698, - 10703, - 10708, - 10713, - 10718, - 10723, - 10728, - 10733, - 10738, - 10743, - 10748, - 10753, - 10758, - 10763, - 10768, - 10773, - 10778, - 10783, - 10788, - 10793, - 10798, - 10803, - 10808, - 10813, - 10818, - 10823, - 10828, - 10833, - 10838, - 10843, - 10848, - 10853, - 10858, - 10863, - 10868, - 10873, - 10878, - 10883, - 10888, - 10893, - 10898, - 10903, - 10908, - 10913, - 10918, - 10923, - 10928, - 10929, - 10930, - 10931, - 10932, - 10933, - 10934, - 10935, - 10936, - 10937, - 10938, - 10939, - 10940, - 10941, - 10942, - 10943, - 10944, - 10945, - 10946, - 10947, - 10948, - 10949, - 10950, - 10951, - 10952, - 10953, - 10954, - 10955, - 10956, - 10957, - 10958, - 10959, - 10960, - 10961, - 10962, - 10963, - 10964, - 10965, - 10966 - ] - }, - { - "title": "Methods", - "children": [ - 10967, - 10981, - 10984, - 10988, - 10991, - 10995, - 10997, - 11000, - 11003, - 11005, - 11007, - 11010, - 11020, - 11023, - 11026, - 11029, - 11032, - 11035, - 11038, - 11042, - 11044, - 11047, - 11051, - 11053, - 11055, - 11058, - 11067, - 11077, - 11080, - 11083, - 11087, - 11089, - 11091, - 11094, - 11098, - 11102, - 11106, - 11111, - 11114, - 11117, - 11120, - 11123, - 11126, - 11129, - 11131, - 11134, - 11144, - 11154, - 11157, - 11159, - 11162, - 11166, - 11169, - 11173, - 11187, - 11192, - 11195, - 11198, - 11201, - 11203, - 11209, - 11215, - 11218, - 11224, - 11228, - 11233, - 11236, - 11239, - 11242, - 11244, - 11248 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - }, - { - "type": "reference", - "target": 33402, - "name": "HTMLHyperlinkElementUtils", - "package": "typescript" - } - ] - }, - "10339": { - "id": 10339, - "name": "ATTRIBUTE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24044, - "name": "HTMLElement.ATTRIBUTE_NODE" - } - }, - "10340": { - "id": 10340, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24045, - "name": "HTMLElement.CDATA_SECTION_NODE" - } - }, - "10341": { - "id": 10341, - "name": "COMMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Comment node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24046, - "name": "HTMLElement.COMMENT_NODE" - } - }, - "10342": { - "id": 10342, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24047, - "name": "HTMLElement.DOCUMENT_FRAGMENT_NODE" - } - }, - "10343": { - "id": 10343, - "name": "DOCUMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a document." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24048, - "name": "HTMLElement.DOCUMENT_NODE" - } - }, - "10344": { - "id": 10344, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24049, - "name": "HTMLElement.DOCUMENT_POSITION_CONTAINED_BY" - } - }, - "10345": { - "id": 10345, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24050, - "name": "HTMLElement.DOCUMENT_POSITION_CONTAINS" - } - }, - "10346": { - "id": 10346, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24051, - "name": "HTMLElement.DOCUMENT_POSITION_DISCONNECTED" - } - }, - "10347": { - "id": 10347, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24052, - "name": "HTMLElement.DOCUMENT_POSITION_FOLLOWING" - } - }, - "10348": { - "id": 10348, - "name": "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24053, - "name": "HTMLElement.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" - } - }, - "10349": { - "id": 10349, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24054, - "name": "HTMLElement.DOCUMENT_POSITION_PRECEDING" - } - }, - "10350": { - "id": 10350, - "name": "DOCUMENT_TYPE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a doctype." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24055, - "name": "HTMLElement.DOCUMENT_TYPE_NODE" - } - }, - "10351": { - "id": 10351, - "name": "ELEMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is an element." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24056, - "name": "HTMLElement.ELEMENT_NODE" - } - }, - "10352": { - "id": 10352, - "name": "ENTITY_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24057, - "name": "HTMLElement.ENTITY_NODE" - } - }, - "10353": { - "id": 10353, - "name": "ENTITY_REFERENCE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24058, - "name": "HTMLElement.ENTITY_REFERENCE_NODE" - } - }, - "10354": { - "id": 10354, - "name": "NOTATION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24059, - "name": "HTMLElement.NOTATION_NODE" - } - }, - "10355": { - "id": 10355, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24060, - "name": "HTMLElement.PROCESSING_INSTRUCTION_NODE" - } - }, - "10356": { - "id": 10356, - "name": "TEXT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Text node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24061, - "name": "HTMLElement.TEXT_NODE" - } - }, - "10357": { - "id": 10357, - "name": "accessKey", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24062, - "name": "HTMLElement.accessKey" - } - }, - "10358": { - "id": 10358, - "name": "accessKeyLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24063, - "name": "HTMLElement.accessKeyLabel" - } - }, - "10359": { - "id": 10359, - "name": "ariaAtomic", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24064, - "name": "HTMLElement.ariaAtomic" - } - }, - "10360": { - "id": 10360, - "name": "ariaAutoComplete", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24065, - "name": "HTMLElement.ariaAutoComplete" - } - }, - "10361": { - "id": 10361, - "name": "ariaBusy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24066, - "name": "HTMLElement.ariaBusy" - } - }, - "10362": { - "id": 10362, - "name": "ariaChecked", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24067, - "name": "HTMLElement.ariaChecked" - } - }, - "10363": { - "id": 10363, - "name": "ariaColCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24068, - "name": "HTMLElement.ariaColCount" - } - }, - "10364": { - "id": 10364, - "name": "ariaColIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24069, - "name": "HTMLElement.ariaColIndex" - } - }, - "10365": { - "id": 10365, - "name": "ariaColIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24070, - "name": "HTMLElement.ariaColIndexText" - } - }, - "10366": { - "id": 10366, - "name": "ariaColSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24071, - "name": "HTMLElement.ariaColSpan" - } - }, - "10367": { - "id": 10367, - "name": "ariaCurrent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24072, - "name": "HTMLElement.ariaCurrent" - } - }, - "10368": { - "id": 10368, - "name": "ariaDisabled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24073, - "name": "HTMLElement.ariaDisabled" - } - }, - "10369": { - "id": 10369, - "name": "ariaExpanded", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24074, - "name": "HTMLElement.ariaExpanded" - } - }, - "10370": { - "id": 10370, - "name": "ariaHasPopup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24075, - "name": "HTMLElement.ariaHasPopup" - } - }, - "10371": { - "id": 10371, - "name": "ariaHidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24076, - "name": "HTMLElement.ariaHidden" - } - }, - "10372": { - "id": 10372, - "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": 24077, - "name": "HTMLElement.ariaInvalid" - } - }, - "10373": { - "id": 10373, - "name": "ariaKeyShortcuts", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24078, - "name": "HTMLElement.ariaKeyShortcuts" - } - }, - "10374": { - "id": 10374, - "name": "ariaLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24079, - "name": "HTMLElement.ariaLabel" - } - }, - "10375": { - "id": 10375, - "name": "ariaLevel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24080, - "name": "HTMLElement.ariaLevel" - } - }, - "10376": { - "id": 10376, - "name": "ariaLive", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24081, - "name": "HTMLElement.ariaLive" - } - }, - "10377": { - "id": 10377, - "name": "ariaModal", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24082, - "name": "HTMLElement.ariaModal" - } - }, - "10378": { - "id": 10378, - "name": "ariaMultiLine", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24083, - "name": "HTMLElement.ariaMultiLine" - } - }, - "10379": { - "id": 10379, - "name": "ariaMultiSelectable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24084, - "name": "HTMLElement.ariaMultiSelectable" - } - }, - "10380": { - "id": 10380, - "name": "ariaOrientation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24085, - "name": "HTMLElement.ariaOrientation" - } - }, - "10381": { - "id": 10381, - "name": "ariaPlaceholder", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24086, - "name": "HTMLElement.ariaPlaceholder" - } - }, - "10382": { - "id": 10382, - "name": "ariaPosInSet", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24087, - "name": "HTMLElement.ariaPosInSet" - } - }, - "10383": { - "id": 10383, - "name": "ariaPressed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24088, - "name": "HTMLElement.ariaPressed" - } - }, - "10384": { - "id": 10384, - "name": "ariaReadOnly", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24089, - "name": "HTMLElement.ariaReadOnly" - } - }, - "10385": { - "id": 10385, - "name": "ariaRequired", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24090, - "name": "HTMLElement.ariaRequired" - } - }, - "10386": { - "id": 10386, - "name": "ariaRoleDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24091, - "name": "HTMLElement.ariaRoleDescription" - } - }, - "10387": { - "id": 10387, - "name": "ariaRowCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24092, - "name": "HTMLElement.ariaRowCount" - } - }, - "10388": { - "id": 10388, - "name": "ariaRowIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24093, - "name": "HTMLElement.ariaRowIndex" - } - }, - "10389": { - "id": 10389, - "name": "ariaRowIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24094, - "name": "HTMLElement.ariaRowIndexText" - } - }, - "10390": { - "id": 10390, - "name": "ariaRowSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24095, - "name": "HTMLElement.ariaRowSpan" - } - }, - "10391": { - "id": 10391, - "name": "ariaSelected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24096, - "name": "HTMLElement.ariaSelected" - } - }, - "10392": { - "id": 10392, - "name": "ariaSetSize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24097, - "name": "HTMLElement.ariaSetSize" - } - }, - "10393": { - "id": 10393, - "name": "ariaSort", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24098, - "name": "HTMLElement.ariaSort" - } - }, - "10394": { - "id": 10394, - "name": "ariaValueMax", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24099, - "name": "HTMLElement.ariaValueMax" - } - }, - "10395": { - "id": 10395, - "name": "ariaValueMin", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24100, - "name": "HTMLElement.ariaValueMin" - } - }, - "10396": { - "id": 10396, - "name": "ariaValueNow", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24101, - "name": "HTMLElement.ariaValueNow" - } - }, - "10397": { - "id": 10397, - "name": "ariaValueText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24102, - "name": "HTMLElement.ariaValueText" - } - }, - "10398": { - "id": 10398, - "name": "assignedSlot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 56900, - "name": "HTMLSlotElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24103, - "name": "HTMLElement.assignedSlot" - } - }, - "10399": { - "id": 10399, - "name": "attributes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NamedNodeMap" - }, - "name": "NamedNodeMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24104, - "name": "HTMLElement.attributes" - } - }, - "10400": { - "id": 10400, - "name": "autocapitalize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24105, - "name": "HTMLElement.autocapitalize" - } - }, - "10401": { - "id": 10401, - "name": "autofocus", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24106, - "name": "HTMLElement.autofocus" - } - }, - "10402": { - "id": 10402, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24107, - "name": "HTMLElement.baseURI" - } - }, - "10403": { - "id": 10403, - "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" - } - }, - "10404": { - "id": 10404, - "name": "childElementCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24108, - "name": "HTMLElement.childElementCount" - } - }, - "10405": { - "id": 10405, - "name": "childNodes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the children." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24109, - "name": "HTMLElement.childNodes" - } - }, - "10406": { - "id": 10406, - "name": "children", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the child elements." - } - ] - }, - "type": { - "type": "reference", - "target": 17816, - "name": "HTMLCollection", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24110, - "name": "HTMLElement.children" - } - }, - "10407": { - "id": 10407, - "name": "classList", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": 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." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24111, - "name": "HTMLElement.classList" - } - }, - "10408": { - "id": 10408, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24112, - "name": "HTMLElement.className" - } - }, - "10409": { - "id": 10409, - "name": "clientHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24113, - "name": "HTMLElement.clientHeight" - } - }, - "10410": { - "id": 10410, - "name": "clientLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24114, - "name": "HTMLElement.clientLeft" - } - }, - "10411": { - "id": 10411, - "name": "clientTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24115, - "name": "HTMLElement.clientTop" - } - }, - "10412": { - "id": 10412, - "name": "clientWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24116, - "name": "HTMLElement.clientWidth" - } - }, - "10413": { - "id": 10413, - "name": "contentEditable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24117, - "name": "HTMLElement.contentEditable" - } - }, - "10414": { - "id": 10414, - "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" - } - }, - "10415": { - "id": 10415, - "name": "dataset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": 7181, - "name": "DOMStringMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24118, - "name": "HTMLElement.dataset" - } - }, - "10416": { - "id": 10416, - "name": "dir", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24119, - "name": "HTMLElement.dir" - } - }, - "10417": { - "id": 10417, - "name": "download", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "10418": { - "id": 10418, - "name": "draggable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24120, - "name": "HTMLElement.draggable" - } - }, - "10419": { - "id": 10419, - "name": "enterKeyHint", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24121, - "name": "HTMLElement.enterKeyHint" - } - }, - "10420": { - "id": 10420, - "name": "firstChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24122, - "name": "HTMLElement.firstChild" - } - }, - "10421": { - "id": 10421, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24123, - "name": "HTMLElement.firstElementChild" - } - }, - "10422": { - "id": 10422, - "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 \"#\")." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 33403, - "name": "HTMLHyperlinkElementUtils.hash" - } - }, - "10423": { - "id": 10423, - "name": "hidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24124, - "name": "HTMLElement.hidden" - } - }, - "10424": { - "id": 10424, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 33404, - "name": "HTMLHyperlinkElementUtils.host" - } - }, - "10425": { - "id": 10425, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 33405, - "name": "HTMLHyperlinkElementUtils.hostname" - } - }, - "10426": { - "id": 10426, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 33406, - "name": "HTMLHyperlinkElementUtils.href" - } - }, - "10427": { - "id": 10427, - "name": "hreflang", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves the language code of the object." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "10428": { - "id": 10428, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24125, - "name": "HTMLElement.id" - } - }, - "10429": { - "id": 10429, - "name": "inert", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24126, - "name": "HTMLElement.inert" - } - }, - "10430": { - "id": 10430, - "name": "innerHTML", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24127, - "name": "HTMLElement.innerHTML" - } - }, - "10431": { - "id": 10431, - "name": "innerText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24128, - "name": "HTMLElement.innerText" - } - }, - "10432": { - "id": 10432, - "name": "inputMode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24129, - "name": "HTMLElement.inputMode" - } - }, - "10433": { - "id": 10433, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24130, - "name": "HTMLElement.isConnected" - } - }, - "10434": { - "id": 10434, - "name": "isContentEditable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24131, - "name": "HTMLElement.isContentEditable" - } - }, - "10435": { - "id": 10435, - "name": "lang", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24132, - "name": "HTMLElement.lang" - } - }, - "10436": { - "id": 10436, - "name": "lastChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24133, - "name": "HTMLElement.lastChild" - } - }, - "10437": { - "id": 10437, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24134, - "name": "HTMLElement.lastElementChild" - } - }, - "10438": { - "id": 10438, - "name": "localName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the local name." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24135, - "name": "HTMLElement.localName" - } - }, - "10439": { - "id": 10439, - "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" - } - }, - "10440": { - "id": 10440, - "name": "namespaceURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the namespace." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24136, - "name": "HTMLElement.namespaceURI" - } - }, - "10441": { - "id": 10441, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24137, - "name": "HTMLElement.nextElementSibling" - } - }, - "10442": { - "id": 10442, - "name": "nextSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the next sibling." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24138, - "name": "HTMLElement.nextSibling" - } - }, - "10443": { - "id": 10443, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24139, - "name": "HTMLElement.nodeName" - } - }, - "10444": { - "id": 10444, - "name": "nodeType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24140, - "name": "HTMLElement.nodeType" - } - }, - "10445": { - "id": 10445, - "name": "nodeValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24141, - "name": "HTMLElement.nodeValue" - } - }, - "10446": { - "id": 10446, - "name": "nonce", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24142, - "name": "HTMLElement.nonce" - } - }, - "10447": { - "id": 10447, - "name": "offsetHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24143, - "name": "HTMLElement.offsetHeight" - } - }, - "10448": { - "id": 10448, - "name": "offsetLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24144, - "name": "HTMLElement.offsetLeft" - } - }, - "10449": { - "id": 10449, - "name": "offsetParent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24145, - "name": "HTMLElement.offsetParent" - } - }, - "10450": { - "id": 10450, - "name": "offsetTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24146, - "name": "HTMLElement.offsetTop" - } - }, - "10451": { - "id": 10451, - "name": "offsetWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24147, - "name": "HTMLElement.offsetWidth" - } - }, - "10452": { - "id": 10452, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10453, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10454, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10455, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10456, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141101, - "name": "UIEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24148, - "name": "HTMLElement.onabort" - } - }, - "10457": { - "id": 10457, - "name": "onanimationcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10458, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10459, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10460, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10461, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24153, - "name": "HTMLElement.onanimationcancel" - } - }, - "10462": { - "id": 10462, - "name": "onanimationend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10463, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10464, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10465, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10466, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24158, - "name": "HTMLElement.onanimationend" - } - }, - "10467": { - "id": 10467, - "name": "onanimationiteration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10468, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10469, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10470, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10471, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24163, - "name": "HTMLElement.onanimationiteration" - } - }, - "10472": { - "id": 10472, - "name": "onanimationstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10473, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10474, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10475, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10476, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24168, - "name": "HTMLElement.onanimationstart" - } - }, - "10477": { - "id": 10477, - "name": "onauxclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10478, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10479, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10480, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10481, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24173, - "name": "HTMLElement.onauxclick" - } - }, - "10482": { - "id": 10482, - "name": "onbeforeinput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10483, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10484, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10485, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10486, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73624, - "name": "InputEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24178, - "name": "HTMLElement.onbeforeinput" - } - }, - "10487": { - "id": 10487, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10488, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10489, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10490, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10491, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9547, - "name": "FocusEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24183, - "name": "HTMLElement.onblur" - } - }, - "10492": { - "id": 10492, - "name": "oncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10493, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10494, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10495, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10496, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24188, - "name": "HTMLElement.oncancel" - } - }, - "10497": { - "id": 10497, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10498, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10499, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10500, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10501, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24193, - "name": "HTMLElement.oncanplay" - } - }, - "10502": { - "id": 10502, - "name": "oncanplaythrough", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10503, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10504, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10505, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10506, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24198, - "name": "HTMLElement.oncanplaythrough" - } - }, - "10507": { - "id": 10507, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10508, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10509, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10510, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10511, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24203, - "name": "HTMLElement.onchange" - } - }, - "10512": { - "id": 10512, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10513, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10514, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10515, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10516, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24208, - "name": "HTMLElement.onclick" - } - }, - "10517": { - "id": 10517, - "name": "onclose", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10518, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10519, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10520, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10521, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24213, - "name": "HTMLElement.onclose" - } - }, - "10522": { - "id": 10522, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10523, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10524, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10525, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10526, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24218, - "name": "HTMLElement.oncontextmenu" - } - }, - "10527": { - "id": 10527, - "name": "oncopy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10528, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10529, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10530, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8311, - "name": "DocumentAndElementEventHandlers", - "package": "typescript" - } - }, - { - "id": 10531, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6441, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24223, - "name": "HTMLElement.oncopy" - } - }, - "10532": { - "id": 10532, - "name": "oncuechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10533, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10534, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10535, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10536, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24228, - "name": "HTMLElement.oncuechange" - } - }, - "10537": { - "id": 10537, - "name": "oncut", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10538, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10539, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10540, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8311, - "name": "DocumentAndElementEventHandlers", - "package": "typescript" - } - }, - { - "id": 10541, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6441, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24233, - "name": "HTMLElement.oncut" - } - }, - "10542": { - "id": 10542, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10543, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10544, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10545, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10546, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24238, - "name": "HTMLElement.ondblclick" - } - }, - "10547": { - "id": 10547, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10548, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10549, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10550, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10551, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24243, - "name": "HTMLElement.ondrag" - } - }, - "10552": { - "id": 10552, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10553, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10554, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10555, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10556, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24248, - "name": "HTMLElement.ondragend" - } - }, - "10557": { - "id": 10557, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10558, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10559, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10560, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10561, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24253, - "name": "HTMLElement.ondragenter" - } - }, - "10562": { - "id": 10562, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10563, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10564, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10565, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10566, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24258, - "name": "HTMLElement.ondragleave" - } - }, - "10567": { - "id": 10567, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10568, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10569, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10570, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10571, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24263, - "name": "HTMLElement.ondragover" - } - }, - "10572": { - "id": 10572, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10573, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10574, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10575, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10576, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24268, - "name": "HTMLElement.ondragstart" - } - }, - "10577": { - "id": 10577, - "name": "ondrop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10578, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10579, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10580, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10581, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24273, - "name": "HTMLElement.ondrop" - } - }, - "10582": { - "id": 10582, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10583, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10584, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10585, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10586, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24278, - "name": "HTMLElement.ondurationchange" - } - }, - "10587": { - "id": 10587, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10588, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10589, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10590, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10591, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24283, - "name": "HTMLElement.onemptied" - } - }, - "10592": { - "id": 10592, - "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" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10593, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10594, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10595, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10596, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24288, - "name": "HTMLElement.onended" - } - }, - "10597": { - "id": 10597, - "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." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 146937, - "name": "OnErrorEventHandler", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24293, - "name": "HTMLElement.onerror" - } - }, - "10598": { - "id": 10598, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10599, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10600, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10601, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10602, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9547, - "name": "FocusEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24294, - "name": "HTMLElement.onfocus" - } - }, - "10603": { - "id": 10603, - "name": "onformdata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10604, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10605, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10606, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10607, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9663, - "name": "FormDataEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24299, - "name": "HTMLElement.onformdata" - } - }, - "10608": { - "id": 10608, - "name": "onfullscreenchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10609, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10610, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10611, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - }, - { - "id": 10612, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24304, - "name": "HTMLElement.onfullscreenchange" - } - }, - "10613": { - "id": 10613, - "name": "onfullscreenerror", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10614, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10615, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10616, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - }, - { - "id": 10617, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24309, - "name": "HTMLElement.onfullscreenerror" - } - }, - "10618": { - "id": 10618, - "name": "ongotpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10619, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10620, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10621, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10622, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24314, - "name": "HTMLElement.ongotpointercapture" - } - }, - "10623": { - "id": 10623, - "name": "oninput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10624, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10625, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10626, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10627, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24319, - "name": "HTMLElement.oninput" - } - }, - "10628": { - "id": 10628, - "name": "oninvalid", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10629, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10630, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10631, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10632, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24324, - "name": "HTMLElement.oninvalid" - } - }, - "10633": { - "id": 10633, - "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" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10634, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10635, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10636, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10637, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73726, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24329, - "name": "HTMLElement.onkeydown" - } - }, - "10638": { - "id": 10638, - "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": [] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10639, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10640, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10641, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10642, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73726, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24334, - "name": "HTMLElement.onkeypress" - } - }, - "10643": { - "id": 10643, - "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" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10644, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10645, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10646, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10647, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73726, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24339, - "name": "HTMLElement.onkeyup" - } - }, - "10648": { - "id": 10648, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10649, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10650, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10651, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10652, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24344, - "name": "HTMLElement.onload" - } - }, - "10653": { - "id": 10653, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10654, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10655, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10656, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10657, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24349, - "name": "HTMLElement.onloadeddata" - } - }, - "10658": { - "id": 10658, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10659, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10660, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10661, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10662, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24354, - "name": "HTMLElement.onloadedmetadata" - } - }, - "10663": { - "id": 10663, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10664, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10665, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10666, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10667, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24359, - "name": "HTMLElement.onloadstart" - } - }, - "10668": { - "id": 10668, - "name": "onlostpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10669, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10670, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10671, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10672, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24364, - "name": "HTMLElement.onlostpointercapture" - } - }, - "10673": { - "id": 10673, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10674, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10675, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10676, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10677, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24369, - "name": "HTMLElement.onmousedown" - } - }, - "10678": { - "id": 10678, - "name": "onmouseenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10679, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10680, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10681, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10682, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24374, - "name": "HTMLElement.onmouseenter" - } - }, - "10683": { - "id": 10683, - "name": "onmouseleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10684, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10685, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10686, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10687, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24379, - "name": "HTMLElement.onmouseleave" - } - }, - "10688": { - "id": 10688, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10689, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10690, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10691, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10692, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24384, - "name": "HTMLElement.onmousemove" - } - }, - "10693": { - "id": 10693, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10694, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10695, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10696, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10697, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24389, - "name": "HTMLElement.onmouseout" - } - }, - "10698": { - "id": 10698, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10699, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10700, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10701, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10702, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24394, - "name": "HTMLElement.onmouseover" - } - }, - "10703": { - "id": 10703, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10704, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10705, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10706, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10707, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24399, - "name": "HTMLElement.onmouseup" - } - }, - "10708": { - "id": 10708, - "name": "onpaste", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10709, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10710, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10711, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8311, - "name": "DocumentAndElementEventHandlers", - "package": "typescript" - } - }, - { - "id": 10712, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6441, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24404, - "name": "HTMLElement.onpaste" - } - }, - "10713": { - "id": 10713, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10714, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10715, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10716, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10717, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24409, - "name": "HTMLElement.onpause" - } - }, - "10718": { - "id": 10718, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10719, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10720, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10721, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10722, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24414, - "name": "HTMLElement.onplay" - } - }, - "10723": { - "id": 10723, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10724, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10725, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10726, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10727, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24419, - "name": "HTMLElement.onplaying" - } - }, - "10728": { - "id": 10728, - "name": "onpointercancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10729, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10730, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10731, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10732, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24424, - "name": "HTMLElement.onpointercancel" - } - }, - "10733": { - "id": 10733, - "name": "onpointerdown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10734, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10735, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10736, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10737, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24429, - "name": "HTMLElement.onpointerdown" - } - }, - "10738": { - "id": 10738, - "name": "onpointerenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10739, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10740, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10741, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10742, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24434, - "name": "HTMLElement.onpointerenter" - } - }, - "10743": { - "id": 10743, - "name": "onpointerleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10744, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10745, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10746, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10747, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24439, - "name": "HTMLElement.onpointerleave" - } - }, - "10748": { - "id": 10748, - "name": "onpointermove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10749, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10750, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10751, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10752, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24444, - "name": "HTMLElement.onpointermove" - } - }, - "10753": { - "id": 10753, - "name": "onpointerout", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10754, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10755, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10756, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10757, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24449, - "name": "HTMLElement.onpointerout" - } - }, - "10758": { - "id": 10758, - "name": "onpointerover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10759, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10760, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10761, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10762, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24454, - "name": "HTMLElement.onpointerover" - } - }, - "10763": { - "id": 10763, - "name": "onpointerup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10764, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10765, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10766, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10767, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24459, - "name": "HTMLElement.onpointerup" - } - }, - "10768": { - "id": 10768, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10769, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10770, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10771, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10772, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 76079, - "typeArguments": [ - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ], - "name": "ProgressEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24464, - "name": "HTMLElement.onprogress" - } - }, - "10773": { - "id": 10773, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10774, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10775, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10776, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10777, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24469, - "name": "HTMLElement.onratechange" - } - }, - "10778": { - "id": 10778, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10779, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10780, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10781, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10782, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24474, - "name": "HTMLElement.onreset" - } - }, - "10783": { - "id": 10783, - "name": "onresize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10784, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10785, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10786, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10787, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141101, - "name": "UIEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24479, - "name": "HTMLElement.onresize" - } - }, - "10788": { - "id": 10788, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10789, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10790, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10791, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10792, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24484, - "name": "HTMLElement.onscroll" - } - }, - "10793": { - "id": 10793, - "name": "onsecuritypolicyviolation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10794, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10795, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10796, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10797, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 139811, - "name": "SecurityPolicyViolationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24489, - "name": "HTMLElement.onsecuritypolicyviolation" - } - }, - "10798": { - "id": 10798, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10799, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10800, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10801, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10802, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24494, - "name": "HTMLElement.onseeked" - } - }, - "10803": { - "id": 10803, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10804, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10805, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10806, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10807, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24499, - "name": "HTMLElement.onseeking" - } - }, - "10808": { - "id": 10808, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10809, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10810, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10811, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10812, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24504, - "name": "HTMLElement.onselect" - } - }, - "10813": { - "id": 10813, - "name": "onselectionchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10814, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10815, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10816, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10817, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24509, - "name": "HTMLElement.onselectionchange" - } - }, - "10818": { - "id": 10818, - "name": "onselectstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10819, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10820, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10821, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10822, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24514, - "name": "HTMLElement.onselectstart" - } - }, - "10823": { - "id": 10823, - "name": "onslotchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10824, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10825, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10826, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10827, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24519, - "name": "HTMLElement.onslotchange" - } - }, - "10828": { - "id": 10828, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10829, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10830, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10831, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10832, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24524, - "name": "HTMLElement.onstalled" - } - }, - "10833": { - "id": 10833, - "name": "onsubmit", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10834, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10835, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10836, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10837, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140574, - "name": "SubmitEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24529, - "name": "HTMLElement.onsubmit" - } - }, - "10838": { - "id": 10838, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10839, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10840, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10841, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10842, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24534, - "name": "HTMLElement.onsuspend" - } - }, - "10843": { - "id": 10843, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10844, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10845, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10846, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10847, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24539, - "name": "HTMLElement.ontimeupdate" - } - }, - "10848": { - "id": 10848, - "name": "ontoggle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10849, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10850, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10851, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10852, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24544, - "name": "HTMLElement.ontoggle" - } - }, - "10853": { - "id": 10853, - "name": "ontouchcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10854, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10855, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10856, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10857, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24549, - "name": "HTMLElement.ontouchcancel" - } - }, - "10858": { - "id": 10858, - "name": "ontouchend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10859, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10860, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10861, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10862, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24554, - "name": "HTMLElement.ontouchend" - } - }, - "10863": { - "id": 10863, - "name": "ontouchmove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10864, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10865, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10866, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10867, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24559, - "name": "HTMLElement.ontouchmove" - } - }, - "10868": { - "id": 10868, - "name": "ontouchstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10869, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10870, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10871, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10872, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24564, - "name": "HTMLElement.ontouchstart" - } - }, - "10873": { - "id": 10873, - "name": "ontransitioncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10874, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10875, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10876, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10877, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24569, - "name": "HTMLElement.ontransitioncancel" - } - }, - "10878": { - "id": 10878, - "name": "ontransitionend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10879, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10880, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10881, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10882, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24574, - "name": "HTMLElement.ontransitionend" - } - }, - "10883": { - "id": 10883, - "name": "ontransitionrun", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10884, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10885, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10886, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10887, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24579, - "name": "HTMLElement.ontransitionrun" - } - }, - "10888": { - "id": 10888, - "name": "ontransitionstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10889, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10890, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10891, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10892, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24584, - "name": "HTMLElement.ontransitionstart" - } - }, - "10893": { - "id": 10893, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10894, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10895, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10896, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10897, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24589, - "name": "HTMLElement.onvolumechange" - } - }, - "10898": { - "id": 10898, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10899, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10900, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10901, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10902, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24594, - "name": "HTMLElement.onwaiting" - } - }, - "10903": { - "id": 10903, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10904, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10905, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10906, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10907, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24599, - "name": "HTMLElement.onwebkitanimationend" - } - }, - "10908": { - "id": 10908, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10909, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10910, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10911, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10912, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24604, - "name": "HTMLElement.onwebkitanimationiteration" - } - }, - "10913": { - "id": 10913, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10914, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10915, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10916, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10917, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24609, - "name": "HTMLElement.onwebkitanimationstart" - } - }, - "10918": { - "id": 10918, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10919, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10920, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10921, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10922, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24614, - "name": "HTMLElement.onwebkittransitionend" - } - }, - "10923": { - "id": 10923, - "name": "onwheel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 10924, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 10925, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 10926, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 10927, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 144525, - "name": "WheelEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24619, - "name": "HTMLElement.onwheel" - } - }, - "10928": { - "id": 10928, - "name": "origin", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the hyperlink's URL's origin." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 33407, - "name": "HTMLHyperlinkElementUtils.origin" - } - }, - "10929": { - "id": 10929, - "name": "outerHTML", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24624, - "name": "HTMLElement.outerHTML" - } - }, - "10930": { - "id": 10930, - "name": "outerText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24625, - "name": "HTMLElement.outerText" - } - }, - "10931": { - "id": 10931, - "name": "ownerDocument", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the node document. Returns null for documents." - } - ] - }, - "type": { - "type": "reference", - "target": 7307, - "name": "Document", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24626, - "name": "HTMLElement.ownerDocument" - } - }, - "10932": { - "id": 10932, - "name": "parentElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent element." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24627, - "name": "HTMLElement.parentElement" - } - }, - "10933": { - "id": 10933, - "name": "parentNode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 75255, - "name": "ParentNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24628, - "name": "HTMLElement.parentNode" - } - }, - "10934": { - "id": 10934, - "name": "part", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24629, - "name": "HTMLElement.part" - } - }, - "10935": { - "id": 10935, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 33408, - "name": "HTMLHyperlinkElementUtils.password" - } - }, - "10936": { - "id": 10936, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 33409, - "name": "HTMLHyperlinkElementUtils.pathname" - } - }, - "10937": { - "id": 10937, - "name": "ping", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "10938": { - "id": 10938, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 33410, - "name": "HTMLHyperlinkElementUtils.port" - } - }, - "10939": { - "id": 10939, - "name": "prefix", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the namespace prefix." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24630, - "name": "HTMLElement.prefix" - } - }, - "10940": { - "id": 10940, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24631, - "name": "HTMLElement.previousElementSibling" - } - }, - "10941": { - "id": 10941, - "name": "previousSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the previous sibling." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24632, - "name": "HTMLElement.previousSibling" - } - }, - "10942": { - "id": 10942, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 33411, - "name": "HTMLHyperlinkElementUtils.protocol" - } - }, - "10943": { - "id": 10943, - "name": "referrerPolicy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "10944": { - "id": 10944, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "10945": { - "id": 10945, - "name": "relList", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - } - }, - "10946": { - "id": 10946, - "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" - } - }, - "10947": { - "id": 10947, - "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": 24633, - "name": "HTMLElement.role" - } - }, - "10948": { - "id": 10948, - "name": "scrollHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24634, - "name": "HTMLElement.scrollHeight" - } - }, - "10949": { - "id": 10949, - "name": "scrollLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24635, - "name": "HTMLElement.scrollLeft" - } - }, - "10950": { - "id": 10950, - "name": "scrollTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24636, - "name": "HTMLElement.scrollTop" - } - }, - "10951": { - "id": 10951, - "name": "scrollWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24637, - "name": "HTMLElement.scrollWidth" - } - }, - "10952": { - "id": 10952, - "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 \"?\")." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 33412, - "name": "HTMLHyperlinkElementUtils.search" - } - }, - "10953": { - "id": 10953, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 139983, - "name": "ShadowRoot", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24638, - "name": "HTMLElement.shadowRoot" - } - }, - "10954": { - "id": 10954, - "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" - } - }, - "10955": { - "id": 10955, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24639, - "name": "HTMLElement.slot" - } - }, - "10956": { - "id": 10956, - "name": "spellcheck", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24640, - "name": "HTMLElement.spellcheck" - } - }, - "10957": { - "id": 10957, - "name": "style", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "CSSStyleDeclaration" - }, - "name": "CSSStyleDeclaration", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24641, - "name": "HTMLElement.style" - } - }, - "10958": { - "id": 10958, - "name": "tabIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24642, - "name": "HTMLElement.tabIndex" - } - }, - "10959": { - "id": 10959, - "name": "tagName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the HTML-uppercased qualified name." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24643, - "name": "HTMLElement.tagName" - } - }, - "10960": { - "id": 10960, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "10961": { - "id": 10961, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "10962": { - "id": 10962, - "name": "textContent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24644, - "name": "HTMLElement.textContent" - } - }, - "10963": { - "id": 10963, - "name": "title", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24645, - "name": "HTMLElement.title" - } - }, - "10964": { - "id": 10964, - "name": "translate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24646, - "name": "HTMLElement.translate" - } - }, - "10965": { - "id": 10965, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "10966": { - "id": 10966, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 33413, - "name": "HTMLHyperlinkElementUtils.username" - } - }, - "10967": { - "id": 10967, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 10968, - 10977 - ], - "overwrites": { - "type": "reference", - "target": 24647, - "name": "HTMLElement.addEventListener" - } - }, - "10968": { - "id": 10968, - "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." - } - ] - }, - "typeParameter": [ - 10969 - ], - "parameters": [ - 10970, - 10971, - 10976 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 24648, - "name": "HTMLElement.addEventListener" - } - }, - "10969": { - "id": 10969, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 24959, - "name": "HTMLElementEventMap", - "package": "typescript" - } - } - }, - "10970": { - "id": 10970, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 10969, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "10971": { - "id": 10971, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 10972, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 10973 - ] - } - } - }, - "10976": { - "id": 10976, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 4983, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "10977": { - "id": 10977, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 10978, - 10979, - 10980 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 24657, - "name": "HTMLElement.addEventListener" - } - }, - "10978": { - "id": 10978, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "10979": { - "id": 10979, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "10980": { - "id": 10980, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 4983, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "10981": { - "id": 10981, - "name": "after", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 10982 - ], - "inheritedFrom": { - "type": "reference", - "target": 24661, - "name": "HTMLElement.after" - } - }, - "10982": { - "id": 10982, - "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." - } - ] - }, - "parameters": [ - 10983 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24662, - "name": "HTMLElement.after" - } - }, - "10983": { - "id": 10983, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "10984": { - "id": 10984, - "name": "animate", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 10985 - ], - "inheritedFrom": { - "type": "reference", - "target": 24664, - "name": "HTMLElement.animate" - } - }, - "10985": { - "id": 10985, - "name": "animate", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 10986, - 10987 - ], - "type": { - "type": "reference", - "target": 5000, - "name": "Animation", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24665, - "name": "HTMLElement.animate" - } - }, - "10986": { - "id": 10986, - "name": "keyframes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "array", - "elementType": { - "type": "reference", - "target": 73825, - "name": "Keyframe", - "package": "typescript" - } - }, - { - "type": "reference", - "target": 76174, - "name": "PropertyIndexedKeyframes", - "package": "typescript" - } - ] - } - }, - "10987": { - "id": 10987, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": 73831, - "name": "KeyframeAnimationOptions", - "package": "typescript" - } - ] - } - }, - "10988": { - "id": 10988, - "name": "append", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 10989 - ], - "inheritedFrom": { - "type": "reference", - "target": 24668, - "name": "HTMLElement.append" - } - }, - "10989": { - "id": 10989, - "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." - } - ] - }, - "parameters": [ - 10990 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24669, - "name": "HTMLElement.append" - } - }, - "10990": { - "id": 10990, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "10991": { - "id": 10991, - "name": "appendChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 10992 - ], - "inheritedFrom": { - "type": "reference", - "target": 24671, - "name": "HTMLElement.appendChild" - } - }, - "10992": { - "id": 10992, - "name": "appendChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 10993 - ], - "parameters": [ - 10994 - ], - "type": { - "type": "reference", - "target": 17530, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 24672, - "name": "HTMLElement.appendChild" - } - }, - "10994": { - "id": 10994, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17530, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "10995": { - "id": 10995, - "name": "attachInternals", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 10996 - ], - "inheritedFrom": { - "type": "reference", - "target": 24675, - "name": "HTMLElement.attachInternals" - } - }, - "10996": { - "id": 10996, - "name": "attachInternals", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9280, - "name": "ElementInternals", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24676, - "name": "HTMLElement.attachInternals" - } - }, - "10997": { - "id": 10997, - "name": "attachShadow", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 10998 - ], - "inheritedFrom": { - "type": "reference", - "target": 24677, - "name": "HTMLElement.attachShadow" - } - }, - "10998": { - "id": 10998, - "name": "attachShadow", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Creates a shadow root for element and returns it." - } - ] - }, - "parameters": [ - 10999 - ], - "type": { - "type": "reference", - "target": 139983, - "name": "ShadowRoot", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24678, - "name": "HTMLElement.attachShadow" - } - }, - "10999": { - "id": 10999, - "name": "init", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140160, - "name": "ShadowRootInit", - "package": "typescript" - } - }, - "11000": { - "id": 11000, - "name": "before", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11001 - ], - "inheritedFrom": { - "type": "reference", - "target": 24680, - "name": "HTMLElement.before" - } - }, - "11001": { - "id": 11001, - "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." - } - ] - }, - "parameters": [ - 11002 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24681, - "name": "HTMLElement.before" - } - }, - "11002": { - "id": 11002, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "11003": { - "id": 11003, - "name": "blur", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11004 - ], - "inheritedFrom": { - "type": "reference", - "target": 24683, - "name": "HTMLElement.blur" - } - }, - "11004": { - "id": 11004, - "name": "blur", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24684, - "name": "HTMLElement.blur" - } - }, - "11005": { - "id": 11005, - "name": "click", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11006 - ], - "inheritedFrom": { - "type": "reference", - "target": 24685, - "name": "HTMLElement.click" - } - }, - "11006": { - "id": 11006, - "name": "click", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24686, - "name": "HTMLElement.click" - } - }, - "11007": { - "id": 11007, - "name": "cloneNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11008 - ], - "inheritedFrom": { - "type": "reference", - "target": 24687, - "name": "HTMLElement.cloneNode" - } - }, - "11008": { - "id": 11008, - "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." - } - ] - }, - "parameters": [ - 11009 - ], - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24688, - "name": "HTMLElement.cloneNode" - } - }, - "11009": { - "id": 11009, - "name": "deep", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "11010": { - "id": 11010, - "name": "closest", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11011, - 11014, - 11017 - ], - "inheritedFrom": { - "type": "reference", - "target": 24690, - "name": "HTMLElement.closest" - } - }, - "11011": { - "id": 11011, - "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." - } - ] - }, - "typeParameter": [ - 11012 - ], - "parameters": [ - 11013 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17552, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24691, - "name": "HTMLElement.closest" - } - }, - "11013": { - "id": 11013, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17552, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "11014": { - "id": 11014, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 11015 - ], - "parameters": [ - 11016 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17555, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24694, - "name": "HTMLElement.closest" - } - }, - "11016": { - "id": 11016, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17555, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "11017": { - "id": 11017, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 11018 - ], - "parameters": [ - 11019 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 17558, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24697, - "name": "HTMLElement.closest" - } - }, - "11019": { - "id": 11019, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11020": { - "id": 11020, - "name": "compareDocumentPosition", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11021 - ], - "inheritedFrom": { - "type": "reference", - "target": 24700, - "name": "HTMLElement.compareDocumentPosition" - } - }, - "11021": { - "id": 11021, - "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." - } - ] - }, - "parameters": [ - 11022 - ], - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24701, - "name": "HTMLElement.compareDocumentPosition" - } - }, - "11022": { - "id": 11022, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "11023": { - "id": 11023, - "name": "contains", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11024 - ], - "inheritedFrom": { - "type": "reference", - "target": 24703, - "name": "HTMLElement.contains" - } - }, - "11024": { - "id": 11024, - "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." - } - ] - }, - "parameters": [ - 11025 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24704, - "name": "HTMLElement.contains" - } - }, - "11025": { - "id": 11025, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "11026": { - "id": 11026, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11027 - ], - "inheritedFrom": { - "type": "reference", - "target": 24706, - "name": "HTMLElement.dispatchEvent" - } - }, - "11027": { - "id": 11027, - "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." - } - ] - }, - "parameters": [ - 11028 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24707, - "name": "HTMLElement.dispatchEvent" - } - }, - "11028": { - "id": 11028, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "11029": { - "id": 11029, - "name": "focus", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11030 - ], - "inheritedFrom": { - "type": "reference", - "target": 24709, - "name": "HTMLElement.focus" - } - }, - "11030": { - "id": 11030, - "name": "focus", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11031 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24710, - "name": "HTMLElement.focus" - } - }, - "11031": { - "id": 11031, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9597, - "name": "FocusOptions", - "package": "typescript" - } - }, - "11032": { - "id": 11032, - "name": "getAnimations", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11033 - ], - "inheritedFrom": { - "type": "reference", - "target": 24712, - "name": "HTMLElement.getAnimations" - } - }, - "11033": { - "id": 11033, - "name": "getAnimations", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11034 - ], - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 5000, - "name": "Animation", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 24713, - "name": "HTMLElement.getAnimations" - } - }, - "11034": { - "id": 11034, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9757, - "name": "GetAnimationsOptions", - "package": "typescript" - } - }, - "11035": { - "id": 11035, - "name": "getAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11036 - ], - "inheritedFrom": { - "type": "reference", - "target": 24715, - "name": "HTMLElement.getAttribute" - } - }, - "11036": { - "id": 11036, - "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." - } - ] - }, - "parameters": [ - 11037 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24716, - "name": "HTMLElement.getAttribute" - } - }, - "11037": { - "id": 11037, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11038": { - "id": 11038, - "name": "getAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11039 - ], - "inheritedFrom": { - "type": "reference", - "target": 24718, - "name": "HTMLElement.getAttributeNS" - } - }, - "11039": { - "id": 11039, - "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." - } - ] - }, - "parameters": [ - 11040, - 11041 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24719, - "name": "HTMLElement.getAttributeNS" - } - }, - "11040": { - "id": 11040, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "11041": { - "id": 11041, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11042": { - "id": 11042, - "name": "getAttributeNames", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11043 - ], - "inheritedFrom": { - "type": "reference", - "target": 24722, - "name": "HTMLElement.getAttributeNames" - } - }, - "11043": { - "id": 11043, - "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." - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 24723, - "name": "HTMLElement.getAttributeNames" - } - }, - "11044": { - "id": 11044, - "name": "getAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11045 - ], - "inheritedFrom": { - "type": "reference", - "target": 24724, - "name": "HTMLElement.getAttributeNode" - } - }, - "11045": { - "id": 11045, - "name": "getAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11046 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24725, - "name": "HTMLElement.getAttributeNode" - } - }, - "11046": { - "id": 11046, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11047": { - "id": 11047, - "name": "getAttributeNodeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11048 - ], - "inheritedFrom": { - "type": "reference", - "target": 24727, - "name": "HTMLElement.getAttributeNodeNS" - } - }, - "11048": { - "id": 11048, - "name": "getAttributeNodeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11049, - 11050 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24728, - "name": "HTMLElement.getAttributeNodeNS" - } - }, - "11049": { - "id": 11049, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "11050": { - "id": 11050, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11051": { - "id": 11051, - "name": "getBoundingClientRect", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11052 - ], - "inheritedFrom": { - "type": "reference", - "target": 24731, - "name": "HTMLElement.getBoundingClientRect" - } - }, - "11052": { - "id": 11052, - "name": "getBoundingClientRect", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 7154, - "name": "DOMRect", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24732, - "name": "HTMLElement.getBoundingClientRect" - } - }, - "11053": { - "id": 11053, - "name": "getClientRects", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11054 - ], - "inheritedFrom": { - "type": "reference", - "target": 24733, - "name": "HTMLElement.getClientRects" - } - }, - "11054": { - "id": 11054, - "name": "getClientRects", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMRectList" - }, - "name": "DOMRectList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24734, - "name": "HTMLElement.getClientRects" - } - }, - "11055": { - "id": 11055, - "name": "getElementsByClassName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11056 - ], - "inheritedFrom": { - "type": "reference", - "target": 24735, - "name": "HTMLElement.getElementsByClassName" - } - }, - "11056": { - "id": 11056, - "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." - } - ] - }, - "parameters": [ - 11057 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24736, - "name": "HTMLElement.getElementsByClassName" - } - }, - "11057": { - "id": 11057, - "name": "classNames", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11058": { - "id": 11058, - "name": "getElementsByTagName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11059, - 11062, - 11065 - ], - "inheritedFrom": { - "type": "reference", - "target": 24738, - "name": "HTMLElement.getElementsByTagName" - } - }, - "11059": { - "id": 11059, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 11060 - ], - "parameters": [ - 11061 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17616, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24739, - "name": "HTMLElement.getElementsByTagName" - } - }, - "11061": { - "id": 11061, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17616, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "11062": { - "id": 11062, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 11063 - ], - "parameters": [ - 11064 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17619, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24742, - "name": "HTMLElement.getElementsByTagName" - } - }, - "11064": { - "id": 11064, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17619, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "11065": { - "id": 11065, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11066 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24745, - "name": "HTMLElement.getElementsByTagName" - } - }, - "11066": { - "id": 11066, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11067": { - "id": 11067, - "name": "getElementsByTagNameNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11068, - 11071, - 11074 - ], - "inheritedFrom": { - "type": "reference", - "target": 24747, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "11068": { - "id": 11068, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11069, - 11070 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24748, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "11069": { - "id": 11069, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/1999/xhtml" - } - }, - "11070": { - "id": 11070, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11071": { - "id": 11071, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11072, - 11073 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 85760, - "name": "SVGElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24751, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "11072": { - "id": 11072, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/2000/svg" - } - }, - "11073": { - "id": 11073, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11074": { - "id": 11074, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11075, - 11076 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24754, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "11075": { - "id": 11075, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "11076": { - "id": 11076, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11077": { - "id": 11077, - "name": "getRootNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11078 - ], - "inheritedFrom": { - "type": "reference", - "target": 24757, - "name": "HTMLElement.getRootNode" - } - }, - "11078": { - "id": 11078, - "name": "getRootNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's root." - } - ] - }, - "parameters": [ - 11079 - ], - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24758, - "name": "HTMLElement.getRootNode" - } - }, - "11079": { - "id": 11079, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9759, - "name": "GetRootNodeOptions", - "package": "typescript" - } - }, - "11080": { - "id": 11080, - "name": "hasAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11081 - ], - "inheritedFrom": { - "type": "reference", - "target": 24760, - "name": "HTMLElement.hasAttribute" - } - }, - "11081": { - "id": 11081, - "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." - } - ] - }, - "parameters": [ - 11082 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24761, - "name": "HTMLElement.hasAttribute" - } - }, - "11082": { - "id": 11082, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11083": { - "id": 11083, - "name": "hasAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11084 - ], - "inheritedFrom": { - "type": "reference", - "target": 24763, - "name": "HTMLElement.hasAttributeNS" - } - }, - "11084": { - "id": 11084, - "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." - } - ] - }, - "parameters": [ - 11085, - 11086 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24764, - "name": "HTMLElement.hasAttributeNS" - } - }, - "11085": { - "id": 11085, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "11086": { - "id": 11086, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11087": { - "id": 11087, - "name": "hasAttributes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11088 - ], - "inheritedFrom": { - "type": "reference", - "target": 24767, - "name": "HTMLElement.hasAttributes" - } - }, - "11088": { - "id": 11088, - "name": "hasAttributes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if element has attributes, and false otherwise." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24768, - "name": "HTMLElement.hasAttributes" - } - }, - "11089": { - "id": 11089, - "name": "hasChildNodes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11090 - ], - "inheritedFrom": { - "type": "reference", - "target": 24769, - "name": "HTMLElement.hasChildNodes" - } - }, - "11090": { - "id": 11090, - "name": "hasChildNodes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node has children." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24770, - "name": "HTMLElement.hasChildNodes" - } - }, - "11091": { - "id": 11091, - "name": "hasPointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11092 - ], - "inheritedFrom": { - "type": "reference", - "target": 24771, - "name": "HTMLElement.hasPointerCapture" - } - }, - "11092": { - "id": 11092, - "name": "hasPointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11093 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24772, - "name": "HTMLElement.hasPointerCapture" - } - }, - "11093": { - "id": 11093, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "11094": { - "id": 11094, - "name": "insertAdjacentElement", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11095 - ], - "inheritedFrom": { - "type": "reference", - "target": 24774, - "name": "HTMLElement.insertAdjacentElement" - } - }, - "11095": { - "id": 11095, - "name": "insertAdjacentElement", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11096, - 11097 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24775, - "name": "HTMLElement.insertAdjacentElement" - } - }, - "11096": { - "id": 11096, - "name": "where", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146913, - "name": "InsertPosition", - "package": "typescript" - } - }, - "11097": { - "id": 11097, - "name": "element", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - }, - "11098": { - "id": 11098, - "name": "insertAdjacentHTML", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11099 - ], - "inheritedFrom": { - "type": "reference", - "target": 24778, - "name": "HTMLElement.insertAdjacentHTML" - } - }, - "11099": { - "id": 11099, - "name": "insertAdjacentHTML", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11100, - 11101 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24779, - "name": "HTMLElement.insertAdjacentHTML" - } - }, - "11100": { - "id": 11100, - "name": "position", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146913, - "name": "InsertPosition", - "package": "typescript" - } - }, - "11101": { - "id": 11101, - "name": "text", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11102": { - "id": 11102, - "name": "insertAdjacentText", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11103 - ], - "inheritedFrom": { - "type": "reference", - "target": 24782, - "name": "HTMLElement.insertAdjacentText" - } - }, - "11103": { - "id": 11103, - "name": "insertAdjacentText", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11104, - 11105 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24783, - "name": "HTMLElement.insertAdjacentText" - } - }, - "11104": { - "id": 11104, - "name": "where", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146913, - "name": "InsertPosition", - "package": "typescript" - } - }, - "11105": { - "id": 11105, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11106": { - "id": 11106, - "name": "insertBefore", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11107 - ], - "inheritedFrom": { - "type": "reference", - "target": 24786, - "name": "HTMLElement.insertBefore" - } - }, - "11107": { - "id": 11107, - "name": "insertBefore", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 11108 - ], - "parameters": [ - 11109, - 11110 - ], - "type": { - "type": "reference", - "target": 17664, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 24787, - "name": "HTMLElement.insertBefore" - } - }, - "11109": { - "id": 11109, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17664, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "11110": { - "id": 11110, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "11111": { - "id": 11111, - "name": "isDefaultNamespace", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11112 - ], - "inheritedFrom": { - "type": "reference", - "target": 24791, - "name": "HTMLElement.isDefaultNamespace" - } - }, - "11112": { - "id": 11112, - "name": "isDefaultNamespace", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11113 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24792, - "name": "HTMLElement.isDefaultNamespace" - } - }, - "11113": { - "id": 11113, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "11114": { - "id": 11114, - "name": "isEqualNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11115 - ], - "inheritedFrom": { - "type": "reference", - "target": 24794, - "name": "HTMLElement.isEqualNode" - } - }, - "11115": { - "id": 11115, - "name": "isEqualNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node and otherNode have the same properties." - } - ] - }, - "parameters": [ - 11116 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24795, - "name": "HTMLElement.isEqualNode" - } - }, - "11116": { - "id": 11116, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "11117": { - "id": 11117, - "name": "isSameNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11118 - ], - "inheritedFrom": { - "type": "reference", - "target": 24797, - "name": "HTMLElement.isSameNode" - } - }, - "11118": { - "id": 11118, - "name": "isSameNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11119 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24798, - "name": "HTMLElement.isSameNode" - } - }, - "11119": { - "id": 11119, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "11120": { - "id": 11120, - "name": "lookupNamespaceURI", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11121 - ], - "inheritedFrom": { - "type": "reference", - "target": 24800, - "name": "HTMLElement.lookupNamespaceURI" - } - }, - "11121": { - "id": 11121, - "name": "lookupNamespaceURI", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11122 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24801, - "name": "HTMLElement.lookupNamespaceURI" - } - }, - "11122": { - "id": 11122, - "name": "prefix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "11123": { - "id": 11123, - "name": "lookupPrefix", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11124 - ], - "inheritedFrom": { - "type": "reference", - "target": 24803, - "name": "HTMLElement.lookupPrefix" - } - }, - "11124": { - "id": 11124, - "name": "lookupPrefix", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11125 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24804, - "name": "HTMLElement.lookupPrefix" - } - }, - "11125": { - "id": 11125, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "11126": { - "id": 11126, - "name": "matches", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11127 - ], - "inheritedFrom": { - "type": "reference", - "target": 24806, - "name": "HTMLElement.matches" - } - }, - "11127": { - "id": 11127, - "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." - } - ] - }, - "parameters": [ - 11128 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24807, - "name": "HTMLElement.matches" - } - }, - "11128": { - "id": 11128, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11129": { - "id": 11129, - "name": "normalize", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11130 - ], - "inheritedFrom": { - "type": "reference", - "target": 24809, - "name": "HTMLElement.normalize" - } - }, - "11130": { - "id": 11130, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24810, - "name": "HTMLElement.normalize" - } - }, - "11131": { - "id": 11131, - "name": "prepend", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11132 - ], - "inheritedFrom": { - "type": "reference", - "target": 24811, - "name": "HTMLElement.prepend" - } - }, - "11132": { - "id": 11132, - "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." - } - ] - }, - "parameters": [ - 11133 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24812, - "name": "HTMLElement.prepend" - } - }, - "11133": { - "id": 11133, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "11134": { - "id": 11134, - "name": "querySelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11135, - 11138, - 11141 - ], - "inheritedFrom": { - "type": "reference", - "target": 24814, - "name": "HTMLElement.querySelector" - } - }, - "11135": { - "id": 11135, - "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." - } - ] - }, - "typeParameter": [ - 11136 - ], - "parameters": [ - 11137 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17692, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24815, - "name": "HTMLElement.querySelector" - } - }, - "11137": { - "id": 11137, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17692, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "11138": { - "id": 11138, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 11139 - ], - "parameters": [ - 11140 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17695, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24818, - "name": "HTMLElement.querySelector" - } - }, - "11140": { - "id": 11140, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17695, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "11141": { - "id": 11141, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 11142 - ], - "parameters": [ - 11143 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 17698, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24821, - "name": "HTMLElement.querySelector" - } - }, - "11143": { - "id": 11143, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11144": { - "id": 11144, - "name": "querySelectorAll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11145, - 11148, - 11151 - ], - "inheritedFrom": { - "type": "reference", - "target": 24824, - "name": "HTMLElement.querySelectorAll" - } - }, - "11145": { - "id": 11145, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns all element descendants of node that match selectors." - } - ] - }, - "typeParameter": [ - 11146 - ], - "parameters": [ - 11147 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17702, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24825, - "name": "HTMLElement.querySelectorAll" - } - }, - "11147": { - "id": 11147, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17702, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "11148": { - "id": 11148, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 11149 - ], - "parameters": [ - 11150 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17705, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24828, - "name": "HTMLElement.querySelectorAll" - } - }, - "11150": { - "id": 11150, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17705, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "11151": { - "id": 11151, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 11152 - ], - "parameters": [ - 11153 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 17708, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24831, - "name": "HTMLElement.querySelectorAll" - } - }, - "11153": { - "id": 11153, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11154": { - "id": 11154, - "name": "releasePointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11155 - ], - "inheritedFrom": { - "type": "reference", - "target": 24834, - "name": "HTMLElement.releasePointerCapture" - } - }, - "11155": { - "id": 11155, - "name": "releasePointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11156 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24835, - "name": "HTMLElement.releasePointerCapture" - } - }, - "11156": { - "id": 11156, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "11157": { - "id": 11157, - "name": "remove", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11158 - ], - "inheritedFrom": { - "type": "reference", - "target": 24837, - "name": "HTMLElement.remove" - } - }, - "11158": { - "id": 11158, - "name": "remove", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24838, - "name": "HTMLElement.remove" - } - }, - "11159": { - "id": 11159, - "name": "removeAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11160 - ], - "inheritedFrom": { - "type": "reference", - "target": 24839, - "name": "HTMLElement.removeAttribute" - } - }, - "11160": { - "id": 11160, - "name": "removeAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes element's first attribute whose qualified name is qualifiedName." - } - ] - }, - "parameters": [ - 11161 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24840, - "name": "HTMLElement.removeAttribute" - } - }, - "11161": { - "id": 11161, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11162": { - "id": 11162, - "name": "removeAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11163 - ], - "inheritedFrom": { - "type": "reference", - "target": 24842, - "name": "HTMLElement.removeAttributeNS" - } - }, - "11163": { - "id": 11163, - "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." - } - ] - }, - "parameters": [ - 11164, - 11165 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24843, - "name": "HTMLElement.removeAttributeNS" - } - }, - "11164": { - "id": 11164, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "11165": { - "id": 11165, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11166": { - "id": 11166, - "name": "removeAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11167 - ], - "inheritedFrom": { - "type": "reference", - "target": 24846, - "name": "HTMLElement.removeAttributeNode" - } - }, - "11167": { - "id": 11167, - "name": "removeAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11168 - ], - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24847, - "name": "HTMLElement.removeAttributeNode" - } - }, - "11168": { - "id": 11168, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - }, - "11169": { - "id": 11169, - "name": "removeChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11170 - ], - "inheritedFrom": { - "type": "reference", - "target": 24849, - "name": "HTMLElement.removeChild" - } - }, - "11170": { - "id": 11170, - "name": "removeChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 11171 - ], - "parameters": [ - 11172 - ], - "type": { - "type": "reference", - "target": 17727, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 24850, - "name": "HTMLElement.removeChild" - } - }, - "11172": { - "id": 11172, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17727, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "11173": { - "id": 11173, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11174, - 11183 - ], - "overwrites": { - "type": "reference", - "target": 24853, - "name": "HTMLElement.removeEventListener" - } - }, - "11174": { - "id": 11174, - "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." - } - ] - }, - "typeParameter": [ - 11175 - ], - "parameters": [ - 11176, - 11177, - 11182 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 24854, - "name": "HTMLElement.removeEventListener" - } - }, - "11175": { - "id": 11175, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 24959, - "name": "HTMLElementEventMap", - "package": "typescript" - } - } - }, - "11176": { - "id": 11176, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 11175, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "11177": { - "id": 11177, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 11178, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 11179 - ] - } - } - }, - "11182": { - "id": 11182, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 9433, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "11183": { - "id": 11183, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11184, - 11185, - 11186 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 24863, - "name": "HTMLElement.removeEventListener" - } - }, - "11184": { - "id": 11184, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11185": { - "id": 11185, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "11186": { - "id": 11186, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 9433, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "11187": { - "id": 11187, - "name": "replaceChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11188 - ], - "inheritedFrom": { - "type": "reference", - "target": 24867, - "name": "HTMLElement.replaceChild" - } - }, - "11188": { - "id": 11188, - "name": "replaceChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 11189 - ], - "parameters": [ - 11190, - 11191 - ], - "type": { - "type": "reference", - "target": 17745, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 24868, - "name": "HTMLElement.replaceChild" - } - }, - "11190": { - "id": 11190, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "11191": { - "id": 11191, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17745, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "11192": { - "id": 11192, - "name": "replaceChildren", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11193 - ], - "inheritedFrom": { - "type": "reference", - "target": 24872, - "name": "HTMLElement.replaceChildren" - } - }, - "11193": { - "id": 11193, - "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." - } - ] - }, - "parameters": [ - 11194 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24873, - "name": "HTMLElement.replaceChildren" - } - }, - "11194": { - "id": 11194, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "11195": { - "id": 11195, - "name": "replaceWith", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11196 - ], - "inheritedFrom": { - "type": "reference", - "target": 24875, - "name": "HTMLElement.replaceWith" - } - }, - "11196": { - "id": 11196, - "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." - } - ] - }, - "parameters": [ - 11197 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24876, - "name": "HTMLElement.replaceWith" - } - }, - "11197": { - "id": 11197, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "11198": { - "id": 11198, - "name": "requestFullscreen", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11199 - ], - "inheritedFrom": { - "type": "reference", - "target": 24878, - "name": "HTMLElement.requestFullscreen" - } - }, - "11199": { - "id": 11199, - "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." - } - ] - }, - "parameters": [ - 11200 - ], - "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": 24879, - "name": "HTMLElement.requestFullscreen" - } - }, - "11200": { - "id": 11200, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9703, - "name": "FullscreenOptions", - "package": "typescript" - } - }, - "11201": { - "id": 11201, - "name": "requestPointerLock", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11202 - ], - "inheritedFrom": { - "type": "reference", - "target": 24881, - "name": "HTMLElement.requestPointerLock" - } - }, - "11202": { - "id": 11202, - "name": "requestPointerLock", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24882, - "name": "HTMLElement.requestPointerLock" - } - }, - "11203": { - "id": 11203, - "name": "scroll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11204, - 11206 - ], - "inheritedFrom": { - "type": "reference", - "target": 24883, - "name": "HTMLElement.scroll" - } - }, - "11204": { - "id": 11204, - "name": "scroll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11205 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24884, - "name": "HTMLElement.scroll" - } - }, - "11205": { - "id": 11205, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 139807, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "11206": { - "id": 11206, - "name": "scroll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11207, - 11208 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24886, - "name": "HTMLElement.scroll" - } - }, - "11207": { - "id": 11207, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "11208": { - "id": 11208, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "11209": { - "id": 11209, - "name": "scrollBy", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11210, - 11212 - ], - "inheritedFrom": { - "type": "reference", - "target": 24889, - "name": "HTMLElement.scrollBy" - } - }, - "11210": { - "id": 11210, - "name": "scrollBy", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11211 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24890, - "name": "HTMLElement.scrollBy" - } - }, - "11211": { - "id": 11211, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 139807, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "11212": { - "id": 11212, - "name": "scrollBy", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11213, - 11214 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24892, - "name": "HTMLElement.scrollBy" - } - }, - "11213": { - "id": 11213, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "11214": { - "id": 11214, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "11215": { - "id": 11215, - "name": "scrollIntoView", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11216 - ], - "inheritedFrom": { - "type": "reference", - "target": 24895, - "name": "HTMLElement.scrollIntoView" - } - }, - "11216": { - "id": 11216, - "name": "scrollIntoView", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11217 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24896, - "name": "HTMLElement.scrollIntoView" - } - }, - "11217": { - "id": 11217, - "name": "arg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 139801, - "name": "ScrollIntoViewOptions", - "package": "typescript" - } - ] - } - }, - "11218": { - "id": 11218, - "name": "scrollTo", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11219, - 11221 - ], - "inheritedFrom": { - "type": "reference", - "target": 24898, - "name": "HTMLElement.scrollTo" - } - }, - "11219": { - "id": 11219, - "name": "scrollTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11220 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24899, - "name": "HTMLElement.scrollTo" - } - }, - "11220": { - "id": 11220, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 139807, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "11221": { - "id": 11221, - "name": "scrollTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11222, - 11223 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24901, - "name": "HTMLElement.scrollTo" - } - }, - "11222": { - "id": 11222, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "11223": { - "id": 11223, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "11224": { - "id": 11224, - "name": "setAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11225 - ], - "inheritedFrom": { - "type": "reference", - "target": 24904, - "name": "HTMLElement.setAttribute" - } - }, - "11225": { - "id": 11225, - "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." - } - ] - }, - "parameters": [ - 11226, - 11227 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24905, - "name": "HTMLElement.setAttribute" - } - }, - "11226": { - "id": 11226, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11227": { - "id": 11227, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11228": { - "id": 11228, - "name": "setAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11229 - ], - "inheritedFrom": { - "type": "reference", - "target": 24908, - "name": "HTMLElement.setAttributeNS" - } - }, - "11229": { - "id": 11229, - "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." - } - ] - }, - "parameters": [ - 11230, - 11231, - 11232 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24909, - "name": "HTMLElement.setAttributeNS" - } - }, - "11230": { - "id": 11230, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "11231": { - "id": 11231, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11232": { - "id": 11232, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11233": { - "id": 11233, - "name": "setAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11234 - ], - "inheritedFrom": { - "type": "reference", - "target": 24913, - "name": "HTMLElement.setAttributeNode" - } - }, - "11234": { - "id": 11234, - "name": "setAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11235 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24914, - "name": "HTMLElement.setAttributeNode" - } - }, - "11235": { - "id": 11235, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - }, - "11236": { - "id": 11236, - "name": "setAttributeNodeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11237 - ], - "inheritedFrom": { - "type": "reference", - "target": 24916, - "name": "HTMLElement.setAttributeNodeNS" - } - }, - "11237": { - "id": 11237, - "name": "setAttributeNodeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11238 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24917, - "name": "HTMLElement.setAttributeNodeNS" - } - }, - "11238": { - "id": 11238, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - }, - "11239": { - "id": 11239, - "name": "setPointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11240 - ], - "inheritedFrom": { - "type": "reference", - "target": 24919, - "name": "HTMLElement.setPointerCapture" - } - }, - "11240": { - "id": 11240, - "name": "setPointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11241 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24920, - "name": "HTMLElement.setPointerCapture" - } - }, - "11241": { - "id": 11241, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "11242": { - "id": 11242, - "name": "toString", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11243 - ], - "inheritedFrom": { - "type": "reference", - "target": 33414, - "name": "HTMLHyperlinkElementUtils.toString" - } - }, - "11243": { - "id": 11243, - "name": "toString", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 33415, - "name": "HTMLHyperlinkElementUtils.toString" - } - }, - "11244": { - "id": 11244, - "name": "toggleAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11245 - ], - "inheritedFrom": { - "type": "reference", - "target": 24922, - "name": "HTMLElement.toggleAttribute" - } - }, - "11245": { - "id": 11245, - "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." - } - ] - }, - "parameters": [ - 11246, - 11247 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24923, - "name": "HTMLElement.toggleAttribute" - } - }, - "11246": { - "id": 11246, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11247": { - "id": 11247, - "name": "force", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "11248": { - "id": 11248, - "name": "webkitMatchesSelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11249 - ], - "inheritedFrom": { - "type": "reference", - "target": 24926, - "name": "HTMLElement.webkitMatchesSelector" - } - }, - "11249": { - "id": 11249, - "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": "." - } - ] - } - ] - }, - "parameters": [ - 11250 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24927, - "name": "HTMLElement.webkitMatchesSelector" - } - }, - "11250": { - "id": 11250, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11251": { - "id": 11251, - "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." - } - ] - }, - "children": [ - 11252, - 11253, - 11254, - 11255, - 11256, - 11257, - 11258, - 11259, - 11260, - 11261, - 11262, - 11263, - 11264, - 11265, - 11266, - 11267, - 11268, - 11269, - 11270, - 11271, - 11272, - 11273, - 11274, - 11275, - 11276, - 11277, - 11278, - 11279, - 11280, - 11281, - 11282, - 11283, - 11284, - 11285, - 11286, - 11287, - 11288, - 11289, - 11290, - 11291, - 11292, - 11293, - 11294, - 11295, - 11296, - 11297, - 11298, - 11299, - 11300, - 11301, - 11302, - 11303, - 11304, - 11305, - 11306, - 11307, - 11308, - 11309, - 11310, - 11311, - 11312, - 11313, - 11314, - 11315, - 11316, - 11317, - 11318, - 11319, - 11320, - 11321, - 11322, - 11323, - 11324, - 11325, - 11326, - 11327, - 11328, - 11329, - 11330, - 11331, - 11332, - 11333, - 11334, - 11335, - 11336, - 11337, - 11338, - 11339, - 11340, - 11341, - 11342, - 11343, - 11344, - 11345, - 11346, - 11347, - 11348, - 11349, - 11350, - 11351, - 11352, - 11353, - 11354, - 11355, - 11356, - 11357, - 11358, - 11359, - 11360, - 11361, - 11362, - 11363, - 11364, - 11369, - 11374, - 11379, - 11384, - 11389, - 11394, - 11399, - 11404, - 11409, - 11414, - 11419, - 11424, - 11429, - 11434, - 11439, - 11444, - 11449, - 11454, - 11459, - 11464, - 11469, - 11474, - 11479, - 11484, - 11489, - 11494, - 11499, - 11504, - 11509, - 11510, - 11515, - 11520, - 11525, - 11530, - 11535, - 11540, - 11545, - 11550, - 11555, - 11560, - 11565, - 11570, - 11575, - 11580, - 11585, - 11590, - 11595, - 11600, - 11605, - 11610, - 11615, - 11620, - 11625, - 11630, - 11635, - 11640, - 11645, - 11650, - 11655, - 11660, - 11665, - 11670, - 11675, - 11680, - 11685, - 11690, - 11695, - 11700, - 11705, - 11710, - 11715, - 11720, - 11725, - 11730, - 11735, - 11740, - 11745, - 11750, - 11755, - 11760, - 11765, - 11770, - 11775, - 11780, - 11785, - 11790, - 11795, - 11800, - 11805, - 11810, - 11815, - 11820, - 11825, - 11830, - 11835, - 11840, - 11841, - 11842, - 11843, - 11844, - 11845, - 11846, - 11847, - 11848, - 11849, - 11850, - 11851, - 11852, - 11853, - 11854, - 11855, - 11856, - 11857, - 11858, - 11859, - 11860, - 11861, - 11862, - 11863, - 11864, - 11865, - 11866, - 11867, - 11868, - 11869, - 11870, - 11871, - 11872, - 11873, - 11874, - 11875, - 11876, - 11890, - 11893, - 11897, - 11900, - 11904, - 11906, - 11909, - 11912, - 11914, - 11916, - 11919, - 11929, - 11932, - 11935, - 11938, - 11941, - 11944, - 11947, - 11951, - 11953, - 11956, - 11960, - 11962, - 11964, - 11967, - 11976, - 11986, - 11989, - 11992, - 11996, - 11998, - 12000, - 12003, - 12007, - 12011, - 12015, - 12020, - 12023, - 12026, - 12029, - 12032, - 12035, - 12038, - 12040, - 12043, - 12053, - 12063, - 12066, - 12068, - 12071, - 12075, - 12078, - 12082, - 12096, - 12101, - 12104, - 12107, - 12110, - 12112, - 12118, - 12124, - 12127, - 12133, - 12137, - 12142, - 12145, - 12148, - 12151, - 12153, - 12157 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 11252, - 11253, - 11254, - 11255, - 11256, - 11257, - 11258, - 11259, - 11260, - 11261, - 11262, - 11263, - 11264, - 11265, - 11266, - 11267, - 11268, - 11269, - 11270, - 11271, - 11272, - 11273, - 11274, - 11275, - 11276, - 11277, - 11278, - 11279, - 11280, - 11281, - 11282, - 11283, - 11284, - 11285, - 11286, - 11287, - 11288, - 11289, - 11290, - 11291, - 11292, - 11293, - 11294, - 11295, - 11296, - 11297, - 11298, - 11299, - 11300, - 11301, - 11302, - 11303, - 11304, - 11305, - 11306, - 11307, - 11308, - 11309, - 11310, - 11311, - 11312, - 11313, - 11314, - 11315, - 11316, - 11317, - 11318, - 11319, - 11320, - 11321, - 11322, - 11323, - 11324, - 11325, - 11326, - 11327, - 11328, - 11329, - 11330, - 11331, - 11332, - 11333, - 11334, - 11335, - 11336, - 11337, - 11338, - 11339, - 11340, - 11341, - 11342, - 11343, - 11344, - 11345, - 11346, - 11347, - 11348, - 11349, - 11350, - 11351, - 11352, - 11353, - 11354, - 11355, - 11356, - 11357, - 11358, - 11359, - 11360, - 11361, - 11362, - 11363, - 11364, - 11369, - 11374, - 11379, - 11384, - 11389, - 11394, - 11399, - 11404, - 11409, - 11414, - 11419, - 11424, - 11429, - 11434, - 11439, - 11444, - 11449, - 11454, - 11459, - 11464, - 11469, - 11474, - 11479, - 11484, - 11489, - 11494, - 11499, - 11504, - 11509, - 11510, - 11515, - 11520, - 11525, - 11530, - 11535, - 11540, - 11545, - 11550, - 11555, - 11560, - 11565, - 11570, - 11575, - 11580, - 11585, - 11590, - 11595, - 11600, - 11605, - 11610, - 11615, - 11620, - 11625, - 11630, - 11635, - 11640, - 11645, - 11650, - 11655, - 11660, - 11665, - 11670, - 11675, - 11680, - 11685, - 11690, - 11695, - 11700, - 11705, - 11710, - 11715, - 11720, - 11725, - 11730, - 11735, - 11740, - 11745, - 11750, - 11755, - 11760, - 11765, - 11770, - 11775, - 11780, - 11785, - 11790, - 11795, - 11800, - 11805, - 11810, - 11815, - 11820, - 11825, - 11830, - 11835, - 11840, - 11841, - 11842, - 11843, - 11844, - 11845, - 11846, - 11847, - 11848, - 11849, - 11850, - 11851, - 11852, - 11853, - 11854, - 11855, - 11856, - 11857, - 11858, - 11859, - 11860, - 11861, - 11862, - 11863, - 11864, - 11865, - 11866, - 11867, - 11868, - 11869, - 11870, - 11871, - 11872, - 11873, - 11874, - 11875 - ] - }, - { - "title": "Methods", - "children": [ - 11876, - 11890, - 11893, - 11897, - 11900, - 11904, - 11906, - 11909, - 11912, - 11914, - 11916, - 11919, - 11929, - 11932, - 11935, - 11938, - 11941, - 11944, - 11947, - 11951, - 11953, - 11956, - 11960, - 11962, - 11964, - 11967, - 11976, - 11986, - 11989, - 11992, - 11996, - 11998, - 12000, - 12003, - 12007, - 12011, - 12015, - 12020, - 12023, - 12026, - 12029, - 12032, - 12035, - 12038, - 12040, - 12043, - 12053, - 12063, - 12066, - 12068, - 12071, - 12075, - 12078, - 12082, - 12096, - 12101, - 12104, - 12107, - 12110, - 12112, - 12118, - 12124, - 12127, - 12133, - 12137, - 12142, - 12145, - 12148, - 12151, - 12153, - 12157 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - }, - { - "type": "reference", - "target": 33402, - "name": "HTMLHyperlinkElementUtils", - "package": "typescript" - } - ] - }, - "11252": { - "id": 11252, - "name": "ATTRIBUTE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24044, - "name": "HTMLElement.ATTRIBUTE_NODE" - } - }, - "11253": { - "id": 11253, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24045, - "name": "HTMLElement.CDATA_SECTION_NODE" - } - }, - "11254": { - "id": 11254, - "name": "COMMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Comment node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24046, - "name": "HTMLElement.COMMENT_NODE" - } - }, - "11255": { - "id": 11255, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24047, - "name": "HTMLElement.DOCUMENT_FRAGMENT_NODE" - } - }, - "11256": { - "id": 11256, - "name": "DOCUMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a document." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24048, - "name": "HTMLElement.DOCUMENT_NODE" - } - }, - "11257": { - "id": 11257, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24049, - "name": "HTMLElement.DOCUMENT_POSITION_CONTAINED_BY" - } - }, - "11258": { - "id": 11258, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24050, - "name": "HTMLElement.DOCUMENT_POSITION_CONTAINS" - } - }, - "11259": { - "id": 11259, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24051, - "name": "HTMLElement.DOCUMENT_POSITION_DISCONNECTED" - } - }, - "11260": { - "id": 11260, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24052, - "name": "HTMLElement.DOCUMENT_POSITION_FOLLOWING" - } - }, - "11261": { - "id": 11261, - "name": "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24053, - "name": "HTMLElement.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" - } - }, - "11262": { - "id": 11262, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24054, - "name": "HTMLElement.DOCUMENT_POSITION_PRECEDING" - } - }, - "11263": { - "id": 11263, - "name": "DOCUMENT_TYPE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a doctype." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24055, - "name": "HTMLElement.DOCUMENT_TYPE_NODE" - } - }, - "11264": { - "id": 11264, - "name": "ELEMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is an element." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24056, - "name": "HTMLElement.ELEMENT_NODE" - } - }, - "11265": { - "id": 11265, - "name": "ENTITY_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24057, - "name": "HTMLElement.ENTITY_NODE" - } - }, - "11266": { - "id": 11266, - "name": "ENTITY_REFERENCE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24058, - "name": "HTMLElement.ENTITY_REFERENCE_NODE" - } - }, - "11267": { - "id": 11267, - "name": "NOTATION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24059, - "name": "HTMLElement.NOTATION_NODE" - } - }, - "11268": { - "id": 11268, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24060, - "name": "HTMLElement.PROCESSING_INSTRUCTION_NODE" - } - }, - "11269": { - "id": 11269, - "name": "TEXT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Text node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24061, - "name": "HTMLElement.TEXT_NODE" - } - }, - "11270": { - "id": 11270, - "name": "accessKey", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24062, - "name": "HTMLElement.accessKey" - } - }, - "11271": { - "id": 11271, - "name": "accessKeyLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24063, - "name": "HTMLElement.accessKeyLabel" - } - }, - "11272": { - "id": 11272, - "name": "alt", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves a text alternative to the graphic." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11273": { - "id": 11273, - "name": "ariaAtomic", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24064, - "name": "HTMLElement.ariaAtomic" - } - }, - "11274": { - "id": 11274, - "name": "ariaAutoComplete", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24065, - "name": "HTMLElement.ariaAutoComplete" - } - }, - "11275": { - "id": 11275, - "name": "ariaBusy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24066, - "name": "HTMLElement.ariaBusy" - } - }, - "11276": { - "id": 11276, - "name": "ariaChecked", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24067, - "name": "HTMLElement.ariaChecked" - } - }, - "11277": { - "id": 11277, - "name": "ariaColCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24068, - "name": "HTMLElement.ariaColCount" - } - }, - "11278": { - "id": 11278, - "name": "ariaColIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24069, - "name": "HTMLElement.ariaColIndex" - } - }, - "11279": { - "id": 11279, - "name": "ariaColIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24070, - "name": "HTMLElement.ariaColIndexText" - } - }, - "11280": { - "id": 11280, - "name": "ariaColSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24071, - "name": "HTMLElement.ariaColSpan" - } - }, - "11281": { - "id": 11281, - "name": "ariaCurrent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24072, - "name": "HTMLElement.ariaCurrent" - } - }, - "11282": { - "id": 11282, - "name": "ariaDisabled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24073, - "name": "HTMLElement.ariaDisabled" - } - }, - "11283": { - "id": 11283, - "name": "ariaExpanded", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24074, - "name": "HTMLElement.ariaExpanded" - } - }, - "11284": { - "id": 11284, - "name": "ariaHasPopup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24075, - "name": "HTMLElement.ariaHasPopup" - } - }, - "11285": { - "id": 11285, - "name": "ariaHidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24076, - "name": "HTMLElement.ariaHidden" - } - }, - "11286": { - "id": 11286, - "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": 24077, - "name": "HTMLElement.ariaInvalid" - } - }, - "11287": { - "id": 11287, - "name": "ariaKeyShortcuts", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24078, - "name": "HTMLElement.ariaKeyShortcuts" - } - }, - "11288": { - "id": 11288, - "name": "ariaLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24079, - "name": "HTMLElement.ariaLabel" - } - }, - "11289": { - "id": 11289, - "name": "ariaLevel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24080, - "name": "HTMLElement.ariaLevel" - } - }, - "11290": { - "id": 11290, - "name": "ariaLive", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24081, - "name": "HTMLElement.ariaLive" - } - }, - "11291": { - "id": 11291, - "name": "ariaModal", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24082, - "name": "HTMLElement.ariaModal" - } - }, - "11292": { - "id": 11292, - "name": "ariaMultiLine", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24083, - "name": "HTMLElement.ariaMultiLine" - } - }, - "11293": { - "id": 11293, - "name": "ariaMultiSelectable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24084, - "name": "HTMLElement.ariaMultiSelectable" - } - }, - "11294": { - "id": 11294, - "name": "ariaOrientation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24085, - "name": "HTMLElement.ariaOrientation" - } - }, - "11295": { - "id": 11295, - "name": "ariaPlaceholder", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24086, - "name": "HTMLElement.ariaPlaceholder" - } - }, - "11296": { - "id": 11296, - "name": "ariaPosInSet", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24087, - "name": "HTMLElement.ariaPosInSet" - } - }, - "11297": { - "id": 11297, - "name": "ariaPressed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24088, - "name": "HTMLElement.ariaPressed" - } - }, - "11298": { - "id": 11298, - "name": "ariaReadOnly", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24089, - "name": "HTMLElement.ariaReadOnly" - } - }, - "11299": { - "id": 11299, - "name": "ariaRequired", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24090, - "name": "HTMLElement.ariaRequired" - } - }, - "11300": { - "id": 11300, - "name": "ariaRoleDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24091, - "name": "HTMLElement.ariaRoleDescription" - } - }, - "11301": { - "id": 11301, - "name": "ariaRowCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24092, - "name": "HTMLElement.ariaRowCount" - } - }, - "11302": { - "id": 11302, - "name": "ariaRowIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24093, - "name": "HTMLElement.ariaRowIndex" - } - }, - "11303": { - "id": 11303, - "name": "ariaRowIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24094, - "name": "HTMLElement.ariaRowIndexText" - } - }, - "11304": { - "id": 11304, - "name": "ariaRowSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24095, - "name": "HTMLElement.ariaRowSpan" - } - }, - "11305": { - "id": 11305, - "name": "ariaSelected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24096, - "name": "HTMLElement.ariaSelected" - } - }, - "11306": { - "id": 11306, - "name": "ariaSetSize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24097, - "name": "HTMLElement.ariaSetSize" - } - }, - "11307": { - "id": 11307, - "name": "ariaSort", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24098, - "name": "HTMLElement.ariaSort" - } - }, - "11308": { - "id": 11308, - "name": "ariaValueMax", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24099, - "name": "HTMLElement.ariaValueMax" - } - }, - "11309": { - "id": 11309, - "name": "ariaValueMin", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24100, - "name": "HTMLElement.ariaValueMin" - } - }, - "11310": { - "id": 11310, - "name": "ariaValueNow", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24101, - "name": "HTMLElement.ariaValueNow" - } - }, - "11311": { - "id": 11311, - "name": "ariaValueText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24102, - "name": "HTMLElement.ariaValueText" - } - }, - "11312": { - "id": 11312, - "name": "assignedSlot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 56900, - "name": "HTMLSlotElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24103, - "name": "HTMLElement.assignedSlot" - } - }, - "11313": { - "id": 11313, - "name": "attributes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NamedNodeMap" - }, - "name": "NamedNodeMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24104, - "name": "HTMLElement.attributes" - } - }, - "11314": { - "id": 11314, - "name": "autocapitalize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24105, - "name": "HTMLElement.autocapitalize" - } - }, - "11315": { - "id": 11315, - "name": "autofocus", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24106, - "name": "HTMLElement.autofocus" - } - }, - "11316": { - "id": 11316, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24107, - "name": "HTMLElement.baseURI" - } - }, - "11317": { - "id": 11317, - "name": "childElementCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24108, - "name": "HTMLElement.childElementCount" - } - }, - "11318": { - "id": 11318, - "name": "childNodes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the children." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24109, - "name": "HTMLElement.childNodes" - } - }, - "11319": { - "id": 11319, - "name": "children", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the child elements." - } - ] - }, - "type": { - "type": "reference", - "target": 17816, - "name": "HTMLCollection", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24110, - "name": "HTMLElement.children" - } - }, - "11320": { - "id": 11320, - "name": "classList", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": 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." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24111, - "name": "HTMLElement.classList" - } - }, - "11321": { - "id": 11321, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24112, - "name": "HTMLElement.className" - } - }, - "11322": { - "id": 11322, - "name": "clientHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24113, - "name": "HTMLElement.clientHeight" - } - }, - "11323": { - "id": 11323, - "name": "clientLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24114, - "name": "HTMLElement.clientLeft" - } - }, - "11324": { - "id": 11324, - "name": "clientTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24115, - "name": "HTMLElement.clientTop" - } - }, - "11325": { - "id": 11325, - "name": "clientWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24116, - "name": "HTMLElement.clientWidth" - } - }, - "11326": { - "id": 11326, - "name": "contentEditable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24117, - "name": "HTMLElement.contentEditable" - } - }, - "11327": { - "id": 11327, - "name": "coords", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves the coordinates of the object." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11328": { - "id": 11328, - "name": "dataset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": 7181, - "name": "DOMStringMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24118, - "name": "HTMLElement.dataset" - } - }, - "11329": { - "id": 11329, - "name": "dir", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24119, - "name": "HTMLElement.dir" - } - }, - "11330": { - "id": 11330, - "name": "download", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11331": { - "id": 11331, - "name": "draggable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24120, - "name": "HTMLElement.draggable" - } - }, - "11332": { - "id": 11332, - "name": "enterKeyHint", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24121, - "name": "HTMLElement.enterKeyHint" - } - }, - "11333": { - "id": 11333, - "name": "firstChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24122, - "name": "HTMLElement.firstChild" - } - }, - "11334": { - "id": 11334, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24123, - "name": "HTMLElement.firstElementChild" - } - }, - "11335": { - "id": 11335, - "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 \"#\")." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 33403, - "name": "HTMLHyperlinkElementUtils.hash" - } - }, - "11336": { - "id": 11336, - "name": "hidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24124, - "name": "HTMLElement.hidden" - } - }, - "11337": { - "id": 11337, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 33404, - "name": "HTMLHyperlinkElementUtils.host" - } - }, - "11338": { - "id": 11338, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 33405, - "name": "HTMLHyperlinkElementUtils.hostname" - } - }, - "11339": { - "id": 11339, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 33406, - "name": "HTMLHyperlinkElementUtils.href" - } - }, - "11340": { - "id": 11340, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24125, - "name": "HTMLElement.id" - } - }, - "11341": { - "id": 11341, - "name": "inert", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24126, - "name": "HTMLElement.inert" - } - }, - "11342": { - "id": 11342, - "name": "innerHTML", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24127, - "name": "HTMLElement.innerHTML" - } - }, - "11343": { - "id": 11343, - "name": "innerText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24128, - "name": "HTMLElement.innerText" - } - }, - "11344": { - "id": 11344, - "name": "inputMode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24129, - "name": "HTMLElement.inputMode" - } - }, - "11345": { - "id": 11345, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24130, - "name": "HTMLElement.isConnected" - } - }, - "11346": { - "id": 11346, - "name": "isContentEditable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24131, - "name": "HTMLElement.isContentEditable" - } - }, - "11347": { - "id": 11347, - "name": "lang", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24132, - "name": "HTMLElement.lang" - } - }, - "11348": { - "id": 11348, - "name": "lastChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24133, - "name": "HTMLElement.lastChild" - } - }, - "11349": { - "id": 11349, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24134, - "name": "HTMLElement.lastElementChild" - } - }, - "11350": { - "id": 11350, - "name": "localName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the local name." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24135, - "name": "HTMLElement.localName" - } - }, - "11351": { - "id": 11351, - "name": "namespaceURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the namespace." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24136, - "name": "HTMLElement.namespaceURI" - } - }, - "11352": { - "id": 11352, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24137, - "name": "HTMLElement.nextElementSibling" - } - }, - "11353": { - "id": 11353, - "name": "nextSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the next sibling." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24138, - "name": "HTMLElement.nextSibling" - } - }, - "11354": { - "id": 11354, - "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" - } - }, - "11355": { - "id": 11355, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24139, - "name": "HTMLElement.nodeName" - } - }, - "11356": { - "id": 11356, - "name": "nodeType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24140, - "name": "HTMLElement.nodeType" - } - }, - "11357": { - "id": 11357, - "name": "nodeValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24141, - "name": "HTMLElement.nodeValue" - } - }, - "11358": { - "id": 11358, - "name": "nonce", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24142, - "name": "HTMLElement.nonce" - } - }, - "11359": { - "id": 11359, - "name": "offsetHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24143, - "name": "HTMLElement.offsetHeight" - } - }, - "11360": { - "id": 11360, - "name": "offsetLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24144, - "name": "HTMLElement.offsetLeft" - } - }, - "11361": { - "id": 11361, - "name": "offsetParent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24145, - "name": "HTMLElement.offsetParent" - } - }, - "11362": { - "id": 11362, - "name": "offsetTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24146, - "name": "HTMLElement.offsetTop" - } - }, - "11363": { - "id": 11363, - "name": "offsetWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24147, - "name": "HTMLElement.offsetWidth" - } - }, - "11364": { - "id": 11364, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11365, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11366, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11367, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11368, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141101, - "name": "UIEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24148, - "name": "HTMLElement.onabort" - } - }, - "11369": { - "id": 11369, - "name": "onanimationcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11370, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11371, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11372, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11373, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24153, - "name": "HTMLElement.onanimationcancel" - } - }, - "11374": { - "id": 11374, - "name": "onanimationend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11375, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11376, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11377, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11378, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24158, - "name": "HTMLElement.onanimationend" - } - }, - "11379": { - "id": 11379, - "name": "onanimationiteration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11380, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11381, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11382, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11383, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24163, - "name": "HTMLElement.onanimationiteration" - } - }, - "11384": { - "id": 11384, - "name": "onanimationstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11385, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11386, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11387, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11388, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24168, - "name": "HTMLElement.onanimationstart" - } - }, - "11389": { - "id": 11389, - "name": "onauxclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11390, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11391, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11392, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11393, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24173, - "name": "HTMLElement.onauxclick" - } - }, - "11394": { - "id": 11394, - "name": "onbeforeinput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11395, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11396, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11397, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11398, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73624, - "name": "InputEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24178, - "name": "HTMLElement.onbeforeinput" - } - }, - "11399": { - "id": 11399, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11400, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11401, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11402, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11403, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9547, - "name": "FocusEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24183, - "name": "HTMLElement.onblur" - } - }, - "11404": { - "id": 11404, - "name": "oncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11405, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11406, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11407, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11408, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24188, - "name": "HTMLElement.oncancel" - } - }, - "11409": { - "id": 11409, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11410, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11411, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11412, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11413, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24193, - "name": "HTMLElement.oncanplay" - } - }, - "11414": { - "id": 11414, - "name": "oncanplaythrough", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11415, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11416, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11417, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11418, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24198, - "name": "HTMLElement.oncanplaythrough" - } - }, - "11419": { - "id": 11419, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11420, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11421, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11422, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11423, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24203, - "name": "HTMLElement.onchange" - } - }, - "11424": { - "id": 11424, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11425, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11426, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11427, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11428, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24208, - "name": "HTMLElement.onclick" - } - }, - "11429": { - "id": 11429, - "name": "onclose", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11430, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11431, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11432, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11433, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24213, - "name": "HTMLElement.onclose" - } - }, - "11434": { - "id": 11434, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11435, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11436, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11437, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11438, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24218, - "name": "HTMLElement.oncontextmenu" - } - }, - "11439": { - "id": 11439, - "name": "oncopy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11440, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11441, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11442, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8311, - "name": "DocumentAndElementEventHandlers", - "package": "typescript" - } - }, - { - "id": 11443, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6441, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24223, - "name": "HTMLElement.oncopy" - } - }, - "11444": { - "id": 11444, - "name": "oncuechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11445, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11446, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11447, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11448, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24228, - "name": "HTMLElement.oncuechange" - } - }, - "11449": { - "id": 11449, - "name": "oncut", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11450, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11451, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11452, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8311, - "name": "DocumentAndElementEventHandlers", - "package": "typescript" - } - }, - { - "id": 11453, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6441, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24233, - "name": "HTMLElement.oncut" - } - }, - "11454": { - "id": 11454, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11455, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11456, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11457, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11458, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24238, - "name": "HTMLElement.ondblclick" - } - }, - "11459": { - "id": 11459, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11460, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11461, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11462, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11463, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24243, - "name": "HTMLElement.ondrag" - } - }, - "11464": { - "id": 11464, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11465, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11466, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11467, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11468, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24248, - "name": "HTMLElement.ondragend" - } - }, - "11469": { - "id": 11469, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11470, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11471, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11472, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11473, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24253, - "name": "HTMLElement.ondragenter" - } - }, - "11474": { - "id": 11474, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11475, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11476, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11477, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11478, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24258, - "name": "HTMLElement.ondragleave" - } - }, - "11479": { - "id": 11479, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11480, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11481, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11482, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11483, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24263, - "name": "HTMLElement.ondragover" - } - }, - "11484": { - "id": 11484, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11485, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11486, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11487, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11488, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24268, - "name": "HTMLElement.ondragstart" - } - }, - "11489": { - "id": 11489, - "name": "ondrop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11490, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11491, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11492, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11493, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24273, - "name": "HTMLElement.ondrop" - } - }, - "11494": { - "id": 11494, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11495, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11496, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11497, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11498, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24278, - "name": "HTMLElement.ondurationchange" - } - }, - "11499": { - "id": 11499, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11500, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11501, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11502, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11503, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24283, - "name": "HTMLElement.onemptied" - } - }, - "11504": { - "id": 11504, - "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" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11505, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11506, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11507, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11508, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24288, - "name": "HTMLElement.onended" - } - }, - "11509": { - "id": 11509, - "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." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 146937, - "name": "OnErrorEventHandler", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24293, - "name": "HTMLElement.onerror" - } - }, - "11510": { - "id": 11510, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11511, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11512, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11513, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11514, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9547, - "name": "FocusEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24294, - "name": "HTMLElement.onfocus" - } - }, - "11515": { - "id": 11515, - "name": "onformdata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11516, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11517, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11518, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11519, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9663, - "name": "FormDataEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24299, - "name": "HTMLElement.onformdata" - } - }, - "11520": { - "id": 11520, - "name": "onfullscreenchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11521, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11522, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11523, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - }, - { - "id": 11524, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24304, - "name": "HTMLElement.onfullscreenchange" - } - }, - "11525": { - "id": 11525, - "name": "onfullscreenerror", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11526, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11527, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11528, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - }, - { - "id": 11529, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24309, - "name": "HTMLElement.onfullscreenerror" - } - }, - "11530": { - "id": 11530, - "name": "ongotpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11531, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11532, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11533, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11534, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24314, - "name": "HTMLElement.ongotpointercapture" - } - }, - "11535": { - "id": 11535, - "name": "oninput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11536, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11537, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11538, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11539, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24319, - "name": "HTMLElement.oninput" - } - }, - "11540": { - "id": 11540, - "name": "oninvalid", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11541, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11542, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11543, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11544, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24324, - "name": "HTMLElement.oninvalid" - } - }, - "11545": { - "id": 11545, - "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" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11546, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11547, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11548, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11549, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73726, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24329, - "name": "HTMLElement.onkeydown" - } - }, - "11550": { - "id": 11550, - "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": [] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11551, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11552, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11553, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11554, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73726, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24334, - "name": "HTMLElement.onkeypress" - } - }, - "11555": { - "id": 11555, - "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" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11556, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11557, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11558, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11559, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73726, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24339, - "name": "HTMLElement.onkeyup" - } - }, - "11560": { - "id": 11560, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11561, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11562, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11563, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11564, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24344, - "name": "HTMLElement.onload" - } - }, - "11565": { - "id": 11565, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11566, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11567, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11568, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11569, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24349, - "name": "HTMLElement.onloadeddata" - } - }, - "11570": { - "id": 11570, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11571, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11572, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11573, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11574, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24354, - "name": "HTMLElement.onloadedmetadata" - } - }, - "11575": { - "id": 11575, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11576, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11577, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11578, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11579, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24359, - "name": "HTMLElement.onloadstart" - } - }, - "11580": { - "id": 11580, - "name": "onlostpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11581, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11582, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11583, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11584, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24364, - "name": "HTMLElement.onlostpointercapture" - } - }, - "11585": { - "id": 11585, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11586, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11587, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11588, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11589, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24369, - "name": "HTMLElement.onmousedown" - } - }, - "11590": { - "id": 11590, - "name": "onmouseenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11591, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11592, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11593, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11594, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24374, - "name": "HTMLElement.onmouseenter" - } - }, - "11595": { - "id": 11595, - "name": "onmouseleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11596, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11597, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11598, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11599, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24379, - "name": "HTMLElement.onmouseleave" - } - }, - "11600": { - "id": 11600, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11601, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11602, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11603, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11604, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24384, - "name": "HTMLElement.onmousemove" - } - }, - "11605": { - "id": 11605, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11606, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11607, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11608, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11609, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24389, - "name": "HTMLElement.onmouseout" - } - }, - "11610": { - "id": 11610, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11611, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11612, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11613, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11614, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24394, - "name": "HTMLElement.onmouseover" - } - }, - "11615": { - "id": 11615, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11616, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11617, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11618, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11619, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24399, - "name": "HTMLElement.onmouseup" - } - }, - "11620": { - "id": 11620, - "name": "onpaste", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11621, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11622, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11623, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8311, - "name": "DocumentAndElementEventHandlers", - "package": "typescript" - } - }, - { - "id": 11624, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6441, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24404, - "name": "HTMLElement.onpaste" - } - }, - "11625": { - "id": 11625, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11626, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11627, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11628, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11629, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24409, - "name": "HTMLElement.onpause" - } - }, - "11630": { - "id": 11630, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11631, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11632, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11633, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11634, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24414, - "name": "HTMLElement.onplay" - } - }, - "11635": { - "id": 11635, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11636, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11637, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11638, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11639, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24419, - "name": "HTMLElement.onplaying" - } - }, - "11640": { - "id": 11640, - "name": "onpointercancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11641, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11642, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11643, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11644, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24424, - "name": "HTMLElement.onpointercancel" - } - }, - "11645": { - "id": 11645, - "name": "onpointerdown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11646, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11647, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11648, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11649, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24429, - "name": "HTMLElement.onpointerdown" - } - }, - "11650": { - "id": 11650, - "name": "onpointerenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11651, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11652, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11653, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11654, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24434, - "name": "HTMLElement.onpointerenter" - } - }, - "11655": { - "id": 11655, - "name": "onpointerleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11656, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11657, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11658, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11659, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24439, - "name": "HTMLElement.onpointerleave" - } - }, - "11660": { - "id": 11660, - "name": "onpointermove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11661, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11662, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11663, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11664, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24444, - "name": "HTMLElement.onpointermove" - } - }, - "11665": { - "id": 11665, - "name": "onpointerout", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11666, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11667, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11668, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11669, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24449, - "name": "HTMLElement.onpointerout" - } - }, - "11670": { - "id": 11670, - "name": "onpointerover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11671, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11672, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11673, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11674, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24454, - "name": "HTMLElement.onpointerover" - } - }, - "11675": { - "id": 11675, - "name": "onpointerup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11676, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11677, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11678, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11679, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24459, - "name": "HTMLElement.onpointerup" - } - }, - "11680": { - "id": 11680, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11681, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11682, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11683, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11684, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 76079, - "typeArguments": [ - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ], - "name": "ProgressEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24464, - "name": "HTMLElement.onprogress" - } - }, - "11685": { - "id": 11685, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11686, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11687, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11688, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11689, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24469, - "name": "HTMLElement.onratechange" - } - }, - "11690": { - "id": 11690, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11691, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11692, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11693, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11694, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24474, - "name": "HTMLElement.onreset" - } - }, - "11695": { - "id": 11695, - "name": "onresize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11696, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11697, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11698, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11699, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141101, - "name": "UIEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24479, - "name": "HTMLElement.onresize" - } - }, - "11700": { - "id": 11700, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11701, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11702, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11703, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11704, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24484, - "name": "HTMLElement.onscroll" - } - }, - "11705": { - "id": 11705, - "name": "onsecuritypolicyviolation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11706, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11707, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11708, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11709, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 139811, - "name": "SecurityPolicyViolationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24489, - "name": "HTMLElement.onsecuritypolicyviolation" - } - }, - "11710": { - "id": 11710, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11711, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11712, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11713, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11714, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24494, - "name": "HTMLElement.onseeked" - } - }, - "11715": { - "id": 11715, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11716, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11717, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11718, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11719, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24499, - "name": "HTMLElement.onseeking" - } - }, - "11720": { - "id": 11720, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11721, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11722, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11723, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11724, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24504, - "name": "HTMLElement.onselect" - } - }, - "11725": { - "id": 11725, - "name": "onselectionchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11726, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11727, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11728, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11729, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24509, - "name": "HTMLElement.onselectionchange" - } - }, - "11730": { - "id": 11730, - "name": "onselectstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11731, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11732, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11733, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11734, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24514, - "name": "HTMLElement.onselectstart" - } - }, - "11735": { - "id": 11735, - "name": "onslotchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11736, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11737, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11738, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11739, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24519, - "name": "HTMLElement.onslotchange" - } - }, - "11740": { - "id": 11740, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11741, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11742, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11743, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11744, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24524, - "name": "HTMLElement.onstalled" - } - }, - "11745": { - "id": 11745, - "name": "onsubmit", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11746, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11747, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11748, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11749, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140574, - "name": "SubmitEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24529, - "name": "HTMLElement.onsubmit" - } - }, - "11750": { - "id": 11750, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11751, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11752, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11753, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11754, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24534, - "name": "HTMLElement.onsuspend" - } - }, - "11755": { - "id": 11755, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11756, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11757, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11758, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11759, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24539, - "name": "HTMLElement.ontimeupdate" - } - }, - "11760": { - "id": 11760, - "name": "ontoggle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11761, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11762, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11763, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11764, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24544, - "name": "HTMLElement.ontoggle" - } - }, - "11765": { - "id": 11765, - "name": "ontouchcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11766, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11767, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11768, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11769, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24549, - "name": "HTMLElement.ontouchcancel" - } - }, - "11770": { - "id": 11770, - "name": "ontouchend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11771, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11772, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11773, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11774, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24554, - "name": "HTMLElement.ontouchend" - } - }, - "11775": { - "id": 11775, - "name": "ontouchmove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11776, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11777, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11778, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11779, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24559, - "name": "HTMLElement.ontouchmove" - } - }, - "11780": { - "id": 11780, - "name": "ontouchstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11781, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11782, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11783, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11784, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24564, - "name": "HTMLElement.ontouchstart" - } - }, - "11785": { - "id": 11785, - "name": "ontransitioncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11786, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11787, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11788, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11789, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24569, - "name": "HTMLElement.ontransitioncancel" - } - }, - "11790": { - "id": 11790, - "name": "ontransitionend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11791, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11792, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11793, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11794, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24574, - "name": "HTMLElement.ontransitionend" - } - }, - "11795": { - "id": 11795, - "name": "ontransitionrun", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11796, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11797, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11798, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11799, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24579, - "name": "HTMLElement.ontransitionrun" - } - }, - "11800": { - "id": 11800, - "name": "ontransitionstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11801, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11802, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11803, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11804, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24584, - "name": "HTMLElement.ontransitionstart" - } - }, - "11805": { - "id": 11805, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11806, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11807, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11808, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11809, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24589, - "name": "HTMLElement.onvolumechange" - } - }, - "11810": { - "id": 11810, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11811, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11812, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11813, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11814, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24594, - "name": "HTMLElement.onwaiting" - } - }, - "11815": { - "id": 11815, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11816, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11817, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11818, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11819, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24599, - "name": "HTMLElement.onwebkitanimationend" - } - }, - "11820": { - "id": 11820, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11821, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11822, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11823, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11824, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24604, - "name": "HTMLElement.onwebkitanimationiteration" - } - }, - "11825": { - "id": 11825, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11826, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11827, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11828, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11829, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24609, - "name": "HTMLElement.onwebkitanimationstart" - } - }, - "11830": { - "id": 11830, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11831, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11832, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11833, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11834, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24614, - "name": "HTMLElement.onwebkittransitionend" - } - }, - "11835": { - "id": 11835, - "name": "onwheel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 11836, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 11837, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 11838, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 11839, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 144525, - "name": "WheelEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24619, - "name": "HTMLElement.onwheel" - } - }, - "11840": { - "id": 11840, - "name": "origin", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the hyperlink's URL's origin." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 33407, - "name": "HTMLHyperlinkElementUtils.origin" - } - }, - "11841": { - "id": 11841, - "name": "outerHTML", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24624, - "name": "HTMLElement.outerHTML" - } - }, - "11842": { - "id": 11842, - "name": "outerText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24625, - "name": "HTMLElement.outerText" - } - }, - "11843": { - "id": 11843, - "name": "ownerDocument", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the node document. Returns null for documents." - } - ] - }, - "type": { - "type": "reference", - "target": 7307, - "name": "Document", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24626, - "name": "HTMLElement.ownerDocument" - } - }, - "11844": { - "id": 11844, - "name": "parentElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent element." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24627, - "name": "HTMLElement.parentElement" - } - }, - "11845": { - "id": 11845, - "name": "parentNode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 75255, - "name": "ParentNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24628, - "name": "HTMLElement.parentNode" - } - }, - "11846": { - "id": 11846, - "name": "part", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24629, - "name": "HTMLElement.part" - } - }, - "11847": { - "id": 11847, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 33408, - "name": "HTMLHyperlinkElementUtils.password" - } - }, - "11848": { - "id": 11848, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 33409, - "name": "HTMLHyperlinkElementUtils.pathname" - } - }, - "11849": { - "id": 11849, - "name": "ping", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11850": { - "id": 11850, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 33410, - "name": "HTMLHyperlinkElementUtils.port" - } - }, - "11851": { - "id": 11851, - "name": "prefix", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the namespace prefix." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24630, - "name": "HTMLElement.prefix" - } - }, - "11852": { - "id": 11852, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24631, - "name": "HTMLElement.previousElementSibling" - } - }, - "11853": { - "id": 11853, - "name": "previousSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the previous sibling." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24632, - "name": "HTMLElement.previousSibling" - } - }, - "11854": { - "id": 11854, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 33411, - "name": "HTMLHyperlinkElementUtils.protocol" - } - }, - "11855": { - "id": 11855, - "name": "referrerPolicy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11856": { - "id": 11856, - "name": "rel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11857": { - "id": 11857, - "name": "relList", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - } - }, - "11858": { - "id": 11858, - "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": 24633, - "name": "HTMLElement.role" - } - }, - "11859": { - "id": 11859, - "name": "scrollHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24634, - "name": "HTMLElement.scrollHeight" - } - }, - "11860": { - "id": 11860, - "name": "scrollLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24635, - "name": "HTMLElement.scrollLeft" - } - }, - "11861": { - "id": 11861, - "name": "scrollTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24636, - "name": "HTMLElement.scrollTop" - } - }, - "11862": { - "id": 11862, - "name": "scrollWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24637, - "name": "HTMLElement.scrollWidth" - } - }, - "11863": { - "id": 11863, - "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 \"?\")." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 33412, - "name": "HTMLHyperlinkElementUtils.search" - } - }, - "11864": { - "id": 11864, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 139983, - "name": "ShadowRoot", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24638, - "name": "HTMLElement.shadowRoot" - } - }, - "11865": { - "id": 11865, - "name": "shape", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves the shape of the object." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11866": { - "id": 11866, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24639, - "name": "HTMLElement.slot" - } - }, - "11867": { - "id": 11867, - "name": "spellcheck", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24640, - "name": "HTMLElement.spellcheck" - } - }, - "11868": { - "id": 11868, - "name": "style", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "CSSStyleDeclaration" - }, - "name": "CSSStyleDeclaration", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24641, - "name": "HTMLElement.style" - } - }, - "11869": { - "id": 11869, - "name": "tabIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24642, - "name": "HTMLElement.tabIndex" - } - }, - "11870": { - "id": 11870, - "name": "tagName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the HTML-uppercased qualified name." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24643, - "name": "HTMLElement.tagName" - } - }, - "11871": { - "id": 11871, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11872": { - "id": 11872, - "name": "textContent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24644, - "name": "HTMLElement.textContent" - } - }, - "11873": { - "id": 11873, - "name": "title", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24645, - "name": "HTMLElement.title" - } - }, - "11874": { - "id": 11874, - "name": "translate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24646, - "name": "HTMLElement.translate" - } - }, - "11875": { - "id": 11875, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 33413, - "name": "HTMLHyperlinkElementUtils.username" - } - }, - "11876": { - "id": 11876, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11877, - 11886 - ], - "overwrites": { - "type": "reference", - "target": 24647, - "name": "HTMLElement.addEventListener" - } - }, - "11877": { - "id": 11877, - "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." - } - ] - }, - "typeParameter": [ - 11878 - ], - "parameters": [ - 11879, - 11880, - 11885 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 24648, - "name": "HTMLElement.addEventListener" - } - }, - "11878": { - "id": 11878, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 24959, - "name": "HTMLElementEventMap", - "package": "typescript" - } - } - }, - "11879": { - "id": 11879, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 11878, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "11880": { - "id": 11880, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 11881, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 11882 - ] - } - } - }, - "11885": { - "id": 11885, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 4983, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "11886": { - "id": 11886, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11887, - 11888, - 11889 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 24657, - "name": "HTMLElement.addEventListener" - } - }, - "11887": { - "id": 11887, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11888": { - "id": 11888, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "11889": { - "id": 11889, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 4983, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "11890": { - "id": 11890, - "name": "after", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11891 - ], - "inheritedFrom": { - "type": "reference", - "target": 24661, - "name": "HTMLElement.after" - } - }, - "11891": { - "id": 11891, - "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." - } - ] - }, - "parameters": [ - 11892 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24662, - "name": "HTMLElement.after" - } - }, - "11892": { - "id": 11892, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "11893": { - "id": 11893, - "name": "animate", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11894 - ], - "inheritedFrom": { - "type": "reference", - "target": 24664, - "name": "HTMLElement.animate" - } - }, - "11894": { - "id": 11894, - "name": "animate", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11895, - 11896 - ], - "type": { - "type": "reference", - "target": 5000, - "name": "Animation", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24665, - "name": "HTMLElement.animate" - } - }, - "11895": { - "id": 11895, - "name": "keyframes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "array", - "elementType": { - "type": "reference", - "target": 73825, - "name": "Keyframe", - "package": "typescript" - } - }, - { - "type": "reference", - "target": 76174, - "name": "PropertyIndexedKeyframes", - "package": "typescript" - } - ] - } - }, - "11896": { - "id": 11896, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": 73831, - "name": "KeyframeAnimationOptions", - "package": "typescript" - } - ] - } - }, - "11897": { - "id": 11897, - "name": "append", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11898 - ], - "inheritedFrom": { - "type": "reference", - "target": 24668, - "name": "HTMLElement.append" - } - }, - "11898": { - "id": 11898, - "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." - } - ] - }, - "parameters": [ - 11899 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24669, - "name": "HTMLElement.append" - } - }, - "11899": { - "id": 11899, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "11900": { - "id": 11900, - "name": "appendChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11901 - ], - "inheritedFrom": { - "type": "reference", - "target": 24671, - "name": "HTMLElement.appendChild" - } - }, - "11901": { - "id": 11901, - "name": "appendChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 11902 - ], - "parameters": [ - 11903 - ], - "type": { - "type": "reference", - "target": 17530, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 24672, - "name": "HTMLElement.appendChild" - } - }, - "11903": { - "id": 11903, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17530, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "11904": { - "id": 11904, - "name": "attachInternals", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11905 - ], - "inheritedFrom": { - "type": "reference", - "target": 24675, - "name": "HTMLElement.attachInternals" - } - }, - "11905": { - "id": 11905, - "name": "attachInternals", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9280, - "name": "ElementInternals", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24676, - "name": "HTMLElement.attachInternals" - } - }, - "11906": { - "id": 11906, - "name": "attachShadow", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11907 - ], - "inheritedFrom": { - "type": "reference", - "target": 24677, - "name": "HTMLElement.attachShadow" - } - }, - "11907": { - "id": 11907, - "name": "attachShadow", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Creates a shadow root for element and returns it." - } - ] - }, - "parameters": [ - 11908 - ], - "type": { - "type": "reference", - "target": 139983, - "name": "ShadowRoot", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24678, - "name": "HTMLElement.attachShadow" - } - }, - "11908": { - "id": 11908, - "name": "init", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140160, - "name": "ShadowRootInit", - "package": "typescript" - } - }, - "11909": { - "id": 11909, - "name": "before", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11910 - ], - "inheritedFrom": { - "type": "reference", - "target": 24680, - "name": "HTMLElement.before" - } - }, - "11910": { - "id": 11910, - "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." - } - ] - }, - "parameters": [ - 11911 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24681, - "name": "HTMLElement.before" - } - }, - "11911": { - "id": 11911, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "11912": { - "id": 11912, - "name": "blur", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11913 - ], - "inheritedFrom": { - "type": "reference", - "target": 24683, - "name": "HTMLElement.blur" - } - }, - "11913": { - "id": 11913, - "name": "blur", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24684, - "name": "HTMLElement.blur" - } - }, - "11914": { - "id": 11914, - "name": "click", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11915 - ], - "inheritedFrom": { - "type": "reference", - "target": 24685, - "name": "HTMLElement.click" - } - }, - "11915": { - "id": 11915, - "name": "click", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24686, - "name": "HTMLElement.click" - } - }, - "11916": { - "id": 11916, - "name": "cloneNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11917 - ], - "inheritedFrom": { - "type": "reference", - "target": 24687, - "name": "HTMLElement.cloneNode" - } - }, - "11917": { - "id": 11917, - "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." - } - ] - }, - "parameters": [ - 11918 - ], - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24688, - "name": "HTMLElement.cloneNode" - } - }, - "11918": { - "id": 11918, - "name": "deep", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "11919": { - "id": 11919, - "name": "closest", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11920, - 11923, - 11926 - ], - "inheritedFrom": { - "type": "reference", - "target": 24690, - "name": "HTMLElement.closest" - } - }, - "11920": { - "id": 11920, - "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." - } - ] - }, - "typeParameter": [ - 11921 - ], - "parameters": [ - 11922 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17552, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24691, - "name": "HTMLElement.closest" - } - }, - "11922": { - "id": 11922, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17552, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "11923": { - "id": 11923, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 11924 - ], - "parameters": [ - 11925 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17555, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24694, - "name": "HTMLElement.closest" - } - }, - "11925": { - "id": 11925, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17555, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "11926": { - "id": 11926, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 11927 - ], - "parameters": [ - 11928 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 17558, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24697, - "name": "HTMLElement.closest" - } - }, - "11928": { - "id": 11928, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11929": { - "id": 11929, - "name": "compareDocumentPosition", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11930 - ], - "inheritedFrom": { - "type": "reference", - "target": 24700, - "name": "HTMLElement.compareDocumentPosition" - } - }, - "11930": { - "id": 11930, - "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." - } - ] - }, - "parameters": [ - 11931 - ], - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24701, - "name": "HTMLElement.compareDocumentPosition" - } - }, - "11931": { - "id": 11931, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "11932": { - "id": 11932, - "name": "contains", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11933 - ], - "inheritedFrom": { - "type": "reference", - "target": 24703, - "name": "HTMLElement.contains" - } - }, - "11933": { - "id": 11933, - "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." - } - ] - }, - "parameters": [ - 11934 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24704, - "name": "HTMLElement.contains" - } - }, - "11934": { - "id": 11934, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "11935": { - "id": 11935, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11936 - ], - "inheritedFrom": { - "type": "reference", - "target": 24706, - "name": "HTMLElement.dispatchEvent" - } - }, - "11936": { - "id": 11936, - "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." - } - ] - }, - "parameters": [ - 11937 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24707, - "name": "HTMLElement.dispatchEvent" - } - }, - "11937": { - "id": 11937, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "11938": { - "id": 11938, - "name": "focus", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11939 - ], - "inheritedFrom": { - "type": "reference", - "target": 24709, - "name": "HTMLElement.focus" - } - }, - "11939": { - "id": 11939, - "name": "focus", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11940 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24710, - "name": "HTMLElement.focus" - } - }, - "11940": { - "id": 11940, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9597, - "name": "FocusOptions", - "package": "typescript" - } - }, - "11941": { - "id": 11941, - "name": "getAnimations", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11942 - ], - "inheritedFrom": { - "type": "reference", - "target": 24712, - "name": "HTMLElement.getAnimations" - } - }, - "11942": { - "id": 11942, - "name": "getAnimations", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11943 - ], - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 5000, - "name": "Animation", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 24713, - "name": "HTMLElement.getAnimations" - } - }, - "11943": { - "id": 11943, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9757, - "name": "GetAnimationsOptions", - "package": "typescript" - } - }, - "11944": { - "id": 11944, - "name": "getAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11945 - ], - "inheritedFrom": { - "type": "reference", - "target": 24715, - "name": "HTMLElement.getAttribute" - } - }, - "11945": { - "id": 11945, - "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." - } - ] - }, - "parameters": [ - 11946 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24716, - "name": "HTMLElement.getAttribute" - } - }, - "11946": { - "id": 11946, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11947": { - "id": 11947, - "name": "getAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11948 - ], - "inheritedFrom": { - "type": "reference", - "target": 24718, - "name": "HTMLElement.getAttributeNS" - } - }, - "11948": { - "id": 11948, - "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." - } - ] - }, - "parameters": [ - 11949, - 11950 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24719, - "name": "HTMLElement.getAttributeNS" - } - }, - "11949": { - "id": 11949, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "11950": { - "id": 11950, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11951": { - "id": 11951, - "name": "getAttributeNames", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11952 - ], - "inheritedFrom": { - "type": "reference", - "target": 24722, - "name": "HTMLElement.getAttributeNames" - } - }, - "11952": { - "id": 11952, - "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." - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 24723, - "name": "HTMLElement.getAttributeNames" - } - }, - "11953": { - "id": 11953, - "name": "getAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11954 - ], - "inheritedFrom": { - "type": "reference", - "target": 24724, - "name": "HTMLElement.getAttributeNode" - } - }, - "11954": { - "id": 11954, - "name": "getAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11955 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24725, - "name": "HTMLElement.getAttributeNode" - } - }, - "11955": { - "id": 11955, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11956": { - "id": 11956, - "name": "getAttributeNodeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11957 - ], - "inheritedFrom": { - "type": "reference", - "target": 24727, - "name": "HTMLElement.getAttributeNodeNS" - } - }, - "11957": { - "id": 11957, - "name": "getAttributeNodeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11958, - 11959 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24728, - "name": "HTMLElement.getAttributeNodeNS" - } - }, - "11958": { - "id": 11958, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "11959": { - "id": 11959, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11960": { - "id": 11960, - "name": "getBoundingClientRect", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11961 - ], - "inheritedFrom": { - "type": "reference", - "target": 24731, - "name": "HTMLElement.getBoundingClientRect" - } - }, - "11961": { - "id": 11961, - "name": "getBoundingClientRect", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 7154, - "name": "DOMRect", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24732, - "name": "HTMLElement.getBoundingClientRect" - } - }, - "11962": { - "id": 11962, - "name": "getClientRects", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11963 - ], - "inheritedFrom": { - "type": "reference", - "target": 24733, - "name": "HTMLElement.getClientRects" - } - }, - "11963": { - "id": 11963, - "name": "getClientRects", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMRectList" - }, - "name": "DOMRectList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24734, - "name": "HTMLElement.getClientRects" - } - }, - "11964": { - "id": 11964, - "name": "getElementsByClassName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11965 - ], - "inheritedFrom": { - "type": "reference", - "target": 24735, - "name": "HTMLElement.getElementsByClassName" - } - }, - "11965": { - "id": 11965, - "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." - } - ] - }, - "parameters": [ - 11966 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24736, - "name": "HTMLElement.getElementsByClassName" - } - }, - "11966": { - "id": 11966, - "name": "classNames", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11967": { - "id": 11967, - "name": "getElementsByTagName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11968, - 11971, - 11974 - ], - "inheritedFrom": { - "type": "reference", - "target": 24738, - "name": "HTMLElement.getElementsByTagName" - } - }, - "11968": { - "id": 11968, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 11969 - ], - "parameters": [ - 11970 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17616, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24739, - "name": "HTMLElement.getElementsByTagName" - } - }, - "11970": { - "id": 11970, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17616, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "11971": { - "id": 11971, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 11972 - ], - "parameters": [ - 11973 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17619, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24742, - "name": "HTMLElement.getElementsByTagName" - } - }, - "11973": { - "id": 11973, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17619, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "11974": { - "id": 11974, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11975 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24745, - "name": "HTMLElement.getElementsByTagName" - } - }, - "11975": { - "id": 11975, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11976": { - "id": 11976, - "name": "getElementsByTagNameNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11977, - 11980, - 11983 - ], - "inheritedFrom": { - "type": "reference", - "target": 24747, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "11977": { - "id": 11977, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11978, - 11979 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24748, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "11978": { - "id": 11978, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/1999/xhtml" - } - }, - "11979": { - "id": 11979, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11980": { - "id": 11980, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11981, - 11982 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 85760, - "name": "SVGElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24751, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "11981": { - "id": 11981, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/2000/svg" - } - }, - "11982": { - "id": 11982, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11983": { - "id": 11983, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 11984, - 11985 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24754, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "11984": { - "id": 11984, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "11985": { - "id": 11985, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11986": { - "id": 11986, - "name": "getRootNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11987 - ], - "inheritedFrom": { - "type": "reference", - "target": 24757, - "name": "HTMLElement.getRootNode" - } - }, - "11987": { - "id": 11987, - "name": "getRootNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's root." - } - ] - }, - "parameters": [ - 11988 - ], - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24758, - "name": "HTMLElement.getRootNode" - } - }, - "11988": { - "id": 11988, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9759, - "name": "GetRootNodeOptions", - "package": "typescript" - } - }, - "11989": { - "id": 11989, - "name": "hasAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11990 - ], - "inheritedFrom": { - "type": "reference", - "target": 24760, - "name": "HTMLElement.hasAttribute" - } - }, - "11990": { - "id": 11990, - "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." - } - ] - }, - "parameters": [ - 11991 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24761, - "name": "HTMLElement.hasAttribute" - } - }, - "11991": { - "id": 11991, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11992": { - "id": 11992, - "name": "hasAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11993 - ], - "inheritedFrom": { - "type": "reference", - "target": 24763, - "name": "HTMLElement.hasAttributeNS" - } - }, - "11993": { - "id": 11993, - "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." - } - ] - }, - "parameters": [ - 11994, - 11995 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24764, - "name": "HTMLElement.hasAttributeNS" - } - }, - "11994": { - "id": 11994, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "11995": { - "id": 11995, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "11996": { - "id": 11996, - "name": "hasAttributes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11997 - ], - "inheritedFrom": { - "type": "reference", - "target": 24767, - "name": "HTMLElement.hasAttributes" - } - }, - "11997": { - "id": 11997, - "name": "hasAttributes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if element has attributes, and false otherwise." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24768, - "name": "HTMLElement.hasAttributes" - } - }, - "11998": { - "id": 11998, - "name": "hasChildNodes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 11999 - ], - "inheritedFrom": { - "type": "reference", - "target": 24769, - "name": "HTMLElement.hasChildNodes" - } - }, - "11999": { - "id": 11999, - "name": "hasChildNodes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node has children." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24770, - "name": "HTMLElement.hasChildNodes" - } - }, - "12000": { - "id": 12000, - "name": "hasPointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12001 - ], - "inheritedFrom": { - "type": "reference", - "target": 24771, - "name": "HTMLElement.hasPointerCapture" - } - }, - "12001": { - "id": 12001, - "name": "hasPointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 12002 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24772, - "name": "HTMLElement.hasPointerCapture" - } - }, - "12002": { - "id": 12002, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "12003": { - "id": 12003, - "name": "insertAdjacentElement", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12004 - ], - "inheritedFrom": { - "type": "reference", - "target": 24774, - "name": "HTMLElement.insertAdjacentElement" - } - }, - "12004": { - "id": 12004, - "name": "insertAdjacentElement", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 12005, - 12006 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24775, - "name": "HTMLElement.insertAdjacentElement" - } - }, - "12005": { - "id": 12005, - "name": "where", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146913, - "name": "InsertPosition", - "package": "typescript" - } - }, - "12006": { - "id": 12006, - "name": "element", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - }, - "12007": { - "id": 12007, - "name": "insertAdjacentHTML", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12008 - ], - "inheritedFrom": { - "type": "reference", - "target": 24778, - "name": "HTMLElement.insertAdjacentHTML" - } - }, - "12008": { - "id": 12008, - "name": "insertAdjacentHTML", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 12009, - 12010 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24779, - "name": "HTMLElement.insertAdjacentHTML" - } - }, - "12009": { - "id": 12009, - "name": "position", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146913, - "name": "InsertPosition", - "package": "typescript" - } - }, - "12010": { - "id": 12010, - "name": "text", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "12011": { - "id": 12011, - "name": "insertAdjacentText", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12012 - ], - "inheritedFrom": { - "type": "reference", - "target": 24782, - "name": "HTMLElement.insertAdjacentText" - } - }, - "12012": { - "id": 12012, - "name": "insertAdjacentText", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 12013, - 12014 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24783, - "name": "HTMLElement.insertAdjacentText" - } - }, - "12013": { - "id": 12013, - "name": "where", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146913, - "name": "InsertPosition", - "package": "typescript" - } - }, - "12014": { - "id": 12014, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "12015": { - "id": 12015, - "name": "insertBefore", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12016 - ], - "inheritedFrom": { - "type": "reference", - "target": 24786, - "name": "HTMLElement.insertBefore" - } - }, - "12016": { - "id": 12016, - "name": "insertBefore", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 12017 - ], - "parameters": [ - 12018, - 12019 - ], - "type": { - "type": "reference", - "target": 17664, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 24787, - "name": "HTMLElement.insertBefore" - } - }, - "12018": { - "id": 12018, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17664, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "12019": { - "id": 12019, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "12020": { - "id": 12020, - "name": "isDefaultNamespace", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12021 - ], - "inheritedFrom": { - "type": "reference", - "target": 24791, - "name": "HTMLElement.isDefaultNamespace" - } - }, - "12021": { - "id": 12021, - "name": "isDefaultNamespace", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 12022 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24792, - "name": "HTMLElement.isDefaultNamespace" - } - }, - "12022": { - "id": 12022, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "12023": { - "id": 12023, - "name": "isEqualNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12024 - ], - "inheritedFrom": { - "type": "reference", - "target": 24794, - "name": "HTMLElement.isEqualNode" - } - }, - "12024": { - "id": 12024, - "name": "isEqualNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node and otherNode have the same properties." - } - ] - }, - "parameters": [ - 12025 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24795, - "name": "HTMLElement.isEqualNode" - } - }, - "12025": { - "id": 12025, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "12026": { - "id": 12026, - "name": "isSameNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12027 - ], - "inheritedFrom": { - "type": "reference", - "target": 24797, - "name": "HTMLElement.isSameNode" - } - }, - "12027": { - "id": 12027, - "name": "isSameNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 12028 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24798, - "name": "HTMLElement.isSameNode" - } - }, - "12028": { - "id": 12028, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "12029": { - "id": 12029, - "name": "lookupNamespaceURI", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12030 - ], - "inheritedFrom": { - "type": "reference", - "target": 24800, - "name": "HTMLElement.lookupNamespaceURI" - } - }, - "12030": { - "id": 12030, - "name": "lookupNamespaceURI", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 12031 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24801, - "name": "HTMLElement.lookupNamespaceURI" - } - }, - "12031": { - "id": 12031, - "name": "prefix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "12032": { - "id": 12032, - "name": "lookupPrefix", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12033 - ], - "inheritedFrom": { - "type": "reference", - "target": 24803, - "name": "HTMLElement.lookupPrefix" - } - }, - "12033": { - "id": 12033, - "name": "lookupPrefix", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 12034 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24804, - "name": "HTMLElement.lookupPrefix" - } - }, - "12034": { - "id": 12034, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "12035": { - "id": 12035, - "name": "matches", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12036 - ], - "inheritedFrom": { - "type": "reference", - "target": 24806, - "name": "HTMLElement.matches" - } - }, - "12036": { - "id": 12036, - "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." - } - ] - }, - "parameters": [ - 12037 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24807, - "name": "HTMLElement.matches" - } - }, - "12037": { - "id": 12037, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "12038": { - "id": 12038, - "name": "normalize", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12039 - ], - "inheritedFrom": { - "type": "reference", - "target": 24809, - "name": "HTMLElement.normalize" - } - }, - "12039": { - "id": 12039, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24810, - "name": "HTMLElement.normalize" - } - }, - "12040": { - "id": 12040, - "name": "prepend", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12041 - ], - "inheritedFrom": { - "type": "reference", - "target": 24811, - "name": "HTMLElement.prepend" - } - }, - "12041": { - "id": 12041, - "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." - } - ] - }, - "parameters": [ - 12042 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24812, - "name": "HTMLElement.prepend" - } - }, - "12042": { - "id": 12042, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "12043": { - "id": 12043, - "name": "querySelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12044, - 12047, - 12050 - ], - "inheritedFrom": { - "type": "reference", - "target": 24814, - "name": "HTMLElement.querySelector" - } - }, - "12044": { - "id": 12044, - "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." - } - ] - }, - "typeParameter": [ - 12045 - ], - "parameters": [ - 12046 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17692, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24815, - "name": "HTMLElement.querySelector" - } - }, - "12046": { - "id": 12046, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17692, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "12047": { - "id": 12047, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 12048 - ], - "parameters": [ - 12049 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17695, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24818, - "name": "HTMLElement.querySelector" - } - }, - "12049": { - "id": 12049, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17695, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "12050": { - "id": 12050, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 12051 - ], - "parameters": [ - 12052 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 17698, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24821, - "name": "HTMLElement.querySelector" - } - }, - "12052": { - "id": 12052, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "12053": { - "id": 12053, - "name": "querySelectorAll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12054, - 12057, - 12060 - ], - "inheritedFrom": { - "type": "reference", - "target": 24824, - "name": "HTMLElement.querySelectorAll" - } - }, - "12054": { - "id": 12054, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns all element descendants of node that match selectors." - } - ] - }, - "typeParameter": [ - 12055 - ], - "parameters": [ - 12056 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17702, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24825, - "name": "HTMLElement.querySelectorAll" - } - }, - "12056": { - "id": 12056, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17702, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "12057": { - "id": 12057, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 12058 - ], - "parameters": [ - 12059 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17705, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24828, - "name": "HTMLElement.querySelectorAll" - } - }, - "12059": { - "id": 12059, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17705, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "12060": { - "id": 12060, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 12061 - ], - "parameters": [ - 12062 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 17708, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24831, - "name": "HTMLElement.querySelectorAll" - } - }, - "12062": { - "id": 12062, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "12063": { - "id": 12063, - "name": "releasePointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12064 - ], - "inheritedFrom": { - "type": "reference", - "target": 24834, - "name": "HTMLElement.releasePointerCapture" - } - }, - "12064": { - "id": 12064, - "name": "releasePointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 12065 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24835, - "name": "HTMLElement.releasePointerCapture" - } - }, - "12065": { - "id": 12065, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "12066": { - "id": 12066, - "name": "remove", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12067 - ], - "inheritedFrom": { - "type": "reference", - "target": 24837, - "name": "HTMLElement.remove" - } - }, - "12067": { - "id": 12067, - "name": "remove", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24838, - "name": "HTMLElement.remove" - } - }, - "12068": { - "id": 12068, - "name": "removeAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12069 - ], - "inheritedFrom": { - "type": "reference", - "target": 24839, - "name": "HTMLElement.removeAttribute" - } - }, - "12069": { - "id": 12069, - "name": "removeAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes element's first attribute whose qualified name is qualifiedName." - } - ] - }, - "parameters": [ - 12070 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24840, - "name": "HTMLElement.removeAttribute" - } - }, - "12070": { - "id": 12070, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "12071": { - "id": 12071, - "name": "removeAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12072 - ], - "inheritedFrom": { - "type": "reference", - "target": 24842, - "name": "HTMLElement.removeAttributeNS" - } - }, - "12072": { - "id": 12072, - "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." - } - ] - }, - "parameters": [ - 12073, - 12074 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24843, - "name": "HTMLElement.removeAttributeNS" - } - }, - "12073": { - "id": 12073, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "12074": { - "id": 12074, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "12075": { - "id": 12075, - "name": "removeAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12076 - ], - "inheritedFrom": { - "type": "reference", - "target": 24846, - "name": "HTMLElement.removeAttributeNode" - } - }, - "12076": { - "id": 12076, - "name": "removeAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 12077 - ], - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24847, - "name": "HTMLElement.removeAttributeNode" - } - }, - "12077": { - "id": 12077, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - }, - "12078": { - "id": 12078, - "name": "removeChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12079 - ], - "inheritedFrom": { - "type": "reference", - "target": 24849, - "name": "HTMLElement.removeChild" - } - }, - "12079": { - "id": 12079, - "name": "removeChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 12080 - ], - "parameters": [ - 12081 - ], - "type": { - "type": "reference", - "target": 17727, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 24850, - "name": "HTMLElement.removeChild" - } - }, - "12081": { - "id": 12081, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17727, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "12082": { - "id": 12082, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12083, - 12092 - ], - "overwrites": { - "type": "reference", - "target": 24853, - "name": "HTMLElement.removeEventListener" - } - }, - "12083": { - "id": 12083, - "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." - } - ] - }, - "typeParameter": [ - 12084 - ], - "parameters": [ - 12085, - 12086, - 12091 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 24854, - "name": "HTMLElement.removeEventListener" - } - }, - "12084": { - "id": 12084, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 24959, - "name": "HTMLElementEventMap", - "package": "typescript" - } - } - }, - "12085": { - "id": 12085, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 12084, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "12086": { - "id": 12086, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 12087, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 12088 - ] - } - } - }, - "12091": { - "id": 12091, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 9433, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "12092": { - "id": 12092, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 12093, - 12094, - 12095 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 24863, - "name": "HTMLElement.removeEventListener" - } - }, - "12093": { - "id": 12093, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "12094": { - "id": 12094, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "12095": { - "id": 12095, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 9433, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "12096": { - "id": 12096, - "name": "replaceChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12097 - ], - "inheritedFrom": { - "type": "reference", - "target": 24867, - "name": "HTMLElement.replaceChild" - } - }, - "12097": { - "id": 12097, - "name": "replaceChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 12098 - ], - "parameters": [ - 12099, - 12100 - ], - "type": { - "type": "reference", - "target": 17745, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 24868, - "name": "HTMLElement.replaceChild" - } - }, - "12099": { - "id": 12099, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "12100": { - "id": 12100, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17745, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "12101": { - "id": 12101, - "name": "replaceChildren", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12102 - ], - "inheritedFrom": { - "type": "reference", - "target": 24872, - "name": "HTMLElement.replaceChildren" - } - }, - "12102": { - "id": 12102, - "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." - } - ] - }, - "parameters": [ - 12103 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24873, - "name": "HTMLElement.replaceChildren" - } - }, - "12103": { - "id": 12103, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "12104": { - "id": 12104, - "name": "replaceWith", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12105 - ], - "inheritedFrom": { - "type": "reference", - "target": 24875, - "name": "HTMLElement.replaceWith" - } - }, - "12105": { - "id": 12105, - "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." - } - ] - }, - "parameters": [ - 12106 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24876, - "name": "HTMLElement.replaceWith" - } - }, - "12106": { - "id": 12106, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "12107": { - "id": 12107, - "name": "requestFullscreen", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12108 - ], - "inheritedFrom": { - "type": "reference", - "target": 24878, - "name": "HTMLElement.requestFullscreen" - } - }, - "12108": { - "id": 12108, - "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." - } - ] - }, - "parameters": [ - 12109 - ], - "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": 24879, - "name": "HTMLElement.requestFullscreen" - } - }, - "12109": { - "id": 12109, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9703, - "name": "FullscreenOptions", - "package": "typescript" - } - }, - "12110": { - "id": 12110, - "name": "requestPointerLock", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12111 - ], - "inheritedFrom": { - "type": "reference", - "target": 24881, - "name": "HTMLElement.requestPointerLock" - } - }, - "12111": { - "id": 12111, - "name": "requestPointerLock", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24882, - "name": "HTMLElement.requestPointerLock" - } - }, - "12112": { - "id": 12112, - "name": "scroll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12113, - 12115 - ], - "inheritedFrom": { - "type": "reference", - "target": 24883, - "name": "HTMLElement.scroll" - } - }, - "12113": { - "id": 12113, - "name": "scroll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 12114 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24884, - "name": "HTMLElement.scroll" - } - }, - "12114": { - "id": 12114, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 139807, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "12115": { - "id": 12115, - "name": "scroll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 12116, - 12117 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24886, - "name": "HTMLElement.scroll" - } - }, - "12116": { - "id": 12116, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "12117": { - "id": 12117, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "12118": { - "id": 12118, - "name": "scrollBy", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12119, - 12121 - ], - "inheritedFrom": { - "type": "reference", - "target": 24889, - "name": "HTMLElement.scrollBy" - } - }, - "12119": { - "id": 12119, - "name": "scrollBy", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 12120 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24890, - "name": "HTMLElement.scrollBy" - } - }, - "12120": { - "id": 12120, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 139807, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "12121": { - "id": 12121, - "name": "scrollBy", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 12122, - 12123 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24892, - "name": "HTMLElement.scrollBy" - } - }, - "12122": { - "id": 12122, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "12123": { - "id": 12123, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "12124": { - "id": 12124, - "name": "scrollIntoView", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12125 - ], - "inheritedFrom": { - "type": "reference", - "target": 24895, - "name": "HTMLElement.scrollIntoView" - } - }, - "12125": { - "id": 12125, - "name": "scrollIntoView", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 12126 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24896, - "name": "HTMLElement.scrollIntoView" - } - }, - "12126": { - "id": 12126, - "name": "arg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 139801, - "name": "ScrollIntoViewOptions", - "package": "typescript" - } - ] - } - }, - "12127": { - "id": 12127, - "name": "scrollTo", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12128, - 12130 - ], - "inheritedFrom": { - "type": "reference", - "target": 24898, - "name": "HTMLElement.scrollTo" - } - }, - "12128": { - "id": 12128, - "name": "scrollTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 12129 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24899, - "name": "HTMLElement.scrollTo" - } - }, - "12129": { - "id": 12129, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 139807, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "12130": { - "id": 12130, - "name": "scrollTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 12131, - 12132 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24901, - "name": "HTMLElement.scrollTo" - } - }, - "12131": { - "id": 12131, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "12132": { - "id": 12132, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "12133": { - "id": 12133, - "name": "setAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12134 - ], - "inheritedFrom": { - "type": "reference", - "target": 24904, - "name": "HTMLElement.setAttribute" - } - }, - "12134": { - "id": 12134, - "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." - } - ] - }, - "parameters": [ - 12135, - 12136 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24905, - "name": "HTMLElement.setAttribute" - } - }, - "12135": { - "id": 12135, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "12136": { - "id": 12136, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "12137": { - "id": 12137, - "name": "setAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12138 - ], - "inheritedFrom": { - "type": "reference", - "target": 24908, - "name": "HTMLElement.setAttributeNS" - } - }, - "12138": { - "id": 12138, - "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." - } - ] - }, - "parameters": [ - 12139, - 12140, - 12141 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24909, - "name": "HTMLElement.setAttributeNS" - } - }, - "12139": { - "id": 12139, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "12140": { - "id": 12140, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "12141": { - "id": 12141, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "12142": { - "id": 12142, - "name": "setAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12143 - ], - "inheritedFrom": { - "type": "reference", - "target": 24913, - "name": "HTMLElement.setAttributeNode" - } - }, - "12143": { - "id": 12143, - "name": "setAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 12144 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24914, - "name": "HTMLElement.setAttributeNode" - } - }, - "12144": { - "id": 12144, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - }, - "12145": { - "id": 12145, - "name": "setAttributeNodeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12146 - ], - "inheritedFrom": { - "type": "reference", - "target": 24916, - "name": "HTMLElement.setAttributeNodeNS" - } - }, - "12146": { - "id": 12146, - "name": "setAttributeNodeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 12147 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24917, - "name": "HTMLElement.setAttributeNodeNS" - } - }, - "12147": { - "id": 12147, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - }, - "12148": { - "id": 12148, - "name": "setPointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12149 - ], - "inheritedFrom": { - "type": "reference", - "target": 24919, - "name": "HTMLElement.setPointerCapture" - } - }, - "12149": { - "id": 12149, - "name": "setPointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 12150 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24920, - "name": "HTMLElement.setPointerCapture" - } - }, - "12150": { - "id": 12150, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "12151": { - "id": 12151, - "name": "toString", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12152 - ], - "inheritedFrom": { - "type": "reference", - "target": 33414, - "name": "HTMLHyperlinkElementUtils.toString" - } - }, - "12152": { - "id": 12152, - "name": "toString", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 33415, - "name": "HTMLHyperlinkElementUtils.toString" - } - }, - "12153": { - "id": 12153, - "name": "toggleAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12154 - ], - "inheritedFrom": { - "type": "reference", - "target": 24922, - "name": "HTMLElement.toggleAttribute" - } - }, - "12154": { - "id": 12154, - "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." - } - ] - }, - "parameters": [ - 12155, - 12156 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24923, - "name": "HTMLElement.toggleAttribute" - } - }, - "12155": { - "id": 12155, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "12156": { - "id": 12156, - "name": "force", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "12157": { - "id": 12157, - "name": "webkitMatchesSelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 12158 - ], - "inheritedFrom": { - "type": "reference", - "target": 24926, - "name": "HTMLElement.webkitMatchesSelector" - } - }, - "12158": { - "id": 12158, - "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": "." - } - ] - } - ] - }, - "parameters": [ - 12159 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24927, - "name": "HTMLElement.webkitMatchesSelector" - } - }, - "12159": { - "id": 12159, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "16898": { - "id": 16898, - "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." - } - ] - }, - "children": [ - 16899, - 16900, - 16901, - 16902, - 16903, - 16904, - 16905, - 16906, - 16907, - 16908, - 16909, - 16910, - 16911, - 16912, - 16913, - 16914, - 16915, - 16916, - 16917, - 16918, - 16919, - 16920, - 16921, - 16922, - 16923, - 16924, - 16925, - 16926, - 16927, - 16928, - 16929, - 16930, - 16931, - 16932, - 16933, - 16934, - 16935, - 16936, - 16937, - 16938, - 16939, - 16940, - 16941, - 16942, - 16943, - 16944, - 16945, - 16946, - 16947, - 16948, - 16949, - 16950, - 16951, - 16952, - 16953, - 16954, - 16955, - 16956, - 16957, - 16958, - 16959, - 16960, - 16961, - 16962, - 16963, - 16964, - 16965, - 16966, - 16967, - 16968, - 16969, - 16970, - 16971, - 16972, - 16973, - 16974, - 16975, - 16976, - 16977, - 16978, - 16979, - 16980, - 16981, - 16982, - 16983, - 16984, - 16985, - 16986, - 16987, - 16988, - 16989, - 16990, - 16991, - 16992, - 16993, - 16994, - 16995, - 16996, - 16997, - 16998, - 16999, - 17000, - 17001, - 17002, - 17003, - 17004, - 17009, - 17014, - 17019, - 17024, - 17029, - 17034, - 17039, - 17044, - 17049, - 17054, - 17059, - 17064, - 17069, - 17074, - 17079, - 17084, - 17089, - 17094, - 17099, - 17104, - 17109, - 17114, - 17119, - 17124, - 17129, - 17134, - 17139, - 17144, - 17149, - 17150, - 17155, - 17160, - 17165, - 17170, - 17175, - 17180, - 17185, - 17190, - 17195, - 17200, - 17205, - 17210, - 17215, - 17220, - 17225, - 17230, - 17235, - 17240, - 17245, - 17250, - 17255, - 17260, - 17265, - 17270, - 17275, - 17280, - 17285, - 17290, - 17295, - 17300, - 17305, - 17310, - 17315, - 17320, - 17325, - 17330, - 17335, - 17340, - 17345, - 17350, - 17355, - 17360, - 17365, - 17370, - 17375, - 17380, - 17385, - 17390, - 17395, - 17400, - 17405, - 17410, - 17415, - 17420, - 17425, - 17430, - 17435, - 17440, - 17445, - 17450, - 17455, - 17460, - 17465, - 17470, - 17475, - 17480, - 17481, - 17482, - 17483, - 17484, - 17485, - 17486, - 17487, - 17488, - 17489, - 17490, - 17491, - 17492, - 17493, - 17494, - 17495, - 17496, - 17497, - 17498, - 17499, - 17500, - 17501, - 17502, - 17503, - 17504, - 17518, - 17521, - 17525, - 17528, - 17532, - 17534, - 17537, - 17540, - 17542, - 17545, - 17547, - 17550, - 17560, - 17563, - 17566, - 17569, - 17572, - 17575, - 17578, - 17582, - 17584, - 17587, - 17591, - 17593, - 17595, - 17611, - 17614, - 17623, - 17633, - 17636, - 17639, - 17643, - 17645, - 17647, - 17650, - 17654, - 17658, - 17662, - 17667, - 17670, - 17673, - 17676, - 17679, - 17682, - 17685, - 17687, - 17690, - 17700, - 17710, - 17713, - 17715, - 17718, - 17722, - 17725, - 17729, - 17743, - 17748, - 17751, - 17754, - 17757, - 17759, - 17765, - 17771, - 17774, - 17780, - 17784, - 17789, - 17792, - 17795, - 17798, - 17803, - 17807, - 17811, - 17813 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 16899, - 16900, - 16901, - 16902, - 16903, - 16904, - 16905, - 16906, - 16907, - 16908, - 16909, - 16910, - 16911, - 16912, - 16913, - 16914, - 16915, - 16916, - 16917, - 16918, - 16919, - 16920, - 16921, - 16922, - 16923, - 16924, - 16925, - 16926, - 16927, - 16928, - 16929, - 16930, - 16931, - 16932, - 16933, - 16934, - 16935, - 16936, - 16937, - 16938, - 16939, - 16940, - 16941, - 16942, - 16943, - 16944, - 16945, - 16946, - 16947, - 16948, - 16949, - 16950, - 16951, - 16952, - 16953, - 16954, - 16955, - 16956, - 16957, - 16958, - 16959, - 16960, - 16961, - 16962, - 16963, - 16964, - 16965, - 16966, - 16967, - 16968, - 16969, - 16970, - 16971, - 16972, - 16973, - 16974, - 16975, - 16976, - 16977, - 16978, - 16979, - 16980, - 16981, - 16982, - 16983, - 16984, - 16985, - 16986, - 16987, - 16988, - 16989, - 16990, - 16991, - 16992, - 16993, - 16994, - 16995, - 16996, - 16997, - 16998, - 16999, - 17000, - 17001, - 17002, - 17003, - 17004, - 17009, - 17014, - 17019, - 17024, - 17029, - 17034, - 17039, - 17044, - 17049, - 17054, - 17059, - 17064, - 17069, - 17074, - 17079, - 17084, - 17089, - 17094, - 17099, - 17104, - 17109, - 17114, - 17119, - 17124, - 17129, - 17134, - 17139, - 17144, - 17149, - 17150, - 17155, - 17160, - 17165, - 17170, - 17175, - 17180, - 17185, - 17190, - 17195, - 17200, - 17205, - 17210, - 17215, - 17220, - 17225, - 17230, - 17235, - 17240, - 17245, - 17250, - 17255, - 17260, - 17265, - 17270, - 17275, - 17280, - 17285, - 17290, - 17295, - 17300, - 17305, - 17310, - 17315, - 17320, - 17325, - 17330, - 17335, - 17340, - 17345, - 17350, - 17355, - 17360, - 17365, - 17370, - 17375, - 17380, - 17385, - 17390, - 17395, - 17400, - 17405, - 17410, - 17415, - 17420, - 17425, - 17430, - 17435, - 17440, - 17445, - 17450, - 17455, - 17460, - 17465, - 17470, - 17475, - 17480, - 17481, - 17482, - 17483, - 17484, - 17485, - 17486, - 17487, - 17488, - 17489, - 17490, - 17491, - 17492, - 17493, - 17494, - 17495, - 17496, - 17497, - 17498, - 17499, - 17500, - 17501, - 17502, - 17503 - ] - }, - { - "title": "Methods", - "children": [ - 17504, - 17518, - 17521, - 17525, - 17528, - 17532, - 17534, - 17537, - 17540, - 17542, - 17545, - 17547, - 17550, - 17560, - 17563, - 17566, - 17569, - 17572, - 17575, - 17578, - 17582, - 17584, - 17587, - 17591, - 17593, - 17595, - 17611, - 17614, - 17623, - 17633, - 17636, - 17639, - 17643, - 17645, - 17647, - 17650, - 17654, - 17658, - 17662, - 17667, - 17670, - 17673, - 17676, - 17679, - 17682, - 17685, - 17687, - 17690, - 17700, - 17710, - 17713, - 17715, - 17718, - 17722, - 17725, - 17729, - 17743, - 17748, - 17751, - 17754, - 17757, - 17759, - 17765, - 17771, - 17774, - 17780, - 17784, - 17789, - 17792, - 17795, - 17798, - 17803, - 17807, - 17811, - 17813 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "16899": { - "id": 16899, - "name": "ATTRIBUTE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24044, - "name": "HTMLElement.ATTRIBUTE_NODE" - } - }, - "16900": { - "id": 16900, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24045, - "name": "HTMLElement.CDATA_SECTION_NODE" - } - }, - "16901": { - "id": 16901, - "name": "COMMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Comment node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24046, - "name": "HTMLElement.COMMENT_NODE" - } - }, - "16902": { - "id": 16902, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24047, - "name": "HTMLElement.DOCUMENT_FRAGMENT_NODE" - } - }, - "16903": { - "id": 16903, - "name": "DOCUMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a document." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24048, - "name": "HTMLElement.DOCUMENT_NODE" - } - }, - "16904": { - "id": 16904, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24049, - "name": "HTMLElement.DOCUMENT_POSITION_CONTAINED_BY" - } - }, - "16905": { - "id": 16905, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24050, - "name": "HTMLElement.DOCUMENT_POSITION_CONTAINS" - } - }, - "16906": { - "id": 16906, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24051, - "name": "HTMLElement.DOCUMENT_POSITION_DISCONNECTED" - } - }, - "16907": { - "id": 16907, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24052, - "name": "HTMLElement.DOCUMENT_POSITION_FOLLOWING" - } - }, - "16908": { - "id": 16908, - "name": "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24053, - "name": "HTMLElement.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" - } - }, - "16909": { - "id": 16909, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24054, - "name": "HTMLElement.DOCUMENT_POSITION_PRECEDING" - } - }, - "16910": { - "id": 16910, - "name": "DOCUMENT_TYPE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a doctype." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24055, - "name": "HTMLElement.DOCUMENT_TYPE_NODE" - } - }, - "16911": { - "id": 16911, - "name": "ELEMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is an element." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24056, - "name": "HTMLElement.ELEMENT_NODE" - } - }, - "16912": { - "id": 16912, - "name": "ENTITY_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24057, - "name": "HTMLElement.ENTITY_NODE" - } - }, - "16913": { - "id": 16913, - "name": "ENTITY_REFERENCE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24058, - "name": "HTMLElement.ENTITY_REFERENCE_NODE" - } - }, - "16914": { - "id": 16914, - "name": "NOTATION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24059, - "name": "HTMLElement.NOTATION_NODE" - } - }, - "16915": { - "id": 16915, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24060, - "name": "HTMLElement.PROCESSING_INSTRUCTION_NODE" - } - }, - "16916": { - "id": 16916, - "name": "TEXT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Text node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24061, - "name": "HTMLElement.TEXT_NODE" - } - }, - "16917": { - "id": 16917, - "name": "accessKey", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24062, - "name": "HTMLElement.accessKey" - } - }, - "16918": { - "id": 16918, - "name": "accessKeyLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24063, - "name": "HTMLElement.accessKeyLabel" - } - }, - "16919": { - "id": 16919, - "name": "ariaAtomic", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24064, - "name": "HTMLElement.ariaAtomic" - } - }, - "16920": { - "id": 16920, - "name": "ariaAutoComplete", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24065, - "name": "HTMLElement.ariaAutoComplete" - } - }, - "16921": { - "id": 16921, - "name": "ariaBusy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24066, - "name": "HTMLElement.ariaBusy" - } - }, - "16922": { - "id": 16922, - "name": "ariaChecked", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24067, - "name": "HTMLElement.ariaChecked" - } - }, - "16923": { - "id": 16923, - "name": "ariaColCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24068, - "name": "HTMLElement.ariaColCount" - } - }, - "16924": { - "id": 16924, - "name": "ariaColIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24069, - "name": "HTMLElement.ariaColIndex" - } - }, - "16925": { - "id": 16925, - "name": "ariaColIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24070, - "name": "HTMLElement.ariaColIndexText" - } - }, - "16926": { - "id": 16926, - "name": "ariaColSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24071, - "name": "HTMLElement.ariaColSpan" - } - }, - "16927": { - "id": 16927, - "name": "ariaCurrent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24072, - "name": "HTMLElement.ariaCurrent" - } - }, - "16928": { - "id": 16928, - "name": "ariaDisabled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24073, - "name": "HTMLElement.ariaDisabled" - } - }, - "16929": { - "id": 16929, - "name": "ariaExpanded", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24074, - "name": "HTMLElement.ariaExpanded" - } - }, - "16930": { - "id": 16930, - "name": "ariaHasPopup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24075, - "name": "HTMLElement.ariaHasPopup" - } - }, - "16931": { - "id": 16931, - "name": "ariaHidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24076, - "name": "HTMLElement.ariaHidden" - } - }, - "16932": { - "id": 16932, - "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": 24077, - "name": "HTMLElement.ariaInvalid" - } - }, - "16933": { - "id": 16933, - "name": "ariaKeyShortcuts", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24078, - "name": "HTMLElement.ariaKeyShortcuts" - } - }, - "16934": { - "id": 16934, - "name": "ariaLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24079, - "name": "HTMLElement.ariaLabel" - } - }, - "16935": { - "id": 16935, - "name": "ariaLevel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24080, - "name": "HTMLElement.ariaLevel" - } - }, - "16936": { - "id": 16936, - "name": "ariaLive", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24081, - "name": "HTMLElement.ariaLive" - } - }, - "16937": { - "id": 16937, - "name": "ariaModal", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24082, - "name": "HTMLElement.ariaModal" - } - }, - "16938": { - "id": 16938, - "name": "ariaMultiLine", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24083, - "name": "HTMLElement.ariaMultiLine" - } - }, - "16939": { - "id": 16939, - "name": "ariaMultiSelectable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24084, - "name": "HTMLElement.ariaMultiSelectable" - } - }, - "16940": { - "id": 16940, - "name": "ariaOrientation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24085, - "name": "HTMLElement.ariaOrientation" - } - }, - "16941": { - "id": 16941, - "name": "ariaPlaceholder", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24086, - "name": "HTMLElement.ariaPlaceholder" - } - }, - "16942": { - "id": 16942, - "name": "ariaPosInSet", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24087, - "name": "HTMLElement.ariaPosInSet" - } - }, - "16943": { - "id": 16943, - "name": "ariaPressed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24088, - "name": "HTMLElement.ariaPressed" - } - }, - "16944": { - "id": 16944, - "name": "ariaReadOnly", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24089, - "name": "HTMLElement.ariaReadOnly" - } - }, - "16945": { - "id": 16945, - "name": "ariaRequired", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24090, - "name": "HTMLElement.ariaRequired" - } - }, - "16946": { - "id": 16946, - "name": "ariaRoleDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24091, - "name": "HTMLElement.ariaRoleDescription" - } - }, - "16947": { - "id": 16947, - "name": "ariaRowCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24092, - "name": "HTMLElement.ariaRowCount" - } - }, - "16948": { - "id": 16948, - "name": "ariaRowIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24093, - "name": "HTMLElement.ariaRowIndex" - } - }, - "16949": { - "id": 16949, - "name": "ariaRowIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24094, - "name": "HTMLElement.ariaRowIndexText" - } - }, - "16950": { - "id": 16950, - "name": "ariaRowSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24095, - "name": "HTMLElement.ariaRowSpan" - } - }, - "16951": { - "id": 16951, - "name": "ariaSelected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24096, - "name": "HTMLElement.ariaSelected" - } - }, - "16952": { - "id": 16952, - "name": "ariaSetSize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24097, - "name": "HTMLElement.ariaSetSize" - } - }, - "16953": { - "id": 16953, - "name": "ariaSort", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24098, - "name": "HTMLElement.ariaSort" - } - }, - "16954": { - "id": 16954, - "name": "ariaValueMax", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24099, - "name": "HTMLElement.ariaValueMax" - } - }, - "16955": { - "id": 16955, - "name": "ariaValueMin", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24100, - "name": "HTMLElement.ariaValueMin" - } - }, - "16956": { - "id": 16956, - "name": "ariaValueNow", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24101, - "name": "HTMLElement.ariaValueNow" - } - }, - "16957": { - "id": 16957, - "name": "ariaValueText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24102, - "name": "HTMLElement.ariaValueText" - } - }, - "16958": { - "id": 16958, - "name": "assignedSlot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 56900, - "name": "HTMLSlotElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24103, - "name": "HTMLElement.assignedSlot" - } - }, - "16959": { - "id": 16959, - "name": "attributes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NamedNodeMap" - }, - "name": "NamedNodeMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24104, - "name": "HTMLElement.attributes" - } - }, - "16960": { - "id": 16960, - "name": "autocapitalize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24105, - "name": "HTMLElement.autocapitalize" - } - }, - "16961": { - "id": 16961, - "name": "autofocus", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24106, - "name": "HTMLElement.autofocus" - } - }, - "16962": { - "id": 16962, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24107, - "name": "HTMLElement.baseURI" - } - }, - "16963": { - "id": 16963, - "name": "childElementCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24108, - "name": "HTMLElement.childElementCount" - } - }, - "16964": { - "id": 16964, - "name": "childNodes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the children." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24109, - "name": "HTMLElement.childNodes" - } - }, - "16965": { - "id": 16965, - "name": "children", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the child elements." - } - ] - }, - "type": { - "type": "reference", - "target": 17816, - "name": "HTMLCollection", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24110, - "name": "HTMLElement.children" - } - }, - "16966": { - "id": 16966, - "name": "classList", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": 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." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24111, - "name": "HTMLElement.classList" - } - }, - "16967": { - "id": 16967, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24112, - "name": "HTMLElement.className" - } - }, - "16968": { - "id": 16968, - "name": "clientHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24113, - "name": "HTMLElement.clientHeight" - } - }, - "16969": { - "id": 16969, - "name": "clientLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24114, - "name": "HTMLElement.clientLeft" - } - }, - "16970": { - "id": 16970, - "name": "clientTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24115, - "name": "HTMLElement.clientTop" - } - }, - "16971": { - "id": 16971, - "name": "clientWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24116, - "name": "HTMLElement.clientWidth" - } - }, - "16972": { - "id": 16972, - "name": "contentEditable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24117, - "name": "HTMLElement.contentEditable" - } - }, - "16973": { - "id": 16973, - "name": "dataset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": 7181, - "name": "DOMStringMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24118, - "name": "HTMLElement.dataset" - } - }, - "16974": { - "id": 16974, - "name": "dir", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24119, - "name": "HTMLElement.dir" - } - }, - "16975": { - "id": 16975, - "name": "draggable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24120, - "name": "HTMLElement.draggable" - } - }, - "16976": { - "id": 16976, - "name": "enterKeyHint", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24121, - "name": "HTMLElement.enterKeyHint" - } - }, - "16977": { - "id": 16977, - "name": "firstChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24122, - "name": "HTMLElement.firstChild" - } - }, - "16978": { - "id": 16978, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24123, - "name": "HTMLElement.firstElementChild" - } - }, - "16979": { - "id": 16979, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "16980": { - "id": 16980, - "name": "hidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24124, - "name": "HTMLElement.hidden" - } - }, - "16981": { - "id": 16981, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24125, - "name": "HTMLElement.id" - } - }, - "16982": { - "id": 16982, - "name": "inert", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24126, - "name": "HTMLElement.inert" - } - }, - "16983": { - "id": 16983, - "name": "innerHTML", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24127, - "name": "HTMLElement.innerHTML" - } - }, - "16984": { - "id": 16984, - "name": "innerText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24128, - "name": "HTMLElement.innerText" - } - }, - "16985": { - "id": 16985, - "name": "inputMode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24129, - "name": "HTMLElement.inputMode" - } - }, - "16986": { - "id": 16986, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24130, - "name": "HTMLElement.isConnected" - } - }, - "16987": { - "id": 16987, - "name": "isContentEditable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24131, - "name": "HTMLElement.isContentEditable" - } - }, - "16988": { - "id": 16988, - "name": "lang", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24132, - "name": "HTMLElement.lang" - } - }, - "16989": { - "id": 16989, - "name": "lastChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24133, - "name": "HTMLElement.lastChild" - } - }, - "16990": { - "id": 16990, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24134, - "name": "HTMLElement.lastElementChild" - } - }, - "16991": { - "id": 16991, - "name": "localName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the local name." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24135, - "name": "HTMLElement.localName" - } - }, - "16992": { - "id": 16992, - "name": "namespaceURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the namespace." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24136, - "name": "HTMLElement.namespaceURI" - } - }, - "16993": { - "id": 16993, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24137, - "name": "HTMLElement.nextElementSibling" - } - }, - "16994": { - "id": 16994, - "name": "nextSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the next sibling." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24138, - "name": "HTMLElement.nextSibling" - } - }, - "16995": { - "id": 16995, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24139, - "name": "HTMLElement.nodeName" - } - }, - "16996": { - "id": 16996, - "name": "nodeType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24140, - "name": "HTMLElement.nodeType" - } - }, - "16997": { - "id": 16997, - "name": "nodeValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24141, - "name": "HTMLElement.nodeValue" - } - }, - "16998": { - "id": 16998, - "name": "nonce", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24142, - "name": "HTMLElement.nonce" - } - }, - "16999": { - "id": 16999, - "name": "offsetHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24143, - "name": "HTMLElement.offsetHeight" - } - }, - "17000": { - "id": 17000, - "name": "offsetLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24144, - "name": "HTMLElement.offsetLeft" - } - }, - "17001": { - "id": 17001, - "name": "offsetParent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24145, - "name": "HTMLElement.offsetParent" - } - }, - "17002": { - "id": 17002, - "name": "offsetTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24146, - "name": "HTMLElement.offsetTop" - } - }, - "17003": { - "id": 17003, - "name": "offsetWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24147, - "name": "HTMLElement.offsetWidth" - } - }, - "17004": { - "id": 17004, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17005, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17006, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17007, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17008, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141101, - "name": "UIEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24148, - "name": "HTMLElement.onabort" - } - }, - "17009": { - "id": 17009, - "name": "onanimationcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17010, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17011, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17012, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17013, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24153, - "name": "HTMLElement.onanimationcancel" - } - }, - "17014": { - "id": 17014, - "name": "onanimationend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17015, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17016, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17017, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17018, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24158, - "name": "HTMLElement.onanimationend" - } - }, - "17019": { - "id": 17019, - "name": "onanimationiteration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17020, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17021, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17022, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17023, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24163, - "name": "HTMLElement.onanimationiteration" - } - }, - "17024": { - "id": 17024, - "name": "onanimationstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17025, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17026, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17027, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17028, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24168, - "name": "HTMLElement.onanimationstart" - } - }, - "17029": { - "id": 17029, - "name": "onauxclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17030, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17031, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17032, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17033, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24173, - "name": "HTMLElement.onauxclick" - } - }, - "17034": { - "id": 17034, - "name": "onbeforeinput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17035, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17036, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17037, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17038, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73624, - "name": "InputEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24178, - "name": "HTMLElement.onbeforeinput" - } - }, - "17039": { - "id": 17039, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17040, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17041, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17042, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17043, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9547, - "name": "FocusEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24183, - "name": "HTMLElement.onblur" - } - }, - "17044": { - "id": 17044, - "name": "oncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17045, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17046, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17047, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17048, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24188, - "name": "HTMLElement.oncancel" - } - }, - "17049": { - "id": 17049, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17050, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17051, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17052, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17053, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24193, - "name": "HTMLElement.oncanplay" - } - }, - "17054": { - "id": 17054, - "name": "oncanplaythrough", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17055, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17056, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17057, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17058, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24198, - "name": "HTMLElement.oncanplaythrough" - } - }, - "17059": { - "id": 17059, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17060, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17061, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17062, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17063, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24203, - "name": "HTMLElement.onchange" - } - }, - "17064": { - "id": 17064, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17065, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17066, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17067, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17068, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24208, - "name": "HTMLElement.onclick" - } - }, - "17069": { - "id": 17069, - "name": "onclose", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17070, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17071, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17072, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17073, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24213, - "name": "HTMLElement.onclose" - } - }, - "17074": { - "id": 17074, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17075, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17076, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17077, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17078, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24218, - "name": "HTMLElement.oncontextmenu" - } - }, - "17079": { - "id": 17079, - "name": "oncopy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17080, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17081, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17082, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8311, - "name": "DocumentAndElementEventHandlers", - "package": "typescript" - } - }, - { - "id": 17083, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6441, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24223, - "name": "HTMLElement.oncopy" - } - }, - "17084": { - "id": 17084, - "name": "oncuechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17085, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17086, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17087, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17088, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24228, - "name": "HTMLElement.oncuechange" - } - }, - "17089": { - "id": 17089, - "name": "oncut", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17090, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17091, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17092, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8311, - "name": "DocumentAndElementEventHandlers", - "package": "typescript" - } - }, - { - "id": 17093, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6441, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24233, - "name": "HTMLElement.oncut" - } - }, - "17094": { - "id": 17094, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17095, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17096, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17097, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17098, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24238, - "name": "HTMLElement.ondblclick" - } - }, - "17099": { - "id": 17099, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17100, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17101, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17102, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17103, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24243, - "name": "HTMLElement.ondrag" - } - }, - "17104": { - "id": 17104, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17105, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17106, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17107, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17108, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24248, - "name": "HTMLElement.ondragend" - } - }, - "17109": { - "id": 17109, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17110, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17111, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17112, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17113, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24253, - "name": "HTMLElement.ondragenter" - } - }, - "17114": { - "id": 17114, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17115, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17116, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17117, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17118, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24258, - "name": "HTMLElement.ondragleave" - } - }, - "17119": { - "id": 17119, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17120, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17121, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17122, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17123, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24263, - "name": "HTMLElement.ondragover" - } - }, - "17124": { - "id": 17124, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17125, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17126, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17127, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17128, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24268, - "name": "HTMLElement.ondragstart" - } - }, - "17129": { - "id": 17129, - "name": "ondrop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17130, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17131, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17132, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17133, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24273, - "name": "HTMLElement.ondrop" - } - }, - "17134": { - "id": 17134, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17135, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17136, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17137, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17138, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24278, - "name": "HTMLElement.ondurationchange" - } - }, - "17139": { - "id": 17139, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17140, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17141, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17142, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17143, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24283, - "name": "HTMLElement.onemptied" - } - }, - "17144": { - "id": 17144, - "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" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17145, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17146, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17147, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17148, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24288, - "name": "HTMLElement.onended" - } - }, - "17149": { - "id": 17149, - "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." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 146937, - "name": "OnErrorEventHandler", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24293, - "name": "HTMLElement.onerror" - } - }, - "17150": { - "id": 17150, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17151, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17152, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17153, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17154, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9547, - "name": "FocusEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24294, - "name": "HTMLElement.onfocus" - } - }, - "17155": { - "id": 17155, - "name": "onformdata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17156, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17157, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17158, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17159, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9663, - "name": "FormDataEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24299, - "name": "HTMLElement.onformdata" - } - }, - "17160": { - "id": 17160, - "name": "onfullscreenchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17161, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17162, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17163, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - }, - { - "id": 17164, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24304, - "name": "HTMLElement.onfullscreenchange" - } - }, - "17165": { - "id": 17165, - "name": "onfullscreenerror", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17166, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17167, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17168, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - }, - { - "id": 17169, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24309, - "name": "HTMLElement.onfullscreenerror" - } - }, - "17170": { - "id": 17170, - "name": "ongotpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17171, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17172, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17173, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17174, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24314, - "name": "HTMLElement.ongotpointercapture" - } - }, - "17175": { - "id": 17175, - "name": "oninput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17176, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17177, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17178, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17179, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24319, - "name": "HTMLElement.oninput" - } - }, - "17180": { - "id": 17180, - "name": "oninvalid", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17181, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17182, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17183, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17184, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24324, - "name": "HTMLElement.oninvalid" - } - }, - "17185": { - "id": 17185, - "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" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17186, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17187, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17188, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17189, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73726, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24329, - "name": "HTMLElement.onkeydown" - } - }, - "17190": { - "id": 17190, - "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": [] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17191, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17192, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17193, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17194, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73726, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24334, - "name": "HTMLElement.onkeypress" - } - }, - "17195": { - "id": 17195, - "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" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17196, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17197, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17198, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17199, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73726, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24339, - "name": "HTMLElement.onkeyup" - } - }, - "17200": { - "id": 17200, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17201, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17202, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17203, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17204, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24344, - "name": "HTMLElement.onload" - } - }, - "17205": { - "id": 17205, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17206, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17207, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17208, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17209, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24349, - "name": "HTMLElement.onloadeddata" - } - }, - "17210": { - "id": 17210, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17211, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17212, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17213, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17214, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24354, - "name": "HTMLElement.onloadedmetadata" - } - }, - "17215": { - "id": 17215, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17216, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17217, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17218, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17219, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24359, - "name": "HTMLElement.onloadstart" - } - }, - "17220": { - "id": 17220, - "name": "onlostpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17221, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17222, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17223, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17224, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24364, - "name": "HTMLElement.onlostpointercapture" - } - }, - "17225": { - "id": 17225, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17226, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17227, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17228, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17229, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24369, - "name": "HTMLElement.onmousedown" - } - }, - "17230": { - "id": 17230, - "name": "onmouseenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17231, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17232, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17233, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17234, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24374, - "name": "HTMLElement.onmouseenter" - } - }, - "17235": { - "id": 17235, - "name": "onmouseleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17236, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17237, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17238, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17239, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24379, - "name": "HTMLElement.onmouseleave" - } - }, - "17240": { - "id": 17240, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17241, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17242, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17243, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17244, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24384, - "name": "HTMLElement.onmousemove" - } - }, - "17245": { - "id": 17245, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17246, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17247, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17248, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17249, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24389, - "name": "HTMLElement.onmouseout" - } - }, - "17250": { - "id": 17250, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17251, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17252, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17253, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17254, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24394, - "name": "HTMLElement.onmouseover" - } - }, - "17255": { - "id": 17255, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17256, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17257, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17258, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17259, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24399, - "name": "HTMLElement.onmouseup" - } - }, - "17260": { - "id": 17260, - "name": "onpaste", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17261, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17262, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17263, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8311, - "name": "DocumentAndElementEventHandlers", - "package": "typescript" - } - }, - { - "id": 17264, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6441, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24404, - "name": "HTMLElement.onpaste" - } - }, - "17265": { - "id": 17265, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17266, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17267, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17268, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17269, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24409, - "name": "HTMLElement.onpause" - } - }, - "17270": { - "id": 17270, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17271, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17272, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17273, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17274, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24414, - "name": "HTMLElement.onplay" - } - }, - "17275": { - "id": 17275, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17276, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17277, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17278, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17279, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24419, - "name": "HTMLElement.onplaying" - } - }, - "17280": { - "id": 17280, - "name": "onpointercancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17281, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17282, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17283, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17284, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24424, - "name": "HTMLElement.onpointercancel" - } - }, - "17285": { - "id": 17285, - "name": "onpointerdown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17286, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17287, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17288, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17289, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24429, - "name": "HTMLElement.onpointerdown" - } - }, - "17290": { - "id": 17290, - "name": "onpointerenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17291, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17292, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17293, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17294, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24434, - "name": "HTMLElement.onpointerenter" - } - }, - "17295": { - "id": 17295, - "name": "onpointerleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17296, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17297, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17298, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17299, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24439, - "name": "HTMLElement.onpointerleave" - } - }, - "17300": { - "id": 17300, - "name": "onpointermove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17301, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17302, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17303, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17304, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24444, - "name": "HTMLElement.onpointermove" - } - }, - "17305": { - "id": 17305, - "name": "onpointerout", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17306, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17307, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17308, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17309, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24449, - "name": "HTMLElement.onpointerout" - } - }, - "17310": { - "id": 17310, - "name": "onpointerover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17311, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17312, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17313, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17314, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24454, - "name": "HTMLElement.onpointerover" - } - }, - "17315": { - "id": 17315, - "name": "onpointerup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17316, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17317, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17318, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17319, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24459, - "name": "HTMLElement.onpointerup" - } - }, - "17320": { - "id": 17320, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17321, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17322, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17323, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17324, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 76079, - "typeArguments": [ - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ], - "name": "ProgressEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24464, - "name": "HTMLElement.onprogress" - } - }, - "17325": { - "id": 17325, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17326, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17327, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17328, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17329, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24469, - "name": "HTMLElement.onratechange" - } - }, - "17330": { - "id": 17330, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17331, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17332, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17333, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17334, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24474, - "name": "HTMLElement.onreset" - } - }, - "17335": { - "id": 17335, - "name": "onresize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17336, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17337, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17338, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17339, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141101, - "name": "UIEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24479, - "name": "HTMLElement.onresize" - } - }, - "17340": { - "id": 17340, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17341, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17342, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17343, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17344, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24484, - "name": "HTMLElement.onscroll" - } - }, - "17345": { - "id": 17345, - "name": "onsecuritypolicyviolation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17346, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17347, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17348, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17349, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 139811, - "name": "SecurityPolicyViolationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24489, - "name": "HTMLElement.onsecuritypolicyviolation" - } - }, - "17350": { - "id": 17350, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17351, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17352, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17353, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17354, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24494, - "name": "HTMLElement.onseeked" - } - }, - "17355": { - "id": 17355, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17356, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17357, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17358, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17359, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24499, - "name": "HTMLElement.onseeking" - } - }, - "17360": { - "id": 17360, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17361, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17362, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17363, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17364, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24504, - "name": "HTMLElement.onselect" - } - }, - "17365": { - "id": 17365, - "name": "onselectionchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17366, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17367, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17368, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17369, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24509, - "name": "HTMLElement.onselectionchange" - } - }, - "17370": { - "id": 17370, - "name": "onselectstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17371, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17372, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17373, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17374, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24514, - "name": "HTMLElement.onselectstart" - } - }, - "17375": { - "id": 17375, - "name": "onslotchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17376, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17377, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17378, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17379, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24519, - "name": "HTMLElement.onslotchange" - } - }, - "17380": { - "id": 17380, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17381, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17382, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17383, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17384, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24524, - "name": "HTMLElement.onstalled" - } - }, - "17385": { - "id": 17385, - "name": "onsubmit", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17386, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17387, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17388, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17389, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140574, - "name": "SubmitEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24529, - "name": "HTMLElement.onsubmit" - } - }, - "17390": { - "id": 17390, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17391, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17392, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17393, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17394, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24534, - "name": "HTMLElement.onsuspend" - } - }, - "17395": { - "id": 17395, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17396, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17397, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17398, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17399, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24539, - "name": "HTMLElement.ontimeupdate" - } - }, - "17400": { - "id": 17400, - "name": "ontoggle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17401, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17402, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17403, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17404, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24544, - "name": "HTMLElement.ontoggle" - } - }, - "17405": { - "id": 17405, - "name": "ontouchcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17406, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17407, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17408, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17409, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24549, - "name": "HTMLElement.ontouchcancel" - } - }, - "17410": { - "id": 17410, - "name": "ontouchend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17411, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17412, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17413, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17414, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24554, - "name": "HTMLElement.ontouchend" - } - }, - "17415": { - "id": 17415, - "name": "ontouchmove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17416, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17417, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17418, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17419, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24559, - "name": "HTMLElement.ontouchmove" - } - }, - "17420": { - "id": 17420, - "name": "ontouchstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17421, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17422, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17423, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17424, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24564, - "name": "HTMLElement.ontouchstart" - } - }, - "17425": { - "id": 17425, - "name": "ontransitioncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17426, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17427, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17428, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17429, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24569, - "name": "HTMLElement.ontransitioncancel" - } - }, - "17430": { - "id": 17430, - "name": "ontransitionend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17431, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17432, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17433, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17434, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24574, - "name": "HTMLElement.ontransitionend" - } - }, - "17435": { - "id": 17435, - "name": "ontransitionrun", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17436, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17437, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17438, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17439, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24579, - "name": "HTMLElement.ontransitionrun" - } - }, - "17440": { - "id": 17440, - "name": "ontransitionstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17441, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17442, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17443, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17444, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24584, - "name": "HTMLElement.ontransitionstart" - } - }, - "17445": { - "id": 17445, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17446, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17447, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17448, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17449, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24589, - "name": "HTMLElement.onvolumechange" - } - }, - "17450": { - "id": 17450, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17451, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17452, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17453, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17454, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24594, - "name": "HTMLElement.onwaiting" - } - }, - "17455": { - "id": 17455, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17456, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17457, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17458, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17459, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24599, - "name": "HTMLElement.onwebkitanimationend" - } - }, - "17460": { - "id": 17460, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17461, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17462, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17463, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17464, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24604, - "name": "HTMLElement.onwebkitanimationiteration" - } - }, - "17465": { - "id": 17465, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17466, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17467, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17468, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17469, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24609, - "name": "HTMLElement.onwebkitanimationstart" - } - }, - "17470": { - "id": 17470, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17471, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17472, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17473, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17474, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24614, - "name": "HTMLElement.onwebkittransitionend" - } - }, - "17475": { - "id": 17475, - "name": "onwheel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 17476, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 17477, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 17478, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 17479, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 144525, - "name": "WheelEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24619, - "name": "HTMLElement.onwheel" - } - }, - "17480": { - "id": 17480, - "name": "outerHTML", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24624, - "name": "HTMLElement.outerHTML" - } - }, - "17481": { - "id": 17481, - "name": "outerText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24625, - "name": "HTMLElement.outerText" - } - }, - "17482": { - "id": 17482, - "name": "ownerDocument", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the node document. Returns null for documents." - } - ] - }, - "type": { - "type": "reference", - "target": 7307, - "name": "Document", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24626, - "name": "HTMLElement.ownerDocument" - } - }, - "17483": { - "id": 17483, - "name": "parentElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent element." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24627, - "name": "HTMLElement.parentElement" - } - }, - "17484": { - "id": 17484, - "name": "parentNode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 75255, - "name": "ParentNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24628, - "name": "HTMLElement.parentNode" - } - }, - "17485": { - "id": 17485, - "name": "part", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24629, - "name": "HTMLElement.part" - } - }, - "17486": { - "id": 17486, - "name": "prefix", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the namespace prefix." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24630, - "name": "HTMLElement.prefix" - } - }, - "17487": { - "id": 17487, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24631, - "name": "HTMLElement.previousElementSibling" - } - }, - "17488": { - "id": 17488, - "name": "previousSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the previous sibling." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24632, - "name": "HTMLElement.previousSibling" - } - }, - "17489": { - "id": 17489, - "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": 24633, - "name": "HTMLElement.role" - } - }, - "17490": { - "id": 17490, - "name": "scrollHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24634, - "name": "HTMLElement.scrollHeight" - } - }, - "17491": { - "id": 17491, - "name": "scrollLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24635, - "name": "HTMLElement.scrollLeft" - } - }, - "17492": { - "id": 17492, - "name": "scrollTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24636, - "name": "HTMLElement.scrollTop" - } - }, - "17493": { - "id": 17493, - "name": "scrollWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24637, - "name": "HTMLElement.scrollWidth" - } - }, - "17494": { - "id": 17494, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 139983, - "name": "ShadowRoot", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24638, - "name": "HTMLElement.shadowRoot" - } - }, - "17495": { - "id": 17495, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24639, - "name": "HTMLElement.slot" - } - }, - "17496": { - "id": 17496, - "name": "spellcheck", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24640, - "name": "HTMLElement.spellcheck" - } - }, - "17497": { - "id": 17497, - "name": "style", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "CSSStyleDeclaration" - }, - "name": "CSSStyleDeclaration", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24641, - "name": "HTMLElement.style" - } - }, - "17498": { - "id": 17498, - "name": "tabIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24642, - "name": "HTMLElement.tabIndex" - } - }, - "17499": { - "id": 17499, - "name": "tagName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the HTML-uppercased qualified name." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24643, - "name": "HTMLElement.tagName" - } - }, - "17500": { - "id": 17500, - "name": "textContent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24644, - "name": "HTMLElement.textContent" - } - }, - "17501": { - "id": 17501, - "name": "title", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24645, - "name": "HTMLElement.title" - } - }, - "17502": { - "id": 17502, - "name": "translate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24646, - "name": "HTMLElement.translate" - } - }, - "17503": { - "id": 17503, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "17504": { - "id": 17504, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17505, - 17514 - ], - "overwrites": { - "type": "reference", - "target": 24647, - "name": "HTMLElement.addEventListener" - } - }, - "17505": { - "id": 17505, - "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." - } - ] - }, - "typeParameter": [ - 17506 - ], - "parameters": [ - 17507, - 17508, - 17513 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 24648, - "name": "HTMLElement.addEventListener" - } - }, - "17506": { - "id": 17506, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 24959, - "name": "HTMLElementEventMap", - "package": "typescript" - } - } - }, - "17507": { - "id": 17507, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17506, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "17508": { - "id": 17508, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 17509, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 17510 - ] - } - } - }, - "17513": { - "id": 17513, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 4983, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "17514": { - "id": 17514, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17515, - 17516, - 17517 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 24657, - "name": "HTMLElement.addEventListener" - } - }, - "17515": { - "id": 17515, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "17516": { - "id": 17516, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "17517": { - "id": 17517, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 4983, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "17518": { - "id": 17518, - "name": "after", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17519 - ], - "inheritedFrom": { - "type": "reference", - "target": 24661, - "name": "HTMLElement.after" - } - }, - "17519": { - "id": 17519, - "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." - } - ] - }, - "parameters": [ - 17520 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24662, - "name": "HTMLElement.after" - } - }, - "17520": { - "id": 17520, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "17521": { - "id": 17521, - "name": "animate", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17522 - ], - "inheritedFrom": { - "type": "reference", - "target": 24664, - "name": "HTMLElement.animate" - } - }, - "17522": { - "id": 17522, - "name": "animate", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17523, - 17524 - ], - "type": { - "type": "reference", - "target": 5000, - "name": "Animation", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24665, - "name": "HTMLElement.animate" - } - }, - "17523": { - "id": 17523, - "name": "keyframes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "array", - "elementType": { - "type": "reference", - "target": 73825, - "name": "Keyframe", - "package": "typescript" - } - }, - { - "type": "reference", - "target": 76174, - "name": "PropertyIndexedKeyframes", - "package": "typescript" - } - ] - } - }, - "17524": { - "id": 17524, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": 73831, - "name": "KeyframeAnimationOptions", - "package": "typescript" - } - ] - } - }, - "17525": { - "id": 17525, - "name": "append", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17526 - ], - "inheritedFrom": { - "type": "reference", - "target": 24668, - "name": "HTMLElement.append" - } - }, - "17526": { - "id": 17526, - "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." - } - ] - }, - "parameters": [ - 17527 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24669, - "name": "HTMLElement.append" - } - }, - "17527": { - "id": 17527, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "17528": { - "id": 17528, - "name": "appendChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17529 - ], - "inheritedFrom": { - "type": "reference", - "target": 24671, - "name": "HTMLElement.appendChild" - } - }, - "17529": { - "id": 17529, - "name": "appendChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 17530 - ], - "parameters": [ - 17531 - ], - "type": { - "type": "reference", - "target": 17530, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 24672, - "name": "HTMLElement.appendChild" - } - }, - "17530": { - "id": 17530, - "name": "T", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "17531": { - "id": 17531, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17530, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "17532": { - "id": 17532, - "name": "attachInternals", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17533 - ], - "inheritedFrom": { - "type": "reference", - "target": 24675, - "name": "HTMLElement.attachInternals" - } - }, - "17533": { - "id": 17533, - "name": "attachInternals", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9280, - "name": "ElementInternals", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24676, - "name": "HTMLElement.attachInternals" - } - }, - "17534": { - "id": 17534, - "name": "attachShadow", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17535 - ], - "inheritedFrom": { - "type": "reference", - "target": 24677, - "name": "HTMLElement.attachShadow" - } - }, - "17535": { - "id": 17535, - "name": "attachShadow", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Creates a shadow root for element and returns it." - } - ] - }, - "parameters": [ - 17536 - ], - "type": { - "type": "reference", - "target": 139983, - "name": "ShadowRoot", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24678, - "name": "HTMLElement.attachShadow" - } - }, - "17536": { - "id": 17536, - "name": "init", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140160, - "name": "ShadowRootInit", - "package": "typescript" - } - }, - "17537": { - "id": 17537, - "name": "before", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17538 - ], - "inheritedFrom": { - "type": "reference", - "target": 24680, - "name": "HTMLElement.before" - } - }, - "17538": { - "id": 17538, - "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." - } - ] - }, - "parameters": [ - 17539 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24681, - "name": "HTMLElement.before" - } - }, - "17539": { - "id": 17539, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "17540": { - "id": 17540, - "name": "blur", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17541 - ], - "inheritedFrom": { - "type": "reference", - "target": 24683, - "name": "HTMLElement.blur" - } - }, - "17541": { - "id": 17541, - "name": "blur", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24684, - "name": "HTMLElement.blur" - } - }, - "17542": { - "id": 17542, - "name": "captureStream", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17543 - ] - }, - "17543": { - "id": 17543, - "name": "captureStream", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17544 - ], - "type": { - "type": "reference", - "target": 74227, - "name": "MediaStream", - "package": "typescript" - } - }, - "17544": { - "id": 17544, - "name": "frameRequestRate", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "17545": { - "id": 17545, - "name": "click", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17546 - ], - "inheritedFrom": { - "type": "reference", - "target": 24685, - "name": "HTMLElement.click" - } - }, - "17546": { - "id": 17546, - "name": "click", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24686, - "name": "HTMLElement.click" - } - }, - "17547": { - "id": 17547, - "name": "cloneNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17548 - ], - "inheritedFrom": { - "type": "reference", - "target": 24687, - "name": "HTMLElement.cloneNode" - } - }, - "17548": { - "id": 17548, - "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." - } - ] - }, - "parameters": [ - 17549 - ], - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24688, - "name": "HTMLElement.cloneNode" - } - }, - "17549": { - "id": 17549, - "name": "deep", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "17550": { - "id": 17550, - "name": "closest", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17551, - 17554, - 17557 - ], - "inheritedFrom": { - "type": "reference", - "target": 24690, - "name": "HTMLElement.closest" - } - }, - "17551": { - "id": 17551, - "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." - } - ] - }, - "typeParameter": [ - 17552 - ], - "parameters": [ - 17553 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17552, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24691, - "name": "HTMLElement.closest" - } - }, - "17552": { - "id": 17552, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - }, - "17553": { - "id": 17553, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17552, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "17554": { - "id": 17554, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 17555 - ], - "parameters": [ - 17556 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17555, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24694, - "name": "HTMLElement.closest" - } - }, - "17555": { - "id": 17555, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - }, - "17556": { - "id": 17556, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17555, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "17557": { - "id": 17557, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 17558 - ], - "parameters": [ - 17559 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 17558, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24697, - "name": "HTMLElement.closest" - } - }, - "17558": { - "id": 17558, - "name": "E", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - }, - "default": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - }, - "17559": { - "id": 17559, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "17560": { - "id": 17560, - "name": "compareDocumentPosition", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17561 - ], - "inheritedFrom": { - "type": "reference", - "target": 24700, - "name": "HTMLElement.compareDocumentPosition" - } - }, - "17561": { - "id": 17561, - "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." - } - ] - }, - "parameters": [ - 17562 - ], - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24701, - "name": "HTMLElement.compareDocumentPosition" - } - }, - "17562": { - "id": 17562, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "17563": { - "id": 17563, - "name": "contains", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17564 - ], - "inheritedFrom": { - "type": "reference", - "target": 24703, - "name": "HTMLElement.contains" - } - }, - "17564": { - "id": 17564, - "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." - } - ] - }, - "parameters": [ - 17565 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24704, - "name": "HTMLElement.contains" - } - }, - "17565": { - "id": 17565, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "17566": { - "id": 17566, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17567 - ], - "inheritedFrom": { - "type": "reference", - "target": 24706, - "name": "HTMLElement.dispatchEvent" - } - }, - "17567": { - "id": 17567, - "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." - } - ] - }, - "parameters": [ - 17568 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24707, - "name": "HTMLElement.dispatchEvent" - } - }, - "17568": { - "id": 17568, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "17569": { - "id": 17569, - "name": "focus", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17570 - ], - "inheritedFrom": { - "type": "reference", - "target": 24709, - "name": "HTMLElement.focus" - } - }, - "17570": { - "id": 17570, - "name": "focus", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17571 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24710, - "name": "HTMLElement.focus" - } - }, - "17571": { - "id": 17571, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9597, - "name": "FocusOptions", - "package": "typescript" - } - }, - "17572": { - "id": 17572, - "name": "getAnimations", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17573 - ], - "inheritedFrom": { - "type": "reference", - "target": 24712, - "name": "HTMLElement.getAnimations" - } - }, - "17573": { - "id": 17573, - "name": "getAnimations", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17574 - ], - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 5000, - "name": "Animation", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 24713, - "name": "HTMLElement.getAnimations" - } - }, - "17574": { - "id": 17574, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9757, - "name": "GetAnimationsOptions", - "package": "typescript" - } - }, - "17575": { - "id": 17575, - "name": "getAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17576 - ], - "inheritedFrom": { - "type": "reference", - "target": 24715, - "name": "HTMLElement.getAttribute" - } - }, - "17576": { - "id": 17576, - "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." - } - ] - }, - "parameters": [ - 17577 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24716, - "name": "HTMLElement.getAttribute" - } - }, - "17577": { - "id": 17577, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "17578": { - "id": 17578, - "name": "getAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17579 - ], - "inheritedFrom": { - "type": "reference", - "target": 24718, - "name": "HTMLElement.getAttributeNS" - } - }, - "17579": { - "id": 17579, - "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." - } - ] - }, - "parameters": [ - 17580, - 17581 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24719, - "name": "HTMLElement.getAttributeNS" - } - }, - "17580": { - "id": 17580, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "17581": { - "id": 17581, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "17582": { - "id": 17582, - "name": "getAttributeNames", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17583 - ], - "inheritedFrom": { - "type": "reference", - "target": 24722, - "name": "HTMLElement.getAttributeNames" - } - }, - "17583": { - "id": 17583, - "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." - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 24723, - "name": "HTMLElement.getAttributeNames" - } - }, - "17584": { - "id": 17584, - "name": "getAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17585 - ], - "inheritedFrom": { - "type": "reference", - "target": 24724, - "name": "HTMLElement.getAttributeNode" - } - }, - "17585": { - "id": 17585, - "name": "getAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17586 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24725, - "name": "HTMLElement.getAttributeNode" - } - }, - "17586": { - "id": 17586, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "17587": { - "id": 17587, - "name": "getAttributeNodeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17588 - ], - "inheritedFrom": { - "type": "reference", - "target": 24727, - "name": "HTMLElement.getAttributeNodeNS" - } - }, - "17588": { - "id": 17588, - "name": "getAttributeNodeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17589, - 17590 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24728, - "name": "HTMLElement.getAttributeNodeNS" - } - }, - "17589": { - "id": 17589, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "17590": { - "id": 17590, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "17591": { - "id": 17591, - "name": "getBoundingClientRect", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17592 - ], - "inheritedFrom": { - "type": "reference", - "target": 24731, - "name": "HTMLElement.getBoundingClientRect" - } - }, - "17592": { - "id": 17592, - "name": "getBoundingClientRect", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 7154, - "name": "DOMRect", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24732, - "name": "HTMLElement.getBoundingClientRect" - } - }, - "17593": { - "id": 17593, - "name": "getClientRects", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17594 - ], - "inheritedFrom": { - "type": "reference", - "target": 24733, - "name": "HTMLElement.getClientRects" - } - }, - "17594": { - "id": 17594, - "name": "getClientRects", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMRectList" - }, - "name": "DOMRectList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24734, - "name": "HTMLElement.getClientRects" - } - }, - "17595": { - "id": 17595, - "name": "getContext", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17596, - 17599, - 17602, - 17605, - 17608 - ] - }, - "17596": { - "id": 17596, - "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": [ - 17597, - 17598 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5844, - "name": "CanvasRenderingContext2D", - "package": "typescript" - } - ] - } - }, - "17597": { - "id": 17597, - "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\");" - } - ] - }, - "type": { - "type": "literal", - "value": "2d" - } - }, - "17598": { - "id": 17598, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 6127, - "name": "CanvasRenderingContext2DSettings", - "package": "typescript" - } - }, - "17599": { - "id": 17599, - "name": "getContext", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17600, - 17601 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 73608, - "name": "ImageBitmapRenderingContext", - "package": "typescript" - } - ] - } - }, - "17600": { - "id": 17600, - "name": "contextId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "bitmaprenderer" - } - }, - "17601": { - "id": 17601, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 73613, - "name": "ImageBitmapRenderingContextSettings", - "package": "typescript" - } - }, - "17602": { - "id": 17602, - "name": "getContext", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17603, - 17604 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 143498, - "name": "WebGLRenderingContext", - "package": "typescript" - } - ] - } - }, - "17603": { - "id": 17603, - "name": "contextId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "webgl" - } - }, - "17604": { - "id": 17604, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 143447, - "name": "WebGLContextAttributes", - "package": "typescript" - } - }, - "17605": { - "id": 17605, - "name": "getContext", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17606, - 17607 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 141358, - "name": "WebGL2RenderingContext", - "package": "typescript" - } - ] - } - }, - "17606": { - "id": 17606, - "name": "contextId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "webgl2" - } - }, - "17607": { - "id": 17607, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 143447, - "name": "WebGLContextAttributes", - "package": "typescript" - } - }, - "17608": { - "id": 17608, - "name": "getContext", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17609, - 17610 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 146956, - "name": "RenderingContext", - "package": "typescript" - } - ] - } - }, - "17609": { - "id": 17609, - "name": "contextId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "17610": { - "id": 17610, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "any" - } - }, - "17611": { - "id": 17611, - "name": "getElementsByClassName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17612 - ], - "inheritedFrom": { - "type": "reference", - "target": 24735, - "name": "HTMLElement.getElementsByClassName" - } - }, - "17612": { - "id": 17612, - "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." - } - ] - }, - "parameters": [ - 17613 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24736, - "name": "HTMLElement.getElementsByClassName" - } - }, - "17613": { - "id": 17613, - "name": "classNames", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "17614": { - "id": 17614, - "name": "getElementsByTagName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17615, - 17618, - 17621 - ], - "inheritedFrom": { - "type": "reference", - "target": 24738, - "name": "HTMLElement.getElementsByTagName" - } - }, - "17615": { - "id": 17615, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 17616 - ], - "parameters": [ - 17617 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17616, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24739, - "name": "HTMLElement.getElementsByTagName" - } - }, - "17616": { - "id": 17616, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - }, - "17617": { - "id": 17617, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17616, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "17618": { - "id": 17618, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 17619 - ], - "parameters": [ - 17620 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17619, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24742, - "name": "HTMLElement.getElementsByTagName" - } - }, - "17619": { - "id": 17619, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - }, - "17620": { - "id": 17620, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17619, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "17621": { - "id": 17621, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17622 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24745, - "name": "HTMLElement.getElementsByTagName" - } - }, - "17622": { - "id": 17622, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "17623": { - "id": 17623, - "name": "getElementsByTagNameNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17624, - 17627, - 17630 - ], - "inheritedFrom": { - "type": "reference", - "target": 24747, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "17624": { - "id": 17624, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17625, - 17626 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24748, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "17625": { - "id": 17625, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/1999/xhtml" - } - }, - "17626": { - "id": 17626, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "17627": { - "id": 17627, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17628, - 17629 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 85760, - "name": "SVGElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24751, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "17628": { - "id": 17628, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/2000/svg" - } - }, - "17629": { - "id": 17629, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "17630": { - "id": 17630, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17631, - 17632 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24754, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "17631": { - "id": 17631, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "17632": { - "id": 17632, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "17633": { - "id": 17633, - "name": "getRootNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17634 - ], - "inheritedFrom": { - "type": "reference", - "target": 24757, - "name": "HTMLElement.getRootNode" - } - }, - "17634": { - "id": 17634, - "name": "getRootNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's root." - } - ] - }, - "parameters": [ - 17635 - ], - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24758, - "name": "HTMLElement.getRootNode" - } - }, - "17635": { - "id": 17635, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9759, - "name": "GetRootNodeOptions", - "package": "typescript" - } - }, - "17636": { - "id": 17636, - "name": "hasAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17637 - ], - "inheritedFrom": { - "type": "reference", - "target": 24760, - "name": "HTMLElement.hasAttribute" - } - }, - "17637": { - "id": 17637, - "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." - } - ] - }, - "parameters": [ - 17638 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24761, - "name": "HTMLElement.hasAttribute" - } - }, - "17638": { - "id": 17638, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "17639": { - "id": 17639, - "name": "hasAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17640 - ], - "inheritedFrom": { - "type": "reference", - "target": 24763, - "name": "HTMLElement.hasAttributeNS" - } - }, - "17640": { - "id": 17640, - "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." - } - ] - }, - "parameters": [ - 17641, - 17642 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24764, - "name": "HTMLElement.hasAttributeNS" - } - }, - "17641": { - "id": 17641, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "17642": { - "id": 17642, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "17643": { - "id": 17643, - "name": "hasAttributes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17644 - ], - "inheritedFrom": { - "type": "reference", - "target": 24767, - "name": "HTMLElement.hasAttributes" - } - }, - "17644": { - "id": 17644, - "name": "hasAttributes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if element has attributes, and false otherwise." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24768, - "name": "HTMLElement.hasAttributes" - } - }, - "17645": { - "id": 17645, - "name": "hasChildNodes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17646 - ], - "inheritedFrom": { - "type": "reference", - "target": 24769, - "name": "HTMLElement.hasChildNodes" - } - }, - "17646": { - "id": 17646, - "name": "hasChildNodes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node has children." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24770, - "name": "HTMLElement.hasChildNodes" - } - }, - "17647": { - "id": 17647, - "name": "hasPointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17648 - ], - "inheritedFrom": { - "type": "reference", - "target": 24771, - "name": "HTMLElement.hasPointerCapture" - } - }, - "17648": { - "id": 17648, - "name": "hasPointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17649 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24772, - "name": "HTMLElement.hasPointerCapture" - } - }, - "17649": { - "id": 17649, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "17650": { - "id": 17650, - "name": "insertAdjacentElement", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17651 - ], - "inheritedFrom": { - "type": "reference", - "target": 24774, - "name": "HTMLElement.insertAdjacentElement" - } - }, - "17651": { - "id": 17651, - "name": "insertAdjacentElement", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17652, - 17653 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24775, - "name": "HTMLElement.insertAdjacentElement" - } - }, - "17652": { - "id": 17652, - "name": "where", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146913, - "name": "InsertPosition", - "package": "typescript" - } - }, - "17653": { - "id": 17653, - "name": "element", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - }, - "17654": { - "id": 17654, - "name": "insertAdjacentHTML", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17655 - ], - "inheritedFrom": { - "type": "reference", - "target": 24778, - "name": "HTMLElement.insertAdjacentHTML" - } - }, - "17655": { - "id": 17655, - "name": "insertAdjacentHTML", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17656, - 17657 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24779, - "name": "HTMLElement.insertAdjacentHTML" - } - }, - "17656": { - "id": 17656, - "name": "position", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146913, - "name": "InsertPosition", - "package": "typescript" - } - }, - "17657": { - "id": 17657, - "name": "text", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "17658": { - "id": 17658, - "name": "insertAdjacentText", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17659 - ], - "inheritedFrom": { - "type": "reference", - "target": 24782, - "name": "HTMLElement.insertAdjacentText" - } - }, - "17659": { - "id": 17659, - "name": "insertAdjacentText", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17660, - 17661 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24783, - "name": "HTMLElement.insertAdjacentText" - } - }, - "17660": { - "id": 17660, - "name": "where", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146913, - "name": "InsertPosition", - "package": "typescript" - } - }, - "17661": { - "id": 17661, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "17662": { - "id": 17662, - "name": "insertBefore", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17663 - ], - "inheritedFrom": { - "type": "reference", - "target": 24786, - "name": "HTMLElement.insertBefore" - } - }, - "17663": { - "id": 17663, - "name": "insertBefore", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 17664 - ], - "parameters": [ - 17665, - 17666 - ], - "type": { - "type": "reference", - "target": 17664, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 24787, - "name": "HTMLElement.insertBefore" - } - }, - "17664": { - "id": 17664, - "name": "T", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "17665": { - "id": 17665, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17664, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "17666": { - "id": 17666, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "17667": { - "id": 17667, - "name": "isDefaultNamespace", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17668 - ], - "inheritedFrom": { - "type": "reference", - "target": 24791, - "name": "HTMLElement.isDefaultNamespace" - } - }, - "17668": { - "id": 17668, - "name": "isDefaultNamespace", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17669 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24792, - "name": "HTMLElement.isDefaultNamespace" - } - }, - "17669": { - "id": 17669, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "17670": { - "id": 17670, - "name": "isEqualNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17671 - ], - "inheritedFrom": { - "type": "reference", - "target": 24794, - "name": "HTMLElement.isEqualNode" - } - }, - "17671": { - "id": 17671, - "name": "isEqualNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node and otherNode have the same properties." - } - ] - }, - "parameters": [ - 17672 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24795, - "name": "HTMLElement.isEqualNode" - } - }, - "17672": { - "id": 17672, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "17673": { - "id": 17673, - "name": "isSameNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17674 - ], - "inheritedFrom": { - "type": "reference", - "target": 24797, - "name": "HTMLElement.isSameNode" - } - }, - "17674": { - "id": 17674, - "name": "isSameNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17675 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24798, - "name": "HTMLElement.isSameNode" - } - }, - "17675": { - "id": 17675, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "17676": { - "id": 17676, - "name": "lookupNamespaceURI", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17677 - ], - "inheritedFrom": { - "type": "reference", - "target": 24800, - "name": "HTMLElement.lookupNamespaceURI" - } - }, - "17677": { - "id": 17677, - "name": "lookupNamespaceURI", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17678 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24801, - "name": "HTMLElement.lookupNamespaceURI" - } - }, - "17678": { - "id": 17678, - "name": "prefix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "17679": { - "id": 17679, - "name": "lookupPrefix", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17680 - ], - "inheritedFrom": { - "type": "reference", - "target": 24803, - "name": "HTMLElement.lookupPrefix" - } - }, - "17680": { - "id": 17680, - "name": "lookupPrefix", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17681 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24804, - "name": "HTMLElement.lookupPrefix" - } - }, - "17681": { - "id": 17681, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "17682": { - "id": 17682, - "name": "matches", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17683 - ], - "inheritedFrom": { - "type": "reference", - "target": 24806, - "name": "HTMLElement.matches" - } - }, - "17683": { - "id": 17683, - "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." - } - ] - }, - "parameters": [ - 17684 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24807, - "name": "HTMLElement.matches" - } - }, - "17684": { - "id": 17684, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "17685": { - "id": 17685, - "name": "normalize", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17686 - ], - "inheritedFrom": { - "type": "reference", - "target": 24809, - "name": "HTMLElement.normalize" - } - }, - "17686": { - "id": 17686, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24810, - "name": "HTMLElement.normalize" - } - }, - "17687": { - "id": 17687, - "name": "prepend", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17688 - ], - "inheritedFrom": { - "type": "reference", - "target": 24811, - "name": "HTMLElement.prepend" - } - }, - "17688": { - "id": 17688, - "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." - } - ] - }, - "parameters": [ - 17689 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24812, - "name": "HTMLElement.prepend" - } - }, - "17689": { - "id": 17689, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "17690": { - "id": 17690, - "name": "querySelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17691, - 17694, - 17697 - ], - "inheritedFrom": { - "type": "reference", - "target": 24814, - "name": "HTMLElement.querySelector" - } - }, - "17691": { - "id": 17691, - "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." - } - ] - }, - "typeParameter": [ - 17692 - ], - "parameters": [ - 17693 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17692, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24815, - "name": "HTMLElement.querySelector" - } - }, - "17692": { - "id": 17692, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - }, - "17693": { - "id": 17693, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17692, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "17694": { - "id": 17694, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 17695 - ], - "parameters": [ - 17696 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17695, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24818, - "name": "HTMLElement.querySelector" - } - }, - "17695": { - "id": 17695, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - }, - "17696": { - "id": 17696, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17695, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "17697": { - "id": 17697, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 17698 - ], - "parameters": [ - 17699 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 17698, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24821, - "name": "HTMLElement.querySelector" - } - }, - "17698": { - "id": 17698, - "name": "E", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - }, - "default": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - }, - "17699": { - "id": 17699, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "17700": { - "id": 17700, - "name": "querySelectorAll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17701, - 17704, - 17707 - ], - "inheritedFrom": { - "type": "reference", - "target": 24824, - "name": "HTMLElement.querySelectorAll" - } - }, - "17701": { - "id": 17701, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns all element descendants of node that match selectors." - } - ] - }, - "typeParameter": [ - 17702 - ], - "parameters": [ - 17703 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17702, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24825, - "name": "HTMLElement.querySelectorAll" - } - }, - "17702": { - "id": 17702, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - }, - "17703": { - "id": 17703, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17702, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "17704": { - "id": 17704, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 17705 - ], - "parameters": [ - 17706 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17705, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24828, - "name": "HTMLElement.querySelectorAll" - } - }, - "17705": { - "id": 17705, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - }, - "17706": { - "id": 17706, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17705, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "17707": { - "id": 17707, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 17708 - ], - "parameters": [ - 17709 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 17708, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24831, - "name": "HTMLElement.querySelectorAll" - } - }, - "17708": { - "id": 17708, - "name": "E", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - }, - "default": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - }, - "17709": { - "id": 17709, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "17710": { - "id": 17710, - "name": "releasePointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17711 - ], - "inheritedFrom": { - "type": "reference", - "target": 24834, - "name": "HTMLElement.releasePointerCapture" - } - }, - "17711": { - "id": 17711, - "name": "releasePointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17712 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24835, - "name": "HTMLElement.releasePointerCapture" - } - }, - "17712": { - "id": 17712, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "17713": { - "id": 17713, - "name": "remove", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17714 - ], - "inheritedFrom": { - "type": "reference", - "target": 24837, - "name": "HTMLElement.remove" - } - }, - "17714": { - "id": 17714, - "name": "remove", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24838, - "name": "HTMLElement.remove" - } - }, - "17715": { - "id": 17715, - "name": "removeAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17716 - ], - "inheritedFrom": { - "type": "reference", - "target": 24839, - "name": "HTMLElement.removeAttribute" - } - }, - "17716": { - "id": 17716, - "name": "removeAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes element's first attribute whose qualified name is qualifiedName." - } - ] - }, - "parameters": [ - 17717 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24840, - "name": "HTMLElement.removeAttribute" - } - }, - "17717": { - "id": 17717, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "17718": { - "id": 17718, - "name": "removeAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17719 - ], - "inheritedFrom": { - "type": "reference", - "target": 24842, - "name": "HTMLElement.removeAttributeNS" - } - }, - "17719": { - "id": 17719, - "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." - } - ] - }, - "parameters": [ - 17720, - 17721 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24843, - "name": "HTMLElement.removeAttributeNS" - } - }, - "17720": { - "id": 17720, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "17721": { - "id": 17721, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "17722": { - "id": 17722, - "name": "removeAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17723 - ], - "inheritedFrom": { - "type": "reference", - "target": 24846, - "name": "HTMLElement.removeAttributeNode" - } - }, - "17723": { - "id": 17723, - "name": "removeAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17724 - ], - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24847, - "name": "HTMLElement.removeAttributeNode" - } - }, - "17724": { - "id": 17724, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - }, - "17725": { - "id": 17725, - "name": "removeChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17726 - ], - "inheritedFrom": { - "type": "reference", - "target": 24849, - "name": "HTMLElement.removeChild" - } - }, - "17726": { - "id": 17726, - "name": "removeChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 17727 - ], - "parameters": [ - 17728 - ], - "type": { - "type": "reference", - "target": 17727, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 24850, - "name": "HTMLElement.removeChild" - } - }, - "17727": { - "id": 17727, - "name": "T", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "17728": { - "id": 17728, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17727, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "17729": { - "id": 17729, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17730, - 17739 - ], - "overwrites": { - "type": "reference", - "target": 24853, - "name": "HTMLElement.removeEventListener" - } - }, - "17730": { - "id": 17730, - "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." - } - ] - }, - "typeParameter": [ - 17731 - ], - "parameters": [ - 17732, - 17733, - 17738 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 24854, - "name": "HTMLElement.removeEventListener" - } - }, - "17731": { - "id": 17731, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 24959, - "name": "HTMLElementEventMap", - "package": "typescript" - } - } - }, - "17732": { - "id": 17732, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17731, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "17733": { - "id": 17733, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 17734, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 17735 - ] - } - } - }, - "17738": { - "id": 17738, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 9433, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "17739": { - "id": 17739, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17740, - 17741, - 17742 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 24863, - "name": "HTMLElement.removeEventListener" - } - }, - "17740": { - "id": 17740, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "17741": { - "id": 17741, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "17742": { - "id": 17742, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 9433, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "17743": { - "id": 17743, - "name": "replaceChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17744 - ], - "inheritedFrom": { - "type": "reference", - "target": 24867, - "name": "HTMLElement.replaceChild" - } - }, - "17744": { - "id": 17744, - "name": "replaceChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 17745 - ], - "parameters": [ - 17746, - 17747 - ], - "type": { - "type": "reference", - "target": 17745, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 24868, - "name": "HTMLElement.replaceChild" - } - }, - "17745": { - "id": 17745, - "name": "T", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "17746": { - "id": 17746, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "17747": { - "id": 17747, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17745, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "17748": { - "id": 17748, - "name": "replaceChildren", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17749 - ], - "inheritedFrom": { - "type": "reference", - "target": 24872, - "name": "HTMLElement.replaceChildren" - } - }, - "17749": { - "id": 17749, - "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." - } - ] - }, - "parameters": [ - 17750 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24873, - "name": "HTMLElement.replaceChildren" - } - }, - "17750": { - "id": 17750, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "17751": { - "id": 17751, - "name": "replaceWith", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17752 - ], - "inheritedFrom": { - "type": "reference", - "target": 24875, - "name": "HTMLElement.replaceWith" - } - }, - "17752": { - "id": 17752, - "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." - } - ] - }, - "parameters": [ - 17753 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24876, - "name": "HTMLElement.replaceWith" - } - }, - "17753": { - "id": 17753, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "17754": { - "id": 17754, - "name": "requestFullscreen", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17755 - ], - "inheritedFrom": { - "type": "reference", - "target": 24878, - "name": "HTMLElement.requestFullscreen" - } - }, - "17755": { - "id": 17755, - "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." - } - ] - }, - "parameters": [ - 17756 - ], - "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": 24879, - "name": "HTMLElement.requestFullscreen" - } - }, - "17756": { - "id": 17756, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9703, - "name": "FullscreenOptions", - "package": "typescript" - } - }, - "17757": { - "id": 17757, - "name": "requestPointerLock", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17758 - ], - "inheritedFrom": { - "type": "reference", - "target": 24881, - "name": "HTMLElement.requestPointerLock" - } - }, - "17758": { - "id": 17758, - "name": "requestPointerLock", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24882, - "name": "HTMLElement.requestPointerLock" - } - }, - "17759": { - "id": 17759, - "name": "scroll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17760, - 17762 - ], - "inheritedFrom": { - "type": "reference", - "target": 24883, - "name": "HTMLElement.scroll" - } - }, - "17760": { - "id": 17760, - "name": "scroll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17761 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24884, - "name": "HTMLElement.scroll" - } - }, - "17761": { - "id": 17761, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 139807, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "17762": { - "id": 17762, - "name": "scroll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17763, - 17764 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24886, - "name": "HTMLElement.scroll" - } - }, - "17763": { - "id": 17763, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "17764": { - "id": 17764, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "17765": { - "id": 17765, - "name": "scrollBy", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17766, - 17768 - ], - "inheritedFrom": { - "type": "reference", - "target": 24889, - "name": "HTMLElement.scrollBy" - } - }, - "17766": { - "id": 17766, - "name": "scrollBy", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17767 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24890, - "name": "HTMLElement.scrollBy" - } - }, - "17767": { - "id": 17767, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 139807, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "17768": { - "id": 17768, - "name": "scrollBy", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17769, - 17770 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24892, - "name": "HTMLElement.scrollBy" - } - }, - "17769": { - "id": 17769, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "17770": { - "id": 17770, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "17771": { - "id": 17771, - "name": "scrollIntoView", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17772 - ], - "inheritedFrom": { - "type": "reference", - "target": 24895, - "name": "HTMLElement.scrollIntoView" - } - }, - "17772": { - "id": 17772, - "name": "scrollIntoView", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17773 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24896, - "name": "HTMLElement.scrollIntoView" - } - }, - "17773": { - "id": 17773, - "name": "arg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 139801, - "name": "ScrollIntoViewOptions", - "package": "typescript" - } - ] - } - }, - "17774": { - "id": 17774, - "name": "scrollTo", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17775, - 17777 - ], - "inheritedFrom": { - "type": "reference", - "target": 24898, - "name": "HTMLElement.scrollTo" - } - }, - "17775": { - "id": 17775, - "name": "scrollTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17776 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24899, - "name": "HTMLElement.scrollTo" - } - }, - "17776": { - "id": 17776, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 139807, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "17777": { - "id": 17777, - "name": "scrollTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17778, - 17779 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24901, - "name": "HTMLElement.scrollTo" - } - }, - "17778": { - "id": 17778, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "17779": { - "id": 17779, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "17780": { - "id": 17780, - "name": "setAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17781 - ], - "inheritedFrom": { - "type": "reference", - "target": 24904, - "name": "HTMLElement.setAttribute" - } - }, - "17781": { - "id": 17781, - "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." - } - ] - }, - "parameters": [ - 17782, - 17783 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24905, - "name": "HTMLElement.setAttribute" - } - }, - "17782": { - "id": 17782, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "17783": { - "id": 17783, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "17784": { - "id": 17784, - "name": "setAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17785 - ], - "inheritedFrom": { - "type": "reference", - "target": 24908, - "name": "HTMLElement.setAttributeNS" - } - }, - "17785": { - "id": 17785, - "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." - } - ] - }, - "parameters": [ - 17786, - 17787, - 17788 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24909, - "name": "HTMLElement.setAttributeNS" - } - }, - "17786": { - "id": 17786, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "17787": { - "id": 17787, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "17788": { - "id": 17788, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "17789": { - "id": 17789, - "name": "setAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17790 - ], - "inheritedFrom": { - "type": "reference", - "target": 24913, - "name": "HTMLElement.setAttributeNode" - } - }, - "17790": { - "id": 17790, - "name": "setAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17791 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24914, - "name": "HTMLElement.setAttributeNode" - } - }, - "17791": { - "id": 17791, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - }, - "17792": { - "id": 17792, - "name": "setAttributeNodeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17793 - ], - "inheritedFrom": { - "type": "reference", - "target": 24916, - "name": "HTMLElement.setAttributeNodeNS" - } - }, - "17793": { - "id": 17793, - "name": "setAttributeNodeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17794 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24917, - "name": "HTMLElement.setAttributeNodeNS" - } - }, - "17794": { - "id": 17794, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - }, - "17795": { - "id": 17795, - "name": "setPointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17796 - ], - "inheritedFrom": { - "type": "reference", - "target": 24919, - "name": "HTMLElement.setPointerCapture" - } - }, - "17796": { - "id": 17796, - "name": "setPointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17797 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24920, - "name": "HTMLElement.setPointerCapture" - } - }, - "17797": { - "id": 17797, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "17798": { - "id": 17798, - "name": "toBlob", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17799 - ] - }, - "17799": { - "id": 17799, - "name": "toBlob", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 17800, - 17801, - 17802 - ], - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "17800": { - "id": 17800, - "name": "callback", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5387, - "name": "BlobCallback", - "package": "typescript" - } - }, - "17801": { - "id": 17801, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "17802": { - "id": 17802, - "name": "quality", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "any" - } - }, - "17803": { - "id": 17803, - "name": "toDataURL", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17804 - ] - }, - "17804": { - "id": 17804, - "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": [ - 17805, - 17806 - ], - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "17805": { - "id": 17805, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "17806": { - "id": 17806, - "name": "quality", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "any" - } - }, - "17807": { - "id": 17807, - "name": "toggleAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17808 - ], - "inheritedFrom": { - "type": "reference", - "target": 24922, - "name": "HTMLElement.toggleAttribute" - } - }, - "17808": { - "id": 17808, - "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." - } - ] - }, - "parameters": [ - 17809, - 17810 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24923, - "name": "HTMLElement.toggleAttribute" - } - }, - "17809": { - "id": 17809, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "17810": { - "id": 17810, - "name": "force", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "17811": { - "id": 17811, - "name": "transferControlToOffscreen", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17812 - ] - }, - "17812": { - "id": 17812, - "name": "transferControlToOffscreen", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74871, - "name": "OffscreenCanvas", - "package": "typescript" - } - }, - "17813": { - "id": 17813, - "name": "webkitMatchesSelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17814 - ], - "inheritedFrom": { - "type": "reference", - "target": 24926, - "name": "HTMLElement.webkitMatchesSelector" - } - }, - "17814": { - "id": 17814, - "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": "." - } - ] - } - ] - }, - "parameters": [ - 17815 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24927, - "name": "HTMLElement.webkitMatchesSelector" - } - }, - "17815": { - "id": 17815, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "17816": { - "id": 17816, - "name": "HTMLCollection", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "children": [ - 17817, - 17818, - 17820, - 17823 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 17817 - ] - }, - { - "title": "Methods", - "children": [ - 17818, - 17820, - 17823 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionBase" - }, - "name": "HTMLCollectionBase", - "package": "typescript" - } - ] - }, - "17817": { - "id": 17817, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLCollectionBase.length" - } - }, - "17818": { - "id": 17818, - "name": "[iterator]", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17819 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLCollectionBase.[iterator]" - } - }, - "17819": { - "id": 17819, - "name": "[iterator]", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73690, - "typeArguments": [ - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ], - "name": "IterableIterator", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLCollectionBase.[iterator]" - } - }, - "17820": { - "id": 17820, - "name": "item", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17821 - ], - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLCollectionBase.item" - } - }, - "17821": { - "id": 17821, - "name": "item", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Retrieves an object from various collections." - } - ] - }, - "parameters": [ - 17822 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": -1, - "name": "HTMLCollectionBase.item" - } - }, - "17822": { - "id": 17822, - "name": "index", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "17823": { - "id": 17823, - "name": "namedItem", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 17824 - ] - }, - "17824": { - "id": 17824, - "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." - } - ] - }, - "parameters": [ - 17825 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - } - }, - "17825": { - "id": 17825, - "name": "name", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24043": { - "id": 24043, - "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." - } - ] - }, - "children": [ - 24044, - 24045, - 24046, - 24047, - 24048, - 24049, - 24050, - 24051, - 24052, - 24053, - 24054, - 24055, - 24056, - 24057, - 24058, - 24059, - 24060, - 24061, - 24062, - 24063, - 24064, - 24065, - 24066, - 24067, - 24068, - 24069, - 24070, - 24071, - 24072, - 24073, - 24074, - 24075, - 24076, - 24077, - 24078, - 24079, - 24080, - 24081, - 24082, - 24083, - 24084, - 24085, - 24086, - 24087, - 24088, - 24089, - 24090, - 24091, - 24092, - 24093, - 24094, - 24095, - 24096, - 24097, - 24098, - 24099, - 24100, - 24101, - 24102, - 24103, - 24104, - 24105, - 24106, - 24107, - 24108, - 24109, - 24110, - 24111, - 24112, - 24113, - 24114, - 24115, - 24116, - 24117, - 24118, - 24119, - 24120, - 24121, - 24122, - 24123, - 24124, - 24125, - 24126, - 24127, - 24128, - 24129, - 24130, - 24131, - 24132, - 24133, - 24134, - 24135, - 24136, - 24137, - 24138, - 24139, - 24140, - 24141, - 24142, - 24143, - 24144, - 24145, - 24146, - 24147, - 24148, - 24153, - 24158, - 24163, - 24168, - 24173, - 24178, - 24183, - 24188, - 24193, - 24198, - 24203, - 24208, - 24213, - 24218, - 24223, - 24228, - 24233, - 24238, - 24243, - 24248, - 24253, - 24258, - 24263, - 24268, - 24273, - 24278, - 24283, - 24288, - 24293, - 24294, - 24299, - 24304, - 24309, - 24314, - 24319, - 24324, - 24329, - 24334, - 24339, - 24344, - 24349, - 24354, - 24359, - 24364, - 24369, - 24374, - 24379, - 24384, - 24389, - 24394, - 24399, - 24404, - 24409, - 24414, - 24419, - 24424, - 24429, - 24434, - 24439, - 24444, - 24449, - 24454, - 24459, - 24464, - 24469, - 24474, - 24479, - 24484, - 24489, - 24494, - 24499, - 24504, - 24509, - 24514, - 24519, - 24524, - 24529, - 24534, - 24539, - 24544, - 24549, - 24554, - 24559, - 24564, - 24569, - 24574, - 24579, - 24584, - 24589, - 24594, - 24599, - 24604, - 24609, - 24614, - 24619, - 24624, - 24625, - 24626, - 24627, - 24628, - 24629, - 24630, - 24631, - 24632, - 24633, - 24634, - 24635, - 24636, - 24637, - 24638, - 24639, - 24640, - 24641, - 24642, - 24643, - 24644, - 24645, - 24646, - 24647, - 24661, - 24664, - 24668, - 24671, - 24675, - 24677, - 24680, - 24683, - 24685, - 24687, - 24690, - 24700, - 24703, - 24706, - 24709, - 24712, - 24715, - 24718, - 24722, - 24724, - 24727, - 24731, - 24733, - 24735, - 24738, - 24747, - 24757, - 24760, - 24763, - 24767, - 24769, - 24771, - 24774, - 24778, - 24782, - 24786, - 24791, - 24794, - 24797, - 24800, - 24803, - 24806, - 24809, - 24811, - 24814, - 24824, - 24834, - 24837, - 24839, - 24842, - 24846, - 24849, - 24853, - 24867, - 24872, - 24875, - 24878, - 24881, - 24883, - 24889, - 24895, - 24898, - 24904, - 24908, - 24913, - 24916, - 24919, - 24922, - 24926 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 24044, - 24045, - 24046, - 24047, - 24048, - 24049, - 24050, - 24051, - 24052, - 24053, - 24054, - 24055, - 24056, - 24057, - 24058, - 24059, - 24060, - 24061, - 24062, - 24063, - 24064, - 24065, - 24066, - 24067, - 24068, - 24069, - 24070, - 24071, - 24072, - 24073, - 24074, - 24075, - 24076, - 24077, - 24078, - 24079, - 24080, - 24081, - 24082, - 24083, - 24084, - 24085, - 24086, - 24087, - 24088, - 24089, - 24090, - 24091, - 24092, - 24093, - 24094, - 24095, - 24096, - 24097, - 24098, - 24099, - 24100, - 24101, - 24102, - 24103, - 24104, - 24105, - 24106, - 24107, - 24108, - 24109, - 24110, - 24111, - 24112, - 24113, - 24114, - 24115, - 24116, - 24117, - 24118, - 24119, - 24120, - 24121, - 24122, - 24123, - 24124, - 24125, - 24126, - 24127, - 24128, - 24129, - 24130, - 24131, - 24132, - 24133, - 24134, - 24135, - 24136, - 24137, - 24138, - 24139, - 24140, - 24141, - 24142, - 24143, - 24144, - 24145, - 24146, - 24147, - 24148, - 24153, - 24158, - 24163, - 24168, - 24173, - 24178, - 24183, - 24188, - 24193, - 24198, - 24203, - 24208, - 24213, - 24218, - 24223, - 24228, - 24233, - 24238, - 24243, - 24248, - 24253, - 24258, - 24263, - 24268, - 24273, - 24278, - 24283, - 24288, - 24293, - 24294, - 24299, - 24304, - 24309, - 24314, - 24319, - 24324, - 24329, - 24334, - 24339, - 24344, - 24349, - 24354, - 24359, - 24364, - 24369, - 24374, - 24379, - 24384, - 24389, - 24394, - 24399, - 24404, - 24409, - 24414, - 24419, - 24424, - 24429, - 24434, - 24439, - 24444, - 24449, - 24454, - 24459, - 24464, - 24469, - 24474, - 24479, - 24484, - 24489, - 24494, - 24499, - 24504, - 24509, - 24514, - 24519, - 24524, - 24529, - 24534, - 24539, - 24544, - 24549, - 24554, - 24559, - 24564, - 24569, - 24574, - 24579, - 24584, - 24589, - 24594, - 24599, - 24604, - 24609, - 24614, - 24619, - 24624, - 24625, - 24626, - 24627, - 24628, - 24629, - 24630, - 24631, - 24632, - 24633, - 24634, - 24635, - 24636, - 24637, - 24638, - 24639, - 24640, - 24641, - 24642, - 24643, - 24644, - 24645, - 24646 - ] - }, - { - "title": "Methods", - "children": [ - 24647, - 24661, - 24664, - 24668, - 24671, - 24675, - 24677, - 24680, - 24683, - 24685, - 24687, - 24690, - 24700, - 24703, - 24706, - 24709, - 24712, - 24715, - 24718, - 24722, - 24724, - 24727, - 24731, - 24733, - 24735, - 24738, - 24747, - 24757, - 24760, - 24763, - 24767, - 24769, - 24771, - 24774, - 24778, - 24782, - 24786, - 24791, - 24794, - 24797, - 24800, - 24803, - 24806, - 24809, - 24811, - 24814, - 24824, - 24834, - 24837, - 24839, - 24842, - 24846, - 24849, - 24853, - 24867, - 24872, - 24875, - 24878, - 24881, - 24883, - 24889, - 24895, - 24898, - 24904, - 24908, - 24913, - 24916, - 24919, - 24922, - 24926 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - }, - { - "type": "reference", - "target": 8311, - "name": "DocumentAndElementEventHandlers", - "package": "typescript" - }, - { - "type": "reference", - "target": 9266, - "name": "ElementCSSInlineStyle", - "package": "typescript" - }, - { - "type": "reference", - "target": 9268, - "name": "ElementContentEditable", - "package": "typescript" - }, - { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - }, - { - "type": "reference", - "target": 49762, - "name": "HTMLOrSVGElement", - "package": "typescript" - } - ], - "extendedBy": [ - { - "type": "reference", - "target": 16898, - "name": "HTMLCanvasElement" - }, - { - "type": "reference", - "target": 56900, - "name": "HTMLSlotElement" - }, - { - "type": "reference", - "target": 34321, - "name": "HTMLImageElement" - }, - { - "type": "reference", - "target": 41556, - "name": "HTMLMediaElement" - }, - { - "type": "reference", - "target": 10338, - "name": "HTMLAnchorElement" - }, - { - "type": "reference", - "target": 25173, - "name": "HTMLEmbedElement" - }, - { - "type": "reference", - "target": 30742, - "name": "HTMLHeadElement" - }, - { - "type": "reference", - "target": 11251, - "name": "HTMLAreaElement" - }, - { - "type": "reference", - "target": 56002, - "name": "HTMLScriptElement" - }, - { - "type": "reference", - "target": 14001, - "name": "HTMLBaseElement" - }, - { - "type": "reference", - "target": 55115, - "name": "HTMLQuoteElement" - }, - { - "type": "reference", - "target": 14889, - "name": "HTMLBodyElement" - }, - { - "type": "reference", - "target": 13114, - "name": "HTMLBRElement" - }, - { - "type": "reference", - "target": 15991, - "name": "HTMLButtonElement" - }, - { - "type": "reference", - "target": 60465, - "name": "HTMLTableCaptionElement" - }, - { - "type": "reference", - "target": 62253, - "name": "HTMLTableColElement" - }, - { - "type": "reference", - "target": 18713, - "name": "HTMLDataElement" - }, - { - "type": "reference", - "target": 19600, - "name": "HTMLDataListElement" - }, - { - "type": "reference", - "target": 45285, - "name": "HTMLModElement" - }, - { - "type": "reference", - "target": 20487, - "name": "HTMLDetailsElement" - }, - { - "type": "reference", - "target": 21374, - "name": "HTMLDialogElement" - }, - { - "type": "reference", - "target": 23156, - "name": "HTMLDivElement" - }, - { - "type": "reference", - "target": 17826, - "name": "HTMLDListElement" - }, - { - "type": "reference", - "target": 26067, - "name": "HTMLFieldSetElement" - }, - { - "type": "reference", - "target": 31628, - "name": "HTMLHeadingElement" - }, - { - "type": "reference", - "target": 29851, - "name": "HTMLHRElement" - }, - { - "type": "reference", - "target": 32515, - "name": "HTMLHtmlElement" - }, - { - "type": "reference", - "target": 33416, - "name": "HTMLIFrameElement" - }, - { - "type": "reference", - "target": 35234, - "name": "HTMLInputElement" - }, - { - "type": "reference", - "target": 37086, - "name": "HTMLLabelElement" - }, - { - "type": "reference", - "target": 37975, - "name": "HTMLLegendElement" - }, - { - "type": "reference", - "target": 36198, - "name": "HTMLLIElement" - }, - { - "type": "reference", - "target": 38863, - "name": "HTMLLinkElement" - }, - { - "type": "reference", - "target": 39767, - "name": "HTMLMapElement" - }, - { - "type": "reference", - "target": 42614, - "name": "HTMLMenuElement" - }, - { - "type": "reference", - "target": 43501, - "name": "HTMLMetaElement" - }, - { - "type": "reference", - "target": 44392, - "name": "HTMLMeterElement" - }, - { - "type": "reference", - "target": 47063, - "name": "HTMLObjectElement" - }, - { - "type": "reference", - "target": 46173, - "name": "HTMLOListElement" - }, - { - "type": "reference", - "target": 47980, - "name": "HTMLOptGroupElement" - }, - { - "type": "reference", - "target": 48868, - "name": "HTMLOptionElement" - }, - { - "type": "reference", - "target": 49772, - "name": "HTMLOutputElement" - }, - { - "type": "reference", - "target": 50675, - "name": "HTMLParagraphElement" - }, - { - "type": "reference", - "target": 52452, - "name": "HTMLPictureElement" - }, - { - "type": "reference", - "target": 53338, - "name": "HTMLPreElement" - }, - { - "type": "reference", - "target": 54225, - "name": "HTMLProgressElement" - }, - { - "type": "reference", - "target": 57796, - "name": "HTMLSourceElement" - }, - { - "type": "reference", - "target": 58689, - "name": "HTMLSpanElement" - }, - { - "type": "reference", - "target": 59575, - "name": "HTMLStyleElement" - }, - { - "type": "reference", - "target": 63145, - "name": "HTMLTableElement" - }, - { - "type": "reference", - "target": 64965, - "name": "HTMLTableSectionElement" - }, - { - "type": "reference", - "target": 61352, - "name": "HTMLTableCellElement" - }, - { - "type": "reference", - "target": 65862, - "name": "HTMLTemplateElement" - }, - { - "type": "reference", - "target": 66749, - "name": "HTMLTextAreaElement" - }, - { - "type": "reference", - "target": 67681, - "name": "HTMLTimeElement" - }, - { - "type": "reference", - "target": 68568, - "name": "HTMLTitleElement" - }, - { - "type": "reference", - "target": 64065, - "name": "HTMLTableRowElement" - }, - { - "type": "reference", - "target": 69455, - "name": "HTMLTrackElement" - }, - { - "type": "reference", - "target": 70352, - "name": "HTMLUListElement" - }, - { - "type": "reference", - "target": 71240, - "name": "HTMLUnknownElement" - }, - { - "type": "reference", - "target": 22269, - "name": "HTMLDirectoryElement" - }, - { - "type": "reference", - "target": 26968, - "name": "HTMLFontElement" - }, - { - "type": "reference", - "target": 27857, - "name": "HTMLFrameElement" - }, - { - "type": "reference", - "target": 28753, - "name": "HTMLFrameSetElement" - }, - { - "type": "reference", - "target": 40655, - "name": "HTMLMarqueeElement" - }, - { - "type": "reference", - "target": 51562, - "name": "HTMLParamElement" - } - ] - }, - "24044": { - "id": 24044, - "name": "ATTRIBUTE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8883, - "name": "Element.ATTRIBUTE_NODE" - } - }, - "24045": { - "id": 24045, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8884, - "name": "Element.CDATA_SECTION_NODE" - } - }, - "24046": { - "id": 24046, - "name": "COMMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Comment node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8885, - "name": "Element.COMMENT_NODE" - } - }, - "24047": { - "id": 24047, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8886, - "name": "Element.DOCUMENT_FRAGMENT_NODE" - } - }, - "24048": { - "id": 24048, - "name": "DOCUMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a document." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8887, - "name": "Element.DOCUMENT_NODE" - } - }, - "24049": { - "id": 24049, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8888, - "name": "Element.DOCUMENT_POSITION_CONTAINED_BY" - } - }, - "24050": { - "id": 24050, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8889, - "name": "Element.DOCUMENT_POSITION_CONTAINS" - } - }, - "24051": { - "id": 24051, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8890, - "name": "Element.DOCUMENT_POSITION_DISCONNECTED" - } - }, - "24052": { - "id": 24052, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8891, - "name": "Element.DOCUMENT_POSITION_FOLLOWING" - } - }, - "24053": { - "id": 24053, - "name": "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8892, - "name": "Element.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" - } - }, - "24054": { - "id": 24054, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8893, - "name": "Element.DOCUMENT_POSITION_PRECEDING" - } - }, - "24055": { - "id": 24055, - "name": "DOCUMENT_TYPE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a doctype." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8894, - "name": "Element.DOCUMENT_TYPE_NODE" - } - }, - "24056": { - "id": 24056, - "name": "ELEMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is an element." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8895, - "name": "Element.ELEMENT_NODE" - } - }, - "24057": { - "id": 24057, - "name": "ENTITY_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8896, - "name": "Element.ENTITY_NODE" - } - }, - "24058": { - "id": 24058, - "name": "ENTITY_REFERENCE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8897, - "name": "Element.ENTITY_REFERENCE_NODE" - } - }, - "24059": { - "id": 24059, - "name": "NOTATION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8898, - "name": "Element.NOTATION_NODE" - } - }, - "24060": { - "id": 24060, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8899, - "name": "Element.PROCESSING_INSTRUCTION_NODE" - } - }, - "24061": { - "id": 24061, - "name": "TEXT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Text node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8900, - "name": "Element.TEXT_NODE" - } - }, - "24062": { - "id": 24062, - "name": "accessKey", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24063": { - "id": 24063, - "name": "accessKeyLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24064": { - "id": 24064, - "name": "ariaAtomic", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8901, - "name": "Element.ariaAtomic" - } - }, - "24065": { - "id": 24065, - "name": "ariaAutoComplete", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8902, - "name": "Element.ariaAutoComplete" - } - }, - "24066": { - "id": 24066, - "name": "ariaBusy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8903, - "name": "Element.ariaBusy" - } - }, - "24067": { - "id": 24067, - "name": "ariaChecked", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8904, - "name": "Element.ariaChecked" - } - }, - "24068": { - "id": 24068, - "name": "ariaColCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8905, - "name": "Element.ariaColCount" - } - }, - "24069": { - "id": 24069, - "name": "ariaColIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8906, - "name": "Element.ariaColIndex" - } - }, - "24070": { - "id": 24070, - "name": "ariaColIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8907, - "name": "Element.ariaColIndexText" - } - }, - "24071": { - "id": 24071, - "name": "ariaColSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8908, - "name": "Element.ariaColSpan" - } - }, - "24072": { - "id": 24072, - "name": "ariaCurrent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8909, - "name": "Element.ariaCurrent" - } - }, - "24073": { - "id": 24073, - "name": "ariaDisabled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8910, - "name": "Element.ariaDisabled" - } - }, - "24074": { - "id": 24074, - "name": "ariaExpanded", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8911, - "name": "Element.ariaExpanded" - } - }, - "24075": { - "id": 24075, - "name": "ariaHasPopup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8912, - "name": "Element.ariaHasPopup" - } - }, - "24076": { - "id": 24076, - "name": "ariaHidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8913, - "name": "Element.ariaHidden" - } - }, - "24077": { - "id": 24077, - "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": 8914, - "name": "Element.ariaInvalid" - } - }, - "24078": { - "id": 24078, - "name": "ariaKeyShortcuts", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8915, - "name": "Element.ariaKeyShortcuts" - } - }, - "24079": { - "id": 24079, - "name": "ariaLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8916, - "name": "Element.ariaLabel" - } - }, - "24080": { - "id": 24080, - "name": "ariaLevel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8917, - "name": "Element.ariaLevel" - } - }, - "24081": { - "id": 24081, - "name": "ariaLive", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8918, - "name": "Element.ariaLive" - } - }, - "24082": { - "id": 24082, - "name": "ariaModal", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8919, - "name": "Element.ariaModal" - } - }, - "24083": { - "id": 24083, - "name": "ariaMultiLine", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8920, - "name": "Element.ariaMultiLine" - } - }, - "24084": { - "id": 24084, - "name": "ariaMultiSelectable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8921, - "name": "Element.ariaMultiSelectable" - } - }, - "24085": { - "id": 24085, - "name": "ariaOrientation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8922, - "name": "Element.ariaOrientation" - } - }, - "24086": { - "id": 24086, - "name": "ariaPlaceholder", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8923, - "name": "Element.ariaPlaceholder" - } - }, - "24087": { - "id": 24087, - "name": "ariaPosInSet", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8924, - "name": "Element.ariaPosInSet" - } - }, - "24088": { - "id": 24088, - "name": "ariaPressed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8925, - "name": "Element.ariaPressed" - } - }, - "24089": { - "id": 24089, - "name": "ariaReadOnly", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8926, - "name": "Element.ariaReadOnly" - } - }, - "24090": { - "id": 24090, - "name": "ariaRequired", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8927, - "name": "Element.ariaRequired" - } - }, - "24091": { - "id": 24091, - "name": "ariaRoleDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8928, - "name": "Element.ariaRoleDescription" - } - }, - "24092": { - "id": 24092, - "name": "ariaRowCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8929, - "name": "Element.ariaRowCount" - } - }, - "24093": { - "id": 24093, - "name": "ariaRowIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8930, - "name": "Element.ariaRowIndex" - } - }, - "24094": { - "id": 24094, - "name": "ariaRowIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8931, - "name": "Element.ariaRowIndexText" - } - }, - "24095": { - "id": 24095, - "name": "ariaRowSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8932, - "name": "Element.ariaRowSpan" - } - }, - "24096": { - "id": 24096, - "name": "ariaSelected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8933, - "name": "Element.ariaSelected" - } - }, - "24097": { - "id": 24097, - "name": "ariaSetSize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8934, - "name": "Element.ariaSetSize" - } - }, - "24098": { - "id": 24098, - "name": "ariaSort", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8935, - "name": "Element.ariaSort" - } - }, - "24099": { - "id": 24099, - "name": "ariaValueMax", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8936, - "name": "Element.ariaValueMax" - } - }, - "24100": { - "id": 24100, - "name": "ariaValueMin", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8937, - "name": "Element.ariaValueMin" - } - }, - "24101": { - "id": 24101, - "name": "ariaValueNow", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8938, - "name": "Element.ariaValueNow" - } - }, - "24102": { - "id": 24102, - "name": "ariaValueText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8939, - "name": "Element.ariaValueText" - } - }, - "24103": { - "id": 24103, - "name": "assignedSlot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 56900, - "name": "HTMLSlotElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8940, - "name": "Element.assignedSlot" - } - }, - "24104": { - "id": 24104, - "name": "attributes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NamedNodeMap" - }, - "name": "NamedNodeMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 8941, - "name": "Element.attributes" - } - }, - "24105": { - "id": 24105, - "name": "autocapitalize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24106": { - "id": 24106, - "name": "autofocus", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 49763, - "name": "HTMLOrSVGElement.autofocus" - } - }, - "24107": { - "id": 24107, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 8942, - "name": "Element.baseURI" - } - }, - "24108": { - "id": 24108, - "name": "childElementCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8943, - "name": "Element.childElementCount" - } - }, - "24109": { - "id": 24109, - "name": "childNodes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the children." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 8944, - "name": "Element.childNodes" - } - }, - "24110": { - "id": 24110, - "name": "children", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the child elements." - } - ] - }, - "type": { - "type": "reference", - "target": 17816, - "name": "HTMLCollection", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 8945, - "name": "Element.children" - } - }, - "24111": { - "id": 24111, - "name": "classList", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": 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." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 8946, - "name": "Element.classList" - } - }, - "24112": { - "id": 24112, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 8947, - "name": "Element.className" - } - }, - "24113": { - "id": 24113, - "name": "clientHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8948, - "name": "Element.clientHeight" - } - }, - "24114": { - "id": 24114, - "name": "clientLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8949, - "name": "Element.clientLeft" - } - }, - "24115": { - "id": 24115, - "name": "clientTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8950, - "name": "Element.clientTop" - } - }, - "24116": { - "id": 24116, - "name": "clientWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8951, - "name": "Element.clientWidth" - } - }, - "24117": { - "id": 24117, - "name": "contentEditable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 9269, - "name": "ElementContentEditable.contentEditable" - } - }, - "24118": { - "id": 24118, - "name": "dataset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": 7181, - "name": "DOMStringMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 49764, - "name": "HTMLOrSVGElement.dataset" - } - }, - "24119": { - "id": 24119, - "name": "dir", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24120": { - "id": 24120, - "name": "draggable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "24121": { - "id": 24121, - "name": "enterKeyHint", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 9270, - "name": "ElementContentEditable.enterKeyHint" - } - }, - "24122": { - "id": 24122, - "name": "firstChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8952, - "name": "Element.firstChild" - } - }, - "24123": { - "id": 24123, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8953, - "name": "Element.firstElementChild" - } - }, - "24124": { - "id": 24124, - "name": "hidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "24125": { - "id": 24125, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 8954, - "name": "Element.id" - } - }, - "24126": { - "id": 24126, - "name": "inert", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "24127": { - "id": 24127, - "name": "innerHTML", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 8955, - "name": "Element.innerHTML" - } - }, - "24128": { - "id": 24128, - "name": "innerText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24129": { - "id": 24129, - "name": "inputMode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 9271, - "name": "ElementContentEditable.inputMode" - } - }, - "24130": { - "id": 24130, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 8956, - "name": "Element.isConnected" - } - }, - "24131": { - "id": 24131, - "name": "isContentEditable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9272, - "name": "ElementContentEditable.isContentEditable" - } - }, - "24132": { - "id": 24132, - "name": "lang", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24133": { - "id": 24133, - "name": "lastChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8957, - "name": "Element.lastChild" - } - }, - "24134": { - "id": 24134, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8958, - "name": "Element.lastElementChild" - } - }, - "24135": { - "id": 24135, - "name": "localName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the local name." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 8959, - "name": "Element.localName" - } - }, - "24136": { - "id": 24136, - "name": "namespaceURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the namespace." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8960, - "name": "Element.namespaceURI" - } - }, - "24137": { - "id": 24137, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8961, - "name": "Element.nextElementSibling" - } - }, - "24138": { - "id": 24138, - "name": "nextSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the next sibling." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8962, - "name": "Element.nextSibling" - } - }, - "24139": { - "id": 24139, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 8963, - "name": "Element.nodeName" - } - }, - "24140": { - "id": 24140, - "name": "nodeType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8964, - "name": "Element.nodeType" - } - }, - "24141": { - "id": 24141, - "name": "nodeValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8965, - "name": "Element.nodeValue" - } - }, - "24142": { - "id": 24142, - "name": "nonce", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 49765, - "name": "HTMLOrSVGElement.nonce" - } - }, - "24143": { - "id": 24143, - "name": "offsetHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "24144": { - "id": 24144, - "name": "offsetLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "24145": { - "id": 24145, - "name": "offsetParent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - } - }, - "24146": { - "id": 24146, - "name": "offsetTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "24147": { - "id": 24147, - "name": "offsetWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "24148": { - "id": 24148, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24149, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24150, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24151, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24152, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141101, - "name": "UIEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9762, - "name": "GlobalEventHandlers.onabort" - } - }, - "24153": { - "id": 24153, - "name": "onanimationcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24154, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24155, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24156, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24157, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9767, - "name": "GlobalEventHandlers.onanimationcancel" - } - }, - "24158": { - "id": 24158, - "name": "onanimationend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24159, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24160, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24161, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24162, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9772, - "name": "GlobalEventHandlers.onanimationend" - } - }, - "24163": { - "id": 24163, - "name": "onanimationiteration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24164, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24165, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24166, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24167, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9777, - "name": "GlobalEventHandlers.onanimationiteration" - } - }, - "24168": { - "id": 24168, - "name": "onanimationstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24169, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24170, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24171, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24172, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9782, - "name": "GlobalEventHandlers.onanimationstart" - } - }, - "24173": { - "id": 24173, - "name": "onauxclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24174, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24175, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24176, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24177, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9787, - "name": "GlobalEventHandlers.onauxclick" - } - }, - "24178": { - "id": 24178, - "name": "onbeforeinput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24179, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24180, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24181, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24182, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73624, - "name": "InputEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9792, - "name": "GlobalEventHandlers.onbeforeinput" - } - }, - "24183": { - "id": 24183, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24184, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24185, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24186, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24187, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9547, - "name": "FocusEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9797, - "name": "GlobalEventHandlers.onblur" - } - }, - "24188": { - "id": 24188, - "name": "oncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24189, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24190, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24191, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24192, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9802, - "name": "GlobalEventHandlers.oncancel" - } - }, - "24193": { - "id": 24193, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24194, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24195, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24196, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24197, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9807, - "name": "GlobalEventHandlers.oncanplay" - } - }, - "24198": { - "id": 24198, - "name": "oncanplaythrough", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24199, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24200, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24201, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24202, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9812, - "name": "GlobalEventHandlers.oncanplaythrough" - } - }, - "24203": { - "id": 24203, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24204, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24205, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24206, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24207, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9817, - "name": "GlobalEventHandlers.onchange" - } - }, - "24208": { - "id": 24208, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24209, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24210, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24211, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24212, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9822, - "name": "GlobalEventHandlers.onclick" - } - }, - "24213": { - "id": 24213, - "name": "onclose", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24214, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24215, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24216, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24217, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9827, - "name": "GlobalEventHandlers.onclose" - } - }, - "24218": { - "id": 24218, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24219, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24220, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24221, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24222, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9832, - "name": "GlobalEventHandlers.oncontextmenu" - } - }, - "24223": { - "id": 24223, - "name": "oncopy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24224, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24225, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24226, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8311, - "name": "DocumentAndElementEventHandlers", - "package": "typescript" - } - }, - { - "id": 24227, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6441, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8312, - "name": "DocumentAndElementEventHandlers.oncopy" - } - }, - "24228": { - "id": 24228, - "name": "oncuechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24229, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24230, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24231, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24232, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9837, - "name": "GlobalEventHandlers.oncuechange" - } - }, - "24233": { - "id": 24233, - "name": "oncut", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24234, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24235, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24236, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8311, - "name": "DocumentAndElementEventHandlers", - "package": "typescript" - } - }, - { - "id": 24237, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6441, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8317, - "name": "DocumentAndElementEventHandlers.oncut" - } - }, - "24238": { - "id": 24238, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24239, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24240, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24241, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24242, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9842, - "name": "GlobalEventHandlers.ondblclick" - } - }, - "24243": { - "id": 24243, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24244, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24245, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24246, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24247, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9847, - "name": "GlobalEventHandlers.ondrag" - } - }, - "24248": { - "id": 24248, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24249, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24250, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24251, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24252, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9852, - "name": "GlobalEventHandlers.ondragend" - } - }, - "24253": { - "id": 24253, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24254, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24255, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24256, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24257, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9857, - "name": "GlobalEventHandlers.ondragenter" - } - }, - "24258": { - "id": 24258, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24259, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24260, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24261, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24262, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9862, - "name": "GlobalEventHandlers.ondragleave" - } - }, - "24263": { - "id": 24263, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24264, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24265, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24266, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24267, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9867, - "name": "GlobalEventHandlers.ondragover" - } - }, - "24268": { - "id": 24268, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24269, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24270, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24271, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24272, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9872, - "name": "GlobalEventHandlers.ondragstart" - } - }, - "24273": { - "id": 24273, - "name": "ondrop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24274, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24275, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24276, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24277, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9877, - "name": "GlobalEventHandlers.ondrop" - } - }, - "24278": { - "id": 24278, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24279, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24280, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24281, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24282, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9882, - "name": "GlobalEventHandlers.ondurationchange" - } - }, - "24283": { - "id": 24283, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24284, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24285, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24286, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24287, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9887, - "name": "GlobalEventHandlers.onemptied" - } - }, - "24288": { - "id": 24288, - "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" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24289, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24290, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24291, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24292, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9892, - "name": "GlobalEventHandlers.onended" - } - }, - "24293": { - "id": 24293, - "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." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 146937, - "name": "OnErrorEventHandler", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 9897, - "name": "GlobalEventHandlers.onerror" - } - }, - "24294": { - "id": 24294, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24295, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24296, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24297, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24298, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9547, - "name": "FocusEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9898, - "name": "GlobalEventHandlers.onfocus" - } - }, - "24299": { - "id": 24299, - "name": "onformdata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24300, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24301, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24302, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24303, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9663, - "name": "FormDataEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9903, - "name": "GlobalEventHandlers.onformdata" - } - }, - "24304": { - "id": 24304, - "name": "onfullscreenchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24305, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24306, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24307, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - }, - { - "id": 24308, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8966, - "name": "Element.onfullscreenchange" - } - }, - "24309": { - "id": 24309, - "name": "onfullscreenerror", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24310, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24311, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24312, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - }, - { - "id": 24313, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8971, - "name": "Element.onfullscreenerror" - } - }, - "24314": { - "id": 24314, - "name": "ongotpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24315, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24316, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24317, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24318, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9908, - "name": "GlobalEventHandlers.ongotpointercapture" - } - }, - "24319": { - "id": 24319, - "name": "oninput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24320, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24321, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24322, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24323, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9913, - "name": "GlobalEventHandlers.oninput" - } - }, - "24324": { - "id": 24324, - "name": "oninvalid", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24325, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24326, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24327, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24328, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9918, - "name": "GlobalEventHandlers.oninvalid" - } - }, - "24329": { - "id": 24329, - "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" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24330, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24331, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24332, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24333, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73726, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9923, - "name": "GlobalEventHandlers.onkeydown" - } - }, - "24334": { - "id": 24334, - "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": [] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24335, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24336, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24337, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24338, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73726, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9928, - "name": "GlobalEventHandlers.onkeypress" - } - }, - "24339": { - "id": 24339, - "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" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24340, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24341, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24342, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24343, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73726, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9933, - "name": "GlobalEventHandlers.onkeyup" - } - }, - "24344": { - "id": 24344, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24345, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24346, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24347, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24348, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9938, - "name": "GlobalEventHandlers.onload" - } - }, - "24349": { - "id": 24349, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24350, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24351, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24352, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24353, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9943, - "name": "GlobalEventHandlers.onloadeddata" - } - }, - "24354": { - "id": 24354, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24355, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24356, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24357, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24358, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9948, - "name": "GlobalEventHandlers.onloadedmetadata" - } - }, - "24359": { - "id": 24359, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24360, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24361, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24362, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24363, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9953, - "name": "GlobalEventHandlers.onloadstart" - } - }, - "24364": { - "id": 24364, - "name": "onlostpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24365, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24366, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24367, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24368, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9958, - "name": "GlobalEventHandlers.onlostpointercapture" - } - }, - "24369": { - "id": 24369, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24370, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24371, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24372, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24373, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9963, - "name": "GlobalEventHandlers.onmousedown" - } - }, - "24374": { - "id": 24374, - "name": "onmouseenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24375, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24376, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24377, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24378, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9968, - "name": "GlobalEventHandlers.onmouseenter" - } - }, - "24379": { - "id": 24379, - "name": "onmouseleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24380, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24381, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24382, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24383, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9973, - "name": "GlobalEventHandlers.onmouseleave" - } - }, - "24384": { - "id": 24384, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24385, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24386, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24387, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24388, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9978, - "name": "GlobalEventHandlers.onmousemove" - } - }, - "24389": { - "id": 24389, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24390, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24391, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24392, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24393, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9983, - "name": "GlobalEventHandlers.onmouseout" - } - }, - "24394": { - "id": 24394, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24395, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24396, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24397, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24398, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9988, - "name": "GlobalEventHandlers.onmouseover" - } - }, - "24399": { - "id": 24399, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24400, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24401, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24402, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24403, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9993, - "name": "GlobalEventHandlers.onmouseup" - } - }, - "24404": { - "id": 24404, - "name": "onpaste", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24405, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24406, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24407, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8311, - "name": "DocumentAndElementEventHandlers", - "package": "typescript" - } - }, - { - "id": 24408, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6441, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8322, - "name": "DocumentAndElementEventHandlers.onpaste" - } - }, - "24409": { - "id": 24409, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24410, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24411, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24412, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24413, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9998, - "name": "GlobalEventHandlers.onpause" - } - }, - "24414": { - "id": 24414, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24415, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24416, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24417, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24418, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10003, - "name": "GlobalEventHandlers.onplay" - } - }, - "24419": { - "id": 24419, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24420, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24421, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24422, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24423, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10008, - "name": "GlobalEventHandlers.onplaying" - } - }, - "24424": { - "id": 24424, - "name": "onpointercancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24425, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24426, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24427, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24428, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10013, - "name": "GlobalEventHandlers.onpointercancel" - } - }, - "24429": { - "id": 24429, - "name": "onpointerdown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24430, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24431, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24432, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24433, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10018, - "name": "GlobalEventHandlers.onpointerdown" - } - }, - "24434": { - "id": 24434, - "name": "onpointerenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24435, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24436, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24437, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24438, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10023, - "name": "GlobalEventHandlers.onpointerenter" - } - }, - "24439": { - "id": 24439, - "name": "onpointerleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24440, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24441, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24442, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24443, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10028, - "name": "GlobalEventHandlers.onpointerleave" - } - }, - "24444": { - "id": 24444, - "name": "onpointermove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24445, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24446, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24447, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24448, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10033, - "name": "GlobalEventHandlers.onpointermove" - } - }, - "24449": { - "id": 24449, - "name": "onpointerout", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24450, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24451, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24452, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24453, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10038, - "name": "GlobalEventHandlers.onpointerout" - } - }, - "24454": { - "id": 24454, - "name": "onpointerover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24455, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24456, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24457, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24458, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10043, - "name": "GlobalEventHandlers.onpointerover" - } - }, - "24459": { - "id": 24459, - "name": "onpointerup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24460, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24461, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24462, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24463, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10048, - "name": "GlobalEventHandlers.onpointerup" - } - }, - "24464": { - "id": 24464, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24465, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24466, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24467, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24468, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 76079, - "typeArguments": [ - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ], - "name": "ProgressEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10053, - "name": "GlobalEventHandlers.onprogress" - } - }, - "24469": { - "id": 24469, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24470, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24471, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24472, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24473, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10058, - "name": "GlobalEventHandlers.onratechange" - } - }, - "24474": { - "id": 24474, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24475, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24476, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24477, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24478, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10063, - "name": "GlobalEventHandlers.onreset" - } - }, - "24479": { - "id": 24479, - "name": "onresize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24480, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24481, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24482, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24483, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141101, - "name": "UIEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10068, - "name": "GlobalEventHandlers.onresize" - } - }, - "24484": { - "id": 24484, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24485, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24486, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24487, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24488, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10073, - "name": "GlobalEventHandlers.onscroll" - } - }, - "24489": { - "id": 24489, - "name": "onsecuritypolicyviolation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24490, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24491, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24492, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24493, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 139811, - "name": "SecurityPolicyViolationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10078, - "name": "GlobalEventHandlers.onsecuritypolicyviolation" - } - }, - "24494": { - "id": 24494, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24495, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24496, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24497, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24498, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10083, - "name": "GlobalEventHandlers.onseeked" - } - }, - "24499": { - "id": 24499, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24500, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24501, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24502, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24503, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10088, - "name": "GlobalEventHandlers.onseeking" - } - }, - "24504": { - "id": 24504, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24505, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24506, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24507, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24508, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10093, - "name": "GlobalEventHandlers.onselect" - } - }, - "24509": { - "id": 24509, - "name": "onselectionchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24510, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24511, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24512, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24513, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10098, - "name": "GlobalEventHandlers.onselectionchange" - } - }, - "24514": { - "id": 24514, - "name": "onselectstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24515, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24516, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24517, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24518, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10103, - "name": "GlobalEventHandlers.onselectstart" - } - }, - "24519": { - "id": 24519, - "name": "onslotchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24520, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24521, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24522, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24523, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10108, - "name": "GlobalEventHandlers.onslotchange" - } - }, - "24524": { - "id": 24524, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24525, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24526, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24527, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24528, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10113, - "name": "GlobalEventHandlers.onstalled" - } - }, - "24529": { - "id": 24529, - "name": "onsubmit", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24530, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24531, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24532, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24533, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140574, - "name": "SubmitEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10118, - "name": "GlobalEventHandlers.onsubmit" - } - }, - "24534": { - "id": 24534, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24535, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24536, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24537, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24538, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10123, - "name": "GlobalEventHandlers.onsuspend" - } - }, - "24539": { - "id": 24539, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24540, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24541, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24542, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24543, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10128, - "name": "GlobalEventHandlers.ontimeupdate" - } - }, - "24544": { - "id": 24544, - "name": "ontoggle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24545, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24546, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24547, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24548, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10133, - "name": "GlobalEventHandlers.ontoggle" - } - }, - "24549": { - "id": 24549, - "name": "ontouchcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24550, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24551, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24552, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24553, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10138, - "name": "GlobalEventHandlers.ontouchcancel" - } - }, - "24554": { - "id": 24554, - "name": "ontouchend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24555, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24556, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24557, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24558, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10143, - "name": "GlobalEventHandlers.ontouchend" - } - }, - "24559": { - "id": 24559, - "name": "ontouchmove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24560, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24561, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24562, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24563, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10148, - "name": "GlobalEventHandlers.ontouchmove" - } - }, - "24564": { - "id": 24564, - "name": "ontouchstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24565, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24566, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24567, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24568, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10153, - "name": "GlobalEventHandlers.ontouchstart" - } - }, - "24569": { - "id": 24569, - "name": "ontransitioncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24570, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24571, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24572, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24573, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10158, - "name": "GlobalEventHandlers.ontransitioncancel" - } - }, - "24574": { - "id": 24574, - "name": "ontransitionend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24575, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24576, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24577, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24578, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10163, - "name": "GlobalEventHandlers.ontransitionend" - } - }, - "24579": { - "id": 24579, - "name": "ontransitionrun", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24580, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24581, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24582, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24583, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10168, - "name": "GlobalEventHandlers.ontransitionrun" - } - }, - "24584": { - "id": 24584, - "name": "ontransitionstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24585, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24586, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24587, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24588, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10173, - "name": "GlobalEventHandlers.ontransitionstart" - } - }, - "24589": { - "id": 24589, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24590, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24591, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24592, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24593, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10178, - "name": "GlobalEventHandlers.onvolumechange" - } - }, - "24594": { - "id": 24594, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24595, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24596, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24597, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24598, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10183, - "name": "GlobalEventHandlers.onwaiting" - } - }, - "24599": { - "id": 24599, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24600, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24601, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24602, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24603, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10188, - "name": "GlobalEventHandlers.onwebkitanimationend" - } - }, - "24604": { - "id": 24604, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24605, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24606, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24607, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24608, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10193, - "name": "GlobalEventHandlers.onwebkitanimationiteration" - } - }, - "24609": { - "id": 24609, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24610, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24611, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24612, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24613, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10198, - "name": "GlobalEventHandlers.onwebkitanimationstart" - } - }, - "24614": { - "id": 24614, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24615, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24616, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24617, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24618, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10203, - "name": "GlobalEventHandlers.onwebkittransitionend" - } - }, - "24619": { - "id": 24619, - "name": "onwheel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 24620, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 24621, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 24622, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 24623, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 144525, - "name": "WheelEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 10208, - "name": "GlobalEventHandlers.onwheel" - } - }, - "24624": { - "id": 24624, - "name": "outerHTML", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 8976, - "name": "Element.outerHTML" - } - }, - "24625": { - "id": 24625, - "name": "outerText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24626": { - "id": 24626, - "name": "ownerDocument", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the node document. Returns null for documents." - } - ] - }, - "type": { - "type": "reference", - "target": 7307, - "name": "Document", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 8977, - "name": "Element.ownerDocument" - } - }, - "24627": { - "id": 24627, - "name": "parentElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent element." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8978, - "name": "Element.parentElement" - } - }, - "24628": { - "id": 24628, - "name": "parentNode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 75255, - "name": "ParentNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8979, - "name": "Element.parentNode" - } - }, - "24629": { - "id": 24629, - "name": "part", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 8980, - "name": "Element.part" - } - }, - "24630": { - "id": 24630, - "name": "prefix", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the namespace prefix." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8981, - "name": "Element.prefix" - } - }, - "24631": { - "id": 24631, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8982, - "name": "Element.previousElementSibling" - } - }, - "24632": { - "id": 24632, - "name": "previousSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the previous sibling." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8983, - "name": "Element.previousSibling" - } - }, - "24633": { - "id": 24633, - "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": 8984, - "name": "Element.role" - } - }, - "24634": { - "id": 24634, - "name": "scrollHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8985, - "name": "Element.scrollHeight" - } - }, - "24635": { - "id": 24635, - "name": "scrollLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8986, - "name": "Element.scrollLeft" - } - }, - "24636": { - "id": 24636, - "name": "scrollTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8987, - "name": "Element.scrollTop" - } - }, - "24637": { - "id": 24637, - "name": "scrollWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 8988, - "name": "Element.scrollWidth" - } - }, - "24638": { - "id": 24638, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 139983, - "name": "ShadowRoot", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8989, - "name": "Element.shadowRoot" - } - }, - "24639": { - "id": 24639, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 8990, - "name": "Element.slot" - } - }, - "24640": { - "id": 24640, - "name": "spellcheck", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "24641": { - "id": 24641, - "name": "style", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "CSSStyleDeclaration" - }, - "name": "CSSStyleDeclaration", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 9267, - "name": "ElementCSSInlineStyle.style" - } - }, - "24642": { - "id": 24642, - "name": "tabIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 49766, - "name": "HTMLOrSVGElement.tabIndex" - } - }, - "24643": { - "id": 24643, - "name": "tagName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the HTML-uppercased qualified name." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 8991, - "name": "Element.tagName" - } - }, - "24644": { - "id": 24644, - "name": "textContent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 8992, - "name": "Element.textContent" - } - }, - "24645": { - "id": 24645, - "name": "title", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24646": { - "id": 24646, - "name": "translate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "24647": { - "id": 24647, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24648, - 24657 - ], - "overwrites": { - "type": "reference", - "target": 10213, - "name": "GlobalEventHandlers.addEventListener" - } - }, - "24648": { - "id": 24648, - "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." - } - ] - }, - "typeParameter": [ - 24649 - ], - "parameters": [ - 24650, - 24651, - 24656 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 10214, - "name": "GlobalEventHandlers.addEventListener" - } - }, - "24649": { - "id": 24649, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 24959, - "name": "HTMLElementEventMap", - "package": "typescript" - } - } - }, - "24650": { - "id": 24650, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 24649, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "24651": { - "id": 24651, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 24652, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 24653 - ] - } - } - }, - "24656": { - "id": 24656, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 4983, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "24657": { - "id": 24657, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 24658, - 24659, - 24660 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 10223, - "name": "GlobalEventHandlers.addEventListener" - } - }, - "24658": { - "id": 24658, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24659": { - "id": 24659, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "24660": { - "id": 24660, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 4983, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "24661": { - "id": 24661, - "name": "after", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24662 - ], - "inheritedFrom": { - "type": "reference", - "target": 9007, - "name": "Element.after" - } - }, - "24662": { - "id": 24662, - "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." - } - ] - }, - "parameters": [ - 24663 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9008, - "name": "Element.after" - } - }, - "24663": { - "id": 24663, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "24664": { - "id": 24664, - "name": "animate", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24665 - ], - "inheritedFrom": { - "type": "reference", - "target": 9010, - "name": "Element.animate" - } - }, - "24665": { - "id": 24665, - "name": "animate", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 24666, - 24667 - ], - "type": { - "type": "reference", - "target": 5000, - "name": "Animation", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 9011, - "name": "Element.animate" - } - }, - "24666": { - "id": 24666, - "name": "keyframes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "array", - "elementType": { - "type": "reference", - "target": 73825, - "name": "Keyframe", - "package": "typescript" - } - }, - { - "type": "reference", - "target": 76174, - "name": "PropertyIndexedKeyframes", - "package": "typescript" - } - ] - } - }, - "24667": { - "id": 24667, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": 73831, - "name": "KeyframeAnimationOptions", - "package": "typescript" - } - ] - } - }, - "24668": { - "id": 24668, - "name": "append", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24669 - ], - "inheritedFrom": { - "type": "reference", - "target": 9014, - "name": "Element.append" - } - }, - "24669": { - "id": 24669, - "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." - } - ] - }, - "parameters": [ - 24670 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9015, - "name": "Element.append" - } - }, - "24670": { - "id": 24670, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "24671": { - "id": 24671, - "name": "appendChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24672 - ], - "inheritedFrom": { - "type": "reference", - "target": 9017, - "name": "Element.appendChild" - } - }, - "24672": { - "id": 24672, - "name": "appendChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 24673 - ], - "parameters": [ - 24674 - ], - "type": { - "type": "reference", - "target": 17530, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 9018, - "name": "Element.appendChild" - } - }, - "24674": { - "id": 24674, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17530, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "24675": { - "id": 24675, - "name": "attachInternals", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24676 - ] - }, - "24676": { - "id": 24676, - "name": "attachInternals", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9280, - "name": "ElementInternals", - "package": "typescript" - } - }, - "24677": { - "id": 24677, - "name": "attachShadow", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24678 - ], - "inheritedFrom": { - "type": "reference", - "target": 9021, - "name": "Element.attachShadow" - } - }, - "24678": { - "id": 24678, - "name": "attachShadow", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Creates a shadow root for element and returns it." - } - ] - }, - "parameters": [ - 24679 - ], - "type": { - "type": "reference", - "target": 139983, - "name": "ShadowRoot", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 9022, - "name": "Element.attachShadow" - } - }, - "24679": { - "id": 24679, - "name": "init", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140160, - "name": "ShadowRootInit", - "package": "typescript" - } - }, - "24680": { - "id": 24680, - "name": "before", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24681 - ], - "inheritedFrom": { - "type": "reference", - "target": 9024, - "name": "Element.before" - } - }, - "24681": { - "id": 24681, - "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." - } - ] - }, - "parameters": [ - 24682 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9025, - "name": "Element.before" - } - }, - "24682": { - "id": 24682, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "24683": { - "id": 24683, - "name": "blur", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24684 - ], - "inheritedFrom": { - "type": "reference", - "target": 49767, - "name": "HTMLOrSVGElement.blur" - } - }, - "24684": { - "id": 24684, - "name": "blur", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 49768, - "name": "HTMLOrSVGElement.blur" - } - }, - "24685": { - "id": 24685, - "name": "click", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24686 - ] - }, - "24686": { - "id": 24686, - "name": "click", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - } - }, - "24687": { - "id": 24687, - "name": "cloneNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24688 - ], - "inheritedFrom": { - "type": "reference", - "target": 9027, - "name": "Element.cloneNode" - } - }, - "24688": { - "id": 24688, - "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." - } - ] - }, - "parameters": [ - 24689 - ], - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 9028, - "name": "Element.cloneNode" - } - }, - "24689": { - "id": 24689, - "name": "deep", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "24690": { - "id": 24690, - "name": "closest", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24691, - 24694, - 24697 - ], - "inheritedFrom": { - "type": "reference", - "target": 9030, - "name": "Element.closest" - } - }, - "24691": { - "id": 24691, - "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." - } - ] - }, - "typeParameter": [ - 24692 - ], - "parameters": [ - 24693 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17552, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9031, - "name": "Element.closest" - } - }, - "24693": { - "id": 24693, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17552, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "24694": { - "id": 24694, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 24695 - ], - "parameters": [ - 24696 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17555, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9034, - "name": "Element.closest" - } - }, - "24696": { - "id": 24696, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17555, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "24697": { - "id": 24697, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 24698 - ], - "parameters": [ - 24699 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 17558, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9037, - "name": "Element.closest" - } - }, - "24699": { - "id": 24699, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24700": { - "id": 24700, - "name": "compareDocumentPosition", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24701 - ], - "inheritedFrom": { - "type": "reference", - "target": 9040, - "name": "Element.compareDocumentPosition" - } - }, - "24701": { - "id": 24701, - "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." - } - ] - }, - "parameters": [ - 24702 - ], - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 9041, - "name": "Element.compareDocumentPosition" - } - }, - "24702": { - "id": 24702, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "24703": { - "id": 24703, - "name": "contains", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24704 - ], - "inheritedFrom": { - "type": "reference", - "target": 9043, - "name": "Element.contains" - } - }, - "24704": { - "id": 24704, - "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." - } - ] - }, - "parameters": [ - 24705 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9044, - "name": "Element.contains" - } - }, - "24705": { - "id": 24705, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "24706": { - "id": 24706, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24707 - ], - "inheritedFrom": { - "type": "reference", - "target": 9046, - "name": "Element.dispatchEvent" - } - }, - "24707": { - "id": 24707, - "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." - } - ] - }, - "parameters": [ - 24708 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9047, - "name": "Element.dispatchEvent" - } - }, - "24708": { - "id": 24708, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "24709": { - "id": 24709, - "name": "focus", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24710 - ], - "inheritedFrom": { - "type": "reference", - "target": 49769, - "name": "HTMLOrSVGElement.focus" - } - }, - "24710": { - "id": 24710, - "name": "focus", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 24711 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 49770, - "name": "HTMLOrSVGElement.focus" - } - }, - "24711": { - "id": 24711, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9597, - "name": "FocusOptions", - "package": "typescript" - } - }, - "24712": { - "id": 24712, - "name": "getAnimations", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24713 - ], - "inheritedFrom": { - "type": "reference", - "target": 9049, - "name": "Element.getAnimations" - } - }, - "24713": { - "id": 24713, - "name": "getAnimations", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 24714 - ], - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 5000, - "name": "Animation", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 9050, - "name": "Element.getAnimations" - } - }, - "24714": { - "id": 24714, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9757, - "name": "GetAnimationsOptions", - "package": "typescript" - } - }, - "24715": { - "id": 24715, - "name": "getAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24716 - ], - "inheritedFrom": { - "type": "reference", - "target": 9052, - "name": "Element.getAttribute" - } - }, - "24716": { - "id": 24716, - "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." - } - ] - }, - "parameters": [ - 24717 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9053, - "name": "Element.getAttribute" - } - }, - "24717": { - "id": 24717, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24718": { - "id": 24718, - "name": "getAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24719 - ], - "inheritedFrom": { - "type": "reference", - "target": 9055, - "name": "Element.getAttributeNS" - } - }, - "24719": { - "id": 24719, - "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." - } - ] - }, - "parameters": [ - 24720, - 24721 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9056, - "name": "Element.getAttributeNS" - } - }, - "24720": { - "id": 24720, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "24721": { - "id": 24721, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24722": { - "id": 24722, - "name": "getAttributeNames", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24723 - ], - "inheritedFrom": { - "type": "reference", - "target": 9059, - "name": "Element.getAttributeNames" - } - }, - "24723": { - "id": 24723, - "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." - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 9060, - "name": "Element.getAttributeNames" - } - }, - "24724": { - "id": 24724, - "name": "getAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24725 - ], - "inheritedFrom": { - "type": "reference", - "target": 9061, - "name": "Element.getAttributeNode" - } - }, - "24725": { - "id": 24725, - "name": "getAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 24726 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9062, - "name": "Element.getAttributeNode" - } - }, - "24726": { - "id": 24726, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24727": { - "id": 24727, - "name": "getAttributeNodeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24728 - ], - "inheritedFrom": { - "type": "reference", - "target": 9064, - "name": "Element.getAttributeNodeNS" - } - }, - "24728": { - "id": 24728, - "name": "getAttributeNodeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 24729, - 24730 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9065, - "name": "Element.getAttributeNodeNS" - } - }, - "24729": { - "id": 24729, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "24730": { - "id": 24730, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24731": { - "id": 24731, - "name": "getBoundingClientRect", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24732 - ], - "inheritedFrom": { - "type": "reference", - "target": 9068, - "name": "Element.getBoundingClientRect" - } - }, - "24732": { - "id": 24732, - "name": "getBoundingClientRect", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 7154, - "name": "DOMRect", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 9069, - "name": "Element.getBoundingClientRect" - } - }, - "24733": { - "id": 24733, - "name": "getClientRects", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24734 - ], - "inheritedFrom": { - "type": "reference", - "target": 9070, - "name": "Element.getClientRects" - } - }, - "24734": { - "id": 24734, - "name": "getClientRects", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMRectList" - }, - "name": "DOMRectList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 9071, - "name": "Element.getClientRects" - } - }, - "24735": { - "id": 24735, - "name": "getElementsByClassName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24736 - ], - "inheritedFrom": { - "type": "reference", - "target": 9072, - "name": "Element.getElementsByClassName" - } - }, - "24736": { - "id": 24736, - "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." - } - ] - }, - "parameters": [ - 24737 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 9073, - "name": "Element.getElementsByClassName" - } - }, - "24737": { - "id": 24737, - "name": "classNames", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24738": { - "id": 24738, - "name": "getElementsByTagName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24739, - 24742, - 24745 - ], - "inheritedFrom": { - "type": "reference", - "target": 9075, - "name": "Element.getElementsByTagName" - } - }, - "24739": { - "id": 24739, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 24740 - ], - "parameters": [ - 24741 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17616, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 9076, - "name": "Element.getElementsByTagName" - } - }, - "24741": { - "id": 24741, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17616, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "24742": { - "id": 24742, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 24743 - ], - "parameters": [ - 24744 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17619, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 9079, - "name": "Element.getElementsByTagName" - } - }, - "24744": { - "id": 24744, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17619, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "24745": { - "id": 24745, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 24746 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 9082, - "name": "Element.getElementsByTagName" - } - }, - "24746": { - "id": 24746, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24747": { - "id": 24747, - "name": "getElementsByTagNameNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24748, - 24751, - 24754 - ], - "inheritedFrom": { - "type": "reference", - "target": 9084, - "name": "Element.getElementsByTagNameNS" - } - }, - "24748": { - "id": 24748, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 24749, - 24750 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 9085, - "name": "Element.getElementsByTagNameNS" - } - }, - "24749": { - "id": 24749, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/1999/xhtml" - } - }, - "24750": { - "id": 24750, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24751": { - "id": 24751, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 24752, - 24753 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 85760, - "name": "SVGElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 9088, - "name": "Element.getElementsByTagNameNS" - } - }, - "24752": { - "id": 24752, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/2000/svg" - } - }, - "24753": { - "id": 24753, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24754": { - "id": 24754, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 24755, - 24756 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 9091, - "name": "Element.getElementsByTagNameNS" - } - }, - "24755": { - "id": 24755, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "24756": { - "id": 24756, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24757": { - "id": 24757, - "name": "getRootNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24758 - ], - "inheritedFrom": { - "type": "reference", - "target": 9094, - "name": "Element.getRootNode" - } - }, - "24758": { - "id": 24758, - "name": "getRootNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's root." - } - ] - }, - "parameters": [ - 24759 - ], - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 9095, - "name": "Element.getRootNode" - } - }, - "24759": { - "id": 24759, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9759, - "name": "GetRootNodeOptions", - "package": "typescript" - } - }, - "24760": { - "id": 24760, - "name": "hasAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24761 - ], - "inheritedFrom": { - "type": "reference", - "target": 9097, - "name": "Element.hasAttribute" - } - }, - "24761": { - "id": 24761, - "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." - } - ] - }, - "parameters": [ - 24762 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9098, - "name": "Element.hasAttribute" - } - }, - "24762": { - "id": 24762, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24763": { - "id": 24763, - "name": "hasAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24764 - ], - "inheritedFrom": { - "type": "reference", - "target": 9100, - "name": "Element.hasAttributeNS" - } - }, - "24764": { - "id": 24764, - "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." - } - ] - }, - "parameters": [ - 24765, - 24766 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9101, - "name": "Element.hasAttributeNS" - } - }, - "24765": { - "id": 24765, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "24766": { - "id": 24766, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24767": { - "id": 24767, - "name": "hasAttributes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24768 - ], - "inheritedFrom": { - "type": "reference", - "target": 9104, - "name": "Element.hasAttributes" - } - }, - "24768": { - "id": 24768, - "name": "hasAttributes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if element has attributes, and false otherwise." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9105, - "name": "Element.hasAttributes" - } - }, - "24769": { - "id": 24769, - "name": "hasChildNodes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24770 - ], - "inheritedFrom": { - "type": "reference", - "target": 9106, - "name": "Element.hasChildNodes" - } - }, - "24770": { - "id": 24770, - "name": "hasChildNodes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node has children." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9107, - "name": "Element.hasChildNodes" - } - }, - "24771": { - "id": 24771, - "name": "hasPointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24772 - ], - "inheritedFrom": { - "type": "reference", - "target": 9108, - "name": "Element.hasPointerCapture" - } - }, - "24772": { - "id": 24772, - "name": "hasPointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 24773 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9109, - "name": "Element.hasPointerCapture" - } - }, - "24773": { - "id": 24773, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "24774": { - "id": 24774, - "name": "insertAdjacentElement", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24775 - ], - "inheritedFrom": { - "type": "reference", - "target": 9111, - "name": "Element.insertAdjacentElement" - } - }, - "24775": { - "id": 24775, - "name": "insertAdjacentElement", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 24776, - 24777 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9112, - "name": "Element.insertAdjacentElement" - } - }, - "24776": { - "id": 24776, - "name": "where", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146913, - "name": "InsertPosition", - "package": "typescript" - } - }, - "24777": { - "id": 24777, - "name": "element", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - }, - "24778": { - "id": 24778, - "name": "insertAdjacentHTML", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24779 - ], - "inheritedFrom": { - "type": "reference", - "target": 9115, - "name": "Element.insertAdjacentHTML" - } - }, - "24779": { - "id": 24779, - "name": "insertAdjacentHTML", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 24780, - 24781 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9116, - "name": "Element.insertAdjacentHTML" - } - }, - "24780": { - "id": 24780, - "name": "position", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146913, - "name": "InsertPosition", - "package": "typescript" - } - }, - "24781": { - "id": 24781, - "name": "text", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24782": { - "id": 24782, - "name": "insertAdjacentText", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24783 - ], - "inheritedFrom": { - "type": "reference", - "target": 9119, - "name": "Element.insertAdjacentText" - } - }, - "24783": { - "id": 24783, - "name": "insertAdjacentText", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 24784, - 24785 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9120, - "name": "Element.insertAdjacentText" - } - }, - "24784": { - "id": 24784, - "name": "where", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146913, - "name": "InsertPosition", - "package": "typescript" - } - }, - "24785": { - "id": 24785, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24786": { - "id": 24786, - "name": "insertBefore", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24787 - ], - "inheritedFrom": { - "type": "reference", - "target": 9123, - "name": "Element.insertBefore" - } - }, - "24787": { - "id": 24787, - "name": "insertBefore", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 24788 - ], - "parameters": [ - 24789, - 24790 - ], - "type": { - "type": "reference", - "target": 17664, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 9124, - "name": "Element.insertBefore" - } - }, - "24789": { - "id": 24789, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17664, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "24790": { - "id": 24790, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "24791": { - "id": 24791, - "name": "isDefaultNamespace", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24792 - ], - "inheritedFrom": { - "type": "reference", - "target": 9128, - "name": "Element.isDefaultNamespace" - } - }, - "24792": { - "id": 24792, - "name": "isDefaultNamespace", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 24793 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9129, - "name": "Element.isDefaultNamespace" - } - }, - "24793": { - "id": 24793, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "24794": { - "id": 24794, - "name": "isEqualNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24795 - ], - "inheritedFrom": { - "type": "reference", - "target": 9131, - "name": "Element.isEqualNode" - } - }, - "24795": { - "id": 24795, - "name": "isEqualNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node and otherNode have the same properties." - } - ] - }, - "parameters": [ - 24796 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9132, - "name": "Element.isEqualNode" - } - }, - "24796": { - "id": 24796, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "24797": { - "id": 24797, - "name": "isSameNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24798 - ], - "inheritedFrom": { - "type": "reference", - "target": 9134, - "name": "Element.isSameNode" - } - }, - "24798": { - "id": 24798, - "name": "isSameNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 24799 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9135, - "name": "Element.isSameNode" - } - }, - "24799": { - "id": 24799, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "24800": { - "id": 24800, - "name": "lookupNamespaceURI", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24801 - ], - "inheritedFrom": { - "type": "reference", - "target": 9137, - "name": "Element.lookupNamespaceURI" - } - }, - "24801": { - "id": 24801, - "name": "lookupNamespaceURI", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 24802 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9138, - "name": "Element.lookupNamespaceURI" - } - }, - "24802": { - "id": 24802, - "name": "prefix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "24803": { - "id": 24803, - "name": "lookupPrefix", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24804 - ], - "inheritedFrom": { - "type": "reference", - "target": 9140, - "name": "Element.lookupPrefix" - } - }, - "24804": { - "id": 24804, - "name": "lookupPrefix", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 24805 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9141, - "name": "Element.lookupPrefix" - } - }, - "24805": { - "id": 24805, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "24806": { - "id": 24806, - "name": "matches", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24807 - ], - "inheritedFrom": { - "type": "reference", - "target": 9143, - "name": "Element.matches" - } - }, - "24807": { - "id": 24807, - "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." - } - ] - }, - "parameters": [ - 24808 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9144, - "name": "Element.matches" - } - }, - "24808": { - "id": 24808, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24809": { - "id": 24809, - "name": "normalize", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24810 - ], - "inheritedFrom": { - "type": "reference", - "target": 9146, - "name": "Element.normalize" - } - }, - "24810": { - "id": 24810, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9147, - "name": "Element.normalize" - } - }, - "24811": { - "id": 24811, - "name": "prepend", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24812 - ], - "inheritedFrom": { - "type": "reference", - "target": 9148, - "name": "Element.prepend" - } - }, - "24812": { - "id": 24812, - "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." - } - ] - }, - "parameters": [ - 24813 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9149, - "name": "Element.prepend" - } - }, - "24813": { - "id": 24813, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "24814": { - "id": 24814, - "name": "querySelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24815, - 24818, - 24821 - ], - "inheritedFrom": { - "type": "reference", - "target": 9151, - "name": "Element.querySelector" - } - }, - "24815": { - "id": 24815, - "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." - } - ] - }, - "typeParameter": [ - 24816 - ], - "parameters": [ - 24817 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17692, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9152, - "name": "Element.querySelector" - } - }, - "24817": { - "id": 24817, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17692, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "24818": { - "id": 24818, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 24819 - ], - "parameters": [ - 24820 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17695, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9155, - "name": "Element.querySelector" - } - }, - "24820": { - "id": 24820, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17695, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "24821": { - "id": 24821, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 24822 - ], - "parameters": [ - 24823 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 17698, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9158, - "name": "Element.querySelector" - } - }, - "24823": { - "id": 24823, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24824": { - "id": 24824, - "name": "querySelectorAll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24825, - 24828, - 24831 - ], - "inheritedFrom": { - "type": "reference", - "target": 9161, - "name": "Element.querySelectorAll" - } - }, - "24825": { - "id": 24825, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns all element descendants of node that match selectors." - } - ] - }, - "typeParameter": [ - 24826 - ], - "parameters": [ - 24827 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17702, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 9162, - "name": "Element.querySelectorAll" - } - }, - "24827": { - "id": 24827, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17702, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "24828": { - "id": 24828, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 24829 - ], - "parameters": [ - 24830 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17705, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 9165, - "name": "Element.querySelectorAll" - } - }, - "24830": { - "id": 24830, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17705, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "24831": { - "id": 24831, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 24832 - ], - "parameters": [ - 24833 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 17708, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 9168, - "name": "Element.querySelectorAll" - } - }, - "24833": { - "id": 24833, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24834": { - "id": 24834, - "name": "releasePointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24835 - ], - "inheritedFrom": { - "type": "reference", - "target": 9171, - "name": "Element.releasePointerCapture" - } - }, - "24835": { - "id": 24835, - "name": "releasePointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 24836 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9172, - "name": "Element.releasePointerCapture" - } - }, - "24836": { - "id": 24836, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "24837": { - "id": 24837, - "name": "remove", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24838 - ], - "inheritedFrom": { - "type": "reference", - "target": 9174, - "name": "Element.remove" - } - }, - "24838": { - "id": 24838, - "name": "remove", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9175, - "name": "Element.remove" - } - }, - "24839": { - "id": 24839, - "name": "removeAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24840 - ], - "inheritedFrom": { - "type": "reference", - "target": 9176, - "name": "Element.removeAttribute" - } - }, - "24840": { - "id": 24840, - "name": "removeAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes element's first attribute whose qualified name is qualifiedName." - } - ] - }, - "parameters": [ - 24841 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9177, - "name": "Element.removeAttribute" - } - }, - "24841": { - "id": 24841, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24842": { - "id": 24842, - "name": "removeAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24843 - ], - "inheritedFrom": { - "type": "reference", - "target": 9179, - "name": "Element.removeAttributeNS" - } - }, - "24843": { - "id": 24843, - "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." - } - ] - }, - "parameters": [ - 24844, - 24845 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9180, - "name": "Element.removeAttributeNS" - } - }, - "24844": { - "id": 24844, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "24845": { - "id": 24845, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24846": { - "id": 24846, - "name": "removeAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24847 - ], - "inheritedFrom": { - "type": "reference", - "target": 9183, - "name": "Element.removeAttributeNode" - } - }, - "24847": { - "id": 24847, - "name": "removeAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 24848 - ], - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 9184, - "name": "Element.removeAttributeNode" - } - }, - "24848": { - "id": 24848, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - }, - "24849": { - "id": 24849, - "name": "removeChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24850 - ], - "inheritedFrom": { - "type": "reference", - "target": 9186, - "name": "Element.removeChild" - } - }, - "24850": { - "id": 24850, - "name": "removeChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 24851 - ], - "parameters": [ - 24852 - ], - "type": { - "type": "reference", - "target": 17727, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 9187, - "name": "Element.removeChild" - } - }, - "24852": { - "id": 24852, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17727, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "24853": { - "id": 24853, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24854, - 24863 - ], - "overwrites": { - "type": "reference", - "target": 10227, - "name": "GlobalEventHandlers.removeEventListener" - } - }, - "24854": { - "id": 24854, - "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." - } - ] - }, - "typeParameter": [ - 24855 - ], - "parameters": [ - 24856, - 24857, - 24862 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 10228, - "name": "GlobalEventHandlers.removeEventListener" - } - }, - "24855": { - "id": 24855, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 24959, - "name": "HTMLElementEventMap", - "package": "typescript" - } - } - }, - "24856": { - "id": 24856, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 24855, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "24857": { - "id": 24857, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 24858, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 24859 - ] - } - } - }, - "24862": { - "id": 24862, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 9433, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "24863": { - "id": 24863, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 24864, - 24865, - 24866 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 10237, - "name": "GlobalEventHandlers.removeEventListener" - } - }, - "24864": { - "id": 24864, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24865": { - "id": 24865, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "24866": { - "id": 24866, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 9433, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "24867": { - "id": 24867, - "name": "replaceChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24868 - ], - "inheritedFrom": { - "type": "reference", - "target": 9204, - "name": "Element.replaceChild" - } - }, - "24868": { - "id": 24868, - "name": "replaceChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 24869 - ], - "parameters": [ - 24870, - 24871 - ], - "type": { - "type": "reference", - "target": 17745, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 9205, - "name": "Element.replaceChild" - } - }, - "24870": { - "id": 24870, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "24871": { - "id": 24871, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17745, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "24872": { - "id": 24872, - "name": "replaceChildren", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24873 - ], - "inheritedFrom": { - "type": "reference", - "target": 9209, - "name": "Element.replaceChildren" - } - }, - "24873": { - "id": 24873, - "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." - } - ] - }, - "parameters": [ - 24874 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9210, - "name": "Element.replaceChildren" - } - }, - "24874": { - "id": 24874, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "24875": { - "id": 24875, - "name": "replaceWith", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24876 - ], - "inheritedFrom": { - "type": "reference", - "target": 9212, - "name": "Element.replaceWith" - } - }, - "24876": { - "id": 24876, - "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." - } - ] - }, - "parameters": [ - 24877 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9213, - "name": "Element.replaceWith" - } - }, - "24877": { - "id": 24877, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "24878": { - "id": 24878, - "name": "requestFullscreen", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24879 - ], - "inheritedFrom": { - "type": "reference", - "target": 9215, - "name": "Element.requestFullscreen" - } - }, - "24879": { - "id": 24879, - "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." - } - ] - }, - "parameters": [ - 24880 - ], - "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": 9216, - "name": "Element.requestFullscreen" - } - }, - "24880": { - "id": 24880, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9703, - "name": "FullscreenOptions", - "package": "typescript" - } - }, - "24881": { - "id": 24881, - "name": "requestPointerLock", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24882 - ], - "inheritedFrom": { - "type": "reference", - "target": 9218, - "name": "Element.requestPointerLock" - } - }, - "24882": { - "id": 24882, - "name": "requestPointerLock", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9219, - "name": "Element.requestPointerLock" - } - }, - "24883": { - "id": 24883, - "name": "scroll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24884, - 24886 - ], - "inheritedFrom": { - "type": "reference", - "target": 9220, - "name": "Element.scroll" - } - }, - "24884": { - "id": 24884, - "name": "scroll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 24885 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9221, - "name": "Element.scroll" - } - }, - "24885": { - "id": 24885, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 139807, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "24886": { - "id": 24886, - "name": "scroll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 24887, - 24888 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9223, - "name": "Element.scroll" - } - }, - "24887": { - "id": 24887, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "24888": { - "id": 24888, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "24889": { - "id": 24889, - "name": "scrollBy", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24890, - 24892 - ], - "inheritedFrom": { - "type": "reference", - "target": 9226, - "name": "Element.scrollBy" - } - }, - "24890": { - "id": 24890, - "name": "scrollBy", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 24891 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9227, - "name": "Element.scrollBy" - } - }, - "24891": { - "id": 24891, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 139807, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "24892": { - "id": 24892, - "name": "scrollBy", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 24893, - 24894 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9229, - "name": "Element.scrollBy" - } - }, - "24893": { - "id": 24893, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "24894": { - "id": 24894, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "24895": { - "id": 24895, - "name": "scrollIntoView", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24896 - ], - "inheritedFrom": { - "type": "reference", - "target": 9232, - "name": "Element.scrollIntoView" - } - }, - "24896": { - "id": 24896, - "name": "scrollIntoView", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 24897 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9233, - "name": "Element.scrollIntoView" - } - }, - "24897": { - "id": 24897, - "name": "arg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 139801, - "name": "ScrollIntoViewOptions", - "package": "typescript" - } - ] - } - }, - "24898": { - "id": 24898, - "name": "scrollTo", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24899, - 24901 - ], - "inheritedFrom": { - "type": "reference", - "target": 9235, - "name": "Element.scrollTo" - } - }, - "24899": { - "id": 24899, - "name": "scrollTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 24900 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9236, - "name": "Element.scrollTo" - } - }, - "24900": { - "id": 24900, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 139807, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "24901": { - "id": 24901, - "name": "scrollTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 24902, - 24903 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9238, - "name": "Element.scrollTo" - } - }, - "24902": { - "id": 24902, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "24903": { - "id": 24903, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "24904": { - "id": 24904, - "name": "setAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24905 - ], - "inheritedFrom": { - "type": "reference", - "target": 9241, - "name": "Element.setAttribute" - } - }, - "24905": { - "id": 24905, - "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." - } - ] - }, - "parameters": [ - 24906, - 24907 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9242, - "name": "Element.setAttribute" - } - }, - "24906": { - "id": 24906, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24907": { - "id": 24907, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24908": { - "id": 24908, - "name": "setAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24909 - ], - "inheritedFrom": { - "type": "reference", - "target": 9245, - "name": "Element.setAttributeNS" - } - }, - "24909": { - "id": 24909, - "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." - } - ] - }, - "parameters": [ - 24910, - 24911, - 24912 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9246, - "name": "Element.setAttributeNS" - } - }, - "24910": { - "id": 24910, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "24911": { - "id": 24911, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24912": { - "id": 24912, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24913": { - "id": 24913, - "name": "setAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24914 - ], - "inheritedFrom": { - "type": "reference", - "target": 9250, - "name": "Element.setAttributeNode" - } - }, - "24914": { - "id": 24914, - "name": "setAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 24915 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9251, - "name": "Element.setAttributeNode" - } - }, - "24915": { - "id": 24915, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - }, - "24916": { - "id": 24916, - "name": "setAttributeNodeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24917 - ], - "inheritedFrom": { - "type": "reference", - "target": 9253, - "name": "Element.setAttributeNodeNS" - } - }, - "24917": { - "id": 24917, - "name": "setAttributeNodeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 24918 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 9254, - "name": "Element.setAttributeNodeNS" - } - }, - "24918": { - "id": 24918, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - }, - "24919": { - "id": 24919, - "name": "setPointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24920 - ], - "inheritedFrom": { - "type": "reference", - "target": 9256, - "name": "Element.setPointerCapture" - } - }, - "24920": { - "id": 24920, - "name": "setPointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 24921 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 9257, - "name": "Element.setPointerCapture" - } - }, - "24921": { - "id": 24921, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "24922": { - "id": 24922, - "name": "toggleAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24923 - ], - "inheritedFrom": { - "type": "reference", - "target": 9259, - "name": "Element.toggleAttribute" - } - }, - "24923": { - "id": 24923, - "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." - } - ] - }, - "parameters": [ - 24924, - 24925 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9260, - "name": "Element.toggleAttribute" - } - }, - "24924": { - "id": 24924, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "24925": { - "id": 24925, - "name": "force", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "24926": { - "id": 24926, - "name": "webkitMatchesSelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 24927 - ], - "inheritedFrom": { - "type": "reference", - "target": 9263, - "name": "Element.webkitMatchesSelector" - } - }, - "24927": { - "id": 24927, - "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": "." - } - ] - } - ] - }, - "parameters": [ - 24928 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 9264, - "name": "Element.webkitMatchesSelector" - } - }, - "24928": { - "id": 24928, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "25173": { - "id": 25173, - "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." - } - ] - }, - "children": [ - 25174, - 25175, - 25176, - 25177, - 25178, - 25179, - 25180, - 25181, - 25182, - 25183, - 25184, - 25185, - 25186, - 25187, - 25188, - 25189, - 25190, - 25191, - 25192, - 25193, - 25194, - 25195, - 25196, - 25197, - 25198, - 25199, - 25200, - 25201, - 25202, - 25203, - 25204, - 25205, - 25206, - 25207, - 25208, - 25209, - 25210, - 25211, - 25212, - 25213, - 25214, - 25215, - 25216, - 25217, - 25218, - 25219, - 25220, - 25221, - 25222, - 25223, - 25224, - 25225, - 25226, - 25227, - 25228, - 25229, - 25230, - 25231, - 25232, - 25233, - 25234, - 25235, - 25236, - 25237, - 25238, - 25239, - 25240, - 25241, - 25242, - 25243, - 25244, - 25245, - 25246, - 25247, - 25248, - 25249, - 25250, - 25251, - 25252, - 25253, - 25254, - 25255, - 25256, - 25257, - 25258, - 25259, - 25260, - 25261, - 25262, - 25263, - 25264, - 25265, - 25266, - 25267, - 25268, - 25269, - 25270, - 25271, - 25272, - 25273, - 25274, - 25275, - 25276, - 25277, - 25278, - 25279, - 25280, - 25281, - 25286, - 25291, - 25296, - 25301, - 25306, - 25311, - 25316, - 25321, - 25326, - 25331, - 25336, - 25341, - 25346, - 25351, - 25356, - 25361, - 25366, - 25371, - 25376, - 25381, - 25386, - 25391, - 25396, - 25401, - 25406, - 25411, - 25416, - 25421, - 25426, - 25427, - 25432, - 25437, - 25442, - 25447, - 25452, - 25457, - 25462, - 25467, - 25472, - 25477, - 25482, - 25487, - 25492, - 25497, - 25502, - 25507, - 25512, - 25517, - 25522, - 25527, - 25532, - 25537, - 25542, - 25547, - 25552, - 25557, - 25562, - 25567, - 25572, - 25577, - 25582, - 25587, - 25592, - 25597, - 25602, - 25607, - 25612, - 25617, - 25622, - 25627, - 25632, - 25637, - 25642, - 25647, - 25652, - 25657, - 25662, - 25667, - 25672, - 25677, - 25682, - 25687, - 25692, - 25697, - 25702, - 25707, - 25712, - 25717, - 25722, - 25727, - 25732, - 25737, - 25742, - 25747, - 25752, - 25757, - 25758, - 25759, - 25760, - 25761, - 25762, - 25763, - 25764, - 25765, - 25766, - 25767, - 25768, - 25769, - 25770, - 25771, - 25772, - 25773, - 25774, - 25775, - 25776, - 25777, - 25778, - 25779, - 25780, - 25781, - 25782, - 25783, - 25797, - 25800, - 25804, - 25807, - 25811, - 25813, - 25816, - 25819, - 25821, - 25823, - 25826, - 25836, - 25839, - 25842, - 25845, - 25848, - 25851, - 25854, - 25858, - 25860, - 25863, - 25867, - 25869, - 25871, - 25874, - 25883, - 25893, - 25896, - 25898, - 25901, - 25905, - 25907, - 25909, - 25912, - 25916, - 25920, - 25924, - 25929, - 25932, - 25935, - 25938, - 25941, - 25944, - 25947, - 25949, - 25952, - 25962, - 25972, - 25975, - 25977, - 25980, - 25984, - 25987, - 25991, - 26005, - 26010, - 26013, - 26016, - 26019, - 26021, - 26027, - 26033, - 26036, - 26042, - 26046, - 26051, - 26054, - 26057, - 26060, - 26064 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 25174, - 25175, - 25176, - 25177, - 25178, - 25179, - 25180, - 25181, - 25182, - 25183, - 25184, - 25185, - 25186, - 25187, - 25188, - 25189, - 25190, - 25191, - 25192, - 25193, - 25194, - 25195, - 25196, - 25197, - 25198, - 25199, - 25200, - 25201, - 25202, - 25203, - 25204, - 25205, - 25206, - 25207, - 25208, - 25209, - 25210, - 25211, - 25212, - 25213, - 25214, - 25215, - 25216, - 25217, - 25218, - 25219, - 25220, - 25221, - 25222, - 25223, - 25224, - 25225, - 25226, - 25227, - 25228, - 25229, - 25230, - 25231, - 25232, - 25233, - 25234, - 25235, - 25236, - 25237, - 25238, - 25239, - 25240, - 25241, - 25242, - 25243, - 25244, - 25245, - 25246, - 25247, - 25248, - 25249, - 25250, - 25251, - 25252, - 25253, - 25254, - 25255, - 25256, - 25257, - 25258, - 25259, - 25260, - 25261, - 25262, - 25263, - 25264, - 25265, - 25266, - 25267, - 25268, - 25269, - 25270, - 25271, - 25272, - 25273, - 25274, - 25275, - 25276, - 25277, - 25278, - 25279, - 25280, - 25281, - 25286, - 25291, - 25296, - 25301, - 25306, - 25311, - 25316, - 25321, - 25326, - 25331, - 25336, - 25341, - 25346, - 25351, - 25356, - 25361, - 25366, - 25371, - 25376, - 25381, - 25386, - 25391, - 25396, - 25401, - 25406, - 25411, - 25416, - 25421, - 25426, - 25427, - 25432, - 25437, - 25442, - 25447, - 25452, - 25457, - 25462, - 25467, - 25472, - 25477, - 25482, - 25487, - 25492, - 25497, - 25502, - 25507, - 25512, - 25517, - 25522, - 25527, - 25532, - 25537, - 25542, - 25547, - 25552, - 25557, - 25562, - 25567, - 25572, - 25577, - 25582, - 25587, - 25592, - 25597, - 25602, - 25607, - 25612, - 25617, - 25622, - 25627, - 25632, - 25637, - 25642, - 25647, - 25652, - 25657, - 25662, - 25667, - 25672, - 25677, - 25682, - 25687, - 25692, - 25697, - 25702, - 25707, - 25712, - 25717, - 25722, - 25727, - 25732, - 25737, - 25742, - 25747, - 25752, - 25757, - 25758, - 25759, - 25760, - 25761, - 25762, - 25763, - 25764, - 25765, - 25766, - 25767, - 25768, - 25769, - 25770, - 25771, - 25772, - 25773, - 25774, - 25775, - 25776, - 25777, - 25778, - 25779, - 25780, - 25781, - 25782 - ] - }, - { - "title": "Methods", - "children": [ - 25783, - 25797, - 25800, - 25804, - 25807, - 25811, - 25813, - 25816, - 25819, - 25821, - 25823, - 25826, - 25836, - 25839, - 25842, - 25845, - 25848, - 25851, - 25854, - 25858, - 25860, - 25863, - 25867, - 25869, - 25871, - 25874, - 25883, - 25893, - 25896, - 25898, - 25901, - 25905, - 25907, - 25909, - 25912, - 25916, - 25920, - 25924, - 25929, - 25932, - 25935, - 25938, - 25941, - 25944, - 25947, - 25949, - 25952, - 25962, - 25972, - 25975, - 25977, - 25980, - 25984, - 25987, - 25991, - 26005, - 26010, - 26013, - 26016, - 26019, - 26021, - 26027, - 26033, - 26036, - 26042, - 26046, - 26051, - 26054, - 26057, - 26060, - 26064 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "25174": { - "id": 25174, - "name": "ATTRIBUTE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24044, - "name": "HTMLElement.ATTRIBUTE_NODE" - } - }, - "25175": { - "id": 25175, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24045, - "name": "HTMLElement.CDATA_SECTION_NODE" - } - }, - "25176": { - "id": 25176, - "name": "COMMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Comment node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24046, - "name": "HTMLElement.COMMENT_NODE" - } - }, - "25177": { - "id": 25177, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24047, - "name": "HTMLElement.DOCUMENT_FRAGMENT_NODE" - } - }, - "25178": { - "id": 25178, - "name": "DOCUMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a document." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24048, - "name": "HTMLElement.DOCUMENT_NODE" - } - }, - "25179": { - "id": 25179, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24049, - "name": "HTMLElement.DOCUMENT_POSITION_CONTAINED_BY" - } - }, - "25180": { - "id": 25180, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24050, - "name": "HTMLElement.DOCUMENT_POSITION_CONTAINS" - } - }, - "25181": { - "id": 25181, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24051, - "name": "HTMLElement.DOCUMENT_POSITION_DISCONNECTED" - } - }, - "25182": { - "id": 25182, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24052, - "name": "HTMLElement.DOCUMENT_POSITION_FOLLOWING" - } - }, - "25183": { - "id": 25183, - "name": "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24053, - "name": "HTMLElement.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" - } - }, - "25184": { - "id": 25184, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24054, - "name": "HTMLElement.DOCUMENT_POSITION_PRECEDING" - } - }, - "25185": { - "id": 25185, - "name": "DOCUMENT_TYPE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a doctype." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24055, - "name": "HTMLElement.DOCUMENT_TYPE_NODE" - } - }, - "25186": { - "id": 25186, - "name": "ELEMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is an element." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24056, - "name": "HTMLElement.ELEMENT_NODE" - } - }, - "25187": { - "id": 25187, - "name": "ENTITY_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24057, - "name": "HTMLElement.ENTITY_NODE" - } - }, - "25188": { - "id": 25188, - "name": "ENTITY_REFERENCE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24058, - "name": "HTMLElement.ENTITY_REFERENCE_NODE" - } - }, - "25189": { - "id": 25189, - "name": "NOTATION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24059, - "name": "HTMLElement.NOTATION_NODE" - } - }, - "25190": { - "id": 25190, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24060, - "name": "HTMLElement.PROCESSING_INSTRUCTION_NODE" - } - }, - "25191": { - "id": 25191, - "name": "TEXT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Text node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24061, - "name": "HTMLElement.TEXT_NODE" - } - }, - "25192": { - "id": 25192, - "name": "accessKey", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24062, - "name": "HTMLElement.accessKey" - } - }, - "25193": { - "id": 25193, - "name": "accessKeyLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24063, - "name": "HTMLElement.accessKeyLabel" - } - }, - "25194": { - "id": 25194, - "name": "align", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "25195": { - "id": 25195, - "name": "ariaAtomic", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24064, - "name": "HTMLElement.ariaAtomic" - } - }, - "25196": { - "id": 25196, - "name": "ariaAutoComplete", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24065, - "name": "HTMLElement.ariaAutoComplete" - } - }, - "25197": { - "id": 25197, - "name": "ariaBusy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24066, - "name": "HTMLElement.ariaBusy" - } - }, - "25198": { - "id": 25198, - "name": "ariaChecked", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24067, - "name": "HTMLElement.ariaChecked" - } - }, - "25199": { - "id": 25199, - "name": "ariaColCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24068, - "name": "HTMLElement.ariaColCount" - } - }, - "25200": { - "id": 25200, - "name": "ariaColIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24069, - "name": "HTMLElement.ariaColIndex" - } - }, - "25201": { - "id": 25201, - "name": "ariaColIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24070, - "name": "HTMLElement.ariaColIndexText" - } - }, - "25202": { - "id": 25202, - "name": "ariaColSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24071, - "name": "HTMLElement.ariaColSpan" - } - }, - "25203": { - "id": 25203, - "name": "ariaCurrent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24072, - "name": "HTMLElement.ariaCurrent" - } - }, - "25204": { - "id": 25204, - "name": "ariaDisabled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24073, - "name": "HTMLElement.ariaDisabled" - } - }, - "25205": { - "id": 25205, - "name": "ariaExpanded", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24074, - "name": "HTMLElement.ariaExpanded" - } - }, - "25206": { - "id": 25206, - "name": "ariaHasPopup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24075, - "name": "HTMLElement.ariaHasPopup" - } - }, - "25207": { - "id": 25207, - "name": "ariaHidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24076, - "name": "HTMLElement.ariaHidden" - } - }, - "25208": { - "id": 25208, - "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": 24077, - "name": "HTMLElement.ariaInvalid" - } - }, - "25209": { - "id": 25209, - "name": "ariaKeyShortcuts", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24078, - "name": "HTMLElement.ariaKeyShortcuts" - } - }, - "25210": { - "id": 25210, - "name": "ariaLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24079, - "name": "HTMLElement.ariaLabel" - } - }, - "25211": { - "id": 25211, - "name": "ariaLevel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24080, - "name": "HTMLElement.ariaLevel" - } - }, - "25212": { - "id": 25212, - "name": "ariaLive", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24081, - "name": "HTMLElement.ariaLive" - } - }, - "25213": { - "id": 25213, - "name": "ariaModal", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24082, - "name": "HTMLElement.ariaModal" - } - }, - "25214": { - "id": 25214, - "name": "ariaMultiLine", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24083, - "name": "HTMLElement.ariaMultiLine" - } - }, - "25215": { - "id": 25215, - "name": "ariaMultiSelectable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24084, - "name": "HTMLElement.ariaMultiSelectable" - } - }, - "25216": { - "id": 25216, - "name": "ariaOrientation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24085, - "name": "HTMLElement.ariaOrientation" - } - }, - "25217": { - "id": 25217, - "name": "ariaPlaceholder", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24086, - "name": "HTMLElement.ariaPlaceholder" - } - }, - "25218": { - "id": 25218, - "name": "ariaPosInSet", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24087, - "name": "HTMLElement.ariaPosInSet" - } - }, - "25219": { - "id": 25219, - "name": "ariaPressed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24088, - "name": "HTMLElement.ariaPressed" - } - }, - "25220": { - "id": 25220, - "name": "ariaReadOnly", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24089, - "name": "HTMLElement.ariaReadOnly" - } - }, - "25221": { - "id": 25221, - "name": "ariaRequired", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24090, - "name": "HTMLElement.ariaRequired" - } - }, - "25222": { - "id": 25222, - "name": "ariaRoleDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24091, - "name": "HTMLElement.ariaRoleDescription" - } - }, - "25223": { - "id": 25223, - "name": "ariaRowCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24092, - "name": "HTMLElement.ariaRowCount" - } - }, - "25224": { - "id": 25224, - "name": "ariaRowIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24093, - "name": "HTMLElement.ariaRowIndex" - } - }, - "25225": { - "id": 25225, - "name": "ariaRowIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24094, - "name": "HTMLElement.ariaRowIndexText" - } - }, - "25226": { - "id": 25226, - "name": "ariaRowSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24095, - "name": "HTMLElement.ariaRowSpan" - } - }, - "25227": { - "id": 25227, - "name": "ariaSelected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24096, - "name": "HTMLElement.ariaSelected" - } - }, - "25228": { - "id": 25228, - "name": "ariaSetSize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24097, - "name": "HTMLElement.ariaSetSize" - } - }, - "25229": { - "id": 25229, - "name": "ariaSort", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24098, - "name": "HTMLElement.ariaSort" - } - }, - "25230": { - "id": 25230, - "name": "ariaValueMax", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24099, - "name": "HTMLElement.ariaValueMax" - } - }, - "25231": { - "id": 25231, - "name": "ariaValueMin", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24100, - "name": "HTMLElement.ariaValueMin" - } - }, - "25232": { - "id": 25232, - "name": "ariaValueNow", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24101, - "name": "HTMLElement.ariaValueNow" - } - }, - "25233": { - "id": 25233, - "name": "ariaValueText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24102, - "name": "HTMLElement.ariaValueText" - } - }, - "25234": { - "id": 25234, - "name": "assignedSlot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 56900, - "name": "HTMLSlotElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24103, - "name": "HTMLElement.assignedSlot" - } - }, - "25235": { - "id": 25235, - "name": "attributes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NamedNodeMap" - }, - "name": "NamedNodeMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24104, - "name": "HTMLElement.attributes" - } - }, - "25236": { - "id": 25236, - "name": "autocapitalize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24105, - "name": "HTMLElement.autocapitalize" - } - }, - "25237": { - "id": 25237, - "name": "autofocus", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24106, - "name": "HTMLElement.autofocus" - } - }, - "25238": { - "id": 25238, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24107, - "name": "HTMLElement.baseURI" - } - }, - "25239": { - "id": 25239, - "name": "childElementCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24108, - "name": "HTMLElement.childElementCount" - } - }, - "25240": { - "id": 25240, - "name": "childNodes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the children." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24109, - "name": "HTMLElement.childNodes" - } - }, - "25241": { - "id": 25241, - "name": "children", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the child elements." - } - ] - }, - "type": { - "type": "reference", - "target": 17816, - "name": "HTMLCollection", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24110, - "name": "HTMLElement.children" - } - }, - "25242": { - "id": 25242, - "name": "classList", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": 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." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24111, - "name": "HTMLElement.classList" - } - }, - "25243": { - "id": 25243, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24112, - "name": "HTMLElement.className" - } - }, - "25244": { - "id": 25244, - "name": "clientHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24113, - "name": "HTMLElement.clientHeight" - } - }, - "25245": { - "id": 25245, - "name": "clientLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24114, - "name": "HTMLElement.clientLeft" - } - }, - "25246": { - "id": 25246, - "name": "clientTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24115, - "name": "HTMLElement.clientTop" - } - }, - "25247": { - "id": 25247, - "name": "clientWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24116, - "name": "HTMLElement.clientWidth" - } - }, - "25248": { - "id": 25248, - "name": "contentEditable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24117, - "name": "HTMLElement.contentEditable" - } - }, - "25249": { - "id": 25249, - "name": "dataset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": 7181, - "name": "DOMStringMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24118, - "name": "HTMLElement.dataset" - } - }, - "25250": { - "id": 25250, - "name": "dir", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24119, - "name": "HTMLElement.dir" - } - }, - "25251": { - "id": 25251, - "name": "draggable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24120, - "name": "HTMLElement.draggable" - } - }, - "25252": { - "id": 25252, - "name": "enterKeyHint", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24121, - "name": "HTMLElement.enterKeyHint" - } - }, - "25253": { - "id": 25253, - "name": "firstChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24122, - "name": "HTMLElement.firstChild" - } - }, - "25254": { - "id": 25254, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24123, - "name": "HTMLElement.firstElementChild" - } - }, - "25255": { - "id": 25255, - "name": "height", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves the height of the object." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "25256": { - "id": 25256, - "name": "hidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24124, - "name": "HTMLElement.hidden" - } - }, - "25257": { - "id": 25257, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24125, - "name": "HTMLElement.id" - } - }, - "25258": { - "id": 25258, - "name": "inert", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24126, - "name": "HTMLElement.inert" - } - }, - "25259": { - "id": 25259, - "name": "innerHTML", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24127, - "name": "HTMLElement.innerHTML" - } - }, - "25260": { - "id": 25260, - "name": "innerText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24128, - "name": "HTMLElement.innerText" - } - }, - "25261": { - "id": 25261, - "name": "inputMode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24129, - "name": "HTMLElement.inputMode" - } - }, - "25262": { - "id": 25262, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24130, - "name": "HTMLElement.isConnected" - } - }, - "25263": { - "id": 25263, - "name": "isContentEditable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24131, - "name": "HTMLElement.isContentEditable" - } - }, - "25264": { - "id": 25264, - "name": "lang", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24132, - "name": "HTMLElement.lang" - } - }, - "25265": { - "id": 25265, - "name": "lastChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24133, - "name": "HTMLElement.lastChild" - } - }, - "25266": { - "id": 25266, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24134, - "name": "HTMLElement.lastElementChild" - } - }, - "25267": { - "id": 25267, - "name": "localName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the local name." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24135, - "name": "HTMLElement.localName" - } - }, - "25268": { - "id": 25268, - "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" - } - }, - "25269": { - "id": 25269, - "name": "namespaceURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the namespace." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24136, - "name": "HTMLElement.namespaceURI" - } - }, - "25270": { - "id": 25270, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24137, - "name": "HTMLElement.nextElementSibling" - } - }, - "25271": { - "id": 25271, - "name": "nextSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the next sibling." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24138, - "name": "HTMLElement.nextSibling" - } - }, - "25272": { - "id": 25272, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24139, - "name": "HTMLElement.nodeName" - } - }, - "25273": { - "id": 25273, - "name": "nodeType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24140, - "name": "HTMLElement.nodeType" - } - }, - "25274": { - "id": 25274, - "name": "nodeValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24141, - "name": "HTMLElement.nodeValue" - } - }, - "25275": { - "id": 25275, - "name": "nonce", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24142, - "name": "HTMLElement.nonce" - } - }, - "25276": { - "id": 25276, - "name": "offsetHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24143, - "name": "HTMLElement.offsetHeight" - } - }, - "25277": { - "id": 25277, - "name": "offsetLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24144, - "name": "HTMLElement.offsetLeft" - } - }, - "25278": { - "id": 25278, - "name": "offsetParent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24145, - "name": "HTMLElement.offsetParent" - } - }, - "25279": { - "id": 25279, - "name": "offsetTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24146, - "name": "HTMLElement.offsetTop" - } - }, - "25280": { - "id": 25280, - "name": "offsetWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24147, - "name": "HTMLElement.offsetWidth" - } - }, - "25281": { - "id": 25281, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25282, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25283, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25284, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25285, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141101, - "name": "UIEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24148, - "name": "HTMLElement.onabort" - } - }, - "25286": { - "id": 25286, - "name": "onanimationcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25287, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25288, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25289, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25290, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24153, - "name": "HTMLElement.onanimationcancel" - } - }, - "25291": { - "id": 25291, - "name": "onanimationend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25292, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25293, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25294, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25295, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24158, - "name": "HTMLElement.onanimationend" - } - }, - "25296": { - "id": 25296, - "name": "onanimationiteration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25297, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25298, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25299, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25300, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24163, - "name": "HTMLElement.onanimationiteration" - } - }, - "25301": { - "id": 25301, - "name": "onanimationstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25302, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25303, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25304, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25305, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24168, - "name": "HTMLElement.onanimationstart" - } - }, - "25306": { - "id": 25306, - "name": "onauxclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25307, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25308, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25309, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25310, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24173, - "name": "HTMLElement.onauxclick" - } - }, - "25311": { - "id": 25311, - "name": "onbeforeinput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25312, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25313, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25314, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25315, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73624, - "name": "InputEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24178, - "name": "HTMLElement.onbeforeinput" - } - }, - "25316": { - "id": 25316, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25317, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25318, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25319, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25320, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9547, - "name": "FocusEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24183, - "name": "HTMLElement.onblur" - } - }, - "25321": { - "id": 25321, - "name": "oncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25322, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25323, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25324, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25325, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24188, - "name": "HTMLElement.oncancel" - } - }, - "25326": { - "id": 25326, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25327, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25328, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25329, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25330, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24193, - "name": "HTMLElement.oncanplay" - } - }, - "25331": { - "id": 25331, - "name": "oncanplaythrough", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25332, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25333, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25334, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25335, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24198, - "name": "HTMLElement.oncanplaythrough" - } - }, - "25336": { - "id": 25336, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25337, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25338, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25339, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25340, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24203, - "name": "HTMLElement.onchange" - } - }, - "25341": { - "id": 25341, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25342, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25343, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25344, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25345, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24208, - "name": "HTMLElement.onclick" - } - }, - "25346": { - "id": 25346, - "name": "onclose", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25347, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25348, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25349, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25350, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24213, - "name": "HTMLElement.onclose" - } - }, - "25351": { - "id": 25351, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25352, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25353, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25354, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25355, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24218, - "name": "HTMLElement.oncontextmenu" - } - }, - "25356": { - "id": 25356, - "name": "oncopy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25357, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25358, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25359, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8311, - "name": "DocumentAndElementEventHandlers", - "package": "typescript" - } - }, - { - "id": 25360, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6441, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24223, - "name": "HTMLElement.oncopy" - } - }, - "25361": { - "id": 25361, - "name": "oncuechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25362, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25363, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25364, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25365, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24228, - "name": "HTMLElement.oncuechange" - } - }, - "25366": { - "id": 25366, - "name": "oncut", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25367, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25368, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25369, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8311, - "name": "DocumentAndElementEventHandlers", - "package": "typescript" - } - }, - { - "id": 25370, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6441, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24233, - "name": "HTMLElement.oncut" - } - }, - "25371": { - "id": 25371, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25372, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25373, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25374, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25375, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24238, - "name": "HTMLElement.ondblclick" - } - }, - "25376": { - "id": 25376, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25377, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25378, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25379, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25380, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24243, - "name": "HTMLElement.ondrag" - } - }, - "25381": { - "id": 25381, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25382, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25383, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25384, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25385, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24248, - "name": "HTMLElement.ondragend" - } - }, - "25386": { - "id": 25386, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25387, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25388, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25389, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25390, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24253, - "name": "HTMLElement.ondragenter" - } - }, - "25391": { - "id": 25391, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25392, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25393, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25394, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25395, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24258, - "name": "HTMLElement.ondragleave" - } - }, - "25396": { - "id": 25396, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25397, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25398, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25399, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25400, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24263, - "name": "HTMLElement.ondragover" - } - }, - "25401": { - "id": 25401, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25402, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25403, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25404, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25405, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24268, - "name": "HTMLElement.ondragstart" - } - }, - "25406": { - "id": 25406, - "name": "ondrop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25407, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25408, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25409, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25410, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24273, - "name": "HTMLElement.ondrop" - } - }, - "25411": { - "id": 25411, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25412, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25413, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25414, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25415, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24278, - "name": "HTMLElement.ondurationchange" - } - }, - "25416": { - "id": 25416, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25417, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25418, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25419, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25420, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24283, - "name": "HTMLElement.onemptied" - } - }, - "25421": { - "id": 25421, - "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" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25422, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25423, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25424, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25425, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24288, - "name": "HTMLElement.onended" - } - }, - "25426": { - "id": 25426, - "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." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 146937, - "name": "OnErrorEventHandler", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24293, - "name": "HTMLElement.onerror" - } - }, - "25427": { - "id": 25427, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25428, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25429, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25430, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25431, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9547, - "name": "FocusEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24294, - "name": "HTMLElement.onfocus" - } - }, - "25432": { - "id": 25432, - "name": "onformdata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25433, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25434, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25435, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25436, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9663, - "name": "FormDataEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24299, - "name": "HTMLElement.onformdata" - } - }, - "25437": { - "id": 25437, - "name": "onfullscreenchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25438, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25439, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25440, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - }, - { - "id": 25441, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24304, - "name": "HTMLElement.onfullscreenchange" - } - }, - "25442": { - "id": 25442, - "name": "onfullscreenerror", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25443, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25444, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25445, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - }, - { - "id": 25446, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24309, - "name": "HTMLElement.onfullscreenerror" - } - }, - "25447": { - "id": 25447, - "name": "ongotpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25448, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25449, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25450, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25451, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24314, - "name": "HTMLElement.ongotpointercapture" - } - }, - "25452": { - "id": 25452, - "name": "oninput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25453, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25454, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25455, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25456, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24319, - "name": "HTMLElement.oninput" - } - }, - "25457": { - "id": 25457, - "name": "oninvalid", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25458, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25459, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25460, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25461, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24324, - "name": "HTMLElement.oninvalid" - } - }, - "25462": { - "id": 25462, - "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" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25463, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25464, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25465, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25466, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73726, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24329, - "name": "HTMLElement.onkeydown" - } - }, - "25467": { - "id": 25467, - "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": [] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25468, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25469, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25470, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25471, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73726, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24334, - "name": "HTMLElement.onkeypress" - } - }, - "25472": { - "id": 25472, - "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" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25473, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25474, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25475, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25476, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73726, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24339, - "name": "HTMLElement.onkeyup" - } - }, - "25477": { - "id": 25477, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25478, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25479, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25480, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25481, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24344, - "name": "HTMLElement.onload" - } - }, - "25482": { - "id": 25482, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25483, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25484, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25485, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25486, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24349, - "name": "HTMLElement.onloadeddata" - } - }, - "25487": { - "id": 25487, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25488, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25489, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25490, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25491, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24354, - "name": "HTMLElement.onloadedmetadata" - } - }, - "25492": { - "id": 25492, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25493, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25494, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25495, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25496, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24359, - "name": "HTMLElement.onloadstart" - } - }, - "25497": { - "id": 25497, - "name": "onlostpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25498, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25499, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25500, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25501, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24364, - "name": "HTMLElement.onlostpointercapture" - } - }, - "25502": { - "id": 25502, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25503, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25504, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25505, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25506, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24369, - "name": "HTMLElement.onmousedown" - } - }, - "25507": { - "id": 25507, - "name": "onmouseenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25508, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25509, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25510, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25511, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24374, - "name": "HTMLElement.onmouseenter" - } - }, - "25512": { - "id": 25512, - "name": "onmouseleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25513, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25514, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25515, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25516, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24379, - "name": "HTMLElement.onmouseleave" - } - }, - "25517": { - "id": 25517, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25518, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25519, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25520, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25521, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24384, - "name": "HTMLElement.onmousemove" - } - }, - "25522": { - "id": 25522, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25523, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25524, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25525, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25526, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24389, - "name": "HTMLElement.onmouseout" - } - }, - "25527": { - "id": 25527, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25528, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25529, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25530, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25531, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24394, - "name": "HTMLElement.onmouseover" - } - }, - "25532": { - "id": 25532, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25533, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25534, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25535, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25536, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24399, - "name": "HTMLElement.onmouseup" - } - }, - "25537": { - "id": 25537, - "name": "onpaste", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25538, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25539, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25540, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8311, - "name": "DocumentAndElementEventHandlers", - "package": "typescript" - } - }, - { - "id": 25541, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6441, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24404, - "name": "HTMLElement.onpaste" - } - }, - "25542": { - "id": 25542, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25543, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25544, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25545, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25546, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24409, - "name": "HTMLElement.onpause" - } - }, - "25547": { - "id": 25547, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25548, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25549, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25550, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25551, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24414, - "name": "HTMLElement.onplay" - } - }, - "25552": { - "id": 25552, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25553, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25554, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25555, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25556, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24419, - "name": "HTMLElement.onplaying" - } - }, - "25557": { - "id": 25557, - "name": "onpointercancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25558, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25559, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25560, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25561, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24424, - "name": "HTMLElement.onpointercancel" - } - }, - "25562": { - "id": 25562, - "name": "onpointerdown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25563, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25564, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25565, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25566, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24429, - "name": "HTMLElement.onpointerdown" - } - }, - "25567": { - "id": 25567, - "name": "onpointerenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25568, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25569, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25570, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25571, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24434, - "name": "HTMLElement.onpointerenter" - } - }, - "25572": { - "id": 25572, - "name": "onpointerleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25573, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25574, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25575, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25576, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24439, - "name": "HTMLElement.onpointerleave" - } - }, - "25577": { - "id": 25577, - "name": "onpointermove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25578, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25579, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25580, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25581, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24444, - "name": "HTMLElement.onpointermove" - } - }, - "25582": { - "id": 25582, - "name": "onpointerout", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25583, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25584, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25585, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25586, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24449, - "name": "HTMLElement.onpointerout" - } - }, - "25587": { - "id": 25587, - "name": "onpointerover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25588, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25589, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25590, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25591, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24454, - "name": "HTMLElement.onpointerover" - } - }, - "25592": { - "id": 25592, - "name": "onpointerup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25593, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25594, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25595, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25596, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24459, - "name": "HTMLElement.onpointerup" - } - }, - "25597": { - "id": 25597, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25598, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25599, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25600, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25601, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 76079, - "typeArguments": [ - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ], - "name": "ProgressEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24464, - "name": "HTMLElement.onprogress" - } - }, - "25602": { - "id": 25602, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25603, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25604, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25605, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25606, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24469, - "name": "HTMLElement.onratechange" - } - }, - "25607": { - "id": 25607, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25608, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25609, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25610, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25611, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24474, - "name": "HTMLElement.onreset" - } - }, - "25612": { - "id": 25612, - "name": "onresize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25613, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25614, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25615, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25616, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141101, - "name": "UIEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24479, - "name": "HTMLElement.onresize" - } - }, - "25617": { - "id": 25617, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25618, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25619, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25620, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25621, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24484, - "name": "HTMLElement.onscroll" - } - }, - "25622": { - "id": 25622, - "name": "onsecuritypolicyviolation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25623, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25624, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25625, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25626, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 139811, - "name": "SecurityPolicyViolationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24489, - "name": "HTMLElement.onsecuritypolicyviolation" - } - }, - "25627": { - "id": 25627, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25628, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25629, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25630, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25631, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24494, - "name": "HTMLElement.onseeked" - } - }, - "25632": { - "id": 25632, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25633, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25634, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25635, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25636, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24499, - "name": "HTMLElement.onseeking" - } - }, - "25637": { - "id": 25637, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25638, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25639, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25640, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25641, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24504, - "name": "HTMLElement.onselect" - } - }, - "25642": { - "id": 25642, - "name": "onselectionchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25643, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25644, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25645, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25646, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24509, - "name": "HTMLElement.onselectionchange" - } - }, - "25647": { - "id": 25647, - "name": "onselectstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25648, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25649, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25650, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25651, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24514, - "name": "HTMLElement.onselectstart" - } - }, - "25652": { - "id": 25652, - "name": "onslotchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25653, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25654, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25655, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25656, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24519, - "name": "HTMLElement.onslotchange" - } - }, - "25657": { - "id": 25657, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25658, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25659, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25660, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25661, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24524, - "name": "HTMLElement.onstalled" - } - }, - "25662": { - "id": 25662, - "name": "onsubmit", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25663, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25664, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25665, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25666, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140574, - "name": "SubmitEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24529, - "name": "HTMLElement.onsubmit" - } - }, - "25667": { - "id": 25667, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25668, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25669, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25670, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25671, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24534, - "name": "HTMLElement.onsuspend" - } - }, - "25672": { - "id": 25672, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25673, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25674, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25675, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25676, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24539, - "name": "HTMLElement.ontimeupdate" - } - }, - "25677": { - "id": 25677, - "name": "ontoggle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25678, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25679, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25680, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25681, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24544, - "name": "HTMLElement.ontoggle" - } - }, - "25682": { - "id": 25682, - "name": "ontouchcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25683, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25684, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25685, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25686, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24549, - "name": "HTMLElement.ontouchcancel" - } - }, - "25687": { - "id": 25687, - "name": "ontouchend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25688, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25689, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25690, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25691, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24554, - "name": "HTMLElement.ontouchend" - } - }, - "25692": { - "id": 25692, - "name": "ontouchmove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25693, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25694, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25695, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25696, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24559, - "name": "HTMLElement.ontouchmove" - } - }, - "25697": { - "id": 25697, - "name": "ontouchstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25698, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25699, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25700, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25701, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24564, - "name": "HTMLElement.ontouchstart" - } - }, - "25702": { - "id": 25702, - "name": "ontransitioncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25703, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25704, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25705, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25706, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24569, - "name": "HTMLElement.ontransitioncancel" - } - }, - "25707": { - "id": 25707, - "name": "ontransitionend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25708, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25709, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25710, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25711, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24574, - "name": "HTMLElement.ontransitionend" - } - }, - "25712": { - "id": 25712, - "name": "ontransitionrun", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25713, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25714, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25715, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25716, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24579, - "name": "HTMLElement.ontransitionrun" - } - }, - "25717": { - "id": 25717, - "name": "ontransitionstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25718, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25719, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25720, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25721, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24584, - "name": "HTMLElement.ontransitionstart" - } - }, - "25722": { - "id": 25722, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25723, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25724, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25725, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25726, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24589, - "name": "HTMLElement.onvolumechange" - } - }, - "25727": { - "id": 25727, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25728, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25729, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25730, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25731, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24594, - "name": "HTMLElement.onwaiting" - } - }, - "25732": { - "id": 25732, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25733, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25734, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25735, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25736, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24599, - "name": "HTMLElement.onwebkitanimationend" - } - }, - "25737": { - "id": 25737, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25738, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25739, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25740, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25741, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24604, - "name": "HTMLElement.onwebkitanimationiteration" - } - }, - "25742": { - "id": 25742, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25743, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25744, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25745, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25746, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24609, - "name": "HTMLElement.onwebkitanimationstart" - } - }, - "25747": { - "id": 25747, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25748, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25749, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25750, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25751, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24614, - "name": "HTMLElement.onwebkittransitionend" - } - }, - "25752": { - "id": 25752, - "name": "onwheel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 25753, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 25754, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 25755, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 25756, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 144525, - "name": "WheelEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24619, - "name": "HTMLElement.onwheel" - } - }, - "25757": { - "id": 25757, - "name": "outerHTML", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24624, - "name": "HTMLElement.outerHTML" - } - }, - "25758": { - "id": 25758, - "name": "outerText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24625, - "name": "HTMLElement.outerText" - } - }, - "25759": { - "id": 25759, - "name": "ownerDocument", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the node document. Returns null for documents." - } - ] - }, - "type": { - "type": "reference", - "target": 7307, - "name": "Document", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24626, - "name": "HTMLElement.ownerDocument" - } - }, - "25760": { - "id": 25760, - "name": "parentElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent element." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24627, - "name": "HTMLElement.parentElement" - } - }, - "25761": { - "id": 25761, - "name": "parentNode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 75255, - "name": "ParentNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24628, - "name": "HTMLElement.parentNode" - } - }, - "25762": { - "id": 25762, - "name": "part", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24629, - "name": "HTMLElement.part" - } - }, - "25763": { - "id": 25763, - "name": "prefix", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the namespace prefix." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24630, - "name": "HTMLElement.prefix" - } - }, - "25764": { - "id": 25764, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24631, - "name": "HTMLElement.previousElementSibling" - } - }, - "25765": { - "id": 25765, - "name": "previousSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the previous sibling." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24632, - "name": "HTMLElement.previousSibling" - } - }, - "25766": { - "id": 25766, - "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": 24633, - "name": "HTMLElement.role" - } - }, - "25767": { - "id": 25767, - "name": "scrollHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24634, - "name": "HTMLElement.scrollHeight" - } - }, - "25768": { - "id": 25768, - "name": "scrollLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24635, - "name": "HTMLElement.scrollLeft" - } - }, - "25769": { - "id": 25769, - "name": "scrollTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24636, - "name": "HTMLElement.scrollTop" - } - }, - "25770": { - "id": 25770, - "name": "scrollWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24637, - "name": "HTMLElement.scrollWidth" - } - }, - "25771": { - "id": 25771, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 139983, - "name": "ShadowRoot", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24638, - "name": "HTMLElement.shadowRoot" - } - }, - "25772": { - "id": 25772, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24639, - "name": "HTMLElement.slot" - } - }, - "25773": { - "id": 25773, - "name": "spellcheck", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24640, - "name": "HTMLElement.spellcheck" - } - }, - "25774": { - "id": 25774, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "25775": { - "id": 25775, - "name": "style", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "CSSStyleDeclaration" - }, - "name": "CSSStyleDeclaration", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24641, - "name": "HTMLElement.style" - } - }, - "25776": { - "id": 25776, - "name": "tabIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24642, - "name": "HTMLElement.tabIndex" - } - }, - "25777": { - "id": 25777, - "name": "tagName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the HTML-uppercased qualified name." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24643, - "name": "HTMLElement.tagName" - } - }, - "25778": { - "id": 25778, - "name": "textContent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24644, - "name": "HTMLElement.textContent" - } - }, - "25779": { - "id": 25779, - "name": "title", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24645, - "name": "HTMLElement.title" - } - }, - "25780": { - "id": 25780, - "name": "translate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24646, - "name": "HTMLElement.translate" - } - }, - "25781": { - "id": 25781, - "name": "type", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "25782": { - "id": 25782, - "name": "width", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves the width of the object." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "25783": { - "id": 25783, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25784, - 25793 - ], - "overwrites": { - "type": "reference", - "target": 24647, - "name": "HTMLElement.addEventListener" - } - }, - "25784": { - "id": 25784, - "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." - } - ] - }, - "typeParameter": [ - 25785 - ], - "parameters": [ - 25786, - 25787, - 25792 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 24648, - "name": "HTMLElement.addEventListener" - } - }, - "25785": { - "id": 25785, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 24959, - "name": "HTMLElementEventMap", - "package": "typescript" - } - } - }, - "25786": { - "id": 25786, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 25785, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "25787": { - "id": 25787, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 25788, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 25789 - ] - } - } - }, - "25792": { - "id": 25792, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 4983, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "25793": { - "id": 25793, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 25794, - 25795, - 25796 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 24657, - "name": "HTMLElement.addEventListener" - } - }, - "25794": { - "id": 25794, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "25795": { - "id": 25795, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "25796": { - "id": 25796, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 4983, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "25797": { - "id": 25797, - "name": "after", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25798 - ], - "inheritedFrom": { - "type": "reference", - "target": 24661, - "name": "HTMLElement.after" - } - }, - "25798": { - "id": 25798, - "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." - } - ] - }, - "parameters": [ - 25799 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24662, - "name": "HTMLElement.after" - } - }, - "25799": { - "id": 25799, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "25800": { - "id": 25800, - "name": "animate", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25801 - ], - "inheritedFrom": { - "type": "reference", - "target": 24664, - "name": "HTMLElement.animate" - } - }, - "25801": { - "id": 25801, - "name": "animate", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 25802, - 25803 - ], - "type": { - "type": "reference", - "target": 5000, - "name": "Animation", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24665, - "name": "HTMLElement.animate" - } - }, - "25802": { - "id": 25802, - "name": "keyframes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "array", - "elementType": { - "type": "reference", - "target": 73825, - "name": "Keyframe", - "package": "typescript" - } - }, - { - "type": "reference", - "target": 76174, - "name": "PropertyIndexedKeyframes", - "package": "typescript" - } - ] - } - }, - "25803": { - "id": 25803, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": 73831, - "name": "KeyframeAnimationOptions", - "package": "typescript" - } - ] - } - }, - "25804": { - "id": 25804, - "name": "append", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25805 - ], - "inheritedFrom": { - "type": "reference", - "target": 24668, - "name": "HTMLElement.append" - } - }, - "25805": { - "id": 25805, - "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." - } - ] - }, - "parameters": [ - 25806 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24669, - "name": "HTMLElement.append" - } - }, - "25806": { - "id": 25806, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "25807": { - "id": 25807, - "name": "appendChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25808 - ], - "inheritedFrom": { - "type": "reference", - "target": 24671, - "name": "HTMLElement.appendChild" - } - }, - "25808": { - "id": 25808, - "name": "appendChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 25809 - ], - "parameters": [ - 25810 - ], - "type": { - "type": "reference", - "target": 17530, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 24672, - "name": "HTMLElement.appendChild" - } - }, - "25810": { - "id": 25810, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17530, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "25811": { - "id": 25811, - "name": "attachInternals", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25812 - ], - "inheritedFrom": { - "type": "reference", - "target": 24675, - "name": "HTMLElement.attachInternals" - } - }, - "25812": { - "id": 25812, - "name": "attachInternals", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9280, - "name": "ElementInternals", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24676, - "name": "HTMLElement.attachInternals" - } - }, - "25813": { - "id": 25813, - "name": "attachShadow", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25814 - ], - "inheritedFrom": { - "type": "reference", - "target": 24677, - "name": "HTMLElement.attachShadow" - } - }, - "25814": { - "id": 25814, - "name": "attachShadow", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Creates a shadow root for element and returns it." - } - ] - }, - "parameters": [ - 25815 - ], - "type": { - "type": "reference", - "target": 139983, - "name": "ShadowRoot", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24678, - "name": "HTMLElement.attachShadow" - } - }, - "25815": { - "id": 25815, - "name": "init", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140160, - "name": "ShadowRootInit", - "package": "typescript" - } - }, - "25816": { - "id": 25816, - "name": "before", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25817 - ], - "inheritedFrom": { - "type": "reference", - "target": 24680, - "name": "HTMLElement.before" - } - }, - "25817": { - "id": 25817, - "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." - } - ] - }, - "parameters": [ - 25818 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24681, - "name": "HTMLElement.before" - } - }, - "25818": { - "id": 25818, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "25819": { - "id": 25819, - "name": "blur", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25820 - ], - "inheritedFrom": { - "type": "reference", - "target": 24683, - "name": "HTMLElement.blur" - } - }, - "25820": { - "id": 25820, - "name": "blur", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24684, - "name": "HTMLElement.blur" - } - }, - "25821": { - "id": 25821, - "name": "click", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25822 - ], - "inheritedFrom": { - "type": "reference", - "target": 24685, - "name": "HTMLElement.click" - } - }, - "25822": { - "id": 25822, - "name": "click", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24686, - "name": "HTMLElement.click" - } - }, - "25823": { - "id": 25823, - "name": "cloneNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25824 - ], - "inheritedFrom": { - "type": "reference", - "target": 24687, - "name": "HTMLElement.cloneNode" - } - }, - "25824": { - "id": 25824, - "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." - } - ] - }, - "parameters": [ - 25825 - ], - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24688, - "name": "HTMLElement.cloneNode" - } - }, - "25825": { - "id": 25825, - "name": "deep", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "25826": { - "id": 25826, - "name": "closest", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25827, - 25830, - 25833 - ], - "inheritedFrom": { - "type": "reference", - "target": 24690, - "name": "HTMLElement.closest" - } - }, - "25827": { - "id": 25827, - "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." - } - ] - }, - "typeParameter": [ - 25828 - ], - "parameters": [ - 25829 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17552, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24691, - "name": "HTMLElement.closest" - } - }, - "25829": { - "id": 25829, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17552, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "25830": { - "id": 25830, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 25831 - ], - "parameters": [ - 25832 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17555, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24694, - "name": "HTMLElement.closest" - } - }, - "25832": { - "id": 25832, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17555, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "25833": { - "id": 25833, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 25834 - ], - "parameters": [ - 25835 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 17558, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24697, - "name": "HTMLElement.closest" - } - }, - "25835": { - "id": 25835, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "25836": { - "id": 25836, - "name": "compareDocumentPosition", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25837 - ], - "inheritedFrom": { - "type": "reference", - "target": 24700, - "name": "HTMLElement.compareDocumentPosition" - } - }, - "25837": { - "id": 25837, - "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." - } - ] - }, - "parameters": [ - 25838 - ], - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24701, - "name": "HTMLElement.compareDocumentPosition" - } - }, - "25838": { - "id": 25838, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "25839": { - "id": 25839, - "name": "contains", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25840 - ], - "inheritedFrom": { - "type": "reference", - "target": 24703, - "name": "HTMLElement.contains" - } - }, - "25840": { - "id": 25840, - "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." - } - ] - }, - "parameters": [ - 25841 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24704, - "name": "HTMLElement.contains" - } - }, - "25841": { - "id": 25841, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "25842": { - "id": 25842, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25843 - ], - "inheritedFrom": { - "type": "reference", - "target": 24706, - "name": "HTMLElement.dispatchEvent" - } - }, - "25843": { - "id": 25843, - "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." - } - ] - }, - "parameters": [ - 25844 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24707, - "name": "HTMLElement.dispatchEvent" - } - }, - "25844": { - "id": 25844, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "25845": { - "id": 25845, - "name": "focus", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25846 - ], - "inheritedFrom": { - "type": "reference", - "target": 24709, - "name": "HTMLElement.focus" - } - }, - "25846": { - "id": 25846, - "name": "focus", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 25847 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24710, - "name": "HTMLElement.focus" - } - }, - "25847": { - "id": 25847, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9597, - "name": "FocusOptions", - "package": "typescript" - } - }, - "25848": { - "id": 25848, - "name": "getAnimations", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25849 - ], - "inheritedFrom": { - "type": "reference", - "target": 24712, - "name": "HTMLElement.getAnimations" - } - }, - "25849": { - "id": 25849, - "name": "getAnimations", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 25850 - ], - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 5000, - "name": "Animation", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 24713, - "name": "HTMLElement.getAnimations" - } - }, - "25850": { - "id": 25850, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9757, - "name": "GetAnimationsOptions", - "package": "typescript" - } - }, - "25851": { - "id": 25851, - "name": "getAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25852 - ], - "inheritedFrom": { - "type": "reference", - "target": 24715, - "name": "HTMLElement.getAttribute" - } - }, - "25852": { - "id": 25852, - "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." - } - ] - }, - "parameters": [ - 25853 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24716, - "name": "HTMLElement.getAttribute" - } - }, - "25853": { - "id": 25853, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "25854": { - "id": 25854, - "name": "getAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25855 - ], - "inheritedFrom": { - "type": "reference", - "target": 24718, - "name": "HTMLElement.getAttributeNS" - } - }, - "25855": { - "id": 25855, - "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." - } - ] - }, - "parameters": [ - 25856, - 25857 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24719, - "name": "HTMLElement.getAttributeNS" - } - }, - "25856": { - "id": 25856, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "25857": { - "id": 25857, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "25858": { - "id": 25858, - "name": "getAttributeNames", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25859 - ], - "inheritedFrom": { - "type": "reference", - "target": 24722, - "name": "HTMLElement.getAttributeNames" - } - }, - "25859": { - "id": 25859, - "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." - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 24723, - "name": "HTMLElement.getAttributeNames" - } - }, - "25860": { - "id": 25860, - "name": "getAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25861 - ], - "inheritedFrom": { - "type": "reference", - "target": 24724, - "name": "HTMLElement.getAttributeNode" - } - }, - "25861": { - "id": 25861, - "name": "getAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 25862 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24725, - "name": "HTMLElement.getAttributeNode" - } - }, - "25862": { - "id": 25862, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "25863": { - "id": 25863, - "name": "getAttributeNodeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25864 - ], - "inheritedFrom": { - "type": "reference", - "target": 24727, - "name": "HTMLElement.getAttributeNodeNS" - } - }, - "25864": { - "id": 25864, - "name": "getAttributeNodeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 25865, - 25866 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24728, - "name": "HTMLElement.getAttributeNodeNS" - } - }, - "25865": { - "id": 25865, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "25866": { - "id": 25866, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "25867": { - "id": 25867, - "name": "getBoundingClientRect", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25868 - ], - "inheritedFrom": { - "type": "reference", - "target": 24731, - "name": "HTMLElement.getBoundingClientRect" - } - }, - "25868": { - "id": 25868, - "name": "getBoundingClientRect", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 7154, - "name": "DOMRect", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24732, - "name": "HTMLElement.getBoundingClientRect" - } - }, - "25869": { - "id": 25869, - "name": "getClientRects", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25870 - ], - "inheritedFrom": { - "type": "reference", - "target": 24733, - "name": "HTMLElement.getClientRects" - } - }, - "25870": { - "id": 25870, - "name": "getClientRects", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMRectList" - }, - "name": "DOMRectList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24734, - "name": "HTMLElement.getClientRects" - } - }, - "25871": { - "id": 25871, - "name": "getElementsByClassName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25872 - ], - "inheritedFrom": { - "type": "reference", - "target": 24735, - "name": "HTMLElement.getElementsByClassName" - } - }, - "25872": { - "id": 25872, - "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." - } - ] - }, - "parameters": [ - 25873 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24736, - "name": "HTMLElement.getElementsByClassName" - } - }, - "25873": { - "id": 25873, - "name": "classNames", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "25874": { - "id": 25874, - "name": "getElementsByTagName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25875, - 25878, - 25881 - ], - "inheritedFrom": { - "type": "reference", - "target": 24738, - "name": "HTMLElement.getElementsByTagName" - } - }, - "25875": { - "id": 25875, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 25876 - ], - "parameters": [ - 25877 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17616, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24739, - "name": "HTMLElement.getElementsByTagName" - } - }, - "25877": { - "id": 25877, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17616, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "25878": { - "id": 25878, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 25879 - ], - "parameters": [ - 25880 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17619, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24742, - "name": "HTMLElement.getElementsByTagName" - } - }, - "25880": { - "id": 25880, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17619, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "25881": { - "id": 25881, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 25882 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24745, - "name": "HTMLElement.getElementsByTagName" - } - }, - "25882": { - "id": 25882, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "25883": { - "id": 25883, - "name": "getElementsByTagNameNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25884, - 25887, - 25890 - ], - "inheritedFrom": { - "type": "reference", - "target": 24747, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "25884": { - "id": 25884, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 25885, - 25886 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24748, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "25885": { - "id": 25885, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/1999/xhtml" - } - }, - "25886": { - "id": 25886, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "25887": { - "id": 25887, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 25888, - 25889 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 85760, - "name": "SVGElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24751, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "25888": { - "id": 25888, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/2000/svg" - } - }, - "25889": { - "id": 25889, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "25890": { - "id": 25890, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 25891, - 25892 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24754, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "25891": { - "id": 25891, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "25892": { - "id": 25892, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "25893": { - "id": 25893, - "name": "getRootNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25894 - ], - "inheritedFrom": { - "type": "reference", - "target": 24757, - "name": "HTMLElement.getRootNode" - } - }, - "25894": { - "id": 25894, - "name": "getRootNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's root." - } - ] - }, - "parameters": [ - 25895 - ], - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24758, - "name": "HTMLElement.getRootNode" - } - }, - "25895": { - "id": 25895, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9759, - "name": "GetRootNodeOptions", - "package": "typescript" - } - }, - "25896": { - "id": 25896, - "name": "getSVGDocument", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25897 - ] - }, - "25897": { - "id": 25897, - "name": "getSVGDocument", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 7307, - "name": "Document", - "package": "typescript" - } - ] - } - }, - "25898": { - "id": 25898, - "name": "hasAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25899 - ], - "inheritedFrom": { - "type": "reference", - "target": 24760, - "name": "HTMLElement.hasAttribute" - } - }, - "25899": { - "id": 25899, - "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." - } - ] - }, - "parameters": [ - 25900 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24761, - "name": "HTMLElement.hasAttribute" - } - }, - "25900": { - "id": 25900, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "25901": { - "id": 25901, - "name": "hasAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25902 - ], - "inheritedFrom": { - "type": "reference", - "target": 24763, - "name": "HTMLElement.hasAttributeNS" - } - }, - "25902": { - "id": 25902, - "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." - } - ] - }, - "parameters": [ - 25903, - 25904 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24764, - "name": "HTMLElement.hasAttributeNS" - } - }, - "25903": { - "id": 25903, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "25904": { - "id": 25904, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "25905": { - "id": 25905, - "name": "hasAttributes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25906 - ], - "inheritedFrom": { - "type": "reference", - "target": 24767, - "name": "HTMLElement.hasAttributes" - } - }, - "25906": { - "id": 25906, - "name": "hasAttributes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if element has attributes, and false otherwise." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24768, - "name": "HTMLElement.hasAttributes" - } - }, - "25907": { - "id": 25907, - "name": "hasChildNodes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25908 - ], - "inheritedFrom": { - "type": "reference", - "target": 24769, - "name": "HTMLElement.hasChildNodes" - } - }, - "25908": { - "id": 25908, - "name": "hasChildNodes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node has children." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24770, - "name": "HTMLElement.hasChildNodes" - } - }, - "25909": { - "id": 25909, - "name": "hasPointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25910 - ], - "inheritedFrom": { - "type": "reference", - "target": 24771, - "name": "HTMLElement.hasPointerCapture" - } - }, - "25910": { - "id": 25910, - "name": "hasPointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 25911 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24772, - "name": "HTMLElement.hasPointerCapture" - } - }, - "25911": { - "id": 25911, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "25912": { - "id": 25912, - "name": "insertAdjacentElement", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25913 - ], - "inheritedFrom": { - "type": "reference", - "target": 24774, - "name": "HTMLElement.insertAdjacentElement" - } - }, - "25913": { - "id": 25913, - "name": "insertAdjacentElement", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 25914, - 25915 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24775, - "name": "HTMLElement.insertAdjacentElement" - } - }, - "25914": { - "id": 25914, - "name": "where", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146913, - "name": "InsertPosition", - "package": "typescript" - } - }, - "25915": { - "id": 25915, - "name": "element", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - }, - "25916": { - "id": 25916, - "name": "insertAdjacentHTML", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25917 - ], - "inheritedFrom": { - "type": "reference", - "target": 24778, - "name": "HTMLElement.insertAdjacentHTML" - } - }, - "25917": { - "id": 25917, - "name": "insertAdjacentHTML", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 25918, - 25919 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24779, - "name": "HTMLElement.insertAdjacentHTML" - } - }, - "25918": { - "id": 25918, - "name": "position", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146913, - "name": "InsertPosition", - "package": "typescript" - } - }, - "25919": { - "id": 25919, - "name": "text", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "25920": { - "id": 25920, - "name": "insertAdjacentText", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25921 - ], - "inheritedFrom": { - "type": "reference", - "target": 24782, - "name": "HTMLElement.insertAdjacentText" - } - }, - "25921": { - "id": 25921, - "name": "insertAdjacentText", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 25922, - 25923 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24783, - "name": "HTMLElement.insertAdjacentText" - } - }, - "25922": { - "id": 25922, - "name": "where", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146913, - "name": "InsertPosition", - "package": "typescript" - } - }, - "25923": { - "id": 25923, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "25924": { - "id": 25924, - "name": "insertBefore", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25925 - ], - "inheritedFrom": { - "type": "reference", - "target": 24786, - "name": "HTMLElement.insertBefore" - } - }, - "25925": { - "id": 25925, - "name": "insertBefore", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 25926 - ], - "parameters": [ - 25927, - 25928 - ], - "type": { - "type": "reference", - "target": 17664, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 24787, - "name": "HTMLElement.insertBefore" - } - }, - "25927": { - "id": 25927, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17664, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "25928": { - "id": 25928, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "25929": { - "id": 25929, - "name": "isDefaultNamespace", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25930 - ], - "inheritedFrom": { - "type": "reference", - "target": 24791, - "name": "HTMLElement.isDefaultNamespace" - } - }, - "25930": { - "id": 25930, - "name": "isDefaultNamespace", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 25931 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24792, - "name": "HTMLElement.isDefaultNamespace" - } - }, - "25931": { - "id": 25931, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "25932": { - "id": 25932, - "name": "isEqualNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25933 - ], - "inheritedFrom": { - "type": "reference", - "target": 24794, - "name": "HTMLElement.isEqualNode" - } - }, - "25933": { - "id": 25933, - "name": "isEqualNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node and otherNode have the same properties." - } - ] - }, - "parameters": [ - 25934 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24795, - "name": "HTMLElement.isEqualNode" - } - }, - "25934": { - "id": 25934, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "25935": { - "id": 25935, - "name": "isSameNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25936 - ], - "inheritedFrom": { - "type": "reference", - "target": 24797, - "name": "HTMLElement.isSameNode" - } - }, - "25936": { - "id": 25936, - "name": "isSameNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 25937 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24798, - "name": "HTMLElement.isSameNode" - } - }, - "25937": { - "id": 25937, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "25938": { - "id": 25938, - "name": "lookupNamespaceURI", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25939 - ], - "inheritedFrom": { - "type": "reference", - "target": 24800, - "name": "HTMLElement.lookupNamespaceURI" - } - }, - "25939": { - "id": 25939, - "name": "lookupNamespaceURI", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 25940 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24801, - "name": "HTMLElement.lookupNamespaceURI" - } - }, - "25940": { - "id": 25940, - "name": "prefix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "25941": { - "id": 25941, - "name": "lookupPrefix", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25942 - ], - "inheritedFrom": { - "type": "reference", - "target": 24803, - "name": "HTMLElement.lookupPrefix" - } - }, - "25942": { - "id": 25942, - "name": "lookupPrefix", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 25943 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24804, - "name": "HTMLElement.lookupPrefix" - } - }, - "25943": { - "id": 25943, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "25944": { - "id": 25944, - "name": "matches", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25945 - ], - "inheritedFrom": { - "type": "reference", - "target": 24806, - "name": "HTMLElement.matches" - } - }, - "25945": { - "id": 25945, - "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." - } - ] - }, - "parameters": [ - 25946 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24807, - "name": "HTMLElement.matches" - } - }, - "25946": { - "id": 25946, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "25947": { - "id": 25947, - "name": "normalize", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25948 - ], - "inheritedFrom": { - "type": "reference", - "target": 24809, - "name": "HTMLElement.normalize" - } - }, - "25948": { - "id": 25948, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24810, - "name": "HTMLElement.normalize" - } - }, - "25949": { - "id": 25949, - "name": "prepend", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25950 - ], - "inheritedFrom": { - "type": "reference", - "target": 24811, - "name": "HTMLElement.prepend" - } - }, - "25950": { - "id": 25950, - "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." - } - ] - }, - "parameters": [ - 25951 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24812, - "name": "HTMLElement.prepend" - } - }, - "25951": { - "id": 25951, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "25952": { - "id": 25952, - "name": "querySelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25953, - 25956, - 25959 - ], - "inheritedFrom": { - "type": "reference", - "target": 24814, - "name": "HTMLElement.querySelector" - } - }, - "25953": { - "id": 25953, - "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." - } - ] - }, - "typeParameter": [ - 25954 - ], - "parameters": [ - 25955 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17692, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24815, - "name": "HTMLElement.querySelector" - } - }, - "25955": { - "id": 25955, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17692, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "25956": { - "id": 25956, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 25957 - ], - "parameters": [ - 25958 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17695, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24818, - "name": "HTMLElement.querySelector" - } - }, - "25958": { - "id": 25958, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17695, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "25959": { - "id": 25959, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 25960 - ], - "parameters": [ - 25961 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 17698, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24821, - "name": "HTMLElement.querySelector" - } - }, - "25961": { - "id": 25961, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "25962": { - "id": 25962, - "name": "querySelectorAll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25963, - 25966, - 25969 - ], - "inheritedFrom": { - "type": "reference", - "target": 24824, - "name": "HTMLElement.querySelectorAll" - } - }, - "25963": { - "id": 25963, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns all element descendants of node that match selectors." - } - ] - }, - "typeParameter": [ - 25964 - ], - "parameters": [ - 25965 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17702, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24825, - "name": "HTMLElement.querySelectorAll" - } - }, - "25965": { - "id": 25965, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17702, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "25966": { - "id": 25966, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 25967 - ], - "parameters": [ - 25968 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17705, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24828, - "name": "HTMLElement.querySelectorAll" - } - }, - "25968": { - "id": 25968, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17705, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "25969": { - "id": 25969, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 25970 - ], - "parameters": [ - 25971 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 17708, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24831, - "name": "HTMLElement.querySelectorAll" - } - }, - "25971": { - "id": 25971, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "25972": { - "id": 25972, - "name": "releasePointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25973 - ], - "inheritedFrom": { - "type": "reference", - "target": 24834, - "name": "HTMLElement.releasePointerCapture" - } - }, - "25973": { - "id": 25973, - "name": "releasePointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 25974 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24835, - "name": "HTMLElement.releasePointerCapture" - } - }, - "25974": { - "id": 25974, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "25975": { - "id": 25975, - "name": "remove", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25976 - ], - "inheritedFrom": { - "type": "reference", - "target": 24837, - "name": "HTMLElement.remove" - } - }, - "25976": { - "id": 25976, - "name": "remove", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24838, - "name": "HTMLElement.remove" - } - }, - "25977": { - "id": 25977, - "name": "removeAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25978 - ], - "inheritedFrom": { - "type": "reference", - "target": 24839, - "name": "HTMLElement.removeAttribute" - } - }, - "25978": { - "id": 25978, - "name": "removeAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes element's first attribute whose qualified name is qualifiedName." - } - ] - }, - "parameters": [ - 25979 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24840, - "name": "HTMLElement.removeAttribute" - } - }, - "25979": { - "id": 25979, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "25980": { - "id": 25980, - "name": "removeAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25981 - ], - "inheritedFrom": { - "type": "reference", - "target": 24842, - "name": "HTMLElement.removeAttributeNS" - } - }, - "25981": { - "id": 25981, - "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." - } - ] - }, - "parameters": [ - 25982, - 25983 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24843, - "name": "HTMLElement.removeAttributeNS" - } - }, - "25982": { - "id": 25982, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "25983": { - "id": 25983, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "25984": { - "id": 25984, - "name": "removeAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25985 - ], - "inheritedFrom": { - "type": "reference", - "target": 24846, - "name": "HTMLElement.removeAttributeNode" - } - }, - "25985": { - "id": 25985, - "name": "removeAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 25986 - ], - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24847, - "name": "HTMLElement.removeAttributeNode" - } - }, - "25986": { - "id": 25986, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - }, - "25987": { - "id": 25987, - "name": "removeChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25988 - ], - "inheritedFrom": { - "type": "reference", - "target": 24849, - "name": "HTMLElement.removeChild" - } - }, - "25988": { - "id": 25988, - "name": "removeChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 25989 - ], - "parameters": [ - 25990 - ], - "type": { - "type": "reference", - "target": 17727, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 24850, - "name": "HTMLElement.removeChild" - } - }, - "25990": { - "id": 25990, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17727, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "25991": { - "id": 25991, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 25992, - 26001 - ], - "overwrites": { - "type": "reference", - "target": 24853, - "name": "HTMLElement.removeEventListener" - } - }, - "25992": { - "id": 25992, - "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." - } - ] - }, - "typeParameter": [ - 25993 - ], - "parameters": [ - 25994, - 25995, - 26000 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 24854, - "name": "HTMLElement.removeEventListener" - } - }, - "25993": { - "id": 25993, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 24959, - "name": "HTMLElementEventMap", - "package": "typescript" - } - } - }, - "25994": { - "id": 25994, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 25993, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "25995": { - "id": 25995, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 25996, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 25997 - ] - } - } - }, - "26000": { - "id": 26000, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 9433, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "26001": { - "id": 26001, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 26002, - 26003, - 26004 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 24863, - "name": "HTMLElement.removeEventListener" - } - }, - "26002": { - "id": 26002, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "26003": { - "id": 26003, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "26004": { - "id": 26004, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 9433, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "26005": { - "id": 26005, - "name": "replaceChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 26006 - ], - "inheritedFrom": { - "type": "reference", - "target": 24867, - "name": "HTMLElement.replaceChild" - } - }, - "26006": { - "id": 26006, - "name": "replaceChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 26007 - ], - "parameters": [ - 26008, - 26009 - ], - "type": { - "type": "reference", - "target": 17745, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 24868, - "name": "HTMLElement.replaceChild" - } - }, - "26008": { - "id": 26008, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "26009": { - "id": 26009, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17745, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "26010": { - "id": 26010, - "name": "replaceChildren", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 26011 - ], - "inheritedFrom": { - "type": "reference", - "target": 24872, - "name": "HTMLElement.replaceChildren" - } - }, - "26011": { - "id": 26011, - "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." - } - ] - }, - "parameters": [ - 26012 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24873, - "name": "HTMLElement.replaceChildren" - } - }, - "26012": { - "id": 26012, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "26013": { - "id": 26013, - "name": "replaceWith", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 26014 - ], - "inheritedFrom": { - "type": "reference", - "target": 24875, - "name": "HTMLElement.replaceWith" - } - }, - "26014": { - "id": 26014, - "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." - } - ] - }, - "parameters": [ - 26015 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24876, - "name": "HTMLElement.replaceWith" - } - }, - "26015": { - "id": 26015, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "26016": { - "id": 26016, - "name": "requestFullscreen", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 26017 - ], - "inheritedFrom": { - "type": "reference", - "target": 24878, - "name": "HTMLElement.requestFullscreen" - } - }, - "26017": { - "id": 26017, - "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." - } - ] - }, - "parameters": [ - 26018 - ], - "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": 24879, - "name": "HTMLElement.requestFullscreen" - } - }, - "26018": { - "id": 26018, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9703, - "name": "FullscreenOptions", - "package": "typescript" - } - }, - "26019": { - "id": 26019, - "name": "requestPointerLock", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 26020 - ], - "inheritedFrom": { - "type": "reference", - "target": 24881, - "name": "HTMLElement.requestPointerLock" - } - }, - "26020": { - "id": 26020, - "name": "requestPointerLock", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24882, - "name": "HTMLElement.requestPointerLock" - } - }, - "26021": { - "id": 26021, - "name": "scroll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 26022, - 26024 - ], - "inheritedFrom": { - "type": "reference", - "target": 24883, - "name": "HTMLElement.scroll" - } - }, - "26022": { - "id": 26022, - "name": "scroll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 26023 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24884, - "name": "HTMLElement.scroll" - } - }, - "26023": { - "id": 26023, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 139807, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "26024": { - "id": 26024, - "name": "scroll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 26025, - 26026 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24886, - "name": "HTMLElement.scroll" - } - }, - "26025": { - "id": 26025, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "26026": { - "id": 26026, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "26027": { - "id": 26027, - "name": "scrollBy", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 26028, - 26030 - ], - "inheritedFrom": { - "type": "reference", - "target": 24889, - "name": "HTMLElement.scrollBy" - } - }, - "26028": { - "id": 26028, - "name": "scrollBy", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 26029 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24890, - "name": "HTMLElement.scrollBy" - } - }, - "26029": { - "id": 26029, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 139807, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "26030": { - "id": 26030, - "name": "scrollBy", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 26031, - 26032 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24892, - "name": "HTMLElement.scrollBy" - } - }, - "26031": { - "id": 26031, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "26032": { - "id": 26032, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "26033": { - "id": 26033, - "name": "scrollIntoView", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 26034 - ], - "inheritedFrom": { - "type": "reference", - "target": 24895, - "name": "HTMLElement.scrollIntoView" - } - }, - "26034": { - "id": 26034, - "name": "scrollIntoView", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 26035 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24896, - "name": "HTMLElement.scrollIntoView" - } - }, - "26035": { - "id": 26035, - "name": "arg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 139801, - "name": "ScrollIntoViewOptions", - "package": "typescript" - } - ] - } - }, - "26036": { - "id": 26036, - "name": "scrollTo", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 26037, - 26039 - ], - "inheritedFrom": { - "type": "reference", - "target": 24898, - "name": "HTMLElement.scrollTo" - } - }, - "26037": { - "id": 26037, - "name": "scrollTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 26038 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24899, - "name": "HTMLElement.scrollTo" - } - }, - "26038": { - "id": 26038, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 139807, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "26039": { - "id": 26039, - "name": "scrollTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 26040, - 26041 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24901, - "name": "HTMLElement.scrollTo" - } - }, - "26040": { - "id": 26040, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "26041": { - "id": 26041, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "26042": { - "id": 26042, - "name": "setAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 26043 - ], - "inheritedFrom": { - "type": "reference", - "target": 24904, - "name": "HTMLElement.setAttribute" - } - }, - "26043": { - "id": 26043, - "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." - } - ] - }, - "parameters": [ - 26044, - 26045 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24905, - "name": "HTMLElement.setAttribute" - } - }, - "26044": { - "id": 26044, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "26045": { - "id": 26045, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "26046": { - "id": 26046, - "name": "setAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 26047 - ], - "inheritedFrom": { - "type": "reference", - "target": 24908, - "name": "HTMLElement.setAttributeNS" - } - }, - "26047": { - "id": 26047, - "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." - } - ] - }, - "parameters": [ - 26048, - 26049, - 26050 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24909, - "name": "HTMLElement.setAttributeNS" - } - }, - "26048": { - "id": 26048, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "26049": { - "id": 26049, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "26050": { - "id": 26050, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "26051": { - "id": 26051, - "name": "setAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 26052 - ], - "inheritedFrom": { - "type": "reference", - "target": 24913, - "name": "HTMLElement.setAttributeNode" - } - }, - "26052": { - "id": 26052, - "name": "setAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 26053 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24914, - "name": "HTMLElement.setAttributeNode" - } - }, - "26053": { - "id": 26053, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - }, - "26054": { - "id": 26054, - "name": "setAttributeNodeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 26055 - ], - "inheritedFrom": { - "type": "reference", - "target": 24916, - "name": "HTMLElement.setAttributeNodeNS" - } - }, - "26055": { - "id": 26055, - "name": "setAttributeNodeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 26056 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24917, - "name": "HTMLElement.setAttributeNodeNS" - } - }, - "26056": { - "id": 26056, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - }, - "26057": { - "id": 26057, - "name": "setPointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 26058 - ], - "inheritedFrom": { - "type": "reference", - "target": 24919, - "name": "HTMLElement.setPointerCapture" - } - }, - "26058": { - "id": 26058, - "name": "setPointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 26059 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24920, - "name": "HTMLElement.setPointerCapture" - } - }, - "26059": { - "id": 26059, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "26060": { - "id": 26060, - "name": "toggleAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 26061 - ], - "inheritedFrom": { - "type": "reference", - "target": 24922, - "name": "HTMLElement.toggleAttribute" - } - }, - "26061": { - "id": 26061, - "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." - } - ] - }, - "parameters": [ - 26062, - 26063 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24923, - "name": "HTMLElement.toggleAttribute" - } - }, - "26062": { - "id": 26062, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "26063": { - "id": 26063, - "name": "force", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "26064": { - "id": 26064, - "name": "webkitMatchesSelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 26065 - ], - "inheritedFrom": { - "type": "reference", - "target": 24926, - "name": "HTMLElement.webkitMatchesSelector" - } - }, - "26065": { - "id": 26065, - "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": "." - } - ] - } - ] - }, - "parameters": [ - 26066 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24927, - "name": "HTMLElement.webkitMatchesSelector" - } - }, - "26066": { - "id": 26066, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "30742": { - "id": 30742, - "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." - } - ] - }, - "children": [ - 30743, - 30744, - 30745, - 30746, - 30747, - 30748, - 30749, - 30750, - 30751, - 30752, - 30753, - 30754, - 30755, - 30756, - 30757, - 30758, - 30759, - 30760, - 30761, - 30762, - 30763, - 30764, - 30765, - 30766, - 30767, - 30768, - 30769, - 30770, - 30771, - 30772, - 30773, - 30774, - 30775, - 30776, - 30777, - 30778, - 30779, - 30780, - 30781, - 30782, - 30783, - 30784, - 30785, - 30786, - 30787, - 30788, - 30789, - 30790, - 30791, - 30792, - 30793, - 30794, - 30795, - 30796, - 30797, - 30798, - 30799, - 30800, - 30801, - 30802, - 30803, - 30804, - 30805, - 30806, - 30807, - 30808, - 30809, - 30810, - 30811, - 30812, - 30813, - 30814, - 30815, - 30816, - 30817, - 30818, - 30819, - 30820, - 30821, - 30822, - 30823, - 30824, - 30825, - 30826, - 30827, - 30828, - 30829, - 30830, - 30831, - 30832, - 30833, - 30834, - 30835, - 30836, - 30837, - 30838, - 30839, - 30840, - 30841, - 30842, - 30843, - 30844, - 30845, - 30846, - 30847, - 30852, - 30857, - 30862, - 30867, - 30872, - 30877, - 30882, - 30887, - 30892, - 30897, - 30902, - 30907, - 30912, - 30917, - 30922, - 30927, - 30932, - 30937, - 30942, - 30947, - 30952, - 30957, - 30962, - 30967, - 30972, - 30977, - 30982, - 30987, - 30992, - 30993, - 30998, - 31003, - 31008, - 31013, - 31018, - 31023, - 31028, - 31033, - 31038, - 31043, - 31048, - 31053, - 31058, - 31063, - 31068, - 31073, - 31078, - 31083, - 31088, - 31093, - 31098, - 31103, - 31108, - 31113, - 31118, - 31123, - 31128, - 31133, - 31138, - 31143, - 31148, - 31153, - 31158, - 31163, - 31168, - 31173, - 31178, - 31183, - 31188, - 31193, - 31198, - 31203, - 31208, - 31213, - 31218, - 31223, - 31228, - 31233, - 31238, - 31243, - 31248, - 31253, - 31258, - 31263, - 31268, - 31273, - 31278, - 31283, - 31288, - 31293, - 31298, - 31303, - 31308, - 31313, - 31318, - 31323, - 31324, - 31325, - 31326, - 31327, - 31328, - 31329, - 31330, - 31331, - 31332, - 31333, - 31334, - 31335, - 31336, - 31337, - 31338, - 31339, - 31340, - 31341, - 31342, - 31343, - 31344, - 31345, - 31346, - 31360, - 31363, - 31367, - 31370, - 31374, - 31376, - 31379, - 31382, - 31384, - 31386, - 31389, - 31399, - 31402, - 31405, - 31408, - 31411, - 31414, - 31417, - 31421, - 31423, - 31426, - 31430, - 31432, - 31434, - 31437, - 31446, - 31456, - 31459, - 31462, - 31466, - 31468, - 31470, - 31473, - 31477, - 31481, - 31485, - 31490, - 31493, - 31496, - 31499, - 31502, - 31505, - 31508, - 31510, - 31513, - 31523, - 31533, - 31536, - 31538, - 31541, - 31545, - 31548, - 31552, - 31566, - 31571, - 31574, - 31577, - 31580, - 31582, - 31588, - 31594, - 31597, - 31603, - 31607, - 31612, - 31615, - 31618, - 31621, - 31625 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 30743, - 30744, - 30745, - 30746, - 30747, - 30748, - 30749, - 30750, - 30751, - 30752, - 30753, - 30754, - 30755, - 30756, - 30757, - 30758, - 30759, - 30760, - 30761, - 30762, - 30763, - 30764, - 30765, - 30766, - 30767, - 30768, - 30769, - 30770, - 30771, - 30772, - 30773, - 30774, - 30775, - 30776, - 30777, - 30778, - 30779, - 30780, - 30781, - 30782, - 30783, - 30784, - 30785, - 30786, - 30787, - 30788, - 30789, - 30790, - 30791, - 30792, - 30793, - 30794, - 30795, - 30796, - 30797, - 30798, - 30799, - 30800, - 30801, - 30802, - 30803, - 30804, - 30805, - 30806, - 30807, - 30808, - 30809, - 30810, - 30811, - 30812, - 30813, - 30814, - 30815, - 30816, - 30817, - 30818, - 30819, - 30820, - 30821, - 30822, - 30823, - 30824, - 30825, - 30826, - 30827, - 30828, - 30829, - 30830, - 30831, - 30832, - 30833, - 30834, - 30835, - 30836, - 30837, - 30838, - 30839, - 30840, - 30841, - 30842, - 30843, - 30844, - 30845, - 30846, - 30847, - 30852, - 30857, - 30862, - 30867, - 30872, - 30877, - 30882, - 30887, - 30892, - 30897, - 30902, - 30907, - 30912, - 30917, - 30922, - 30927, - 30932, - 30937, - 30942, - 30947, - 30952, - 30957, - 30962, - 30967, - 30972, - 30977, - 30982, - 30987, - 30992, - 30993, - 30998, - 31003, - 31008, - 31013, - 31018, - 31023, - 31028, - 31033, - 31038, - 31043, - 31048, - 31053, - 31058, - 31063, - 31068, - 31073, - 31078, - 31083, - 31088, - 31093, - 31098, - 31103, - 31108, - 31113, - 31118, - 31123, - 31128, - 31133, - 31138, - 31143, - 31148, - 31153, - 31158, - 31163, - 31168, - 31173, - 31178, - 31183, - 31188, - 31193, - 31198, - 31203, - 31208, - 31213, - 31218, - 31223, - 31228, - 31233, - 31238, - 31243, - 31248, - 31253, - 31258, - 31263, - 31268, - 31273, - 31278, - 31283, - 31288, - 31293, - 31298, - 31303, - 31308, - 31313, - 31318, - 31323, - 31324, - 31325, - 31326, - 31327, - 31328, - 31329, - 31330, - 31331, - 31332, - 31333, - 31334, - 31335, - 31336, - 31337, - 31338, - 31339, - 31340, - 31341, - 31342, - 31343, - 31344, - 31345 - ] - }, - { - "title": "Methods", - "children": [ - 31346, - 31360, - 31363, - 31367, - 31370, - 31374, - 31376, - 31379, - 31382, - 31384, - 31386, - 31389, - 31399, - 31402, - 31405, - 31408, - 31411, - 31414, - 31417, - 31421, - 31423, - 31426, - 31430, - 31432, - 31434, - 31437, - 31446, - 31456, - 31459, - 31462, - 31466, - 31468, - 31470, - 31473, - 31477, - 31481, - 31485, - 31490, - 31493, - 31496, - 31499, - 31502, - 31505, - 31508, - 31510, - 31513, - 31523, - 31533, - 31536, - 31538, - 31541, - 31545, - 31548, - 31552, - 31566, - 31571, - 31574, - 31577, - 31580, - 31582, - 31588, - 31594, - 31597, - 31603, - 31607, - 31612, - 31615, - 31618, - 31621, - 31625 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "30743": { - "id": 30743, - "name": "ATTRIBUTE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24044, - "name": "HTMLElement.ATTRIBUTE_NODE" - } - }, - "30744": { - "id": 30744, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24045, - "name": "HTMLElement.CDATA_SECTION_NODE" - } - }, - "30745": { - "id": 30745, - "name": "COMMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Comment node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24046, - "name": "HTMLElement.COMMENT_NODE" - } - }, - "30746": { - "id": 30746, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24047, - "name": "HTMLElement.DOCUMENT_FRAGMENT_NODE" - } - }, - "30747": { - "id": 30747, - "name": "DOCUMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a document." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24048, - "name": "HTMLElement.DOCUMENT_NODE" - } - }, - "30748": { - "id": 30748, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24049, - "name": "HTMLElement.DOCUMENT_POSITION_CONTAINED_BY" - } - }, - "30749": { - "id": 30749, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24050, - "name": "HTMLElement.DOCUMENT_POSITION_CONTAINS" - } - }, - "30750": { - "id": 30750, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24051, - "name": "HTMLElement.DOCUMENT_POSITION_DISCONNECTED" - } - }, - "30751": { - "id": 30751, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24052, - "name": "HTMLElement.DOCUMENT_POSITION_FOLLOWING" - } - }, - "30752": { - "id": 30752, - "name": "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24053, - "name": "HTMLElement.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" - } - }, - "30753": { - "id": 30753, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24054, - "name": "HTMLElement.DOCUMENT_POSITION_PRECEDING" - } - }, - "30754": { - "id": 30754, - "name": "DOCUMENT_TYPE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a doctype." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24055, - "name": "HTMLElement.DOCUMENT_TYPE_NODE" - } - }, - "30755": { - "id": 30755, - "name": "ELEMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is an element." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24056, - "name": "HTMLElement.ELEMENT_NODE" - } - }, - "30756": { - "id": 30756, - "name": "ENTITY_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24057, - "name": "HTMLElement.ENTITY_NODE" - } - }, - "30757": { - "id": 30757, - "name": "ENTITY_REFERENCE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24058, - "name": "HTMLElement.ENTITY_REFERENCE_NODE" - } - }, - "30758": { - "id": 30758, - "name": "NOTATION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24059, - "name": "HTMLElement.NOTATION_NODE" - } - }, - "30759": { - "id": 30759, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24060, - "name": "HTMLElement.PROCESSING_INSTRUCTION_NODE" - } - }, - "30760": { - "id": 30760, - "name": "TEXT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Text node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24061, - "name": "HTMLElement.TEXT_NODE" - } - }, - "30761": { - "id": 30761, - "name": "accessKey", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24062, - "name": "HTMLElement.accessKey" - } - }, - "30762": { - "id": 30762, - "name": "accessKeyLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24063, - "name": "HTMLElement.accessKeyLabel" - } - }, - "30763": { - "id": 30763, - "name": "ariaAtomic", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24064, - "name": "HTMLElement.ariaAtomic" - } - }, - "30764": { - "id": 30764, - "name": "ariaAutoComplete", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24065, - "name": "HTMLElement.ariaAutoComplete" - } - }, - "30765": { - "id": 30765, - "name": "ariaBusy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24066, - "name": "HTMLElement.ariaBusy" - } - }, - "30766": { - "id": 30766, - "name": "ariaChecked", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24067, - "name": "HTMLElement.ariaChecked" - } - }, - "30767": { - "id": 30767, - "name": "ariaColCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24068, - "name": "HTMLElement.ariaColCount" - } - }, - "30768": { - "id": 30768, - "name": "ariaColIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24069, - "name": "HTMLElement.ariaColIndex" - } - }, - "30769": { - "id": 30769, - "name": "ariaColIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24070, - "name": "HTMLElement.ariaColIndexText" - } - }, - "30770": { - "id": 30770, - "name": "ariaColSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24071, - "name": "HTMLElement.ariaColSpan" - } - }, - "30771": { - "id": 30771, - "name": "ariaCurrent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24072, - "name": "HTMLElement.ariaCurrent" - } - }, - "30772": { - "id": 30772, - "name": "ariaDisabled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24073, - "name": "HTMLElement.ariaDisabled" - } - }, - "30773": { - "id": 30773, - "name": "ariaExpanded", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24074, - "name": "HTMLElement.ariaExpanded" - } - }, - "30774": { - "id": 30774, - "name": "ariaHasPopup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24075, - "name": "HTMLElement.ariaHasPopup" - } - }, - "30775": { - "id": 30775, - "name": "ariaHidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24076, - "name": "HTMLElement.ariaHidden" - } - }, - "30776": { - "id": 30776, - "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": 24077, - "name": "HTMLElement.ariaInvalid" - } - }, - "30777": { - "id": 30777, - "name": "ariaKeyShortcuts", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24078, - "name": "HTMLElement.ariaKeyShortcuts" - } - }, - "30778": { - "id": 30778, - "name": "ariaLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24079, - "name": "HTMLElement.ariaLabel" - } - }, - "30779": { - "id": 30779, - "name": "ariaLevel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24080, - "name": "HTMLElement.ariaLevel" - } - }, - "30780": { - "id": 30780, - "name": "ariaLive", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24081, - "name": "HTMLElement.ariaLive" - } - }, - "30781": { - "id": 30781, - "name": "ariaModal", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24082, - "name": "HTMLElement.ariaModal" - } - }, - "30782": { - "id": 30782, - "name": "ariaMultiLine", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24083, - "name": "HTMLElement.ariaMultiLine" - } - }, - "30783": { - "id": 30783, - "name": "ariaMultiSelectable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24084, - "name": "HTMLElement.ariaMultiSelectable" - } - }, - "30784": { - "id": 30784, - "name": "ariaOrientation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24085, - "name": "HTMLElement.ariaOrientation" - } - }, - "30785": { - "id": 30785, - "name": "ariaPlaceholder", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24086, - "name": "HTMLElement.ariaPlaceholder" - } - }, - "30786": { - "id": 30786, - "name": "ariaPosInSet", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24087, - "name": "HTMLElement.ariaPosInSet" - } - }, - "30787": { - "id": 30787, - "name": "ariaPressed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24088, - "name": "HTMLElement.ariaPressed" - } - }, - "30788": { - "id": 30788, - "name": "ariaReadOnly", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24089, - "name": "HTMLElement.ariaReadOnly" - } - }, - "30789": { - "id": 30789, - "name": "ariaRequired", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24090, - "name": "HTMLElement.ariaRequired" - } - }, - "30790": { - "id": 30790, - "name": "ariaRoleDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24091, - "name": "HTMLElement.ariaRoleDescription" - } - }, - "30791": { - "id": 30791, - "name": "ariaRowCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24092, - "name": "HTMLElement.ariaRowCount" - } - }, - "30792": { - "id": 30792, - "name": "ariaRowIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24093, - "name": "HTMLElement.ariaRowIndex" - } - }, - "30793": { - "id": 30793, - "name": "ariaRowIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24094, - "name": "HTMLElement.ariaRowIndexText" - } - }, - "30794": { - "id": 30794, - "name": "ariaRowSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24095, - "name": "HTMLElement.ariaRowSpan" - } - }, - "30795": { - "id": 30795, - "name": "ariaSelected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24096, - "name": "HTMLElement.ariaSelected" - } - }, - "30796": { - "id": 30796, - "name": "ariaSetSize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24097, - "name": "HTMLElement.ariaSetSize" - } - }, - "30797": { - "id": 30797, - "name": "ariaSort", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24098, - "name": "HTMLElement.ariaSort" - } - }, - "30798": { - "id": 30798, - "name": "ariaValueMax", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24099, - "name": "HTMLElement.ariaValueMax" - } - }, - "30799": { - "id": 30799, - "name": "ariaValueMin", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24100, - "name": "HTMLElement.ariaValueMin" - } - }, - "30800": { - "id": 30800, - "name": "ariaValueNow", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24101, - "name": "HTMLElement.ariaValueNow" - } - }, - "30801": { - "id": 30801, - "name": "ariaValueText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24102, - "name": "HTMLElement.ariaValueText" - } - }, - "30802": { - "id": 30802, - "name": "assignedSlot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 56900, - "name": "HTMLSlotElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24103, - "name": "HTMLElement.assignedSlot" - } - }, - "30803": { - "id": 30803, - "name": "attributes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NamedNodeMap" - }, - "name": "NamedNodeMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24104, - "name": "HTMLElement.attributes" - } - }, - "30804": { - "id": 30804, - "name": "autocapitalize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24105, - "name": "HTMLElement.autocapitalize" - } - }, - "30805": { - "id": 30805, - "name": "autofocus", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24106, - "name": "HTMLElement.autofocus" - } - }, - "30806": { - "id": 30806, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24107, - "name": "HTMLElement.baseURI" - } - }, - "30807": { - "id": 30807, - "name": "childElementCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24108, - "name": "HTMLElement.childElementCount" - } - }, - "30808": { - "id": 30808, - "name": "childNodes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the children." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24109, - "name": "HTMLElement.childNodes" - } - }, - "30809": { - "id": 30809, - "name": "children", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the child elements." - } - ] - }, - "type": { - "type": "reference", - "target": 17816, - "name": "HTMLCollection", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24110, - "name": "HTMLElement.children" - } - }, - "30810": { - "id": 30810, - "name": "classList", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": 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." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24111, - "name": "HTMLElement.classList" - } - }, - "30811": { - "id": 30811, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24112, - "name": "HTMLElement.className" - } - }, - "30812": { - "id": 30812, - "name": "clientHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24113, - "name": "HTMLElement.clientHeight" - } - }, - "30813": { - "id": 30813, - "name": "clientLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24114, - "name": "HTMLElement.clientLeft" - } - }, - "30814": { - "id": 30814, - "name": "clientTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24115, - "name": "HTMLElement.clientTop" - } - }, - "30815": { - "id": 30815, - "name": "clientWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24116, - "name": "HTMLElement.clientWidth" - } - }, - "30816": { - "id": 30816, - "name": "contentEditable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24117, - "name": "HTMLElement.contentEditable" - } - }, - "30817": { - "id": 30817, - "name": "dataset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": 7181, - "name": "DOMStringMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24118, - "name": "HTMLElement.dataset" - } - }, - "30818": { - "id": 30818, - "name": "dir", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24119, - "name": "HTMLElement.dir" - } - }, - "30819": { - "id": 30819, - "name": "draggable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24120, - "name": "HTMLElement.draggable" - } - }, - "30820": { - "id": 30820, - "name": "enterKeyHint", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24121, - "name": "HTMLElement.enterKeyHint" - } - }, - "30821": { - "id": 30821, - "name": "firstChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24122, - "name": "HTMLElement.firstChild" - } - }, - "30822": { - "id": 30822, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24123, - "name": "HTMLElement.firstElementChild" - } - }, - "30823": { - "id": 30823, - "name": "hidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24124, - "name": "HTMLElement.hidden" - } - }, - "30824": { - "id": 30824, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24125, - "name": "HTMLElement.id" - } - }, - "30825": { - "id": 30825, - "name": "inert", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24126, - "name": "HTMLElement.inert" - } - }, - "30826": { - "id": 30826, - "name": "innerHTML", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24127, - "name": "HTMLElement.innerHTML" - } - }, - "30827": { - "id": 30827, - "name": "innerText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24128, - "name": "HTMLElement.innerText" - } - }, - "30828": { - "id": 30828, - "name": "inputMode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24129, - "name": "HTMLElement.inputMode" - } - }, - "30829": { - "id": 30829, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24130, - "name": "HTMLElement.isConnected" - } - }, - "30830": { - "id": 30830, - "name": "isContentEditable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24131, - "name": "HTMLElement.isContentEditable" - } - }, - "30831": { - "id": 30831, - "name": "lang", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24132, - "name": "HTMLElement.lang" - } - }, - "30832": { - "id": 30832, - "name": "lastChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24133, - "name": "HTMLElement.lastChild" - } - }, - "30833": { - "id": 30833, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24134, - "name": "HTMLElement.lastElementChild" - } - }, - "30834": { - "id": 30834, - "name": "localName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the local name." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24135, - "name": "HTMLElement.localName" - } - }, - "30835": { - "id": 30835, - "name": "namespaceURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the namespace." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24136, - "name": "HTMLElement.namespaceURI" - } - }, - "30836": { - "id": 30836, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24137, - "name": "HTMLElement.nextElementSibling" - } - }, - "30837": { - "id": 30837, - "name": "nextSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the next sibling." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24138, - "name": "HTMLElement.nextSibling" - } - }, - "30838": { - "id": 30838, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24139, - "name": "HTMLElement.nodeName" - } - }, - "30839": { - "id": 30839, - "name": "nodeType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24140, - "name": "HTMLElement.nodeType" - } - }, - "30840": { - "id": 30840, - "name": "nodeValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24141, - "name": "HTMLElement.nodeValue" - } - }, - "30841": { - "id": 30841, - "name": "nonce", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24142, - "name": "HTMLElement.nonce" - } - }, - "30842": { - "id": 30842, - "name": "offsetHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24143, - "name": "HTMLElement.offsetHeight" - } - }, - "30843": { - "id": 30843, - "name": "offsetLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24144, - "name": "HTMLElement.offsetLeft" - } - }, - "30844": { - "id": 30844, - "name": "offsetParent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24145, - "name": "HTMLElement.offsetParent" - } - }, - "30845": { - "id": 30845, - "name": "offsetTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24146, - "name": "HTMLElement.offsetTop" - } - }, - "30846": { - "id": 30846, - "name": "offsetWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24147, - "name": "HTMLElement.offsetWidth" - } - }, - "30847": { - "id": 30847, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 30848, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 30849, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 30850, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 30851, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141101, - "name": "UIEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24148, - "name": "HTMLElement.onabort" - } - }, - "30852": { - "id": 30852, - "name": "onanimationcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 30853, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 30854, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 30855, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 30856, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24153, - "name": "HTMLElement.onanimationcancel" - } - }, - "30857": { - "id": 30857, - "name": "onanimationend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 30858, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 30859, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 30860, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 30861, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24158, - "name": "HTMLElement.onanimationend" - } - }, - "30862": { - "id": 30862, - "name": "onanimationiteration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 30863, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 30864, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 30865, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 30866, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24163, - "name": "HTMLElement.onanimationiteration" - } - }, - "30867": { - "id": 30867, - "name": "onanimationstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 30868, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 30869, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 30870, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 30871, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24168, - "name": "HTMLElement.onanimationstart" - } - }, - "30872": { - "id": 30872, - "name": "onauxclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 30873, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 30874, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 30875, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 30876, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24173, - "name": "HTMLElement.onauxclick" - } - }, - "30877": { - "id": 30877, - "name": "onbeforeinput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 30878, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 30879, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 30880, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 30881, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73624, - "name": "InputEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24178, - "name": "HTMLElement.onbeforeinput" - } - }, - "30882": { - "id": 30882, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 30883, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 30884, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 30885, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 30886, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9547, - "name": "FocusEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24183, - "name": "HTMLElement.onblur" - } - }, - "30887": { - "id": 30887, - "name": "oncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 30888, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 30889, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 30890, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 30891, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24188, - "name": "HTMLElement.oncancel" - } - }, - "30892": { - "id": 30892, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 30893, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 30894, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 30895, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 30896, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24193, - "name": "HTMLElement.oncanplay" - } - }, - "30897": { - "id": 30897, - "name": "oncanplaythrough", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 30898, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 30899, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 30900, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 30901, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24198, - "name": "HTMLElement.oncanplaythrough" - } - }, - "30902": { - "id": 30902, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 30903, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 30904, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 30905, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 30906, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24203, - "name": "HTMLElement.onchange" - } - }, - "30907": { - "id": 30907, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 30908, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 30909, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 30910, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 30911, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24208, - "name": "HTMLElement.onclick" - } - }, - "30912": { - "id": 30912, - "name": "onclose", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 30913, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 30914, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 30915, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 30916, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24213, - "name": "HTMLElement.onclose" - } - }, - "30917": { - "id": 30917, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 30918, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 30919, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 30920, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 30921, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24218, - "name": "HTMLElement.oncontextmenu" - } - }, - "30922": { - "id": 30922, - "name": "oncopy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 30923, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 30924, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 30925, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8311, - "name": "DocumentAndElementEventHandlers", - "package": "typescript" - } - }, - { - "id": 30926, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6441, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24223, - "name": "HTMLElement.oncopy" - } - }, - "30927": { - "id": 30927, - "name": "oncuechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 30928, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 30929, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 30930, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 30931, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24228, - "name": "HTMLElement.oncuechange" - } - }, - "30932": { - "id": 30932, - "name": "oncut", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 30933, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 30934, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 30935, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8311, - "name": "DocumentAndElementEventHandlers", - "package": "typescript" - } - }, - { - "id": 30936, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6441, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24233, - "name": "HTMLElement.oncut" - } - }, - "30937": { - "id": 30937, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 30938, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 30939, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 30940, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 30941, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24238, - "name": "HTMLElement.ondblclick" - } - }, - "30942": { - "id": 30942, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 30943, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 30944, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 30945, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 30946, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24243, - "name": "HTMLElement.ondrag" - } - }, - "30947": { - "id": 30947, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 30948, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 30949, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 30950, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 30951, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24248, - "name": "HTMLElement.ondragend" - } - }, - "30952": { - "id": 30952, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 30953, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 30954, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 30955, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 30956, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24253, - "name": "HTMLElement.ondragenter" - } - }, - "30957": { - "id": 30957, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 30958, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 30959, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 30960, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 30961, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24258, - "name": "HTMLElement.ondragleave" - } - }, - "30962": { - "id": 30962, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 30963, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 30964, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 30965, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 30966, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24263, - "name": "HTMLElement.ondragover" - } - }, - "30967": { - "id": 30967, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 30968, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 30969, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 30970, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 30971, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24268, - "name": "HTMLElement.ondragstart" - } - }, - "30972": { - "id": 30972, - "name": "ondrop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 30973, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 30974, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 30975, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 30976, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24273, - "name": "HTMLElement.ondrop" - } - }, - "30977": { - "id": 30977, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 30978, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 30979, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 30980, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 30981, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24278, - "name": "HTMLElement.ondurationchange" - } - }, - "30982": { - "id": 30982, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 30983, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 30984, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 30985, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 30986, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24283, - "name": "HTMLElement.onemptied" - } - }, - "30987": { - "id": 30987, - "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" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 30988, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 30989, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 30990, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 30991, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24288, - "name": "HTMLElement.onended" - } - }, - "30992": { - "id": 30992, - "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." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 146937, - "name": "OnErrorEventHandler", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24293, - "name": "HTMLElement.onerror" - } - }, - "30993": { - "id": 30993, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 30994, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 30995, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 30996, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 30997, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9547, - "name": "FocusEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24294, - "name": "HTMLElement.onfocus" - } - }, - "30998": { - "id": 30998, - "name": "onformdata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 30999, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31000, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31001, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31002, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9663, - "name": "FormDataEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24299, - "name": "HTMLElement.onformdata" - } - }, - "31003": { - "id": 31003, - "name": "onfullscreenchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31004, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31005, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31006, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - }, - { - "id": 31007, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24304, - "name": "HTMLElement.onfullscreenchange" - } - }, - "31008": { - "id": 31008, - "name": "onfullscreenerror", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31009, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31010, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31011, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - }, - { - "id": 31012, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24309, - "name": "HTMLElement.onfullscreenerror" - } - }, - "31013": { - "id": 31013, - "name": "ongotpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31014, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31015, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31016, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31017, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24314, - "name": "HTMLElement.ongotpointercapture" - } - }, - "31018": { - "id": 31018, - "name": "oninput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31019, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31020, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31021, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31022, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24319, - "name": "HTMLElement.oninput" - } - }, - "31023": { - "id": 31023, - "name": "oninvalid", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31024, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31025, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31026, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31027, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24324, - "name": "HTMLElement.oninvalid" - } - }, - "31028": { - "id": 31028, - "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" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31029, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31030, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31031, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31032, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73726, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24329, - "name": "HTMLElement.onkeydown" - } - }, - "31033": { - "id": 31033, - "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": [] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31034, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31035, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31036, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31037, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73726, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24334, - "name": "HTMLElement.onkeypress" - } - }, - "31038": { - "id": 31038, - "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" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31039, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31040, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31041, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31042, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73726, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24339, - "name": "HTMLElement.onkeyup" - } - }, - "31043": { - "id": 31043, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31044, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31045, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31046, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31047, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24344, - "name": "HTMLElement.onload" - } - }, - "31048": { - "id": 31048, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31049, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31050, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31051, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31052, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24349, - "name": "HTMLElement.onloadeddata" - } - }, - "31053": { - "id": 31053, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31054, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31055, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31056, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31057, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24354, - "name": "HTMLElement.onloadedmetadata" - } - }, - "31058": { - "id": 31058, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31059, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31060, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31061, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31062, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24359, - "name": "HTMLElement.onloadstart" - } - }, - "31063": { - "id": 31063, - "name": "onlostpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31064, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31065, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31066, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31067, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24364, - "name": "HTMLElement.onlostpointercapture" - } - }, - "31068": { - "id": 31068, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31069, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31070, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31071, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31072, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24369, - "name": "HTMLElement.onmousedown" - } - }, - "31073": { - "id": 31073, - "name": "onmouseenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31074, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31075, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31076, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31077, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24374, - "name": "HTMLElement.onmouseenter" - } - }, - "31078": { - "id": 31078, - "name": "onmouseleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31079, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31080, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31081, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31082, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24379, - "name": "HTMLElement.onmouseleave" - } - }, - "31083": { - "id": 31083, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31084, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31085, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31086, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31087, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24384, - "name": "HTMLElement.onmousemove" - } - }, - "31088": { - "id": 31088, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31089, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31090, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31091, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31092, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24389, - "name": "HTMLElement.onmouseout" - } - }, - "31093": { - "id": 31093, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31094, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31095, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31096, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31097, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24394, - "name": "HTMLElement.onmouseover" - } - }, - "31098": { - "id": 31098, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31099, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31100, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31101, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31102, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24399, - "name": "HTMLElement.onmouseup" - } - }, - "31103": { - "id": 31103, - "name": "onpaste", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31104, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31105, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31106, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8311, - "name": "DocumentAndElementEventHandlers", - "package": "typescript" - } - }, - { - "id": 31107, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6441, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24404, - "name": "HTMLElement.onpaste" - } - }, - "31108": { - "id": 31108, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31109, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31110, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31111, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31112, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24409, - "name": "HTMLElement.onpause" - } - }, - "31113": { - "id": 31113, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31114, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31115, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31116, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31117, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24414, - "name": "HTMLElement.onplay" - } - }, - "31118": { - "id": 31118, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31119, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31120, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31121, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31122, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24419, - "name": "HTMLElement.onplaying" - } - }, - "31123": { - "id": 31123, - "name": "onpointercancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31124, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31125, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31126, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31127, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24424, - "name": "HTMLElement.onpointercancel" - } - }, - "31128": { - "id": 31128, - "name": "onpointerdown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31129, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31130, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31131, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31132, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24429, - "name": "HTMLElement.onpointerdown" - } - }, - "31133": { - "id": 31133, - "name": "onpointerenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31134, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31135, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31136, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31137, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24434, - "name": "HTMLElement.onpointerenter" - } - }, - "31138": { - "id": 31138, - "name": "onpointerleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31139, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31140, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31141, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31142, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24439, - "name": "HTMLElement.onpointerleave" - } - }, - "31143": { - "id": 31143, - "name": "onpointermove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31144, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31145, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31146, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31147, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24444, - "name": "HTMLElement.onpointermove" - } - }, - "31148": { - "id": 31148, - "name": "onpointerout", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31149, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31150, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31151, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31152, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24449, - "name": "HTMLElement.onpointerout" - } - }, - "31153": { - "id": 31153, - "name": "onpointerover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31154, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31155, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31156, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31157, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24454, - "name": "HTMLElement.onpointerover" - } - }, - "31158": { - "id": 31158, - "name": "onpointerup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31159, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31160, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31161, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31162, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24459, - "name": "HTMLElement.onpointerup" - } - }, - "31163": { - "id": 31163, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31164, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31165, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31166, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31167, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 76079, - "typeArguments": [ - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ], - "name": "ProgressEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24464, - "name": "HTMLElement.onprogress" - } - }, - "31168": { - "id": 31168, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31169, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31170, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31171, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31172, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24469, - "name": "HTMLElement.onratechange" - } - }, - "31173": { - "id": 31173, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31174, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31175, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31176, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31177, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24474, - "name": "HTMLElement.onreset" - } - }, - "31178": { - "id": 31178, - "name": "onresize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31179, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31180, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31181, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31182, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141101, - "name": "UIEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24479, - "name": "HTMLElement.onresize" - } - }, - "31183": { - "id": 31183, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31184, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31185, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31186, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31187, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24484, - "name": "HTMLElement.onscroll" - } - }, - "31188": { - "id": 31188, - "name": "onsecuritypolicyviolation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31189, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31190, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31191, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31192, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 139811, - "name": "SecurityPolicyViolationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24489, - "name": "HTMLElement.onsecuritypolicyviolation" - } - }, - "31193": { - "id": 31193, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31194, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31195, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31196, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31197, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24494, - "name": "HTMLElement.onseeked" - } - }, - "31198": { - "id": 31198, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31199, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31200, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31201, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31202, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24499, - "name": "HTMLElement.onseeking" - } - }, - "31203": { - "id": 31203, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31204, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31205, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31206, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31207, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24504, - "name": "HTMLElement.onselect" - } - }, - "31208": { - "id": 31208, - "name": "onselectionchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31209, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31210, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31211, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31212, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24509, - "name": "HTMLElement.onselectionchange" - } - }, - "31213": { - "id": 31213, - "name": "onselectstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31214, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31215, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31216, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31217, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24514, - "name": "HTMLElement.onselectstart" - } - }, - "31218": { - "id": 31218, - "name": "onslotchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31219, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31220, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31221, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31222, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24519, - "name": "HTMLElement.onslotchange" - } - }, - "31223": { - "id": 31223, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31224, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31225, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31226, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31227, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24524, - "name": "HTMLElement.onstalled" - } - }, - "31228": { - "id": 31228, - "name": "onsubmit", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31229, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31230, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31231, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31232, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140574, - "name": "SubmitEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24529, - "name": "HTMLElement.onsubmit" - } - }, - "31233": { - "id": 31233, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31234, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31235, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31236, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31237, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24534, - "name": "HTMLElement.onsuspend" - } - }, - "31238": { - "id": 31238, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31239, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31240, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31241, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31242, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24539, - "name": "HTMLElement.ontimeupdate" - } - }, - "31243": { - "id": 31243, - "name": "ontoggle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31244, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31245, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31246, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31247, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24544, - "name": "HTMLElement.ontoggle" - } - }, - "31248": { - "id": 31248, - "name": "ontouchcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31249, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31250, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31251, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31252, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24549, - "name": "HTMLElement.ontouchcancel" - } - }, - "31253": { - "id": 31253, - "name": "ontouchend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31254, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31255, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31256, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31257, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24554, - "name": "HTMLElement.ontouchend" - } - }, - "31258": { - "id": 31258, - "name": "ontouchmove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31259, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31260, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31261, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31262, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24559, - "name": "HTMLElement.ontouchmove" - } - }, - "31263": { - "id": 31263, - "name": "ontouchstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31264, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31265, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31266, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31267, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24564, - "name": "HTMLElement.ontouchstart" - } - }, - "31268": { - "id": 31268, - "name": "ontransitioncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31269, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31270, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31271, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31272, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24569, - "name": "HTMLElement.ontransitioncancel" - } - }, - "31273": { - "id": 31273, - "name": "ontransitionend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31274, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31275, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31276, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31277, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24574, - "name": "HTMLElement.ontransitionend" - } - }, - "31278": { - "id": 31278, - "name": "ontransitionrun", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31279, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31280, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31281, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31282, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24579, - "name": "HTMLElement.ontransitionrun" - } - }, - "31283": { - "id": 31283, - "name": "ontransitionstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31284, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31285, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31286, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31287, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24584, - "name": "HTMLElement.ontransitionstart" - } - }, - "31288": { - "id": 31288, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31289, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31290, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31291, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31292, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24589, - "name": "HTMLElement.onvolumechange" - } - }, - "31293": { - "id": 31293, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31294, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31295, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31296, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31297, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24594, - "name": "HTMLElement.onwaiting" - } - }, - "31298": { - "id": 31298, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31299, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31300, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31301, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31302, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24599, - "name": "HTMLElement.onwebkitanimationend" - } - }, - "31303": { - "id": 31303, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31304, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31305, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31306, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31307, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24604, - "name": "HTMLElement.onwebkitanimationiteration" - } - }, - "31308": { - "id": 31308, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31309, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31310, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31311, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31312, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24609, - "name": "HTMLElement.onwebkitanimationstart" - } - }, - "31313": { - "id": 31313, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31314, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31315, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31316, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31317, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24614, - "name": "HTMLElement.onwebkittransitionend" - } - }, - "31318": { - "id": 31318, - "name": "onwheel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 31319, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 31320, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 31321, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 31322, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 144525, - "name": "WheelEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24619, - "name": "HTMLElement.onwheel" - } - }, - "31323": { - "id": 31323, - "name": "outerHTML", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24624, - "name": "HTMLElement.outerHTML" - } - }, - "31324": { - "id": 31324, - "name": "outerText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24625, - "name": "HTMLElement.outerText" - } - }, - "31325": { - "id": 31325, - "name": "ownerDocument", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the node document. Returns null for documents." - } - ] - }, - "type": { - "type": "reference", - "target": 7307, - "name": "Document", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24626, - "name": "HTMLElement.ownerDocument" - } - }, - "31326": { - "id": 31326, - "name": "parentElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent element." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24627, - "name": "HTMLElement.parentElement" - } - }, - "31327": { - "id": 31327, - "name": "parentNode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 75255, - "name": "ParentNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24628, - "name": "HTMLElement.parentNode" - } - }, - "31328": { - "id": 31328, - "name": "part", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24629, - "name": "HTMLElement.part" - } - }, - "31329": { - "id": 31329, - "name": "prefix", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the namespace prefix." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24630, - "name": "HTMLElement.prefix" - } - }, - "31330": { - "id": 31330, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24631, - "name": "HTMLElement.previousElementSibling" - } - }, - "31331": { - "id": 31331, - "name": "previousSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the previous sibling." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24632, - "name": "HTMLElement.previousSibling" - } - }, - "31332": { - "id": 31332, - "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": 24633, - "name": "HTMLElement.role" - } - }, - "31333": { - "id": 31333, - "name": "scrollHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24634, - "name": "HTMLElement.scrollHeight" - } - }, - "31334": { - "id": 31334, - "name": "scrollLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24635, - "name": "HTMLElement.scrollLeft" - } - }, - "31335": { - "id": 31335, - "name": "scrollTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24636, - "name": "HTMLElement.scrollTop" - } - }, - "31336": { - "id": 31336, - "name": "scrollWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24637, - "name": "HTMLElement.scrollWidth" - } - }, - "31337": { - "id": 31337, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 139983, - "name": "ShadowRoot", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24638, - "name": "HTMLElement.shadowRoot" - } - }, - "31338": { - "id": 31338, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24639, - "name": "HTMLElement.slot" - } - }, - "31339": { - "id": 31339, - "name": "spellcheck", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24640, - "name": "HTMLElement.spellcheck" - } - }, - "31340": { - "id": 31340, - "name": "style", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "CSSStyleDeclaration" - }, - "name": "CSSStyleDeclaration", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24641, - "name": "HTMLElement.style" - } - }, - "31341": { - "id": 31341, - "name": "tabIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24642, - "name": "HTMLElement.tabIndex" - } - }, - "31342": { - "id": 31342, - "name": "tagName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the HTML-uppercased qualified name." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24643, - "name": "HTMLElement.tagName" - } - }, - "31343": { - "id": 31343, - "name": "textContent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24644, - "name": "HTMLElement.textContent" - } - }, - "31344": { - "id": 31344, - "name": "title", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24645, - "name": "HTMLElement.title" - } - }, - "31345": { - "id": 31345, - "name": "translate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24646, - "name": "HTMLElement.translate" - } - }, - "31346": { - "id": 31346, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31347, - 31356 - ], - "overwrites": { - "type": "reference", - "target": 24647, - "name": "HTMLElement.addEventListener" - } - }, - "31347": { - "id": 31347, - "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." - } - ] - }, - "typeParameter": [ - 31348 - ], - "parameters": [ - 31349, - 31350, - 31355 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 24648, - "name": "HTMLElement.addEventListener" - } - }, - "31348": { - "id": 31348, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 24959, - "name": "HTMLElementEventMap", - "package": "typescript" - } - } - }, - "31349": { - "id": 31349, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 31348, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "31350": { - "id": 31350, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 31351, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 31352 - ] - } - } - }, - "31355": { - "id": 31355, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 4983, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "31356": { - "id": 31356, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 31357, - 31358, - 31359 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 24657, - "name": "HTMLElement.addEventListener" - } - }, - "31357": { - "id": 31357, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "31358": { - "id": 31358, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "31359": { - "id": 31359, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 4983, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "31360": { - "id": 31360, - "name": "after", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31361 - ], - "inheritedFrom": { - "type": "reference", - "target": 24661, - "name": "HTMLElement.after" - } - }, - "31361": { - "id": 31361, - "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." - } - ] - }, - "parameters": [ - 31362 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24662, - "name": "HTMLElement.after" - } - }, - "31362": { - "id": 31362, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "31363": { - "id": 31363, - "name": "animate", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31364 - ], - "inheritedFrom": { - "type": "reference", - "target": 24664, - "name": "HTMLElement.animate" - } - }, - "31364": { - "id": 31364, - "name": "animate", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 31365, - 31366 - ], - "type": { - "type": "reference", - "target": 5000, - "name": "Animation", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24665, - "name": "HTMLElement.animate" - } - }, - "31365": { - "id": 31365, - "name": "keyframes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "array", - "elementType": { - "type": "reference", - "target": 73825, - "name": "Keyframe", - "package": "typescript" - } - }, - { - "type": "reference", - "target": 76174, - "name": "PropertyIndexedKeyframes", - "package": "typescript" - } - ] - } - }, - "31366": { - "id": 31366, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": 73831, - "name": "KeyframeAnimationOptions", - "package": "typescript" - } - ] - } - }, - "31367": { - "id": 31367, - "name": "append", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31368 - ], - "inheritedFrom": { - "type": "reference", - "target": 24668, - "name": "HTMLElement.append" - } - }, - "31368": { - "id": 31368, - "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." - } - ] - }, - "parameters": [ - 31369 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24669, - "name": "HTMLElement.append" - } - }, - "31369": { - "id": 31369, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "31370": { - "id": 31370, - "name": "appendChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31371 - ], - "inheritedFrom": { - "type": "reference", - "target": 24671, - "name": "HTMLElement.appendChild" - } - }, - "31371": { - "id": 31371, - "name": "appendChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 31372 - ], - "parameters": [ - 31373 - ], - "type": { - "type": "reference", - "target": 17530, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 24672, - "name": "HTMLElement.appendChild" - } - }, - "31373": { - "id": 31373, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17530, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "31374": { - "id": 31374, - "name": "attachInternals", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31375 - ], - "inheritedFrom": { - "type": "reference", - "target": 24675, - "name": "HTMLElement.attachInternals" - } - }, - "31375": { - "id": 31375, - "name": "attachInternals", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9280, - "name": "ElementInternals", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24676, - "name": "HTMLElement.attachInternals" - } - }, - "31376": { - "id": 31376, - "name": "attachShadow", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31377 - ], - "inheritedFrom": { - "type": "reference", - "target": 24677, - "name": "HTMLElement.attachShadow" - } - }, - "31377": { - "id": 31377, - "name": "attachShadow", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Creates a shadow root for element and returns it." - } - ] - }, - "parameters": [ - 31378 - ], - "type": { - "type": "reference", - "target": 139983, - "name": "ShadowRoot", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24678, - "name": "HTMLElement.attachShadow" - } - }, - "31378": { - "id": 31378, - "name": "init", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140160, - "name": "ShadowRootInit", - "package": "typescript" - } - }, - "31379": { - "id": 31379, - "name": "before", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31380 - ], - "inheritedFrom": { - "type": "reference", - "target": 24680, - "name": "HTMLElement.before" - } - }, - "31380": { - "id": 31380, - "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." - } - ] - }, - "parameters": [ - 31381 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24681, - "name": "HTMLElement.before" - } - }, - "31381": { - "id": 31381, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "31382": { - "id": 31382, - "name": "blur", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31383 - ], - "inheritedFrom": { - "type": "reference", - "target": 24683, - "name": "HTMLElement.blur" - } - }, - "31383": { - "id": 31383, - "name": "blur", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24684, - "name": "HTMLElement.blur" - } - }, - "31384": { - "id": 31384, - "name": "click", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31385 - ], - "inheritedFrom": { - "type": "reference", - "target": 24685, - "name": "HTMLElement.click" - } - }, - "31385": { - "id": 31385, - "name": "click", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24686, - "name": "HTMLElement.click" - } - }, - "31386": { - "id": 31386, - "name": "cloneNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31387 - ], - "inheritedFrom": { - "type": "reference", - "target": 24687, - "name": "HTMLElement.cloneNode" - } - }, - "31387": { - "id": 31387, - "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." - } - ] - }, - "parameters": [ - 31388 - ], - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24688, - "name": "HTMLElement.cloneNode" - } - }, - "31388": { - "id": 31388, - "name": "deep", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "31389": { - "id": 31389, - "name": "closest", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31390, - 31393, - 31396 - ], - "inheritedFrom": { - "type": "reference", - "target": 24690, - "name": "HTMLElement.closest" - } - }, - "31390": { - "id": 31390, - "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." - } - ] - }, - "typeParameter": [ - 31391 - ], - "parameters": [ - 31392 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17552, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24691, - "name": "HTMLElement.closest" - } - }, - "31392": { - "id": 31392, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17552, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "31393": { - "id": 31393, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 31394 - ], - "parameters": [ - 31395 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17555, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24694, - "name": "HTMLElement.closest" - } - }, - "31395": { - "id": 31395, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17555, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "31396": { - "id": 31396, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 31397 - ], - "parameters": [ - 31398 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 17558, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24697, - "name": "HTMLElement.closest" - } - }, - "31398": { - "id": 31398, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "31399": { - "id": 31399, - "name": "compareDocumentPosition", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31400 - ], - "inheritedFrom": { - "type": "reference", - "target": 24700, - "name": "HTMLElement.compareDocumentPosition" - } - }, - "31400": { - "id": 31400, - "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." - } - ] - }, - "parameters": [ - 31401 - ], - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24701, - "name": "HTMLElement.compareDocumentPosition" - } - }, - "31401": { - "id": 31401, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "31402": { - "id": 31402, - "name": "contains", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31403 - ], - "inheritedFrom": { - "type": "reference", - "target": 24703, - "name": "HTMLElement.contains" - } - }, - "31403": { - "id": 31403, - "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." - } - ] - }, - "parameters": [ - 31404 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24704, - "name": "HTMLElement.contains" - } - }, - "31404": { - "id": 31404, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "31405": { - "id": 31405, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31406 - ], - "inheritedFrom": { - "type": "reference", - "target": 24706, - "name": "HTMLElement.dispatchEvent" - } - }, - "31406": { - "id": 31406, - "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." - } - ] - }, - "parameters": [ - 31407 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24707, - "name": "HTMLElement.dispatchEvent" - } - }, - "31407": { - "id": 31407, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "31408": { - "id": 31408, - "name": "focus", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31409 - ], - "inheritedFrom": { - "type": "reference", - "target": 24709, - "name": "HTMLElement.focus" - } - }, - "31409": { - "id": 31409, - "name": "focus", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 31410 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24710, - "name": "HTMLElement.focus" - } - }, - "31410": { - "id": 31410, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9597, - "name": "FocusOptions", - "package": "typescript" - } - }, - "31411": { - "id": 31411, - "name": "getAnimations", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31412 - ], - "inheritedFrom": { - "type": "reference", - "target": 24712, - "name": "HTMLElement.getAnimations" - } - }, - "31412": { - "id": 31412, - "name": "getAnimations", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 31413 - ], - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 5000, - "name": "Animation", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 24713, - "name": "HTMLElement.getAnimations" - } - }, - "31413": { - "id": 31413, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9757, - "name": "GetAnimationsOptions", - "package": "typescript" - } - }, - "31414": { - "id": 31414, - "name": "getAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31415 - ], - "inheritedFrom": { - "type": "reference", - "target": 24715, - "name": "HTMLElement.getAttribute" - } - }, - "31415": { - "id": 31415, - "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." - } - ] - }, - "parameters": [ - 31416 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24716, - "name": "HTMLElement.getAttribute" - } - }, - "31416": { - "id": 31416, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "31417": { - "id": 31417, - "name": "getAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31418 - ], - "inheritedFrom": { - "type": "reference", - "target": 24718, - "name": "HTMLElement.getAttributeNS" - } - }, - "31418": { - "id": 31418, - "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." - } - ] - }, - "parameters": [ - 31419, - 31420 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24719, - "name": "HTMLElement.getAttributeNS" - } - }, - "31419": { - "id": 31419, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "31420": { - "id": 31420, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "31421": { - "id": 31421, - "name": "getAttributeNames", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31422 - ], - "inheritedFrom": { - "type": "reference", - "target": 24722, - "name": "HTMLElement.getAttributeNames" - } - }, - "31422": { - "id": 31422, - "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." - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 24723, - "name": "HTMLElement.getAttributeNames" - } - }, - "31423": { - "id": 31423, - "name": "getAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31424 - ], - "inheritedFrom": { - "type": "reference", - "target": 24724, - "name": "HTMLElement.getAttributeNode" - } - }, - "31424": { - "id": 31424, - "name": "getAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 31425 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24725, - "name": "HTMLElement.getAttributeNode" - } - }, - "31425": { - "id": 31425, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "31426": { - "id": 31426, - "name": "getAttributeNodeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31427 - ], - "inheritedFrom": { - "type": "reference", - "target": 24727, - "name": "HTMLElement.getAttributeNodeNS" - } - }, - "31427": { - "id": 31427, - "name": "getAttributeNodeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 31428, - 31429 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24728, - "name": "HTMLElement.getAttributeNodeNS" - } - }, - "31428": { - "id": 31428, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "31429": { - "id": 31429, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "31430": { - "id": 31430, - "name": "getBoundingClientRect", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31431 - ], - "inheritedFrom": { - "type": "reference", - "target": 24731, - "name": "HTMLElement.getBoundingClientRect" - } - }, - "31431": { - "id": 31431, - "name": "getBoundingClientRect", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 7154, - "name": "DOMRect", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24732, - "name": "HTMLElement.getBoundingClientRect" - } - }, - "31432": { - "id": 31432, - "name": "getClientRects", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31433 - ], - "inheritedFrom": { - "type": "reference", - "target": 24733, - "name": "HTMLElement.getClientRects" - } - }, - "31433": { - "id": 31433, - "name": "getClientRects", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMRectList" - }, - "name": "DOMRectList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24734, - "name": "HTMLElement.getClientRects" - } - }, - "31434": { - "id": 31434, - "name": "getElementsByClassName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31435 - ], - "inheritedFrom": { - "type": "reference", - "target": 24735, - "name": "HTMLElement.getElementsByClassName" - } - }, - "31435": { - "id": 31435, - "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." - } - ] - }, - "parameters": [ - 31436 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24736, - "name": "HTMLElement.getElementsByClassName" - } - }, - "31436": { - "id": 31436, - "name": "classNames", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "31437": { - "id": 31437, - "name": "getElementsByTagName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31438, - 31441, - 31444 - ], - "inheritedFrom": { - "type": "reference", - "target": 24738, - "name": "HTMLElement.getElementsByTagName" - } - }, - "31438": { - "id": 31438, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 31439 - ], - "parameters": [ - 31440 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17616, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24739, - "name": "HTMLElement.getElementsByTagName" - } - }, - "31440": { - "id": 31440, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17616, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "31441": { - "id": 31441, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 31442 - ], - "parameters": [ - 31443 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17619, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24742, - "name": "HTMLElement.getElementsByTagName" - } - }, - "31443": { - "id": 31443, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17619, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "31444": { - "id": 31444, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 31445 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24745, - "name": "HTMLElement.getElementsByTagName" - } - }, - "31445": { - "id": 31445, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "31446": { - "id": 31446, - "name": "getElementsByTagNameNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31447, - 31450, - 31453 - ], - "inheritedFrom": { - "type": "reference", - "target": 24747, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "31447": { - "id": 31447, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 31448, - 31449 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24748, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "31448": { - "id": 31448, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/1999/xhtml" - } - }, - "31449": { - "id": 31449, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "31450": { - "id": 31450, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 31451, - 31452 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 85760, - "name": "SVGElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24751, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "31451": { - "id": 31451, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/2000/svg" - } - }, - "31452": { - "id": 31452, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "31453": { - "id": 31453, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 31454, - 31455 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24754, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "31454": { - "id": 31454, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "31455": { - "id": 31455, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "31456": { - "id": 31456, - "name": "getRootNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31457 - ], - "inheritedFrom": { - "type": "reference", - "target": 24757, - "name": "HTMLElement.getRootNode" - } - }, - "31457": { - "id": 31457, - "name": "getRootNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's root." - } - ] - }, - "parameters": [ - 31458 - ], - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24758, - "name": "HTMLElement.getRootNode" - } - }, - "31458": { - "id": 31458, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9759, - "name": "GetRootNodeOptions", - "package": "typescript" - } - }, - "31459": { - "id": 31459, - "name": "hasAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31460 - ], - "inheritedFrom": { - "type": "reference", - "target": 24760, - "name": "HTMLElement.hasAttribute" - } - }, - "31460": { - "id": 31460, - "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." - } - ] - }, - "parameters": [ - 31461 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24761, - "name": "HTMLElement.hasAttribute" - } - }, - "31461": { - "id": 31461, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "31462": { - "id": 31462, - "name": "hasAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31463 - ], - "inheritedFrom": { - "type": "reference", - "target": 24763, - "name": "HTMLElement.hasAttributeNS" - } - }, - "31463": { - "id": 31463, - "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." - } - ] - }, - "parameters": [ - 31464, - 31465 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24764, - "name": "HTMLElement.hasAttributeNS" - } - }, - "31464": { - "id": 31464, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "31465": { - "id": 31465, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "31466": { - "id": 31466, - "name": "hasAttributes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31467 - ], - "inheritedFrom": { - "type": "reference", - "target": 24767, - "name": "HTMLElement.hasAttributes" - } - }, - "31467": { - "id": 31467, - "name": "hasAttributes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if element has attributes, and false otherwise." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24768, - "name": "HTMLElement.hasAttributes" - } - }, - "31468": { - "id": 31468, - "name": "hasChildNodes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31469 - ], - "inheritedFrom": { - "type": "reference", - "target": 24769, - "name": "HTMLElement.hasChildNodes" - } - }, - "31469": { - "id": 31469, - "name": "hasChildNodes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node has children." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24770, - "name": "HTMLElement.hasChildNodes" - } - }, - "31470": { - "id": 31470, - "name": "hasPointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31471 - ], - "inheritedFrom": { - "type": "reference", - "target": 24771, - "name": "HTMLElement.hasPointerCapture" - } - }, - "31471": { - "id": 31471, - "name": "hasPointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 31472 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24772, - "name": "HTMLElement.hasPointerCapture" - } - }, - "31472": { - "id": 31472, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "31473": { - "id": 31473, - "name": "insertAdjacentElement", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31474 - ], - "inheritedFrom": { - "type": "reference", - "target": 24774, - "name": "HTMLElement.insertAdjacentElement" - } - }, - "31474": { - "id": 31474, - "name": "insertAdjacentElement", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 31475, - 31476 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24775, - "name": "HTMLElement.insertAdjacentElement" - } - }, - "31475": { - "id": 31475, - "name": "where", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146913, - "name": "InsertPosition", - "package": "typescript" - } - }, - "31476": { - "id": 31476, - "name": "element", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - }, - "31477": { - "id": 31477, - "name": "insertAdjacentHTML", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31478 - ], - "inheritedFrom": { - "type": "reference", - "target": 24778, - "name": "HTMLElement.insertAdjacentHTML" - } - }, - "31478": { - "id": 31478, - "name": "insertAdjacentHTML", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 31479, - 31480 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24779, - "name": "HTMLElement.insertAdjacentHTML" - } - }, - "31479": { - "id": 31479, - "name": "position", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146913, - "name": "InsertPosition", - "package": "typescript" - } - }, - "31480": { - "id": 31480, - "name": "text", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "31481": { - "id": 31481, - "name": "insertAdjacentText", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31482 - ], - "inheritedFrom": { - "type": "reference", - "target": 24782, - "name": "HTMLElement.insertAdjacentText" - } - }, - "31482": { - "id": 31482, - "name": "insertAdjacentText", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 31483, - 31484 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24783, - "name": "HTMLElement.insertAdjacentText" - } - }, - "31483": { - "id": 31483, - "name": "where", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146913, - "name": "InsertPosition", - "package": "typescript" - } - }, - "31484": { - "id": 31484, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "31485": { - "id": 31485, - "name": "insertBefore", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31486 - ], - "inheritedFrom": { - "type": "reference", - "target": 24786, - "name": "HTMLElement.insertBefore" - } - }, - "31486": { - "id": 31486, - "name": "insertBefore", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 31487 - ], - "parameters": [ - 31488, - 31489 - ], - "type": { - "type": "reference", - "target": 17664, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 24787, - "name": "HTMLElement.insertBefore" - } - }, - "31488": { - "id": 31488, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17664, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "31489": { - "id": 31489, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "31490": { - "id": 31490, - "name": "isDefaultNamespace", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31491 - ], - "inheritedFrom": { - "type": "reference", - "target": 24791, - "name": "HTMLElement.isDefaultNamespace" - } - }, - "31491": { - "id": 31491, - "name": "isDefaultNamespace", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 31492 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24792, - "name": "HTMLElement.isDefaultNamespace" - } - }, - "31492": { - "id": 31492, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "31493": { - "id": 31493, - "name": "isEqualNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31494 - ], - "inheritedFrom": { - "type": "reference", - "target": 24794, - "name": "HTMLElement.isEqualNode" - } - }, - "31494": { - "id": 31494, - "name": "isEqualNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node and otherNode have the same properties." - } - ] - }, - "parameters": [ - 31495 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24795, - "name": "HTMLElement.isEqualNode" - } - }, - "31495": { - "id": 31495, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "31496": { - "id": 31496, - "name": "isSameNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31497 - ], - "inheritedFrom": { - "type": "reference", - "target": 24797, - "name": "HTMLElement.isSameNode" - } - }, - "31497": { - "id": 31497, - "name": "isSameNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 31498 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24798, - "name": "HTMLElement.isSameNode" - } - }, - "31498": { - "id": 31498, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "31499": { - "id": 31499, - "name": "lookupNamespaceURI", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31500 - ], - "inheritedFrom": { - "type": "reference", - "target": 24800, - "name": "HTMLElement.lookupNamespaceURI" - } - }, - "31500": { - "id": 31500, - "name": "lookupNamespaceURI", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 31501 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24801, - "name": "HTMLElement.lookupNamespaceURI" - } - }, - "31501": { - "id": 31501, - "name": "prefix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "31502": { - "id": 31502, - "name": "lookupPrefix", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31503 - ], - "inheritedFrom": { - "type": "reference", - "target": 24803, - "name": "HTMLElement.lookupPrefix" - } - }, - "31503": { - "id": 31503, - "name": "lookupPrefix", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 31504 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24804, - "name": "HTMLElement.lookupPrefix" - } - }, - "31504": { - "id": 31504, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "31505": { - "id": 31505, - "name": "matches", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31506 - ], - "inheritedFrom": { - "type": "reference", - "target": 24806, - "name": "HTMLElement.matches" - } - }, - "31506": { - "id": 31506, - "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." - } - ] - }, - "parameters": [ - 31507 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24807, - "name": "HTMLElement.matches" - } - }, - "31507": { - "id": 31507, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "31508": { - "id": 31508, - "name": "normalize", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31509 - ], - "inheritedFrom": { - "type": "reference", - "target": 24809, - "name": "HTMLElement.normalize" - } - }, - "31509": { - "id": 31509, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24810, - "name": "HTMLElement.normalize" - } - }, - "31510": { - "id": 31510, - "name": "prepend", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31511 - ], - "inheritedFrom": { - "type": "reference", - "target": 24811, - "name": "HTMLElement.prepend" - } - }, - "31511": { - "id": 31511, - "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." - } - ] - }, - "parameters": [ - 31512 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24812, - "name": "HTMLElement.prepend" - } - }, - "31512": { - "id": 31512, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "31513": { - "id": 31513, - "name": "querySelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31514, - 31517, - 31520 - ], - "inheritedFrom": { - "type": "reference", - "target": 24814, - "name": "HTMLElement.querySelector" - } - }, - "31514": { - "id": 31514, - "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." - } - ] - }, - "typeParameter": [ - 31515 - ], - "parameters": [ - 31516 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17692, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24815, - "name": "HTMLElement.querySelector" - } - }, - "31516": { - "id": 31516, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17692, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "31517": { - "id": 31517, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 31518 - ], - "parameters": [ - 31519 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17695, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24818, - "name": "HTMLElement.querySelector" - } - }, - "31519": { - "id": 31519, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17695, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "31520": { - "id": 31520, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 31521 - ], - "parameters": [ - 31522 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 17698, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24821, - "name": "HTMLElement.querySelector" - } - }, - "31522": { - "id": 31522, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "31523": { - "id": 31523, - "name": "querySelectorAll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31524, - 31527, - 31530 - ], - "inheritedFrom": { - "type": "reference", - "target": 24824, - "name": "HTMLElement.querySelectorAll" - } - }, - "31524": { - "id": 31524, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns all element descendants of node that match selectors." - } - ] - }, - "typeParameter": [ - 31525 - ], - "parameters": [ - 31526 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17702, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24825, - "name": "HTMLElement.querySelectorAll" - } - }, - "31526": { - "id": 31526, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17702, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "31527": { - "id": 31527, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 31528 - ], - "parameters": [ - 31529 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17705, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24828, - "name": "HTMLElement.querySelectorAll" - } - }, - "31529": { - "id": 31529, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17705, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "31530": { - "id": 31530, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 31531 - ], - "parameters": [ - 31532 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 17708, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24831, - "name": "HTMLElement.querySelectorAll" - } - }, - "31532": { - "id": 31532, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "31533": { - "id": 31533, - "name": "releasePointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31534 - ], - "inheritedFrom": { - "type": "reference", - "target": 24834, - "name": "HTMLElement.releasePointerCapture" - } - }, - "31534": { - "id": 31534, - "name": "releasePointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 31535 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24835, - "name": "HTMLElement.releasePointerCapture" - } - }, - "31535": { - "id": 31535, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "31536": { - "id": 31536, - "name": "remove", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31537 - ], - "inheritedFrom": { - "type": "reference", - "target": 24837, - "name": "HTMLElement.remove" - } - }, - "31537": { - "id": 31537, - "name": "remove", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24838, - "name": "HTMLElement.remove" - } - }, - "31538": { - "id": 31538, - "name": "removeAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31539 - ], - "inheritedFrom": { - "type": "reference", - "target": 24839, - "name": "HTMLElement.removeAttribute" - } - }, - "31539": { - "id": 31539, - "name": "removeAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes element's first attribute whose qualified name is qualifiedName." - } - ] - }, - "parameters": [ - 31540 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24840, - "name": "HTMLElement.removeAttribute" - } - }, - "31540": { - "id": 31540, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "31541": { - "id": 31541, - "name": "removeAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31542 - ], - "inheritedFrom": { - "type": "reference", - "target": 24842, - "name": "HTMLElement.removeAttributeNS" - } - }, - "31542": { - "id": 31542, - "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." - } - ] - }, - "parameters": [ - 31543, - 31544 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24843, - "name": "HTMLElement.removeAttributeNS" - } - }, - "31543": { - "id": 31543, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "31544": { - "id": 31544, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "31545": { - "id": 31545, - "name": "removeAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31546 - ], - "inheritedFrom": { - "type": "reference", - "target": 24846, - "name": "HTMLElement.removeAttributeNode" - } - }, - "31546": { - "id": 31546, - "name": "removeAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 31547 - ], - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24847, - "name": "HTMLElement.removeAttributeNode" - } - }, - "31547": { - "id": 31547, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - }, - "31548": { - "id": 31548, - "name": "removeChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31549 - ], - "inheritedFrom": { - "type": "reference", - "target": 24849, - "name": "HTMLElement.removeChild" - } - }, - "31549": { - "id": 31549, - "name": "removeChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 31550 - ], - "parameters": [ - 31551 - ], - "type": { - "type": "reference", - "target": 17727, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 24850, - "name": "HTMLElement.removeChild" - } - }, - "31551": { - "id": 31551, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17727, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "31552": { - "id": 31552, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31553, - 31562 - ], - "overwrites": { - "type": "reference", - "target": 24853, - "name": "HTMLElement.removeEventListener" - } - }, - "31553": { - "id": 31553, - "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." - } - ] - }, - "typeParameter": [ - 31554 - ], - "parameters": [ - 31555, - 31556, - 31561 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 24854, - "name": "HTMLElement.removeEventListener" - } - }, - "31554": { - "id": 31554, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 24959, - "name": "HTMLElementEventMap", - "package": "typescript" - } - } - }, - "31555": { - "id": 31555, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 31554, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "31556": { - "id": 31556, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 31557, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 31558 - ] - } - } - }, - "31561": { - "id": 31561, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 9433, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "31562": { - "id": 31562, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 31563, - 31564, - 31565 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 24863, - "name": "HTMLElement.removeEventListener" - } - }, - "31563": { - "id": 31563, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "31564": { - "id": 31564, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "31565": { - "id": 31565, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 9433, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "31566": { - "id": 31566, - "name": "replaceChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31567 - ], - "inheritedFrom": { - "type": "reference", - "target": 24867, - "name": "HTMLElement.replaceChild" - } - }, - "31567": { - "id": 31567, - "name": "replaceChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 31568 - ], - "parameters": [ - 31569, - 31570 - ], - "type": { - "type": "reference", - "target": 17745, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 24868, - "name": "HTMLElement.replaceChild" - } - }, - "31569": { - "id": 31569, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "31570": { - "id": 31570, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17745, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "31571": { - "id": 31571, - "name": "replaceChildren", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31572 - ], - "inheritedFrom": { - "type": "reference", - "target": 24872, - "name": "HTMLElement.replaceChildren" - } - }, - "31572": { - "id": 31572, - "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." - } - ] - }, - "parameters": [ - 31573 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24873, - "name": "HTMLElement.replaceChildren" - } - }, - "31573": { - "id": 31573, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "31574": { - "id": 31574, - "name": "replaceWith", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31575 - ], - "inheritedFrom": { - "type": "reference", - "target": 24875, - "name": "HTMLElement.replaceWith" - } - }, - "31575": { - "id": 31575, - "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." - } - ] - }, - "parameters": [ - 31576 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24876, - "name": "HTMLElement.replaceWith" - } - }, - "31576": { - "id": 31576, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "31577": { - "id": 31577, - "name": "requestFullscreen", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31578 - ], - "inheritedFrom": { - "type": "reference", - "target": 24878, - "name": "HTMLElement.requestFullscreen" - } - }, - "31578": { - "id": 31578, - "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." - } - ] - }, - "parameters": [ - 31579 - ], - "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": 24879, - "name": "HTMLElement.requestFullscreen" - } - }, - "31579": { - "id": 31579, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9703, - "name": "FullscreenOptions", - "package": "typescript" - } - }, - "31580": { - "id": 31580, - "name": "requestPointerLock", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31581 - ], - "inheritedFrom": { - "type": "reference", - "target": 24881, - "name": "HTMLElement.requestPointerLock" - } - }, - "31581": { - "id": 31581, - "name": "requestPointerLock", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24882, - "name": "HTMLElement.requestPointerLock" - } - }, - "31582": { - "id": 31582, - "name": "scroll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31583, - 31585 - ], - "inheritedFrom": { - "type": "reference", - "target": 24883, - "name": "HTMLElement.scroll" - } - }, - "31583": { - "id": 31583, - "name": "scroll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 31584 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24884, - "name": "HTMLElement.scroll" - } - }, - "31584": { - "id": 31584, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 139807, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "31585": { - "id": 31585, - "name": "scroll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 31586, - 31587 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24886, - "name": "HTMLElement.scroll" - } - }, - "31586": { - "id": 31586, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "31587": { - "id": 31587, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "31588": { - "id": 31588, - "name": "scrollBy", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31589, - 31591 - ], - "inheritedFrom": { - "type": "reference", - "target": 24889, - "name": "HTMLElement.scrollBy" - } - }, - "31589": { - "id": 31589, - "name": "scrollBy", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 31590 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24890, - "name": "HTMLElement.scrollBy" - } - }, - "31590": { - "id": 31590, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 139807, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "31591": { - "id": 31591, - "name": "scrollBy", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 31592, - 31593 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24892, - "name": "HTMLElement.scrollBy" - } - }, - "31592": { - "id": 31592, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "31593": { - "id": 31593, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "31594": { - "id": 31594, - "name": "scrollIntoView", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31595 - ], - "inheritedFrom": { - "type": "reference", - "target": 24895, - "name": "HTMLElement.scrollIntoView" - } - }, - "31595": { - "id": 31595, - "name": "scrollIntoView", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 31596 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24896, - "name": "HTMLElement.scrollIntoView" - } - }, - "31596": { - "id": 31596, - "name": "arg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 139801, - "name": "ScrollIntoViewOptions", - "package": "typescript" - } - ] - } - }, - "31597": { - "id": 31597, - "name": "scrollTo", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31598, - 31600 - ], - "inheritedFrom": { - "type": "reference", - "target": 24898, - "name": "HTMLElement.scrollTo" - } - }, - "31598": { - "id": 31598, - "name": "scrollTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 31599 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24899, - "name": "HTMLElement.scrollTo" - } - }, - "31599": { - "id": 31599, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 139807, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "31600": { - "id": 31600, - "name": "scrollTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 31601, - 31602 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24901, - "name": "HTMLElement.scrollTo" - } - }, - "31601": { - "id": 31601, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "31602": { - "id": 31602, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "31603": { - "id": 31603, - "name": "setAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31604 - ], - "inheritedFrom": { - "type": "reference", - "target": 24904, - "name": "HTMLElement.setAttribute" - } - }, - "31604": { - "id": 31604, - "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." - } - ] - }, - "parameters": [ - 31605, - 31606 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24905, - "name": "HTMLElement.setAttribute" - } - }, - "31605": { - "id": 31605, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "31606": { - "id": 31606, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "31607": { - "id": 31607, - "name": "setAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31608 - ], - "inheritedFrom": { - "type": "reference", - "target": 24908, - "name": "HTMLElement.setAttributeNS" - } - }, - "31608": { - "id": 31608, - "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." - } - ] - }, - "parameters": [ - 31609, - 31610, - 31611 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24909, - "name": "HTMLElement.setAttributeNS" - } - }, - "31609": { - "id": 31609, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "31610": { - "id": 31610, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "31611": { - "id": 31611, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "31612": { - "id": 31612, - "name": "setAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31613 - ], - "inheritedFrom": { - "type": "reference", - "target": 24913, - "name": "HTMLElement.setAttributeNode" - } - }, - "31613": { - "id": 31613, - "name": "setAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 31614 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24914, - "name": "HTMLElement.setAttributeNode" - } - }, - "31614": { - "id": 31614, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - }, - "31615": { - "id": 31615, - "name": "setAttributeNodeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31616 - ], - "inheritedFrom": { - "type": "reference", - "target": 24916, - "name": "HTMLElement.setAttributeNodeNS" - } - }, - "31616": { - "id": 31616, - "name": "setAttributeNodeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 31617 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24917, - "name": "HTMLElement.setAttributeNodeNS" - } - }, - "31617": { - "id": 31617, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - }, - "31618": { - "id": 31618, - "name": "setPointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31619 - ], - "inheritedFrom": { - "type": "reference", - "target": 24919, - "name": "HTMLElement.setPointerCapture" - } - }, - "31619": { - "id": 31619, - "name": "setPointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 31620 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24920, - "name": "HTMLElement.setPointerCapture" - } - }, - "31620": { - "id": 31620, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "31621": { - "id": 31621, - "name": "toggleAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31622 - ], - "inheritedFrom": { - "type": "reference", - "target": 24922, - "name": "HTMLElement.toggleAttribute" - } - }, - "31622": { - "id": 31622, - "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." - } - ] - }, - "parameters": [ - 31623, - 31624 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24923, - "name": "HTMLElement.toggleAttribute" - } - }, - "31623": { - "id": 31623, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "31624": { - "id": 31624, - "name": "force", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "31625": { - "id": 31625, - "name": "webkitMatchesSelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 31626 - ], - "inheritedFrom": { - "type": "reference", - "target": 24926, - "name": "HTMLElement.webkitMatchesSelector" - } - }, - "31626": { - "id": 31626, - "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": "." - } - ] - } - ] - }, - "parameters": [ - 31627 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24927, - "name": "HTMLElement.webkitMatchesSelector" - } - }, - "31627": { - "id": 31627, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "34321": { - "id": 34321, - "name": "HTMLImageElement", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Provides special properties and methods for manipulating elements." - } - ] - }, - "children": [ - 34322, - 34323, - 34324, - 34325, - 34326, - 34327, - 34328, - 34329, - 34330, - 34331, - 34332, - 34333, - 34334, - 34335, - 34336, - 34337, - 34338, - 34339, - 34340, - 34341, - 34342, - 34343, - 34344, - 34345, - 34346, - 34347, - 34348, - 34349, - 34350, - 34351, - 34352, - 34353, - 34354, - 34355, - 34356, - 34357, - 34358, - 34359, - 34360, - 34361, - 34362, - 34363, - 34364, - 34365, - 34366, - 34367, - 34368, - 34369, - 34370, - 34371, - 34372, - 34373, - 34374, - 34375, - 34376, - 34377, - 34378, - 34379, - 34380, - 34381, - 34382, - 34383, - 34384, - 34385, - 34386, - 34387, - 34388, - 34389, - 34390, - 34391, - 34392, - 34393, - 34394, - 34395, - 34396, - 34397, - 34398, - 34399, - 34400, - 34401, - 34402, - 34403, - 34404, - 34405, - 34406, - 34407, - 34408, - 34409, - 34410, - 34411, - 34412, - 34413, - 34414, - 34415, - 34416, - 34417, - 34418, - 34419, - 34420, - 34421, - 34422, - 34423, - 34424, - 34425, - 34426, - 34427, - 34428, - 34429, - 34430, - 34431, - 34432, - 34433, - 34434, - 34435, - 34436, - 34437, - 34438, - 34439, - 34440, - 34441, - 34442, - 34447, - 34452, - 34457, - 34462, - 34467, - 34472, - 34477, - 34482, - 34487, - 34492, - 34497, - 34502, - 34507, - 34512, - 34517, - 34522, - 34527, - 34532, - 34537, - 34542, - 34547, - 34552, - 34557, - 34562, - 34567, - 34572, - 34577, - 34582, - 34587, - 34588, - 34593, - 34598, - 34603, - 34608, - 34613, - 34618, - 34623, - 34628, - 34633, - 34638, - 34643, - 34648, - 34653, - 34658, - 34663, - 34668, - 34673, - 34678, - 34683, - 34688, - 34693, - 34698, - 34703, - 34708, - 34713, - 34718, - 34723, - 34728, - 34733, - 34738, - 34743, - 34748, - 34753, - 34758, - 34763, - 34768, - 34773, - 34778, - 34783, - 34788, - 34793, - 34798, - 34803, - 34808, - 34813, - 34818, - 34823, - 34828, - 34833, - 34838, - 34843, - 34848, - 34853, - 34858, - 34863, - 34868, - 34873, - 34878, - 34883, - 34888, - 34893, - 34898, - 34903, - 34908, - 34913, - 34918, - 34919, - 34920, - 34921, - 34922, - 34923, - 34924, - 34925, - 34926, - 34927, - 34928, - 34929, - 34930, - 34931, - 34932, - 34933, - 34934, - 34935, - 34936, - 34937, - 34938, - 34939, - 34940, - 34941, - 34942, - 34943, - 34944, - 34945, - 34946, - 34947, - 34948, - 34949, - 34950, - 34964, - 34967, - 34971, - 34974, - 34978, - 34980, - 34983, - 34986, - 34988, - 34990, - 34993, - 35003, - 35006, - 35009, - 35011, - 35014, - 35017, - 35020, - 35023, - 35027, - 35029, - 35032, - 35036, - 35038, - 35040, - 35043, - 35052, - 35062, - 35065, - 35068, - 35072, - 35074, - 35076, - 35079, - 35083, - 35087, - 35091, - 35096, - 35099, - 35102, - 35105, - 35108, - 35111, - 35114, - 35116, - 35119, - 35129, - 35139, - 35142, - 35144, - 35147, - 35151, - 35154, - 35158, - 35172, - 35177, - 35180, - 35183, - 35186, - 35188, - 35194, - 35200, - 35203, - 35209, - 35213, - 35218, - 35221, - 35224, - 35227, - 35231 - ], - "groups": [ - { - "title": "Properties", - "children": [ - 34322, - 34323, - 34324, - 34325, - 34326, - 34327, - 34328, - 34329, - 34330, - 34331, - 34332, - 34333, - 34334, - 34335, - 34336, - 34337, - 34338, - 34339, - 34340, - 34341, - 34342, - 34343, - 34344, - 34345, - 34346, - 34347, - 34348, - 34349, - 34350, - 34351, - 34352, - 34353, - 34354, - 34355, - 34356, - 34357, - 34358, - 34359, - 34360, - 34361, - 34362, - 34363, - 34364, - 34365, - 34366, - 34367, - 34368, - 34369, - 34370, - 34371, - 34372, - 34373, - 34374, - 34375, - 34376, - 34377, - 34378, - 34379, - 34380, - 34381, - 34382, - 34383, - 34384, - 34385, - 34386, - 34387, - 34388, - 34389, - 34390, - 34391, - 34392, - 34393, - 34394, - 34395, - 34396, - 34397, - 34398, - 34399, - 34400, - 34401, - 34402, - 34403, - 34404, - 34405, - 34406, - 34407, - 34408, - 34409, - 34410, - 34411, - 34412, - 34413, - 34414, - 34415, - 34416, - 34417, - 34418, - 34419, - 34420, - 34421, - 34422, - 34423, - 34424, - 34425, - 34426, - 34427, - 34428, - 34429, - 34430, - 34431, - 34432, - 34433, - 34434, - 34435, - 34436, - 34437, - 34438, - 34439, - 34440, - 34441, - 34442, - 34447, - 34452, - 34457, - 34462, - 34467, - 34472, - 34477, - 34482, - 34487, - 34492, - 34497, - 34502, - 34507, - 34512, - 34517, - 34522, - 34527, - 34532, - 34537, - 34542, - 34547, - 34552, - 34557, - 34562, - 34567, - 34572, - 34577, - 34582, - 34587, - 34588, - 34593, - 34598, - 34603, - 34608, - 34613, - 34618, - 34623, - 34628, - 34633, - 34638, - 34643, - 34648, - 34653, - 34658, - 34663, - 34668, - 34673, - 34678, - 34683, - 34688, - 34693, - 34698, - 34703, - 34708, - 34713, - 34718, - 34723, - 34728, - 34733, - 34738, - 34743, - 34748, - 34753, - 34758, - 34763, - 34768, - 34773, - 34778, - 34783, - 34788, - 34793, - 34798, - 34803, - 34808, - 34813, - 34818, - 34823, - 34828, - 34833, - 34838, - 34843, - 34848, - 34853, - 34858, - 34863, - 34868, - 34873, - 34878, - 34883, - 34888, - 34893, - 34898, - 34903, - 34908, - 34913, - 34918, - 34919, - 34920, - 34921, - 34922, - 34923, - 34924, - 34925, - 34926, - 34927, - 34928, - 34929, - 34930, - 34931, - 34932, - 34933, - 34934, - 34935, - 34936, - 34937, - 34938, - 34939, - 34940, - 34941, - 34942, - 34943, - 34944, - 34945, - 34946, - 34947, - 34948, - 34949 - ] - }, - { - "title": "Methods", - "children": [ - 34950, - 34964, - 34967, - 34971, - 34974, - 34978, - 34980, - 34983, - 34986, - 34988, - 34990, - 34993, - 35003, - 35006, - 35009, - 35011, - 35014, - 35017, - 35020, - 35023, - 35027, - 35029, - 35032, - 35036, - 35038, - 35040, - 35043, - 35052, - 35062, - 35065, - 35068, - 35072, - 35074, - 35076, - 35079, - 35083, - 35087, - 35091, - 35096, - 35099, - 35102, - 35105, - 35108, - 35111, - 35114, - 35116, - 35119, - 35129, - 35139, - 35142, - 35144, - 35147, - 35151, - 35154, - 35158, - 35172, - 35177, - 35180, - 35183, - 35186, - 35188, - 35194, - 35200, - 35203, - 35209, - 35213, - 35218, - 35221, - 35224, - 35227, - 35231 - ] - } - ], - "extendedTypes": [ - { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "34322": { - "id": 34322, - "name": "ATTRIBUTE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24044, - "name": "HTMLElement.ATTRIBUTE_NODE" - } - }, - "34323": { - "id": 34323, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24045, - "name": "HTMLElement.CDATA_SECTION_NODE" - } - }, - "34324": { - "id": 34324, - "name": "COMMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Comment node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24046, - "name": "HTMLElement.COMMENT_NODE" - } - }, - "34325": { - "id": 34325, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24047, - "name": "HTMLElement.DOCUMENT_FRAGMENT_NODE" - } - }, - "34326": { - "id": 34326, - "name": "DOCUMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a document." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24048, - "name": "HTMLElement.DOCUMENT_NODE" - } - }, - "34327": { - "id": 34327, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24049, - "name": "HTMLElement.DOCUMENT_POSITION_CONTAINED_BY" - } - }, - "34328": { - "id": 34328, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24050, - "name": "HTMLElement.DOCUMENT_POSITION_CONTAINS" - } - }, - "34329": { - "id": 34329, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24051, - "name": "HTMLElement.DOCUMENT_POSITION_DISCONNECTED" - } - }, - "34330": { - "id": 34330, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24052, - "name": "HTMLElement.DOCUMENT_POSITION_FOLLOWING" - } - }, - "34331": { - "id": 34331, - "name": "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24053, - "name": "HTMLElement.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" - } - }, - "34332": { - "id": 34332, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24054, - "name": "HTMLElement.DOCUMENT_POSITION_PRECEDING" - } - }, - "34333": { - "id": 34333, - "name": "DOCUMENT_TYPE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a doctype." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24055, - "name": "HTMLElement.DOCUMENT_TYPE_NODE" - } - }, - "34334": { - "id": 34334, - "name": "ELEMENT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is an element." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24056, - "name": "HTMLElement.ELEMENT_NODE" - } - }, - "34335": { - "id": 34335, - "name": "ENTITY_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24057, - "name": "HTMLElement.ENTITY_NODE" - } - }, - "34336": { - "id": 34336, - "name": "ENTITY_REFERENCE_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24058, - "name": "HTMLElement.ENTITY_REFERENCE_NODE" - } - }, - "34337": { - "id": 34337, - "name": "NOTATION_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24059, - "name": "HTMLElement.NOTATION_NODE" - } - }, - "34338": { - "id": 34338, - "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": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24060, - "name": "HTMLElement.PROCESSING_INSTRUCTION_NODE" - } - }, - "34339": { - "id": 34339, - "name": "TEXT_NODE", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "node is a Text node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24061, - "name": "HTMLElement.TEXT_NODE" - } - }, - "34340": { - "id": 34340, - "name": "accessKey", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24062, - "name": "HTMLElement.accessKey" - } - }, - "34341": { - "id": 34341, - "name": "accessKeyLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24063, - "name": "HTMLElement.accessKeyLabel" - } - }, - "34342": { - "id": 34342, - "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": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "34343": { - "id": 34343, - "name": "alt", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves a text alternative to the graphic." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "34344": { - "id": 34344, - "name": "ariaAtomic", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24064, - "name": "HTMLElement.ariaAtomic" - } - }, - "34345": { - "id": 34345, - "name": "ariaAutoComplete", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24065, - "name": "HTMLElement.ariaAutoComplete" - } - }, - "34346": { - "id": 34346, - "name": "ariaBusy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24066, - "name": "HTMLElement.ariaBusy" - } - }, - "34347": { - "id": 34347, - "name": "ariaChecked", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24067, - "name": "HTMLElement.ariaChecked" - } - }, - "34348": { - "id": 34348, - "name": "ariaColCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24068, - "name": "HTMLElement.ariaColCount" - } - }, - "34349": { - "id": 34349, - "name": "ariaColIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24069, - "name": "HTMLElement.ariaColIndex" - } - }, - "34350": { - "id": 34350, - "name": "ariaColIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24070, - "name": "HTMLElement.ariaColIndexText" - } - }, - "34351": { - "id": 34351, - "name": "ariaColSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24071, - "name": "HTMLElement.ariaColSpan" - } - }, - "34352": { - "id": 34352, - "name": "ariaCurrent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24072, - "name": "HTMLElement.ariaCurrent" - } - }, - "34353": { - "id": 34353, - "name": "ariaDisabled", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24073, - "name": "HTMLElement.ariaDisabled" - } - }, - "34354": { - "id": 34354, - "name": "ariaExpanded", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24074, - "name": "HTMLElement.ariaExpanded" - } - }, - "34355": { - "id": 34355, - "name": "ariaHasPopup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24075, - "name": "HTMLElement.ariaHasPopup" - } - }, - "34356": { - "id": 34356, - "name": "ariaHidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24076, - "name": "HTMLElement.ariaHidden" - } - }, - "34357": { - "id": 34357, - "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": 24077, - "name": "HTMLElement.ariaInvalid" - } - }, - "34358": { - "id": 34358, - "name": "ariaKeyShortcuts", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24078, - "name": "HTMLElement.ariaKeyShortcuts" - } - }, - "34359": { - "id": 34359, - "name": "ariaLabel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24079, - "name": "HTMLElement.ariaLabel" - } - }, - "34360": { - "id": 34360, - "name": "ariaLevel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24080, - "name": "HTMLElement.ariaLevel" - } - }, - "34361": { - "id": 34361, - "name": "ariaLive", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24081, - "name": "HTMLElement.ariaLive" - } - }, - "34362": { - "id": 34362, - "name": "ariaModal", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24082, - "name": "HTMLElement.ariaModal" - } - }, - "34363": { - "id": 34363, - "name": "ariaMultiLine", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24083, - "name": "HTMLElement.ariaMultiLine" - } - }, - "34364": { - "id": 34364, - "name": "ariaMultiSelectable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24084, - "name": "HTMLElement.ariaMultiSelectable" - } - }, - "34365": { - "id": 34365, - "name": "ariaOrientation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24085, - "name": "HTMLElement.ariaOrientation" - } - }, - "34366": { - "id": 34366, - "name": "ariaPlaceholder", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24086, - "name": "HTMLElement.ariaPlaceholder" - } - }, - "34367": { - "id": 34367, - "name": "ariaPosInSet", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24087, - "name": "HTMLElement.ariaPosInSet" - } - }, - "34368": { - "id": 34368, - "name": "ariaPressed", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24088, - "name": "HTMLElement.ariaPressed" - } - }, - "34369": { - "id": 34369, - "name": "ariaReadOnly", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24089, - "name": "HTMLElement.ariaReadOnly" - } - }, - "34370": { - "id": 34370, - "name": "ariaRequired", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24090, - "name": "HTMLElement.ariaRequired" - } - }, - "34371": { - "id": 34371, - "name": "ariaRoleDescription", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24091, - "name": "HTMLElement.ariaRoleDescription" - } - }, - "34372": { - "id": 34372, - "name": "ariaRowCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24092, - "name": "HTMLElement.ariaRowCount" - } - }, - "34373": { - "id": 34373, - "name": "ariaRowIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24093, - "name": "HTMLElement.ariaRowIndex" - } - }, - "34374": { - "id": 34374, - "name": "ariaRowIndexText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24094, - "name": "HTMLElement.ariaRowIndexText" - } - }, - "34375": { - "id": 34375, - "name": "ariaRowSpan", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24095, - "name": "HTMLElement.ariaRowSpan" - } - }, - "34376": { - "id": 34376, - "name": "ariaSelected", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24096, - "name": "HTMLElement.ariaSelected" - } - }, - "34377": { - "id": 34377, - "name": "ariaSetSize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24097, - "name": "HTMLElement.ariaSetSize" - } - }, - "34378": { - "id": 34378, - "name": "ariaSort", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24098, - "name": "HTMLElement.ariaSort" - } - }, - "34379": { - "id": 34379, - "name": "ariaValueMax", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24099, - "name": "HTMLElement.ariaValueMax" - } - }, - "34380": { - "id": 34380, - "name": "ariaValueMin", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24100, - "name": "HTMLElement.ariaValueMin" - } - }, - "34381": { - "id": 34381, - "name": "ariaValueNow", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24101, - "name": "HTMLElement.ariaValueNow" - } - }, - "34382": { - "id": 34382, - "name": "ariaValueText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24102, - "name": "HTMLElement.ariaValueText" - } - }, - "34383": { - "id": 34383, - "name": "assignedSlot", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 56900, - "name": "HTMLSlotElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24103, - "name": "HTMLElement.assignedSlot" - } - }, - "34384": { - "id": 34384, - "name": "attributes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NamedNodeMap" - }, - "name": "NamedNodeMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24104, - "name": "HTMLElement.attributes" - } - }, - "34385": { - "id": 34385, - "name": "autocapitalize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24105, - "name": "HTMLElement.autocapitalize" - } - }, - "34386": { - "id": 34386, - "name": "autofocus", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24106, - "name": "HTMLElement.autofocus" - } - }, - "34387": { - "id": 34387, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24107, - "name": "HTMLElement.baseURI" - } - }, - "34388": { - "id": 34388, - "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": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "34389": { - "id": 34389, - "name": "childElementCount", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24108, - "name": "HTMLElement.childElementCount" - } - }, - "34390": { - "id": 34390, - "name": "childNodes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the children." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24109, - "name": "HTMLElement.childNodes" - } - }, - "34391": { - "id": 34391, - "name": "children", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the child elements." - } - ] - }, - "type": { - "type": "reference", - "target": 17816, - "name": "HTMLCollection", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24110, - "name": "HTMLElement.children" - } - }, - "34392": { - "id": 34392, - "name": "classList", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": 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." - } - ] - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24111, - "name": "HTMLElement.classList" - } - }, - "34393": { - "id": 34393, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24112, - "name": "HTMLElement.className" - } - }, - "34394": { - "id": 34394, - "name": "clientHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24113, - "name": "HTMLElement.clientHeight" - } - }, - "34395": { - "id": 34395, - "name": "clientLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24114, - "name": "HTMLElement.clientLeft" - } - }, - "34396": { - "id": 34396, - "name": "clientTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24115, - "name": "HTMLElement.clientTop" - } - }, - "34397": { - "id": 34397, - "name": "clientWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24116, - "name": "HTMLElement.clientWidth" - } - }, - "34398": { - "id": 34398, - "name": "complete", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Retrieves whether the object is fully loaded." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "34399": { - "id": 34399, - "name": "contentEditable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24117, - "name": "HTMLElement.contentEditable" - } - }, - "34400": { - "id": 34400, - "name": "crossOrigin", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "34401": { - "id": 34401, - "name": "currentSrc", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "34402": { - "id": 34402, - "name": "dataset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": 7181, - "name": "DOMStringMap", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24118, - "name": "HTMLElement.dataset" - } - }, - "34403": { - "id": 34403, - "name": "decoding", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "auto" - }, - { - "type": "literal", - "value": "async" - }, - { - "type": "literal", - "value": "sync" - } - ] - } - }, - "34404": { - "id": 34404, - "name": "dir", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24119, - "name": "HTMLElement.dir" - } - }, - "34405": { - "id": 34405, - "name": "draggable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24120, - "name": "HTMLElement.draggable" - } - }, - "34406": { - "id": 34406, - "name": "enterKeyHint", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24121, - "name": "HTMLElement.enterKeyHint" - } - }, - "34407": { - "id": 34407, - "name": "firstChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the first child." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24122, - "name": "HTMLElement.firstChild" - } - }, - "34408": { - "id": 34408, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24123, - "name": "HTMLElement.firstElementChild" - } - }, - "34409": { - "id": 34409, - "name": "height", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves the height of the object." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "34410": { - "id": 34410, - "name": "hidden", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24124, - "name": "HTMLElement.hidden" - } - }, - "34411": { - "id": 34411, - "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": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "34412": { - "id": 34412, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24125, - "name": "HTMLElement.id" - } - }, - "34413": { - "id": 34413, - "name": "inert", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24126, - "name": "HTMLElement.inert" - } - }, - "34414": { - "id": 34414, - "name": "innerHTML", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24127, - "name": "HTMLElement.innerHTML" - } - }, - "34415": { - "id": 34415, - "name": "innerText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24128, - "name": "HTMLElement.innerText" - } - }, - "34416": { - "id": 34416, - "name": "inputMode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24129, - "name": "HTMLElement.inputMode" - } - }, - "34417": { - "id": 34417, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24130, - "name": "HTMLElement.isConnected" - } - }, - "34418": { - "id": 34418, - "name": "isContentEditable", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24131, - "name": "HTMLElement.isContentEditable" - } - }, - "34419": { - "id": 34419, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "34420": { - "id": 34420, - "name": "lang", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24132, - "name": "HTMLElement.lang" - } - }, - "34421": { - "id": 34421, - "name": "lastChild", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the last child." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24133, - "name": "HTMLElement.lastChild" - } - }, - "34422": { - "id": 34422, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24134, - "name": "HTMLElement.lastElementChild" - } - }, - "34423": { - "id": 34423, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": "eager" - }, - { - "type": "literal", - "value": "lazy" - } - ] - } - }, - "34424": { - "id": 34424, - "name": "localName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the local name." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24135, - "name": "HTMLElement.localName" - } - }, - "34425": { - "id": 34425, - "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": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "34426": { - "id": 34426, - "name": "lowsrc", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [], - "blockTags": [ - { - "tag": "@deprecated", - "content": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "34427": { - "id": 34427, - "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" - } - }, - "34428": { - "id": 34428, - "name": "namespaceURI", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the namespace." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24136, - "name": "HTMLElement.namespaceURI" - } - }, - "34429": { - "id": 34429, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "34430": { - "id": 34430, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "34431": { - "id": 34431, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24137, - "name": "HTMLElement.nextElementSibling" - } - }, - "34432": { - "id": 34432, - "name": "nextSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the next sibling." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24138, - "name": "HTMLElement.nextSibling" - } - }, - "34433": { - "id": 34433, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24139, - "name": "HTMLElement.nodeName" - } - }, - "34434": { - "id": 34434, - "name": "nodeType", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the type of node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24140, - "name": "HTMLElement.nodeType" - } - }, - "34435": { - "id": 34435, - "name": "nodeValue", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24141, - "name": "HTMLElement.nodeValue" - } - }, - "34436": { - "id": 34436, - "name": "nonce", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24142, - "name": "HTMLElement.nonce" - } - }, - "34437": { - "id": 34437, - "name": "offsetHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24143, - "name": "HTMLElement.offsetHeight" - } - }, - "34438": { - "id": 34438, - "name": "offsetLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24144, - "name": "HTMLElement.offsetLeft" - } - }, - "34439": { - "id": 34439, - "name": "offsetParent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24145, - "name": "HTMLElement.offsetParent" - } - }, - "34440": { - "id": 34440, - "name": "offsetTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24146, - "name": "HTMLElement.offsetTop" - } - }, - "34441": { - "id": 34441, - "name": "offsetWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24147, - "name": "HTMLElement.offsetWidth" - } - }, - "34442": { - "id": 34442, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34443, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34444, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34445, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34446, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141101, - "name": "UIEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24148, - "name": "HTMLElement.onabort" - } - }, - "34447": { - "id": 34447, - "name": "onanimationcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34448, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34449, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34450, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34451, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24153, - "name": "HTMLElement.onanimationcancel" - } - }, - "34452": { - "id": 34452, - "name": "onanimationend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34453, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34454, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34455, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34456, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24158, - "name": "HTMLElement.onanimationend" - } - }, - "34457": { - "id": 34457, - "name": "onanimationiteration", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34458, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34459, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34460, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34461, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24163, - "name": "HTMLElement.onanimationiteration" - } - }, - "34462": { - "id": 34462, - "name": "onanimationstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34463, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34464, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34465, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34466, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5083, - "name": "AnimationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24168, - "name": "HTMLElement.onanimationstart" - } - }, - "34467": { - "id": 34467, - "name": "onauxclick", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34468, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34469, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34470, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34471, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24173, - "name": "HTMLElement.onauxclick" - } - }, - "34472": { - "id": 34472, - "name": "onbeforeinput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34473, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34474, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34475, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34476, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73624, - "name": "InputEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24178, - "name": "HTMLElement.onbeforeinput" - } - }, - "34477": { - "id": 34477, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34478, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34479, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34480, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34481, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9547, - "name": "FocusEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24183, - "name": "HTMLElement.onblur" - } - }, - "34482": { - "id": 34482, - "name": "oncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34483, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34484, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34485, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34486, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24188, - "name": "HTMLElement.oncancel" - } - }, - "34487": { - "id": 34487, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34488, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34489, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34490, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34491, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24193, - "name": "HTMLElement.oncanplay" - } - }, - "34492": { - "id": 34492, - "name": "oncanplaythrough", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34493, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34494, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34495, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34496, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24198, - "name": "HTMLElement.oncanplaythrough" - } - }, - "34497": { - "id": 34497, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34498, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34499, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34500, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34501, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24203, - "name": "HTMLElement.onchange" - } - }, - "34502": { - "id": 34502, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34503, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34504, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34505, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34506, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24208, - "name": "HTMLElement.onclick" - } - }, - "34507": { - "id": 34507, - "name": "onclose", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34508, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34509, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34510, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34511, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24213, - "name": "HTMLElement.onclose" - } - }, - "34512": { - "id": 34512, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34513, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34514, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34515, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34516, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24218, - "name": "HTMLElement.oncontextmenu" - } - }, - "34517": { - "id": 34517, - "name": "oncopy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34518, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34519, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34520, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8311, - "name": "DocumentAndElementEventHandlers", - "package": "typescript" - } - }, - { - "id": 34521, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6441, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24223, - "name": "HTMLElement.oncopy" - } - }, - "34522": { - "id": 34522, - "name": "oncuechange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34523, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34524, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34525, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34526, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24228, - "name": "HTMLElement.oncuechange" - } - }, - "34527": { - "id": 34527, - "name": "oncut", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34528, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34529, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34530, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8311, - "name": "DocumentAndElementEventHandlers", - "package": "typescript" - } - }, - { - "id": 34531, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6441, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24233, - "name": "HTMLElement.oncut" - } - }, - "34532": { - "id": 34532, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34533, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34534, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34535, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34536, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24238, - "name": "HTMLElement.ondblclick" - } - }, - "34537": { - "id": 34537, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34538, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34539, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34540, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34541, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24243, - "name": "HTMLElement.ondrag" - } - }, - "34542": { - "id": 34542, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34543, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34544, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34545, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34546, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24248, - "name": "HTMLElement.ondragend" - } - }, - "34547": { - "id": 34547, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34548, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34549, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34550, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34551, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24253, - "name": "HTMLElement.ondragenter" - } - }, - "34552": { - "id": 34552, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34553, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34554, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34555, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34556, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24258, - "name": "HTMLElement.ondragleave" - } - }, - "34557": { - "id": 34557, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34558, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34559, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34560, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34561, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24263, - "name": "HTMLElement.ondragover" - } - }, - "34562": { - "id": 34562, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34563, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34564, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34565, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34566, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24268, - "name": "HTMLElement.ondragstart" - } - }, - "34567": { - "id": 34567, - "name": "ondrop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34568, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34569, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34570, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34571, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8730, - "name": "DragEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24273, - "name": "HTMLElement.ondrop" - } - }, - "34572": { - "id": 34572, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34573, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34574, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34575, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34576, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24278, - "name": "HTMLElement.ondurationchange" - } - }, - "34577": { - "id": 34577, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34578, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34579, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34580, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34581, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24283, - "name": "HTMLElement.onemptied" - } - }, - "34582": { - "id": 34582, - "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" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34583, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34584, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34585, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34586, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24288, - "name": "HTMLElement.onended" - } - }, - "34587": { - "id": 34587, - "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." - } - ] - } - ] - }, - "type": { - "type": "reference", - "target": 146937, - "name": "OnErrorEventHandler", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24293, - "name": "HTMLElement.onerror" - } - }, - "34588": { - "id": 34588, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34589, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34590, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34591, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34592, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9547, - "name": "FocusEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24294, - "name": "HTMLElement.onfocus" - } - }, - "34593": { - "id": 34593, - "name": "onformdata", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34594, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34595, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34596, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34597, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9663, - "name": "FormDataEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24299, - "name": "HTMLElement.onformdata" - } - }, - "34598": { - "id": 34598, - "name": "onfullscreenchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34599, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34600, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34601, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - }, - { - "id": 34602, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24304, - "name": "HTMLElement.onfullscreenchange" - } - }, - "34603": { - "id": 34603, - "name": "onfullscreenerror", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34604, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34605, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34606, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - }, - { - "id": 34607, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24309, - "name": "HTMLElement.onfullscreenerror" - } - }, - "34608": { - "id": 34608, - "name": "ongotpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34609, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34610, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34611, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34612, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24314, - "name": "HTMLElement.ongotpointercapture" - } - }, - "34613": { - "id": 34613, - "name": "oninput", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34614, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34615, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34616, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34617, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24319, - "name": "HTMLElement.oninput" - } - }, - "34618": { - "id": 34618, - "name": "oninvalid", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34619, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34620, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34621, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34622, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24324, - "name": "HTMLElement.oninvalid" - } - }, - "34623": { - "id": 34623, - "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" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34624, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34625, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34626, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34627, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73726, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24329, - "name": "HTMLElement.onkeydown" - } - }, - "34628": { - "id": 34628, - "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": [] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34629, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34630, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34631, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34632, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73726, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24334, - "name": "HTMLElement.onkeypress" - } - }, - "34633": { - "id": 34633, - "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" - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34634, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34635, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34636, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34637, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 73726, - "name": "KeyboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24339, - "name": "HTMLElement.onkeyup" - } - }, - "34638": { - "id": 34638, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34639, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34640, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34641, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34642, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24344, - "name": "HTMLElement.onload" - } - }, - "34643": { - "id": 34643, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34644, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34645, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34646, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34647, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24349, - "name": "HTMLElement.onloadeddata" - } - }, - "34648": { - "id": 34648, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34649, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34650, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34651, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34652, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24354, - "name": "HTMLElement.onloadedmetadata" - } - }, - "34653": { - "id": 34653, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34654, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34655, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34656, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34657, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24359, - "name": "HTMLElement.onloadstart" - } - }, - "34658": { - "id": 34658, - "name": "onlostpointercapture", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34659, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34660, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34661, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34662, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24364, - "name": "HTMLElement.onlostpointercapture" - } - }, - "34663": { - "id": 34663, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34664, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34665, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34666, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34667, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24369, - "name": "HTMLElement.onmousedown" - } - }, - "34668": { - "id": 34668, - "name": "onmouseenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34669, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34670, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34671, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34672, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24374, - "name": "HTMLElement.onmouseenter" - } - }, - "34673": { - "id": 34673, - "name": "onmouseleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34674, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34675, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34676, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34677, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24379, - "name": "HTMLElement.onmouseleave" - } - }, - "34678": { - "id": 34678, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34679, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34680, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34681, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34682, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24384, - "name": "HTMLElement.onmousemove" - } - }, - "34683": { - "id": 34683, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34684, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34685, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34686, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34687, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24389, - "name": "HTMLElement.onmouseout" - } - }, - "34688": { - "id": 34688, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34689, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34690, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34691, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34692, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24394, - "name": "HTMLElement.onmouseover" - } - }, - "34693": { - "id": 34693, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34694, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34695, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34696, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34697, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74521, - "name": "MouseEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24399, - "name": "HTMLElement.onmouseup" - } - }, - "34698": { - "id": 34698, - "name": "onpaste", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34699, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34700, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34701, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8311, - "name": "DocumentAndElementEventHandlers", - "package": "typescript" - } - }, - { - "id": 34702, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 6441, - "name": "ClipboardEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24404, - "name": "HTMLElement.onpaste" - } - }, - "34703": { - "id": 34703, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34704, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34705, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34706, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34707, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24409, - "name": "HTMLElement.onpause" - } - }, - "34708": { - "id": 34708, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34709, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34710, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34711, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34712, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24414, - "name": "HTMLElement.onplay" - } - }, - "34713": { - "id": 34713, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34714, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34715, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34716, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34717, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24419, - "name": "HTMLElement.onplaying" - } - }, - "34718": { - "id": 34718, - "name": "onpointercancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34719, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34720, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34721, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34722, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24424, - "name": "HTMLElement.onpointercancel" - } - }, - "34723": { - "id": 34723, - "name": "onpointerdown", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34724, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34725, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34726, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34727, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24429, - "name": "HTMLElement.onpointerdown" - } - }, - "34728": { - "id": 34728, - "name": "onpointerenter", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34729, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34730, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34731, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34732, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24434, - "name": "HTMLElement.onpointerenter" - } - }, - "34733": { - "id": 34733, - "name": "onpointerleave", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34734, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34735, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34736, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34737, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24439, - "name": "HTMLElement.onpointerleave" - } - }, - "34738": { - "id": 34738, - "name": "onpointermove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34739, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34740, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34741, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34742, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24444, - "name": "HTMLElement.onpointermove" - } - }, - "34743": { - "id": 34743, - "name": "onpointerout", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34744, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34745, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34746, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34747, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24449, - "name": "HTMLElement.onpointerout" - } - }, - "34748": { - "id": 34748, - "name": "onpointerover", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34749, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34750, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34751, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34752, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24454, - "name": "HTMLElement.onpointerover" - } - }, - "34753": { - "id": 34753, - "name": "onpointerup", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34754, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34755, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34756, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34757, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 75774, - "name": "PointerEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24459, - "name": "HTMLElement.onpointerup" - } - }, - "34758": { - "id": 34758, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34759, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34760, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34761, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34762, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 76079, - "typeArguments": [ - { - "type": "reference", - "target": 9456, - "name": "EventTarget", - "package": "typescript" - } - ], - "name": "ProgressEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24464, - "name": "HTMLElement.onprogress" - } - }, - "34763": { - "id": 34763, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34764, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34765, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34766, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34767, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24469, - "name": "HTMLElement.onratechange" - } - }, - "34768": { - "id": 34768, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34769, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34770, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34771, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34772, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24474, - "name": "HTMLElement.onreset" - } - }, - "34773": { - "id": 34773, - "name": "onresize", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34774, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34775, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34776, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34777, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141101, - "name": "UIEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24479, - "name": "HTMLElement.onresize" - } - }, - "34778": { - "id": 34778, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34779, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34780, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34781, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34782, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24484, - "name": "HTMLElement.onscroll" - } - }, - "34783": { - "id": 34783, - "name": "onsecuritypolicyviolation", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34784, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34785, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34786, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34787, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 139811, - "name": "SecurityPolicyViolationEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24489, - "name": "HTMLElement.onsecuritypolicyviolation" - } - }, - "34788": { - "id": 34788, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34789, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34790, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34791, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34792, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24494, - "name": "HTMLElement.onseeked" - } - }, - "34793": { - "id": 34793, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34794, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34795, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34796, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34797, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24499, - "name": "HTMLElement.onseeking" - } - }, - "34798": { - "id": 34798, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34799, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34800, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34801, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34802, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24504, - "name": "HTMLElement.onselect" - } - }, - "34803": { - "id": 34803, - "name": "onselectionchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34804, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34805, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34806, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34807, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24509, - "name": "HTMLElement.onselectionchange" - } - }, - "34808": { - "id": 34808, - "name": "onselectstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34809, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34810, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34811, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34812, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24514, - "name": "HTMLElement.onselectstart" - } - }, - "34813": { - "id": 34813, - "name": "onslotchange", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34814, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34815, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34816, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34817, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24519, - "name": "HTMLElement.onslotchange" - } - }, - "34818": { - "id": 34818, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34819, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34820, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34821, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34822, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24524, - "name": "HTMLElement.onstalled" - } - }, - "34823": { - "id": 34823, - "name": "onsubmit", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34824, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34825, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34826, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34827, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140574, - "name": "SubmitEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24529, - "name": "HTMLElement.onsubmit" - } - }, - "34828": { - "id": 34828, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34829, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34830, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34831, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34832, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24534, - "name": "HTMLElement.onsuspend" - } - }, - "34833": { - "id": 34833, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34834, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34835, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34836, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34837, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24539, - "name": "HTMLElement.ontimeupdate" - } - }, - "34838": { - "id": 34838, - "name": "ontoggle", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34839, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34840, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34841, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34842, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24544, - "name": "HTMLElement.ontoggle" - } - }, - "34843": { - "id": 34843, - "name": "ontouchcancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34844, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34845, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34846, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34847, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24549, - "name": "HTMLElement.ontouchcancel" - } - }, - "34848": { - "id": 34848, - "name": "ontouchend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34849, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34850, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34851, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34852, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24554, - "name": "HTMLElement.ontouchend" - } - }, - "34853": { - "id": 34853, - "name": "ontouchmove", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34854, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34855, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34856, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34857, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24559, - "name": "HTMLElement.ontouchmove" - } - }, - "34858": { - "id": 34858, - "name": "ontouchstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34859, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34860, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34861, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34862, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140878, - "name": "TouchEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24564, - "name": "HTMLElement.ontouchstart" - } - }, - "34863": { - "id": 34863, - "name": "ontransitioncancel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34864, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34865, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34866, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34867, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24569, - "name": "HTMLElement.ontransitioncancel" - } - }, - "34868": { - "id": 34868, - "name": "ontransitionend", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34869, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34870, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34871, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34872, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24574, - "name": "HTMLElement.ontransitionend" - } - }, - "34873": { - "id": 34873, - "name": "ontransitionrun", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34874, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34875, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34876, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34877, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24579, - "name": "HTMLElement.ontransitionrun" - } - }, - "34878": { - "id": 34878, - "name": "ontransitionstart", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34879, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34880, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34881, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34882, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 141041, - "name": "TransitionEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24584, - "name": "HTMLElement.ontransitionstart" - } - }, - "34883": { - "id": 34883, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34884, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34885, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34886, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34887, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24589, - "name": "HTMLElement.onvolumechange" - } - }, - "34888": { - "id": 34888, - "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." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34889, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34890, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34891, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34892, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24594, - "name": "HTMLElement.onwaiting" - } - }, - "34893": { - "id": 34893, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34894, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34895, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34896, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34897, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24599, - "name": "HTMLElement.onwebkitanimationend" - } - }, - "34898": { - "id": 34898, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34899, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34900, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34901, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34902, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24604, - "name": "HTMLElement.onwebkitanimationiteration" - } - }, - "34903": { - "id": 34903, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34904, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34905, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34906, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34907, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24609, - "name": "HTMLElement.onwebkitanimationstart" - } - }, - "34908": { - "id": 34908, - "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": "." - } - ] - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34909, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34910, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34911, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34912, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24614, - "name": "HTMLElement.onwebkittransitionend" - } - }, - "34913": { - "id": 34913, - "name": "onwheel", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reflection", - "declaration": { - "id": 34914, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - { - "id": 34915, - "name": "__type", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - { - "id": 34916, - "name": "this", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9761, - "name": "GlobalEventHandlers", - "package": "typescript" - } - }, - { - "id": 34917, - "name": "ev", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 144525, - "name": "WheelEvent", - "package": "typescript" - } - } - ], - "type": { - "type": "intrinsic", - "name": "any" - } - } - ] - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24619, - "name": "HTMLElement.onwheel" - } - }, - "34918": { - "id": 34918, - "name": "outerHTML", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24624, - "name": "HTMLElement.outerHTML" - } - }, - "34919": { - "id": 34919, - "name": "outerText", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24625, - "name": "HTMLElement.outerText" - } - }, - "34920": { - "id": 34920, - "name": "ownerDocument", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the node document. Returns null for documents." - } - ] - }, - "type": { - "type": "reference", - "target": 7307, - "name": "Document", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24626, - "name": "HTMLElement.ownerDocument" - } - }, - "34921": { - "id": 34921, - "name": "parentElement", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent element." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24627, - "name": "HTMLElement.parentElement" - } - }, - "34922": { - "id": 34922, - "name": "parentNode", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the parent." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 75255, - "name": "ParentNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24628, - "name": "HTMLElement.parentNode" - } - }, - "34923": { - "id": 34923, - "name": "part", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMTokenList" - }, - "name": "DOMTokenList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24629, - "name": "HTMLElement.part" - } - }, - "34924": { - "id": 34924, - "name": "prefix", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the namespace prefix." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24630, - "name": "HTMLElement.prefix" - } - }, - "34925": { - "id": 34925, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24631, - "name": "HTMLElement.previousElementSibling" - } - }, - "34926": { - "id": 34926, - "name": "previousSibling", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the previous sibling." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 6335, - "name": "ChildNode", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24632, - "name": "HTMLElement.previousSibling" - } - }, - "34927": { - "id": 34927, - "name": "referrerPolicy", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "34928": { - "id": 34928, - "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": 24633, - "name": "HTMLElement.role" - } - }, - "34929": { - "id": 34929, - "name": "scrollHeight", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24634, - "name": "HTMLElement.scrollHeight" - } - }, - "34930": { - "id": 34930, - "name": "scrollLeft", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24635, - "name": "HTMLElement.scrollLeft" - } - }, - "34931": { - "id": 34931, - "name": "scrollTop", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24636, - "name": "HTMLElement.scrollTop" - } - }, - "34932": { - "id": 34932, - "name": "scrollWidth", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24637, - "name": "HTMLElement.scrollWidth" - } - }, - "34933": { - "id": 34933, - "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." - } - ] - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 139983, - "name": "ShadowRoot", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24638, - "name": "HTMLElement.shadowRoot" - } - }, - "34934": { - "id": 34934, - "name": "sizes", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "34935": { - "id": 34935, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24639, - "name": "HTMLElement.slot" - } - }, - "34936": { - "id": 34936, - "name": "spellcheck", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24640, - "name": "HTMLElement.spellcheck" - } - }, - "34937": { - "id": 34937, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "34938": { - "id": 34938, - "name": "srcset", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "34939": { - "id": 34939, - "name": "style", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "CSSStyleDeclaration" - }, - "name": "CSSStyleDeclaration", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24641, - "name": "HTMLElement.style" - } - }, - "34940": { - "id": 34940, - "name": "tabIndex", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24642, - "name": "HTMLElement.tabIndex" - } - }, - "34941": { - "id": 34941, - "name": "tagName", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns the HTML-uppercased qualified name." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24643, - "name": "HTMLElement.tagName" - } - }, - "34942": { - "id": 34942, - "name": "textContent", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24644, - "name": "HTMLElement.textContent" - } - }, - "34943": { - "id": 34943, - "name": "title", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - }, - "inheritedFrom": { - "type": "reference", - "target": 24645, - "name": "HTMLElement.title" - } - }, - "34944": { - "id": 34944, - "name": "translate", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24646, - "name": "HTMLElement.translate" - } - }, - "34945": { - "id": 34945, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "34946": { - "id": 34946, - "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": [] - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "34947": { - "id": 34947, - "name": "width", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Sets or retrieves the width of the object." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "34948": { - "id": 34948, - "name": "x", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "34949": { - "id": 34949, - "name": "y", - "variant": "declaration", - "kind": 1024, - "flags": { - "isExternal": true, - "isReadonly": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "34950": { - "id": 34950, - "name": "addEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 34951, - 34960 - ], - "overwrites": { - "type": "reference", - "target": 24647, - "name": "HTMLElement.addEventListener" - } - }, - "34951": { - "id": 34951, - "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." - } - ] - }, - "typeParameter": [ - 34952 - ], - "parameters": [ - 34953, - 34954, - 34959 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 24648, - "name": "HTMLElement.addEventListener" - } - }, - "34952": { - "id": 34952, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 24959, - "name": "HTMLElementEventMap", - "package": "typescript" - } - } - }, - "34953": { - "id": 34953, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 34952, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "34954": { - "id": 34954, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 34955, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 34956 - ] - } - } - }, - "34959": { - "id": 34959, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 4983, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "34960": { - "id": 34960, - "name": "addEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 34961, - 34962, - 34963 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 24657, - "name": "HTMLElement.addEventListener" - } - }, - "34961": { - "id": 34961, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "34962": { - "id": 34962, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "34963": { - "id": 34963, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 4983, - "name": "AddEventListenerOptions", - "package": "typescript" - } - ] - } - }, - "34964": { - "id": 34964, - "name": "after", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 34965 - ], - "inheritedFrom": { - "type": "reference", - "target": 24661, - "name": "HTMLElement.after" - } - }, - "34965": { - "id": 34965, - "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." - } - ] - }, - "parameters": [ - 34966 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24662, - "name": "HTMLElement.after" - } - }, - "34966": { - "id": 34966, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "34967": { - "id": 34967, - "name": "animate", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 34968 - ], - "inheritedFrom": { - "type": "reference", - "target": 24664, - "name": "HTMLElement.animate" - } - }, - "34968": { - "id": 34968, - "name": "animate", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 34969, - 34970 - ], - "type": { - "type": "reference", - "target": 5000, - "name": "Animation", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24665, - "name": "HTMLElement.animate" - } - }, - "34969": { - "id": 34969, - "name": "keyframes", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "array", - "elementType": { - "type": "reference", - "target": 73825, - "name": "Keyframe", - "package": "typescript" - } - }, - { - "type": "reference", - "target": 76174, - "name": "PropertyIndexedKeyframes", - "package": "typescript" - } - ] - } - }, - "34970": { - "id": 34970, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "number" - }, - { - "type": "reference", - "target": 73831, - "name": "KeyframeAnimationOptions", - "package": "typescript" - } - ] - } - }, - "34971": { - "id": 34971, - "name": "append", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 34972 - ], - "inheritedFrom": { - "type": "reference", - "target": 24668, - "name": "HTMLElement.append" - } - }, - "34972": { - "id": 34972, - "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." - } - ] - }, - "parameters": [ - 34973 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24669, - "name": "HTMLElement.append" - } - }, - "34973": { - "id": 34973, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "34974": { - "id": 34974, - "name": "appendChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 34975 - ], - "inheritedFrom": { - "type": "reference", - "target": 24671, - "name": "HTMLElement.appendChild" - } - }, - "34975": { - "id": 34975, - "name": "appendChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 34976 - ], - "parameters": [ - 34977 - ], - "type": { - "type": "reference", - "target": 17530, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 24672, - "name": "HTMLElement.appendChild" - } - }, - "34977": { - "id": 34977, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17530, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "34978": { - "id": 34978, - "name": "attachInternals", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 34979 - ], - "inheritedFrom": { - "type": "reference", - "target": 24675, - "name": "HTMLElement.attachInternals" - } - }, - "34979": { - "id": 34979, - "name": "attachInternals", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9280, - "name": "ElementInternals", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24676, - "name": "HTMLElement.attachInternals" - } - }, - "34980": { - "id": 34980, - "name": "attachShadow", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 34981 - ], - "inheritedFrom": { - "type": "reference", - "target": 24677, - "name": "HTMLElement.attachShadow" - } - }, - "34981": { - "id": 34981, - "name": "attachShadow", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Creates a shadow root for element and returns it." - } - ] - }, - "parameters": [ - 34982 - ], - "type": { - "type": "reference", - "target": 139983, - "name": "ShadowRoot", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24678, - "name": "HTMLElement.attachShadow" - } - }, - "34982": { - "id": 34982, - "name": "init", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 140160, - "name": "ShadowRootInit", - "package": "typescript" - } - }, - "34983": { - "id": 34983, - "name": "before", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 34984 - ], - "inheritedFrom": { - "type": "reference", - "target": 24680, - "name": "HTMLElement.before" - } - }, - "34984": { - "id": 34984, - "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." - } - ] - }, - "parameters": [ - 34985 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24681, - "name": "HTMLElement.before" - } - }, - "34985": { - "id": 34985, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "34986": { - "id": 34986, - "name": "blur", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 34987 - ], - "inheritedFrom": { - "type": "reference", - "target": 24683, - "name": "HTMLElement.blur" - } - }, - "34987": { - "id": 34987, - "name": "blur", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24684, - "name": "HTMLElement.blur" - } - }, - "34988": { - "id": 34988, - "name": "click", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 34989 - ], - "inheritedFrom": { - "type": "reference", - "target": 24685, - "name": "HTMLElement.click" - } - }, - "34989": { - "id": 34989, - "name": "click", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24686, - "name": "HTMLElement.click" - } - }, - "34990": { - "id": 34990, - "name": "cloneNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 34991 - ], - "inheritedFrom": { - "type": "reference", - "target": 24687, - "name": "HTMLElement.cloneNode" - } - }, - "34991": { - "id": 34991, - "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." - } - ] - }, - "parameters": [ - 34992 - ], - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24688, - "name": "HTMLElement.cloneNode" - } - }, - "34992": { - "id": 34992, - "name": "deep", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "34993": { - "id": 34993, - "name": "closest", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 34994, - 34997, - 35000 - ], - "inheritedFrom": { - "type": "reference", - "target": 24690, - "name": "HTMLElement.closest" - } - }, - "34994": { - "id": 34994, - "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." - } - ] - }, - "typeParameter": [ - 34995 - ], - "parameters": [ - 34996 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17552, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24691, - "name": "HTMLElement.closest" - } - }, - "34996": { - "id": 34996, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17552, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "34997": { - "id": 34997, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 34998 - ], - "parameters": [ - 34999 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17555, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24694, - "name": "HTMLElement.closest" - } - }, - "34999": { - "id": 34999, - "name": "selector", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17555, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "35000": { - "id": 35000, - "name": "closest", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 35001 - ], - "parameters": [ - 35002 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 17558, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24697, - "name": "HTMLElement.closest" - } - }, - "35002": { - "id": 35002, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "35003": { - "id": 35003, - "name": "compareDocumentPosition", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35004 - ], - "inheritedFrom": { - "type": "reference", - "target": 24700, - "name": "HTMLElement.compareDocumentPosition" - } - }, - "35004": { - "id": 35004, - "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." - } - ] - }, - "parameters": [ - 35005 - ], - "type": { - "type": "intrinsic", - "name": "number" - }, - "inheritedFrom": { - "type": "reference", - "target": 24701, - "name": "HTMLElement.compareDocumentPosition" - } - }, - "35005": { - "id": 35005, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "35006": { - "id": 35006, - "name": "contains", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35007 - ], - "inheritedFrom": { - "type": "reference", - "target": 24703, - "name": "HTMLElement.contains" - } - }, - "35007": { - "id": 35007, - "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." - } - ] - }, - "parameters": [ - 35008 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24704, - "name": "HTMLElement.contains" - } - }, - "35008": { - "id": 35008, - "name": "other", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "35009": { - "id": 35009, - "name": "decode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35010 - ] - }, - "35010": { - "id": 35010, - "name": "decode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts", - "qualifiedName": "Promise" - }, - "typeArguments": [ - { - "type": "intrinsic", - "name": "void" - } - ], - "name": "Promise", - "package": "typescript" - } - }, - "35011": { - "id": 35011, - "name": "dispatchEvent", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35012 - ], - "inheritedFrom": { - "type": "reference", - "target": 24706, - "name": "HTMLElement.dispatchEvent" - } - }, - "35012": { - "id": 35012, - "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." - } - ] - }, - "parameters": [ - 35013 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24707, - "name": "HTMLElement.dispatchEvent" - } - }, - "35013": { - "id": 35013, - "name": "event", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 9388, - "name": "Event", - "package": "typescript" - } - }, - "35014": { - "id": 35014, - "name": "focus", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35015 - ], - "inheritedFrom": { - "type": "reference", - "target": 24709, - "name": "HTMLElement.focus" - } - }, - "35015": { - "id": 35015, - "name": "focus", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 35016 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24710, - "name": "HTMLElement.focus" - } - }, - "35016": { - "id": 35016, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9597, - "name": "FocusOptions", - "package": "typescript" - } - }, - "35017": { - "id": 35017, - "name": "getAnimations", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35018 - ], - "inheritedFrom": { - "type": "reference", - "target": 24712, - "name": "HTMLElement.getAnimations" - } - }, - "35018": { - "id": 35018, - "name": "getAnimations", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 35019 - ], - "type": { - "type": "array", - "elementType": { - "type": "reference", - "target": 5000, - "name": "Animation", - "package": "typescript" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 24713, - "name": "HTMLElement.getAnimations" - } - }, - "35019": { - "id": 35019, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9757, - "name": "GetAnimationsOptions", - "package": "typescript" - } - }, - "35020": { - "id": 35020, - "name": "getAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35021 - ], - "inheritedFrom": { - "type": "reference", - "target": 24715, - "name": "HTMLElement.getAttribute" - } - }, - "35021": { - "id": 35021, - "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." - } - ] - }, - "parameters": [ - 35022 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24716, - "name": "HTMLElement.getAttribute" - } - }, - "35022": { - "id": 35022, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "35023": { - "id": 35023, - "name": "getAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35024 - ], - "inheritedFrom": { - "type": "reference", - "target": 24718, - "name": "HTMLElement.getAttributeNS" - } - }, - "35024": { - "id": 35024, - "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." - } - ] - }, - "parameters": [ - 35025, - 35026 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24719, - "name": "HTMLElement.getAttributeNS" - } - }, - "35025": { - "id": 35025, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "35026": { - "id": 35026, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "35027": { - "id": 35027, - "name": "getAttributeNames", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35028 - ], - "inheritedFrom": { - "type": "reference", - "target": 24722, - "name": "HTMLElement.getAttributeNames" - } - }, - "35028": { - "id": 35028, - "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." - } - ] - }, - "type": { - "type": "array", - "elementType": { - "type": "intrinsic", - "name": "string" - } - }, - "inheritedFrom": { - "type": "reference", - "target": 24723, - "name": "HTMLElement.getAttributeNames" - } - }, - "35029": { - "id": 35029, - "name": "getAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35030 - ], - "inheritedFrom": { - "type": "reference", - "target": 24724, - "name": "HTMLElement.getAttributeNode" - } - }, - "35030": { - "id": 35030, - "name": "getAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 35031 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24725, - "name": "HTMLElement.getAttributeNode" - } - }, - "35031": { - "id": 35031, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "35032": { - "id": 35032, - "name": "getAttributeNodeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35033 - ], - "inheritedFrom": { - "type": "reference", - "target": 24727, - "name": "HTMLElement.getAttributeNodeNS" - } - }, - "35033": { - "id": 35033, - "name": "getAttributeNodeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 35034, - 35035 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24728, - "name": "HTMLElement.getAttributeNodeNS" - } - }, - "35034": { - "id": 35034, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "35035": { - "id": 35035, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "35036": { - "id": 35036, - "name": "getBoundingClientRect", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35037 - ], - "inheritedFrom": { - "type": "reference", - "target": 24731, - "name": "HTMLElement.getBoundingClientRect" - } - }, - "35037": { - "id": 35037, - "name": "getBoundingClientRect", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 7154, - "name": "DOMRect", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24732, - "name": "HTMLElement.getBoundingClientRect" - } - }, - "35038": { - "id": 35038, - "name": "getClientRects", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35039 - ], - "inheritedFrom": { - "type": "reference", - "target": 24733, - "name": "HTMLElement.getClientRects" - } - }, - "35039": { - "id": 35039, - "name": "getClientRects", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "DOMRectList" - }, - "name": "DOMRectList", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24734, - "name": "HTMLElement.getClientRects" - } - }, - "35040": { - "id": 35040, - "name": "getElementsByClassName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35041 - ], - "inheritedFrom": { - "type": "reference", - "target": 24735, - "name": "HTMLElement.getElementsByClassName" - } - }, - "35041": { - "id": 35041, - "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." - } - ] - }, - "parameters": [ - 35042 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24736, - "name": "HTMLElement.getElementsByClassName" - } - }, - "35042": { - "id": 35042, - "name": "classNames", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "35043": { - "id": 35043, - "name": "getElementsByTagName", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35044, - 35047, - 35050 - ], - "inheritedFrom": { - "type": "reference", - "target": 24738, - "name": "HTMLElement.getElementsByTagName" - } - }, - "35044": { - "id": 35044, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 35045 - ], - "parameters": [ - 35046 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17616, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24739, - "name": "HTMLElement.getElementsByTagName" - } - }, - "35046": { - "id": 35046, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17616, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "35047": { - "id": 35047, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 35048 - ], - "parameters": [ - 35049 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17619, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24742, - "name": "HTMLElement.getElementsByTagName" - } - }, - "35049": { - "id": 35049, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17619, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "35050": { - "id": 35050, - "name": "getElementsByTagName", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 35051 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24745, - "name": "HTMLElement.getElementsByTagName" - } - }, - "35051": { - "id": 35051, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "35052": { - "id": 35052, - "name": "getElementsByTagNameNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35053, - 35056, - 35059 - ], - "inheritedFrom": { - "type": "reference", - "target": 24747, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "35053": { - "id": 35053, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 35054, - 35055 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 24043, - "name": "HTMLElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24748, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "35054": { - "id": 35054, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/1999/xhtml" - } - }, - "35055": { - "id": 35055, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "35056": { - "id": 35056, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 35057, - 35058 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 85760, - "name": "SVGElement", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24751, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "35057": { - "id": 35057, - "name": "namespaceURI", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "literal", - "value": "http://www.w3.org/2000/svg" - } - }, - "35058": { - "id": 35058, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "35059": { - "id": 35059, - "name": "getElementsByTagNameNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 35060, - 35061 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "HTMLCollectionOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ], - "name": "HTMLCollectionOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24754, - "name": "HTMLElement.getElementsByTagNameNS" - } - }, - "35060": { - "id": 35060, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "35061": { - "id": 35061, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "35062": { - "id": 35062, - "name": "getRootNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35063 - ], - "inheritedFrom": { - "type": "reference", - "target": 24757, - "name": "HTMLElement.getRootNode" - } - }, - "35063": { - "id": 35063, - "name": "getRootNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns node's root." - } - ] - }, - "parameters": [ - 35064 - ], - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24758, - "name": "HTMLElement.getRootNode" - } - }, - "35064": { - "id": 35064, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9759, - "name": "GetRootNodeOptions", - "package": "typescript" - } - }, - "35065": { - "id": 35065, - "name": "hasAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35066 - ], - "inheritedFrom": { - "type": "reference", - "target": 24760, - "name": "HTMLElement.hasAttribute" - } - }, - "35066": { - "id": 35066, - "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." - } - ] - }, - "parameters": [ - 35067 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24761, - "name": "HTMLElement.hasAttribute" - } - }, - "35067": { - "id": 35067, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "35068": { - "id": 35068, - "name": "hasAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35069 - ], - "inheritedFrom": { - "type": "reference", - "target": 24763, - "name": "HTMLElement.hasAttributeNS" - } - }, - "35069": { - "id": 35069, - "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." - } - ] - }, - "parameters": [ - 35070, - 35071 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24764, - "name": "HTMLElement.hasAttributeNS" - } - }, - "35070": { - "id": 35070, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "35071": { - "id": 35071, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "35072": { - "id": 35072, - "name": "hasAttributes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35073 - ], - "inheritedFrom": { - "type": "reference", - "target": 24767, - "name": "HTMLElement.hasAttributes" - } - }, - "35073": { - "id": 35073, - "name": "hasAttributes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns true if element has attributes, and false otherwise." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24768, - "name": "HTMLElement.hasAttributes" - } - }, - "35074": { - "id": 35074, - "name": "hasChildNodes", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35075 - ], - "inheritedFrom": { - "type": "reference", - "target": 24769, - "name": "HTMLElement.hasChildNodes" - } - }, - "35075": { - "id": 35075, - "name": "hasChildNodes", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node has children." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24770, - "name": "HTMLElement.hasChildNodes" - } - }, - "35076": { - "id": 35076, - "name": "hasPointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35077 - ], - "inheritedFrom": { - "type": "reference", - "target": 24771, - "name": "HTMLElement.hasPointerCapture" - } - }, - "35077": { - "id": 35077, - "name": "hasPointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 35078 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24772, - "name": "HTMLElement.hasPointerCapture" - } - }, - "35078": { - "id": 35078, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "35079": { - "id": 35079, - "name": "insertAdjacentElement", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35080 - ], - "inheritedFrom": { - "type": "reference", - "target": 24774, - "name": "HTMLElement.insertAdjacentElement" - } - }, - "35080": { - "id": 35080, - "name": "insertAdjacentElement", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 35081, - 35082 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24775, - "name": "HTMLElement.insertAdjacentElement" - } - }, - "35081": { - "id": 35081, - "name": "where", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146913, - "name": "InsertPosition", - "package": "typescript" - } - }, - "35082": { - "id": 35082, - "name": "element", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 8882, - "name": "Element", - "package": "typescript" - } - }, - "35083": { - "id": 35083, - "name": "insertAdjacentHTML", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35084 - ], - "inheritedFrom": { - "type": "reference", - "target": 24778, - "name": "HTMLElement.insertAdjacentHTML" - } - }, - "35084": { - "id": 35084, - "name": "insertAdjacentHTML", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 35085, - 35086 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24779, - "name": "HTMLElement.insertAdjacentHTML" - } - }, - "35085": { - "id": 35085, - "name": "position", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146913, - "name": "InsertPosition", - "package": "typescript" - } - }, - "35086": { - "id": 35086, - "name": "text", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "35087": { - "id": 35087, - "name": "insertAdjacentText", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35088 - ], - "inheritedFrom": { - "type": "reference", - "target": 24782, - "name": "HTMLElement.insertAdjacentText" - } - }, - "35088": { - "id": 35088, - "name": "insertAdjacentText", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 35089, - 35090 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24783, - "name": "HTMLElement.insertAdjacentText" - } - }, - "35089": { - "id": 35089, - "name": "where", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146913, - "name": "InsertPosition", - "package": "typescript" - } - }, - "35090": { - "id": 35090, - "name": "data", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "35091": { - "id": 35091, - "name": "insertBefore", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35092 - ], - "inheritedFrom": { - "type": "reference", - "target": 24786, - "name": "HTMLElement.insertBefore" - } - }, - "35092": { - "id": 35092, - "name": "insertBefore", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 35093 - ], - "parameters": [ - 35094, - 35095 - ], - "type": { - "type": "reference", - "target": 17664, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 24787, - "name": "HTMLElement.insertBefore" - } - }, - "35094": { - "id": 35094, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17664, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "35095": { - "id": 35095, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "35096": { - "id": 35096, - "name": "isDefaultNamespace", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35097 - ], - "inheritedFrom": { - "type": "reference", - "target": 24791, - "name": "HTMLElement.isDefaultNamespace" - } - }, - "35097": { - "id": 35097, - "name": "isDefaultNamespace", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 35098 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24792, - "name": "HTMLElement.isDefaultNamespace" - } - }, - "35098": { - "id": 35098, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "35099": { - "id": 35099, - "name": "isEqualNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35100 - ], - "inheritedFrom": { - "type": "reference", - "target": 24794, - "name": "HTMLElement.isEqualNode" - } - }, - "35100": { - "id": 35100, - "name": "isEqualNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns whether node and otherNode have the same properties." - } - ] - }, - "parameters": [ - 35101 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24795, - "name": "HTMLElement.isEqualNode" - } - }, - "35101": { - "id": 35101, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "35102": { - "id": 35102, - "name": "isSameNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35103 - ], - "inheritedFrom": { - "type": "reference", - "target": 24797, - "name": "HTMLElement.isSameNode" - } - }, - "35103": { - "id": 35103, - "name": "isSameNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 35104 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24798, - "name": "HTMLElement.isSameNode" - } - }, - "35104": { - "id": 35104, - "name": "otherNode", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - }, - "35105": { - "id": 35105, - "name": "lookupNamespaceURI", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35106 - ], - "inheritedFrom": { - "type": "reference", - "target": 24800, - "name": "HTMLElement.lookupNamespaceURI" - } - }, - "35106": { - "id": 35106, - "name": "lookupNamespaceURI", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 35107 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24801, - "name": "HTMLElement.lookupNamespaceURI" - } - }, - "35107": { - "id": 35107, - "name": "prefix", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "35108": { - "id": 35108, - "name": "lookupPrefix", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35109 - ], - "inheritedFrom": { - "type": "reference", - "target": 24803, - "name": "HTMLElement.lookupPrefix" - } - }, - "35109": { - "id": 35109, - "name": "lookupPrefix", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 35110 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24804, - "name": "HTMLElement.lookupPrefix" - } - }, - "35110": { - "id": 35110, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "35111": { - "id": 35111, - "name": "matches", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35112 - ], - "inheritedFrom": { - "type": "reference", - "target": 24806, - "name": "HTMLElement.matches" - } - }, - "35112": { - "id": 35112, - "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." - } - ] - }, - "parameters": [ - 35113 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24807, - "name": "HTMLElement.matches" - } - }, - "35113": { - "id": 35113, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "35114": { - "id": 35114, - "name": "normalize", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35115 - ], - "inheritedFrom": { - "type": "reference", - "target": 24809, - "name": "HTMLElement.normalize" - } - }, - "35115": { - "id": 35115, - "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." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24810, - "name": "HTMLElement.normalize" - } - }, - "35116": { - "id": 35116, - "name": "prepend", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35117 - ], - "inheritedFrom": { - "type": "reference", - "target": 24811, - "name": "HTMLElement.prepend" - } - }, - "35117": { - "id": 35117, - "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." - } - ] - }, - "parameters": [ - 35118 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24812, - "name": "HTMLElement.prepend" - } - }, - "35118": { - "id": 35118, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "35119": { - "id": 35119, - "name": "querySelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35120, - 35123, - 35126 - ], - "inheritedFrom": { - "type": "reference", - "target": 24814, - "name": "HTMLElement.querySelector" - } - }, - "35120": { - "id": 35120, - "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." - } - ] - }, - "typeParameter": [ - 35121 - ], - "parameters": [ - 35122 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17692, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24815, - "name": "HTMLElement.querySelector" - } - }, - "35122": { - "id": 35122, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17692, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "35123": { - "id": 35123, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 35124 - ], - "parameters": [ - 35125 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17695, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24818, - "name": "HTMLElement.querySelector" - } - }, - "35125": { - "id": 35125, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17695, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "35126": { - "id": 35126, - "name": "querySelector", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 35127 - ], - "parameters": [ - 35128 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 17698, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24821, - "name": "HTMLElement.querySelector" - } - }, - "35128": { - "id": 35128, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "35129": { - "id": 35129, - "name": "querySelectorAll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35130, - 35133, - 35136 - ], - "inheritedFrom": { - "type": "reference", - "target": 24824, - "name": "HTMLElement.querySelectorAll" - } - }, - "35130": { - "id": 35130, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Returns all element descendants of node that match selectors." - } - ] - }, - "typeParameter": [ - 35131 - ], - "parameters": [ - 35132 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17702, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 25061, - "name": "HTMLElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24825, - "name": "HTMLElement.querySelectorAll" - } - }, - "35132": { - "id": 35132, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17702, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "35133": { - "id": 35133, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 35134 - ], - "parameters": [ - 35135 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "indexedAccess", - "indexType": { - "type": "reference", - "target": 17705, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - }, - "objectType": { - "type": "reference", - "target": 86724, - "name": "SVGElementTagNameMap", - "package": "typescript" - } - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24828, - "name": "HTMLElement.querySelectorAll" - } - }, - "35135": { - "id": 35135, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17705, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "35136": { - "id": 35136, - "name": "querySelectorAll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 35137 - ], - "parameters": [ - 35138 - ], - "type": { - "type": "reference", - "target": { - "sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts", - "qualifiedName": "NodeListOf" - }, - "typeArguments": [ - { - "type": "reference", - "target": 17708, - "name": "E", - "package": "typescript", - "refersToTypeParameter": true - } - ], - "name": "NodeListOf", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24831, - "name": "HTMLElement.querySelectorAll" - } - }, - "35138": { - "id": 35138, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "35139": { - "id": 35139, - "name": "releasePointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35140 - ], - "inheritedFrom": { - "type": "reference", - "target": 24834, - "name": "HTMLElement.releasePointerCapture" - } - }, - "35140": { - "id": 35140, - "name": "releasePointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 35141 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24835, - "name": "HTMLElement.releasePointerCapture" - } - }, - "35141": { - "id": 35141, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "35142": { - "id": 35142, - "name": "remove", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35143 - ], - "inheritedFrom": { - "type": "reference", - "target": 24837, - "name": "HTMLElement.remove" - } - }, - "35143": { - "id": 35143, - "name": "remove", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes node." - } - ] - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24838, - "name": "HTMLElement.remove" - } - }, - "35144": { - "id": 35144, - "name": "removeAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35145 - ], - "inheritedFrom": { - "type": "reference", - "target": 24839, - "name": "HTMLElement.removeAttribute" - } - }, - "35145": { - "id": 35145, - "name": "removeAttribute", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "Removes element's first attribute whose qualified name is qualifiedName." - } - ] - }, - "parameters": [ - 35146 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24840, - "name": "HTMLElement.removeAttribute" - } - }, - "35146": { - "id": 35146, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "35147": { - "id": 35147, - "name": "removeAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35148 - ], - "inheritedFrom": { - "type": "reference", - "target": 24842, - "name": "HTMLElement.removeAttributeNS" - } - }, - "35148": { - "id": 35148, - "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." - } - ] - }, - "parameters": [ - 35149, - 35150 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24843, - "name": "HTMLElement.removeAttributeNS" - } - }, - "35149": { - "id": 35149, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "35150": { - "id": 35150, - "name": "localName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "35151": { - "id": 35151, - "name": "removeAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35152 - ], - "inheritedFrom": { - "type": "reference", - "target": 24846, - "name": "HTMLElement.removeAttributeNode" - } - }, - "35152": { - "id": 35152, - "name": "removeAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 35153 - ], - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - }, - "inheritedFrom": { - "type": "reference", - "target": 24847, - "name": "HTMLElement.removeAttributeNode" - } - }, - "35153": { - "id": 35153, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - }, - "35154": { - "id": 35154, - "name": "removeChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35155 - ], - "inheritedFrom": { - "type": "reference", - "target": 24849, - "name": "HTMLElement.removeChild" - } - }, - "35155": { - "id": 35155, - "name": "removeChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 35156 - ], - "parameters": [ - 35157 - ], - "type": { - "type": "reference", - "target": 17727, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 24850, - "name": "HTMLElement.removeChild" - } - }, - "35157": { - "id": 35157, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17727, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "35158": { - "id": 35158, - "name": "removeEventListener", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35159, - 35168 - ], - "overwrites": { - "type": "reference", - "target": 24853, - "name": "HTMLElement.removeEventListener" - } - }, - "35159": { - "id": 35159, - "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." - } - ] - }, - "typeParameter": [ - 35160 - ], - "parameters": [ - 35161, - 35162, - 35167 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 24854, - "name": "HTMLElement.removeEventListener" - } - }, - "35160": { - "id": 35160, - "name": "K", - "variant": "typeParam", - "kind": 131072, - "flags": { - "isExternal": true - }, - "type": { - "type": "typeOperator", - "operator": "keyof", - "target": { - "type": "reference", - "target": 24959, - "name": "HTMLElementEventMap", - "package": "typescript" - } - } - }, - "35161": { - "id": 35161, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 35160, - "name": "K", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "35162": { - "id": 35162, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reflection", - "declaration": { - "id": 35163, - "name": "__type", - "variant": "declaration", - "kind": 65536, - "flags": { - "isExternal": true - }, - "signatures": [ - 35164 - ] - } - } - }, - "35167": { - "id": 35167, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 9433, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "35168": { - "id": 35168, - "name": "removeEventListener", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 35169, - 35170, - 35171 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "overwrites": { - "type": "reference", - "target": 24863, - "name": "HTMLElement.removeEventListener" - } - }, - "35169": { - "id": 35169, - "name": "type", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "35170": { - "id": 35170, - "name": "listener", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 146879, - "name": "EventListenerOrEventListenerObject", - "package": "typescript" - } - }, - "35171": { - "id": 35171, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 9433, - "name": "EventListenerOptions", - "package": "typescript" - } - ] - } - }, - "35172": { - "id": 35172, - "name": "replaceChild", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35173 - ], - "inheritedFrom": { - "type": "reference", - "target": 24867, - "name": "HTMLElement.replaceChild" - } - }, - "35173": { - "id": 35173, - "name": "replaceChild", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "typeParameter": [ - 35174 - ], - "parameters": [ - 35175, - 35176 - ], - "type": { - "type": "reference", - "target": 17745, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - }, - "inheritedFrom": { - "type": "reference", - "target": 24868, - "name": "HTMLElement.replaceChild" - } - }, - "35175": { - "id": 35175, - "name": "node", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 74685, - "name": "Node", - "package": "typescript" - } - }, - "35176": { - "id": 35176, - "name": "child", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 17745, - "name": "T", - "package": "typescript", - "refersToTypeParameter": true - } - }, - "35177": { - "id": 35177, - "name": "replaceChildren", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35178 - ], - "inheritedFrom": { - "type": "reference", - "target": 24872, - "name": "HTMLElement.replaceChildren" - } - }, - "35178": { - "id": 35178, - "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." - } - ] - }, - "parameters": [ - 35179 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24873, - "name": "HTMLElement.replaceChildren" - } - }, - "35179": { - "id": 35179, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "35180": { - "id": 35180, - "name": "replaceWith", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35181 - ], - "inheritedFrom": { - "type": "reference", - "target": 24875, - "name": "HTMLElement.replaceWith" - } - }, - "35181": { - "id": 35181, - "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." - } - ] - }, - "parameters": [ - 35182 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24876, - "name": "HTMLElement.replaceWith" - } - }, - "35182": { - "id": 35182, - "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": 74685, - "name": "Node", - "package": "typescript" - } - ] - } - } - }, - "35183": { - "id": 35183, - "name": "requestFullscreen", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35184 - ], - "inheritedFrom": { - "type": "reference", - "target": 24878, - "name": "HTMLElement.requestFullscreen" - } - }, - "35184": { - "id": 35184, - "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." - } - ] - }, - "parameters": [ - 35185 - ], - "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": 24879, - "name": "HTMLElement.requestFullscreen" - } - }, - "35185": { - "id": 35185, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 9703, - "name": "FullscreenOptions", - "package": "typescript" - } - }, - "35186": { - "id": 35186, - "name": "requestPointerLock", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35187 - ], - "inheritedFrom": { - "type": "reference", - "target": 24881, - "name": "HTMLElement.requestPointerLock" - } - }, - "35187": { - "id": 35187, - "name": "requestPointerLock", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24882, - "name": "HTMLElement.requestPointerLock" - } - }, - "35188": { - "id": 35188, - "name": "scroll", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35189, - 35191 - ], - "inheritedFrom": { - "type": "reference", - "target": 24883, - "name": "HTMLElement.scroll" - } - }, - "35189": { - "id": 35189, - "name": "scroll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 35190 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24884, - "name": "HTMLElement.scroll" - } - }, - "35190": { - "id": 35190, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 139807, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "35191": { - "id": 35191, - "name": "scroll", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 35192, - 35193 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24886, - "name": "HTMLElement.scroll" - } - }, - "35192": { - "id": 35192, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "35193": { - "id": 35193, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "35194": { - "id": 35194, - "name": "scrollBy", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35195, - 35197 - ], - "inheritedFrom": { - "type": "reference", - "target": 24889, - "name": "HTMLElement.scrollBy" - } - }, - "35195": { - "id": 35195, - "name": "scrollBy", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 35196 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24890, - "name": "HTMLElement.scrollBy" - } - }, - "35196": { - "id": 35196, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 139807, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "35197": { - "id": 35197, - "name": "scrollBy", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 35198, - 35199 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24892, - "name": "HTMLElement.scrollBy" - } - }, - "35198": { - "id": 35198, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "35199": { - "id": 35199, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "35200": { - "id": 35200, - "name": "scrollIntoView", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35201 - ], - "inheritedFrom": { - "type": "reference", - "target": 24895, - "name": "HTMLElement.scrollIntoView" - } - }, - "35201": { - "id": 35201, - "name": "scrollIntoView", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 35202 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24896, - "name": "HTMLElement.scrollIntoView" - } - }, - "35202": { - "id": 35202, - "name": "arg", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "intrinsic", - "name": "boolean" - }, - { - "type": "reference", - "target": 139801, - "name": "ScrollIntoViewOptions", - "package": "typescript" - } - ] - } - }, - "35203": { - "id": 35203, - "name": "scrollTo", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35204, - 35206 - ], - "inheritedFrom": { - "type": "reference", - "target": 24898, - "name": "HTMLElement.scrollTo" - } - }, - "35204": { - "id": 35204, - "name": "scrollTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 35205 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24899, - "name": "HTMLElement.scrollTo" - } - }, - "35205": { - "id": 35205, - "name": "options", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "reference", - "target": 139807, - "name": "ScrollToOptions", - "package": "typescript" - } - }, - "35206": { - "id": 35206, - "name": "scrollTo", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 35207, - 35208 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24901, - "name": "HTMLElement.scrollTo" - } - }, - "35207": { - "id": 35207, - "name": "x", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "35208": { - "id": 35208, - "name": "y", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "35209": { - "id": 35209, - "name": "setAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35210 - ], - "inheritedFrom": { - "type": "reference", - "target": 24904, - "name": "HTMLElement.setAttribute" - } - }, - "35210": { - "id": 35210, - "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." - } - ] - }, - "parameters": [ - 35211, - 35212 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24905, - "name": "HTMLElement.setAttribute" - } - }, - "35211": { - "id": 35211, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "35212": { - "id": 35212, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "35213": { - "id": 35213, - "name": "setAttributeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35214 - ], - "inheritedFrom": { - "type": "reference", - "target": 24908, - "name": "HTMLElement.setAttributeNS" - } - }, - "35214": { - "id": 35214, - "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." - } - ] - }, - "parameters": [ - 35215, - 35216, - 35217 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24909, - "name": "HTMLElement.setAttributeNS" - } - }, - "35215": { - "id": 35215, - "name": "namespace", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "intrinsic", - "name": "string" - } - ] - } - }, - "35216": { - "id": 35216, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "35217": { - "id": 35217, - "name": "value", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "35218": { - "id": 35218, - "name": "setAttributeNode", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35219 - ], - "inheritedFrom": { - "type": "reference", - "target": 24913, - "name": "HTMLElement.setAttributeNode" - } - }, - "35219": { - "id": 35219, - "name": "setAttributeNode", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 35220 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24914, - "name": "HTMLElement.setAttributeNode" - } - }, - "35220": { - "id": 35220, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - }, - "35221": { - "id": 35221, - "name": "setAttributeNodeNS", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35222 - ], - "inheritedFrom": { - "type": "reference", - "target": 24916, - "name": "HTMLElement.setAttributeNodeNS" - } - }, - "35222": { - "id": 35222, - "name": "setAttributeNodeNS", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 35223 - ], - "type": { - "type": "union", - "types": [ - { - "type": "literal", - "value": null - }, - { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - ] - }, - "inheritedFrom": { - "type": "reference", - "target": 24917, - "name": "HTMLElement.setAttributeNodeNS" - } - }, - "35223": { - "id": 35223, - "name": "attr", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "reference", - "target": 5182, - "name": "Attr", - "package": "typescript" - } - }, - "35224": { - "id": 35224, - "name": "setPointerCapture", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35225 - ], - "inheritedFrom": { - "type": "reference", - "target": 24919, - "name": "HTMLElement.setPointerCapture" - } - }, - "35225": { - "id": 35225, - "name": "setPointerCapture", - "variant": "signature", - "kind": 4096, - "flags": { - "isExternal": true - }, - "parameters": [ - 35226 - ], - "type": { - "type": "intrinsic", - "name": "void" - }, - "inheritedFrom": { - "type": "reference", - "target": 24920, - "name": "HTMLElement.setPointerCapture" - } - }, - "35226": { - "id": 35226, - "name": "pointerId", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "number" - } - }, - "35227": { - "id": 35227, - "name": "toggleAttribute", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35228 - ], - "inheritedFrom": { - "type": "reference", - "target": 24922, - "name": "HTMLElement.toggleAttribute" - } - }, - "35228": { - "id": 35228, - "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." - } - ] - }, - "parameters": [ - 35229, - 35230 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24923, - "name": "HTMLElement.toggleAttribute" - } - }, - "35229": { - "id": 35229, - "name": "qualifiedName", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "35230": { - "id": 35230, - "name": "force", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true, - "isOptional": true - }, - "type": { - "type": "intrinsic", - "name": "boolean" - } - }, - "35231": { - "id": 35231, - "name": "webkitMatchesSelector", - "variant": "declaration", - "kind": 2048, - "flags": { - "isExternal": true - }, - "signatures": [ - 35232 - ], - "inheritedFrom": { - "type": "reference", - "target": 24926, - "name": "HTMLElement.webkitMatchesSelector" - } - }, - "35232": { - "id": 35232, - "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": "." - } - ] - } - ] - }, - "parameters": [ - 35233 - ], - "type": { - "type": "intrinsic", - "name": "boolean" - }, - "inheritedFrom": { - "type": "reference", - "target": 24927, - "name": "HTMLElement.webkitMatchesSelector" - } - }, - "35233": { - "id": 35233, - "name": "selectors", - "variant": "param", - "kind": 32768, - "flags": { - "isExternal": true - }, - "type": { - "type": "intrinsic", - "name": "string" - } - }, - "56002": { - "id": 56002, - "name": "HTMLScriptElement", - "variant": "declaration", - "kind": 256, - "flags": { - "isExternal": true - }, - "comment": { - "summary": [ - { - "kind": "text", - "text": "HTML