@genesislcap/foundation-comms 15.6.2 → 15.7.0-ts7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/dist/dts/analytics/analytics.d.ts.map +1 -1
  2. package/dist/dts/auth/auth.d.ts.map +1 -1
  3. package/dist/dts/auth/auth.types.d.ts.map +1 -1
  4. package/dist/dts/auth/loginDTOMapper.d.ts.map +1 -1
  5. package/dist/dts/connect/connect.d.ts.map +1 -1
  6. package/dist/dts/connect/connect.events.d.ts.map +1 -1
  7. package/dist/dts/connect/genesisEvent.d.ts.map +1 -1
  8. package/dist/dts/connect/http.connect.d.ts.map +1 -1
  9. package/dist/dts/connect/http.d.ts.map +1 -1
  10. package/dist/dts/connect/httpTransport.d.ts.map +1 -1
  11. package/dist/dts/connect/message.d.ts.map +1 -1
  12. package/dist/dts/connect/reconnectStrategy.d.ts.map +1 -1
  13. package/dist/dts/connect/socket.d.ts.map +1 -1
  14. package/dist/dts/connect/socket.status.d.ts.map +1 -1
  15. package/dist/dts/connect/ticker.d.ts.map +1 -1
  16. package/dist/dts/connect/updateState.d.ts.map +1 -1
  17. package/dist/dts/credentialManager/credentialManager.d.ts.map +1 -1
  18. package/dist/dts/datasource/datasource.d.ts.map +1 -1
  19. package/dist/dts/datasource/datasource.mixins.d.ts +32 -379
  20. package/dist/dts/datasource/datasource.mixins.d.ts.map +1 -1
  21. package/dist/dts/datasource/entityDatasource.d.ts.map +1 -1
  22. package/dist/dts/metadata/metadata.d.ts.map +1 -1
  23. package/dist/dts/metadata/metadata.utils.d.ts.map +1 -1
  24. package/dist/dts/networkMonitor/service.d.ts.map +1 -1
  25. package/dist/dts/resources/genesis/genesis.d.ts.map +1 -1
  26. package/dist/dts/session/session.d.ts.map +1 -1
  27. package/dist/dts/storage/kv/kv.service.d.ts.map +1 -1
  28. package/dist/dts/testing/mocks/auth/auth.d.ts.map +1 -1
  29. package/dist/dts/testing/mocks/connect/connect.d.ts.map +1 -1
  30. package/dist/dts/testing/mocks/connect/connectEvents.d.ts.map +1 -1
  31. package/dist/dts/testing/mocks/connect/socket.d.ts.map +1 -1
  32. package/dist/dts/testing/mocks/datasource/datasource.d.ts.map +1 -1
  33. package/dist/dts/testing/mocks/resources/genesis/genesis.d.ts.map +1 -1
  34. package/dist/dts/testing/mocks/session/session.d.ts.map +1 -1
  35. package/dist/esm/connect/socket.js +20 -11
  36. package/dist/esm/datasource/datasource.js +12 -10
  37. package/dist/esm/datasource/datasource.mixins.js +6 -29
  38. package/dist/esm/networkMonitor/service.js +2 -1
  39. package/dist/foundation-comms.api.json +210 -3345
  40. package/dist/foundation-comms.d.ts +33 -380
  41. package/package.json +14 -14
@@ -6767,7 +6767,7 @@
6767
6767
  {
6768
6768
  "kind": "Function",
6769
6769
  "canonicalReference": "@genesislcap/foundation-comms!DatasourceEventHandler:function(1)",
6770
- "docComment": "/**\n * Datasource event handler mixin for target classes that use or are interested in datasource status changes.\n *\n * @remarks\n *\n * Classes that use the mixin are not required to own the datasource itself, there may be several interested parties.\n *\n * @param Target - The class to mix the event handler with.\n *\n * @example\n * ```ts\n * import { DatasourceEventHandler, DatasourceStatus } from '@genesislcap/foundation-comms';\n * ...\n * class MyComponent extends DatasourceEventHandler(FASTElement) {\n * resourceName: string = 'some-resource';\n * ...\n * datasourceStatusChanged(prev: DatasourceStatus, next: DatasourceStatus) {\n * // Respond to changes in the target datasource.\n * }\n * }\n * ```\n *\n * @public\n */\n",
6770
+ "docComment": "",
6771
6771
  "excerptTokens": [
6772
6772
  {
6773
6773
  "kind": "Content",
@@ -6797,3370 +6797,36 @@
6797
6797
  },
6798
6798
  {
6799
6799
  "kind": "Content",
6800
- "text": "{\n new (): {\n datasourceStatus: "
6801
- },
6802
- {
6803
- "kind": "Reference",
6804
- "text": "DatasourceStatus",
6805
- "canonicalReference": "@genesislcap/foundation-comms!DatasourceStatus:type"
6806
- },
6807
- {
6808
- "kind": "Content",
6809
- "text": ";\n resourceName: string;\n data?: unknown;\n onDatasourceStatusChanged: (event: "
6810
- },
6811
- {
6812
- "kind": "Reference",
6813
- "text": "DatasourceStatusChangedEvent",
6814
- "canonicalReference": "@genesislcap/foundation-comms!DatasourceStatusChangedEvent:type"
6815
- },
6816
- {
6817
- "kind": "Content",
6818
- "text": ") => void;\n datasourceStatusChanged(prev: "
6819
- },
6820
- {
6821
- "kind": "Reference",
6822
- "text": "DatasourceStatus",
6823
- "canonicalReference": "@genesislcap/foundation-comms!DatasourceStatus:type"
6824
- },
6825
- {
6826
- "kind": "Content",
6827
- "text": ", next: "
6828
- },
6829
- {
6830
- "kind": "Reference",
6831
- "text": "DatasourceStatus",
6832
- "canonicalReference": "@genesislcap/foundation-comms!DatasourceStatus:type"
6833
- },
6834
- {
6835
- "kind": "Content",
6836
- "text": "): void;\n connectedCallback(): void;\n disconnectedCallback(): void;\n accessKey: string;\n readonly accessKeyLabel: string;\n autocapitalize: string;\n autocorrect: boolean;\n dir: string;\n draggable: boolean;\n hidden: boolean;\n inert: boolean;\n innerText: string;\n lang: string;\n readonly offsetHeight: number;\n readonly offsetLeft: number;\n readonly offsetParent: "
6837
- },
6838
- {
6839
- "kind": "Reference",
6840
- "text": "Element",
6841
- "canonicalReference": "!Element:interface"
6842
- },
6843
- {
6844
- "kind": "Content",
6845
- "text": " | null;\n readonly offsetTop: number;\n readonly offsetWidth: number;\n outerText: string;\n popover: string | null;\n spellcheck: boolean;\n title: string;\n translate: boolean;\n writingSuggestions: string;\n attachInternals(): "
6846
- },
6847
- {
6848
- "kind": "Reference",
6849
- "text": "ElementInternals",
6850
- "canonicalReference": "!ElementInternals:interface"
6851
- },
6852
- {
6853
- "kind": "Content",
6854
- "text": ";\n click(): void;\n hidePopover(): void;\n showPopover(): void;\n togglePopover(options?: boolean): boolean;\n addEventListener<K extends keyof "
6855
- },
6856
- {
6857
- "kind": "Reference",
6858
- "text": "HTMLElementEventMap",
6859
- "canonicalReference": "!HTMLElementEventMap:interface"
6860
- },
6861
- {
6862
- "kind": "Content",
6863
- "text": ">(type: K, listener: (this: "
6864
- },
6865
- {
6866
- "kind": "Reference",
6867
- "text": "HTMLElement",
6868
- "canonicalReference": "!HTMLElement:interface"
6869
- },
6870
- {
6871
- "kind": "Content",
6872
- "text": ", ev: "
6873
- },
6874
- {
6875
- "kind": "Reference",
6876
- "text": "HTMLElementEventMap",
6877
- "canonicalReference": "!HTMLElementEventMap:interface"
6878
- },
6879
- {
6880
- "kind": "Content",
6881
- "text": "[K]) => any, options?: boolean | "
6882
- },
6883
- {
6884
- "kind": "Reference",
6885
- "text": "AddEventListenerOptions",
6886
- "canonicalReference": "!AddEventListenerOptions:interface"
6887
- },
6888
- {
6889
- "kind": "Content",
6890
- "text": "): void;\n addEventListener(type: string, listener: "
6891
- },
6892
- {
6893
- "kind": "Reference",
6894
- "text": "EventListenerOrEventListenerObject",
6895
- "canonicalReference": "!EventListenerOrEventListenerObject:type"
6896
- },
6897
- {
6898
- "kind": "Content",
6899
- "text": ", options?: boolean | "
6900
- },
6901
- {
6902
- "kind": "Reference",
6903
- "text": "AddEventListenerOptions",
6904
- "canonicalReference": "!AddEventListenerOptions:interface"
6905
- },
6906
- {
6907
- "kind": "Content",
6908
- "text": "): void;\n removeEventListener<K extends keyof "
6909
- },
6910
- {
6911
- "kind": "Reference",
6912
- "text": "HTMLElementEventMap",
6913
- "canonicalReference": "!HTMLElementEventMap:interface"
6914
- },
6915
- {
6916
- "kind": "Content",
6917
- "text": ">(type: K, listener: (this: "
6918
- },
6919
- {
6920
- "kind": "Reference",
6921
- "text": "HTMLElement",
6922
- "canonicalReference": "!HTMLElement:interface"
6923
- },
6924
- {
6925
- "kind": "Content",
6926
- "text": ", ev: "
6927
- },
6928
- {
6929
- "kind": "Reference",
6930
- "text": "HTMLElementEventMap",
6931
- "canonicalReference": "!HTMLElementEventMap:interface"
6932
- },
6933
- {
6934
- "kind": "Content",
6935
- "text": "[K]) => any, options?: boolean | "
6936
- },
6937
- {
6938
- "kind": "Reference",
6939
- "text": "EventListenerOptions",
6940
- "canonicalReference": "!EventListenerOptions:interface"
6941
- },
6942
- {
6943
- "kind": "Content",
6944
- "text": "): void;\n removeEventListener(type: string, listener: "
6945
- },
6946
- {
6947
- "kind": "Reference",
6948
- "text": "EventListenerOrEventListenerObject",
6949
- "canonicalReference": "!EventListenerOrEventListenerObject:type"
6950
- },
6951
- {
6952
- "kind": "Content",
6953
- "text": ", options?: boolean | "
6954
- },
6955
- {
6956
- "kind": "Reference",
6957
- "text": "EventListenerOptions",
6958
- "canonicalReference": "!EventListenerOptions:interface"
6959
- },
6960
- {
6961
- "kind": "Content",
6962
- "text": "): void;\n readonly attributes: "
6963
- },
6964
- {
6965
- "kind": "Reference",
6966
- "text": "NamedNodeMap",
6967
- "canonicalReference": "!NamedNodeMap:interface"
6968
- },
6969
- {
6970
- "kind": "Content",
6971
- "text": ";\n get classList(): "
6972
- },
6973
- {
6974
- "kind": "Reference",
6975
- "text": "DOMTokenList",
6976
- "canonicalReference": "!DOMTokenList:interface"
6977
- },
6978
- {
6979
- "kind": "Content",
6980
- "text": ";\n set classList(value: string);\n className: string;\n readonly clientHeight: number;\n readonly clientLeft: number;\n readonly clientTop: number;\n readonly clientWidth: number;\n readonly currentCSSZoom: number;\n id: string;\n innerHTML: string;\n readonly localName: string;\n readonly namespaceURI: string | null;\n onfullscreenchange: ((this: "
6981
- },
6982
- {
6983
- "kind": "Reference",
6984
- "text": "Element",
6985
- "canonicalReference": "!Element:interface"
6986
- },
6987
- {
6988
- "kind": "Content",
6989
- "text": ", ev: "
6990
- },
6991
- {
6992
- "kind": "Reference",
6993
- "text": "Event",
6994
- "canonicalReference": "!Event:interface"
6995
- },
6996
- {
6997
- "kind": "Content",
6998
- "text": ") => any) | null;\n onfullscreenerror: ((this: "
6999
- },
7000
- {
7001
- "kind": "Reference",
7002
- "text": "Element",
7003
- "canonicalReference": "!Element:interface"
7004
- },
7005
- {
7006
- "kind": "Content",
7007
- "text": ", ev: "
7008
- },
7009
- {
7010
- "kind": "Reference",
7011
- "text": "Event",
7012
- "canonicalReference": "!Event:interface"
7013
- },
7014
- {
7015
- "kind": "Content",
7016
- "text": ") => any) | null;\n outerHTML: string;\n readonly ownerDocument: "
7017
- },
7018
- {
7019
- "kind": "Reference",
7020
- "text": "Document",
7021
- "canonicalReference": "!Document:interface"
7022
- },
7023
- {
7024
- "kind": "Content",
7025
- "text": ";\n get part(): "
7026
- },
7027
- {
7028
- "kind": "Reference",
7029
- "text": "DOMTokenList",
7030
- "canonicalReference": "!DOMTokenList:interface"
7031
- },
7032
- {
7033
- "kind": "Content",
7034
- "text": ";\n set part(value: string);\n readonly prefix: string | null;\n readonly scrollHeight: number;\n scrollLeft: number;\n scrollTop: number;\n readonly scrollWidth: number;\n readonly shadowRoot: "
7035
- },
7036
- {
7037
- "kind": "Reference",
7038
- "text": "ShadowRoot",
7039
- "canonicalReference": "!ShadowRoot:interface"
7040
- },
7041
- {
7042
- "kind": "Content",
7043
- "text": " | null;\n slot: string;\n readonly tagName: string;\n attachShadow(init: "
7044
- },
7045
- {
7046
- "kind": "Reference",
7047
- "text": "ShadowRootInit",
7048
- "canonicalReference": "!ShadowRootInit:interface"
7049
- },
7050
- {
7051
- "kind": "Content",
7052
- "text": "): "
7053
- },
7054
- {
7055
- "kind": "Reference",
7056
- "text": "ShadowRoot",
7057
- "canonicalReference": "!ShadowRoot:interface"
7058
- },
7059
- {
7060
- "kind": "Content",
7061
- "text": ";\n checkVisibility(options?: "
7062
- },
7063
- {
7064
- "kind": "Reference",
7065
- "text": "CheckVisibilityOptions",
7066
- "canonicalReference": "!CheckVisibilityOptions:interface"
7067
- },
7068
- {
7069
- "kind": "Content",
7070
- "text": "): boolean;\n closest<K extends keyof "
7071
- },
7072
- {
7073
- "kind": "Reference",
7074
- "text": "HTMLElementTagNameMap",
7075
- "canonicalReference": "!HTMLElementTagNameMap:interface"
7076
- },
7077
- {
7078
- "kind": "Content",
7079
- "text": ">(selector: K): "
7080
- },
7081
- {
7082
- "kind": "Reference",
7083
- "text": "HTMLElementTagNameMap",
7084
- "canonicalReference": "!HTMLElementTagNameMap:interface"
7085
- },
7086
- {
7087
- "kind": "Content",
7088
- "text": "[K] | null;\n closest<K extends keyof "
7089
- },
7090
- {
7091
- "kind": "Reference",
7092
- "text": "SVGElementTagNameMap",
7093
- "canonicalReference": "!SVGElementTagNameMap:interface"
7094
- },
7095
- {
7096
- "kind": "Content",
7097
- "text": ">(selector: K): "
7098
- },
7099
- {
7100
- "kind": "Reference",
7101
- "text": "SVGElementTagNameMap",
7102
- "canonicalReference": "!SVGElementTagNameMap:interface"
7103
- },
7104
- {
7105
- "kind": "Content",
7106
- "text": "[K] | null;\n closest<K extends keyof "
7107
- },
7108
- {
7109
- "kind": "Reference",
7110
- "text": "MathMLElementTagNameMap",
7111
- "canonicalReference": "!MathMLElementTagNameMap:interface"
7112
- },
7113
- {
7114
- "kind": "Content",
7115
- "text": ">(selector: K): "
7116
- },
7117
- {
7118
- "kind": "Reference",
7119
- "text": "MathMLElementTagNameMap",
7120
- "canonicalReference": "!MathMLElementTagNameMap:interface"
7121
- },
7122
- {
7123
- "kind": "Content",
7124
- "text": "[K] | null;\n closest<E extends "
7125
- },
7126
- {
7127
- "kind": "Reference",
7128
- "text": "Element",
7129
- "canonicalReference": "!Element:interface"
7130
- },
7131
- {
7132
- "kind": "Content",
7133
- "text": " = "
7134
- },
7135
- {
7136
- "kind": "Reference",
7137
- "text": "Element",
7138
- "canonicalReference": "!Element:interface"
7139
- },
7140
- {
7141
- "kind": "Content",
7142
- "text": ">(selectors: string): E | null;\n computedStyleMap(): "
7143
- },
7144
- {
7145
- "kind": "Reference",
7146
- "text": "StylePropertyMapReadOnly",
7147
- "canonicalReference": "!StylePropertyMapReadOnly:interface"
7148
- },
7149
- {
7150
- "kind": "Content",
7151
- "text": ";\n getAttribute(qualifiedName: string): string | null;\n getAttributeNS(namespace: string | null, localName: string): string | null;\n getAttributeNames(): string[];\n getAttributeNode(qualifiedName: string): "
7152
- },
7153
- {
7154
- "kind": "Reference",
7155
- "text": "Attr",
7156
- "canonicalReference": "!Attr:interface"
7157
- },
7158
- {
7159
- "kind": "Content",
7160
- "text": " | null;\n getAttributeNodeNS(namespace: string | null, localName: string): "
7161
- },
7162
- {
7163
- "kind": "Reference",
7164
- "text": "Attr",
7165
- "canonicalReference": "!Attr:interface"
7166
- },
7167
- {
7168
- "kind": "Content",
7169
- "text": " | null;\n getBoundingClientRect(): "
7170
- },
7171
- {
7172
- "kind": "Reference",
7173
- "text": "DOMRect",
7174
- "canonicalReference": "!DOMRect:interface"
7175
- },
7176
- {
7177
- "kind": "Content",
7178
- "text": ";\n getClientRects(): "
7179
- },
7180
- {
7181
- "kind": "Reference",
7182
- "text": "DOMRectList",
7183
- "canonicalReference": "!DOMRectList:interface"
7184
- },
7185
- {
7186
- "kind": "Content",
7187
- "text": ";\n getElementsByClassName(classNames: string): "
7188
- },
7189
- {
7190
- "kind": "Reference",
7191
- "text": "HTMLCollectionOf",
7192
- "canonicalReference": "!HTMLCollectionOf:interface"
7193
- },
7194
- {
7195
- "kind": "Content",
7196
- "text": "<"
7197
- },
7198
- {
7199
- "kind": "Reference",
7200
- "text": "Element",
7201
- "canonicalReference": "!Element:interface"
7202
- },
7203
- {
7204
- "kind": "Content",
7205
- "text": ">;\n getElementsByTagName<K extends keyof "
7206
- },
7207
- {
7208
- "kind": "Reference",
7209
- "text": "HTMLElementTagNameMap",
7210
- "canonicalReference": "!HTMLElementTagNameMap:interface"
7211
- },
7212
- {
7213
- "kind": "Content",
7214
- "text": ">(qualifiedName: K): "
7215
- },
7216
- {
7217
- "kind": "Reference",
7218
- "text": "HTMLCollectionOf",
7219
- "canonicalReference": "!HTMLCollectionOf:interface"
7220
- },
7221
- {
7222
- "kind": "Content",
7223
- "text": "<"
7224
- },
7225
- {
7226
- "kind": "Reference",
7227
- "text": "HTMLElementTagNameMap",
7228
- "canonicalReference": "!HTMLElementTagNameMap:interface"
7229
- },
7230
- {
7231
- "kind": "Content",
7232
- "text": "[K]>;\n getElementsByTagName<K extends keyof "
7233
- },
7234
- {
7235
- "kind": "Reference",
7236
- "text": "SVGElementTagNameMap",
7237
- "canonicalReference": "!SVGElementTagNameMap:interface"
7238
- },
7239
- {
7240
- "kind": "Content",
7241
- "text": ">(qualifiedName: K): "
7242
- },
7243
- {
7244
- "kind": "Reference",
7245
- "text": "HTMLCollectionOf",
7246
- "canonicalReference": "!HTMLCollectionOf:interface"
7247
- },
7248
- {
7249
- "kind": "Content",
7250
- "text": "<"
7251
- },
7252
- {
7253
- "kind": "Reference",
7254
- "text": "SVGElementTagNameMap",
7255
- "canonicalReference": "!SVGElementTagNameMap:interface"
7256
- },
7257
- {
7258
- "kind": "Content",
7259
- "text": "[K]>;\n getElementsByTagName<K extends keyof "
7260
- },
7261
- {
7262
- "kind": "Reference",
7263
- "text": "MathMLElementTagNameMap",
7264
- "canonicalReference": "!MathMLElementTagNameMap:interface"
7265
- },
7266
- {
7267
- "kind": "Content",
7268
- "text": ">(qualifiedName: K): "
7269
- },
7270
- {
7271
- "kind": "Reference",
7272
- "text": "HTMLCollectionOf",
7273
- "canonicalReference": "!HTMLCollectionOf:interface"
7274
- },
7275
- {
7276
- "kind": "Content",
7277
- "text": "<"
7278
- },
7279
- {
7280
- "kind": "Reference",
7281
- "text": "MathMLElementTagNameMap",
7282
- "canonicalReference": "!MathMLElementTagNameMap:interface"
7283
- },
7284
- {
7285
- "kind": "Content",
7286
- "text": "[K]>;\n getElementsByTagName<K extends keyof "
7287
- },
7288
- {
7289
- "kind": "Reference",
7290
- "text": "HTMLElementDeprecatedTagNameMap",
7291
- "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
7292
- },
7293
- {
7294
- "kind": "Content",
7295
- "text": ">(qualifiedName: K): "
7296
- },
7297
- {
7298
- "kind": "Reference",
7299
- "text": "HTMLCollectionOf",
7300
- "canonicalReference": "!HTMLCollectionOf:interface"
7301
- },
7302
- {
7303
- "kind": "Content",
7304
- "text": "<"
7305
- },
7306
- {
7307
- "kind": "Reference",
7308
- "text": "HTMLElementDeprecatedTagNameMap",
7309
- "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
7310
- },
7311
- {
7312
- "kind": "Content",
7313
- "text": "[K]>;\n getElementsByTagName(qualifiedName: string): "
7314
- },
7315
- {
7316
- "kind": "Reference",
7317
- "text": "HTMLCollectionOf",
7318
- "canonicalReference": "!HTMLCollectionOf:interface"
7319
- },
7320
- {
7321
- "kind": "Content",
7322
- "text": "<"
7323
- },
7324
- {
7325
- "kind": "Reference",
7326
- "text": "Element",
7327
- "canonicalReference": "!Element:interface"
7328
- },
7329
- {
7330
- "kind": "Content",
7331
- "text": ">;\n getElementsByTagNameNS(namespaceURI: \"http://www.w3.org/1999/xhtml\", localName: string): "
7332
- },
7333
- {
7334
- "kind": "Reference",
7335
- "text": "HTMLCollectionOf",
7336
- "canonicalReference": "!HTMLCollectionOf:interface"
7337
- },
7338
- {
7339
- "kind": "Content",
7340
- "text": "<"
7341
- },
7342
- {
7343
- "kind": "Reference",
7344
- "text": "HTMLElement",
7345
- "canonicalReference": "!HTMLElement:interface"
7346
- },
7347
- {
7348
- "kind": "Content",
7349
- "text": ">;\n getElementsByTagNameNS(namespaceURI: \"http://www.w3.org/2000/svg\", localName: string): "
7350
- },
7351
- {
7352
- "kind": "Reference",
7353
- "text": "HTMLCollectionOf",
7354
- "canonicalReference": "!HTMLCollectionOf:interface"
7355
- },
7356
- {
7357
- "kind": "Content",
7358
- "text": "<"
7359
- },
7360
- {
7361
- "kind": "Reference",
7362
- "text": "SVGElement",
7363
- "canonicalReference": "!SVGElement:interface"
7364
- },
7365
- {
7366
- "kind": "Content",
7367
- "text": ">;\n getElementsByTagNameNS(namespaceURI: \"http://www.w3.org/1998/Math/MathML\", localName: string): "
7368
- },
7369
- {
7370
- "kind": "Reference",
7371
- "text": "HTMLCollectionOf",
7372
- "canonicalReference": "!HTMLCollectionOf:interface"
7373
- },
7374
- {
7375
- "kind": "Content",
7376
- "text": "<"
7377
- },
7378
- {
7379
- "kind": "Reference",
7380
- "text": "MathMLElement",
7381
- "canonicalReference": "!MathMLElement:interface"
7382
- },
7383
- {
7384
- "kind": "Content",
7385
- "text": ">;\n getElementsByTagNameNS(namespace: string | null, localName: string): "
7386
- },
7387
- {
7388
- "kind": "Reference",
7389
- "text": "HTMLCollectionOf",
7390
- "canonicalReference": "!HTMLCollectionOf:interface"
7391
- },
7392
- {
7393
- "kind": "Content",
7394
- "text": "<"
7395
- },
7396
- {
7397
- "kind": "Reference",
7398
- "text": "Element",
7399
- "canonicalReference": "!Element:interface"
7400
- },
7401
- {
7402
- "kind": "Content",
7403
- "text": ">;\n getHTML(options?: "
7404
- },
7405
- {
7406
- "kind": "Reference",
7407
- "text": "GetHTMLOptions",
7408
- "canonicalReference": "!GetHTMLOptions:interface"
7409
- },
7410
- {
7411
- "kind": "Content",
7412
- "text": "): string;\n hasAttribute(qualifiedName: string): boolean;\n hasAttributeNS(namespace: string | null, localName: string): boolean;\n hasAttributes(): boolean;\n hasPointerCapture(pointerId: number): boolean;\n insertAdjacentElement(where: "
7413
- },
7414
- {
7415
- "kind": "Reference",
7416
- "text": "InsertPosition",
7417
- "canonicalReference": "!InsertPosition:type"
7418
- },
7419
- {
7420
- "kind": "Content",
7421
- "text": ", element: "
7422
- },
7423
- {
7424
- "kind": "Reference",
7425
- "text": "Element",
7426
- "canonicalReference": "!Element:interface"
7427
- },
7428
- {
7429
- "kind": "Content",
7430
- "text": "): "
7431
- },
7432
- {
7433
- "kind": "Reference",
7434
- "text": "Element",
7435
- "canonicalReference": "!Element:interface"
7436
- },
7437
- {
7438
- "kind": "Content",
7439
- "text": " | null;\n insertAdjacentHTML(position: "
7440
- },
7441
- {
7442
- "kind": "Reference",
7443
- "text": "InsertPosition",
7444
- "canonicalReference": "!InsertPosition:type"
7445
- },
7446
- {
7447
- "kind": "Content",
7448
- "text": ", string: string): void;\n insertAdjacentText(where: "
7449
- },
7450
- {
7451
- "kind": "Reference",
7452
- "text": "InsertPosition",
7453
- "canonicalReference": "!InsertPosition:type"
7454
- },
7455
- {
7456
- "kind": "Content",
7457
- "text": ", data: string): void;\n matches(selectors: string): boolean;\n releasePointerCapture(pointerId: number): void;\n removeAttribute(qualifiedName: string): void;\n removeAttributeNS(namespace: string | null, localName: string): void;\n removeAttributeNode(attr: "
7458
- },
7459
- {
7460
- "kind": "Reference",
7461
- "text": "Attr",
7462
- "canonicalReference": "!Attr:interface"
7463
- },
7464
- {
7465
- "kind": "Content",
7466
- "text": "): "
7467
- },
7468
- {
7469
- "kind": "Reference",
7470
- "text": "Attr",
7471
- "canonicalReference": "!Attr:interface"
7472
- },
7473
- {
7474
- "kind": "Content",
7475
- "text": ";\n requestFullscreen(options?: "
7476
- },
7477
- {
7478
- "kind": "Reference",
7479
- "text": "FullscreenOptions",
7480
- "canonicalReference": "!FullscreenOptions:interface"
7481
- },
7482
- {
7483
- "kind": "Content",
7484
- "text": "): "
7485
- },
7486
- {
7487
- "kind": "Reference",
7488
- "text": "Promise",
7489
- "canonicalReference": "!Promise:interface"
7490
- },
7491
- {
7492
- "kind": "Content",
7493
- "text": "<void>;\n requestPointerLock(options?: "
7494
- },
7495
- {
7496
- "kind": "Reference",
7497
- "text": "PointerLockOptions",
7498
- "canonicalReference": "!PointerLockOptions:interface"
7499
- },
7500
- {
7501
- "kind": "Content",
7502
- "text": "): "
7503
- },
7504
- {
7505
- "kind": "Reference",
7506
- "text": "Promise",
7507
- "canonicalReference": "!Promise:interface"
7508
- },
7509
- {
7510
- "kind": "Content",
7511
- "text": "<void>;\n scroll(options?: "
7512
- },
7513
- {
7514
- "kind": "Reference",
7515
- "text": "ScrollToOptions",
7516
- "canonicalReference": "!ScrollToOptions:interface"
7517
- },
7518
- {
7519
- "kind": "Content",
7520
- "text": "): void;\n scroll(x: number, y: number): void;\n scrollBy(options?: "
7521
- },
7522
- {
7523
- "kind": "Reference",
7524
- "text": "ScrollToOptions",
7525
- "canonicalReference": "!ScrollToOptions:interface"
7526
- },
7527
- {
7528
- "kind": "Content",
7529
- "text": "): void;\n scrollBy(x: number, y: number): void;\n scrollIntoView(arg?: boolean | "
7530
- },
7531
- {
7532
- "kind": "Reference",
7533
- "text": "ScrollIntoViewOptions",
7534
- "canonicalReference": "!ScrollIntoViewOptions:interface"
7535
- },
7536
- {
7537
- "kind": "Content",
7538
- "text": "): void;\n scrollTo(options?: "
7539
- },
7540
- {
7541
- "kind": "Reference",
7542
- "text": "ScrollToOptions",
7543
- "canonicalReference": "!ScrollToOptions:interface"
7544
- },
7545
- {
7546
- "kind": "Content",
7547
- "text": "): void;\n scrollTo(x: number, y: number): void;\n setAttribute(qualifiedName: string, value: string): void;\n setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;\n setAttributeNode(attr: "
7548
- },
7549
- {
7550
- "kind": "Reference",
7551
- "text": "Attr",
7552
- "canonicalReference": "!Attr:interface"
7553
- },
7554
- {
7555
- "kind": "Content",
7556
- "text": "): "
7557
- },
7558
- {
7559
- "kind": "Reference",
7560
- "text": "Attr",
7561
- "canonicalReference": "!Attr:interface"
7562
- },
7563
- {
7564
- "kind": "Content",
7565
- "text": " | null;\n setAttributeNodeNS(attr: "
7566
- },
7567
- {
7568
- "kind": "Reference",
7569
- "text": "Attr",
7570
- "canonicalReference": "!Attr:interface"
7571
- },
7572
- {
7573
- "kind": "Content",
7574
- "text": "): "
7575
- },
7576
- {
7577
- "kind": "Reference",
7578
- "text": "Attr",
7579
- "canonicalReference": "!Attr:interface"
7580
- },
7581
- {
7582
- "kind": "Content",
7583
- "text": " | null;\n setHTMLUnsafe(html: string): void;\n setPointerCapture(pointerId: number): void;\n toggleAttribute(qualifiedName: string, force?: boolean): boolean;\n webkitMatchesSelector(selectors: string): boolean;\n textContent: string;\n readonly baseURI: string;\n readonly childNodes: "
7584
- },
7585
- {
7586
- "kind": "Reference",
7587
- "text": "NodeListOf",
7588
- "canonicalReference": "!NodeListOf:interface"
7589
- },
7590
- {
7591
- "kind": "Content",
7592
- "text": "<"
7593
- },
7594
- {
7595
- "kind": "Reference",
7596
- "text": "ChildNode",
7597
- "canonicalReference": "!ChildNode:interface"
7598
- },
7599
- {
7600
- "kind": "Content",
7601
- "text": ">;\n readonly firstChild: "
7602
- },
7603
- {
7604
- "kind": "Reference",
7605
- "text": "ChildNode",
7606
- "canonicalReference": "!ChildNode:interface"
7607
- },
7608
- {
7609
- "kind": "Content",
7610
- "text": " | null;\n readonly isConnected: boolean;\n readonly lastChild: "
7611
- },
7612
- {
7613
- "kind": "Reference",
7614
- "text": "ChildNode",
7615
- "canonicalReference": "!ChildNode:interface"
7616
- },
7617
- {
7618
- "kind": "Content",
7619
- "text": " | null;\n readonly nextSibling: "
7620
- },
7621
- {
7622
- "kind": "Reference",
7623
- "text": "ChildNode",
7624
- "canonicalReference": "!ChildNode:interface"
7625
- },
7626
- {
7627
- "kind": "Content",
7628
- "text": " | null;\n readonly nodeName: string;\n readonly nodeType: number;\n nodeValue: string | null;\n readonly parentElement: "
7629
- },
7630
- {
7631
- "kind": "Reference",
7632
- "text": "HTMLElement",
7633
- "canonicalReference": "!HTMLElement:interface"
7634
- },
7635
- {
7636
- "kind": "Content",
7637
- "text": " | null;\n readonly parentNode: "
7638
- },
7639
- {
7640
- "kind": "Reference",
7641
- "text": "ParentNode",
7642
- "canonicalReference": "!ParentNode:interface"
7643
- },
7644
- {
7645
- "kind": "Content",
7646
- "text": " | null;\n readonly previousSibling: "
7647
- },
7648
- {
7649
- "kind": "Reference",
7650
- "text": "ChildNode",
7651
- "canonicalReference": "!ChildNode:interface"
7652
- },
7653
- {
7654
- "kind": "Content",
7655
- "text": " | null;\n appendChild<T extends "
7656
- },
7657
- {
7658
- "kind": "Reference",
7659
- "text": "Node",
7660
- "canonicalReference": "!Node:interface"
7661
- },
7662
- {
7663
- "kind": "Content",
7664
- "text": ">(node: T): T;\n cloneNode(subtree?: boolean): "
7665
- },
7666
- {
7667
- "kind": "Reference",
7668
- "text": "Node",
7669
- "canonicalReference": "!Node:interface"
7670
- },
7671
- {
7672
- "kind": "Content",
7673
- "text": ";\n compareDocumentPosition(other: "
7674
- },
7675
- {
7676
- "kind": "Reference",
7677
- "text": "Node",
7678
- "canonicalReference": "!Node:interface"
7679
- },
7680
- {
7681
- "kind": "Content",
7682
- "text": "): number;\n contains(other: "
7683
- },
7684
- {
7685
- "kind": "Reference",
7686
- "text": "Node",
7687
- "canonicalReference": "!Node:interface"
7688
- },
7689
- {
7690
- "kind": "Content",
7691
- "text": " | null): boolean;\n getRootNode(options?: "
7692
- },
7693
- {
7694
- "kind": "Reference",
7695
- "text": "GetRootNodeOptions",
7696
- "canonicalReference": "!GetRootNodeOptions:interface"
7697
- },
7698
- {
7699
- "kind": "Content",
7700
- "text": "): "
7701
- },
7702
- {
7703
- "kind": "Reference",
7704
- "text": "Node",
7705
- "canonicalReference": "!Node:interface"
7706
- },
7707
- {
7708
- "kind": "Content",
7709
- "text": ";\n hasChildNodes(): boolean;\n insertBefore<T extends "
7710
- },
7711
- {
7712
- "kind": "Reference",
7713
- "text": "Node",
7714
- "canonicalReference": "!Node:interface"
7715
- },
7716
- {
7717
- "kind": "Content",
7718
- "text": ">(node: T, child: "
7719
- },
7720
- {
7721
- "kind": "Reference",
7722
- "text": "Node",
7723
- "canonicalReference": "!Node:interface"
7724
- },
7725
- {
7726
- "kind": "Content",
7727
- "text": " | null): T;\n isDefaultNamespace(namespace: string | null): boolean;\n isEqualNode(otherNode: "
7728
- },
7729
- {
7730
- "kind": "Reference",
7731
- "text": "Node",
7732
- "canonicalReference": "!Node:interface"
7733
- },
7734
- {
7735
- "kind": "Content",
7736
- "text": " | null): boolean;\n isSameNode(otherNode: "
7737
- },
7738
- {
7739
- "kind": "Reference",
7740
- "text": "Node",
7741
- "canonicalReference": "!Node:interface"
7742
- },
7743
- {
7744
- "kind": "Content",
7745
- "text": " | null): boolean;\n lookupNamespaceURI(prefix: string | null): string | null;\n lookupPrefix(namespace: string | null): string | null;\n normalize(): void;\n removeChild<T extends "
7746
- },
7747
- {
7748
- "kind": "Reference",
7749
- "text": "Node",
7750
- "canonicalReference": "!Node:interface"
7751
- },
7752
- {
7753
- "kind": "Content",
7754
- "text": ">(child: T): T;\n replaceChild<T extends "
7755
- },
7756
- {
7757
- "kind": "Reference",
7758
- "text": "Node",
7759
- "canonicalReference": "!Node:interface"
7760
- },
7761
- {
7762
- "kind": "Content",
7763
- "text": ">(node: "
7764
- },
7765
- {
7766
- "kind": "Reference",
7767
- "text": "Node",
7768
- "canonicalReference": "!Node:interface"
7769
- },
7770
- {
7771
- "kind": "Content",
7772
- "text": ", child: T): T;\n readonly ELEMENT_NODE: 1;\n readonly ATTRIBUTE_NODE: 2;\n readonly TEXT_NODE: 3;\n readonly CDATA_SECTION_NODE: 4;\n readonly ENTITY_REFERENCE_NODE: 5;\n readonly ENTITY_NODE: 6;\n readonly PROCESSING_INSTRUCTION_NODE: 7;\n readonly COMMENT_NODE: 8;\n readonly DOCUMENT_NODE: 9;\n readonly DOCUMENT_TYPE_NODE: 10;\n readonly DOCUMENT_FRAGMENT_NODE: 11;\n readonly NOTATION_NODE: 12;\n readonly DOCUMENT_POSITION_DISCONNECTED: 1;\n readonly DOCUMENT_POSITION_PRECEDING: 2;\n readonly DOCUMENT_POSITION_FOLLOWING: 4;\n readonly DOCUMENT_POSITION_CONTAINS: 8;\n readonly DOCUMENT_POSITION_CONTAINED_BY: 16;\n readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;\n dispatchEvent(event: "
7773
- },
7774
- {
7775
- "kind": "Reference",
7776
- "text": "Event",
7777
- "canonicalReference": "!Event:interface"
7778
- },
7779
- {
7780
- "kind": "Content",
7781
- "text": "): boolean;\n ariaActiveDescendantElement: "
7782
- },
7783
- {
7784
- "kind": "Reference",
7785
- "text": "Element",
7786
- "canonicalReference": "!Element:interface"
7787
- },
7788
- {
7789
- "kind": "Content",
7790
- "text": " | null;\n ariaAtomic: string | null;\n ariaAutoComplete: string | null;\n ariaBrailleLabel: string | null;\n ariaBrailleRoleDescription: string | null;\n ariaBusy: string | null;\n ariaChecked: string | null;\n ariaColCount: string | null;\n ariaColIndex: string | null;\n ariaColIndexText: string | null;\n ariaColSpan: string | null;\n ariaControlsElements: "
7791
- },
7792
- {
7793
- "kind": "Reference",
7794
- "text": "ReadonlyArray",
7795
- "canonicalReference": "!ReadonlyArray:interface"
7796
- },
7797
- {
7798
- "kind": "Content",
7799
- "text": "<"
7800
- },
7801
- {
7802
- "kind": "Reference",
7803
- "text": "Element",
7804
- "canonicalReference": "!Element:interface"
7805
- },
7806
- {
7807
- "kind": "Content",
7808
- "text": "> | null;\n ariaCurrent: string | null;\n ariaDescribedByElements: "
7809
- },
7810
- {
7811
- "kind": "Reference",
7812
- "text": "ReadonlyArray",
7813
- "canonicalReference": "!ReadonlyArray:interface"
7814
- },
7815
- {
7816
- "kind": "Content",
7817
- "text": "<"
7818
- },
7819
- {
7820
- "kind": "Reference",
7821
- "text": "Element",
7822
- "canonicalReference": "!Element:interface"
7823
- },
7824
- {
7825
- "kind": "Content",
7826
- "text": "> | null;\n ariaDescription: string | null;\n ariaDetailsElements: "
7827
- },
7828
- {
7829
- "kind": "Reference",
7830
- "text": "ReadonlyArray",
7831
- "canonicalReference": "!ReadonlyArray:interface"
7832
- },
7833
- {
7834
- "kind": "Content",
7835
- "text": "<"
7836
- },
7837
- {
7838
- "kind": "Reference",
7839
- "text": "Element",
7840
- "canonicalReference": "!Element:interface"
7841
- },
7842
- {
7843
- "kind": "Content",
7844
- "text": "> | null;\n ariaDisabled: string | null;\n ariaErrorMessageElements: "
7845
- },
7846
- {
7847
- "kind": "Reference",
7848
- "text": "ReadonlyArray",
7849
- "canonicalReference": "!ReadonlyArray:interface"
7850
- },
7851
- {
7852
- "kind": "Content",
7853
- "text": "<"
7854
- },
7855
- {
7856
- "kind": "Reference",
7857
- "text": "Element",
7858
- "canonicalReference": "!Element:interface"
7859
- },
7860
- {
7861
- "kind": "Content",
7862
- "text": "> | null;\n ariaExpanded: string | null;\n ariaFlowToElements: "
7863
- },
7864
- {
7865
- "kind": "Reference",
7866
- "text": "ReadonlyArray",
7867
- "canonicalReference": "!ReadonlyArray:interface"
7868
- },
7869
- {
7870
- "kind": "Content",
7871
- "text": "<"
7872
- },
7873
- {
7874
- "kind": "Reference",
7875
- "text": "Element",
7876
- "canonicalReference": "!Element:interface"
7877
- },
7878
- {
7879
- "kind": "Content",
7880
- "text": "> | null;\n ariaHasPopup: string | null;\n ariaHidden: string | null;\n ariaInvalid: string | null;\n ariaKeyShortcuts: string | null;\n ariaLabel: string | null;\n ariaLabelledByElements: "
7881
- },
7882
- {
7883
- "kind": "Reference",
7884
- "text": "ReadonlyArray",
7885
- "canonicalReference": "!ReadonlyArray:interface"
7886
- },
7887
- {
7888
- "kind": "Content",
7889
- "text": "<"
7890
- },
7891
- {
7892
- "kind": "Reference",
7893
- "text": "Element",
7894
- "canonicalReference": "!Element:interface"
7895
- },
7896
- {
7897
- "kind": "Content",
7898
- "text": "> | null;\n ariaLevel: string | null;\n ariaLive: string | null;\n ariaModal: string | null;\n ariaMultiLine: string | null;\n ariaMultiSelectable: string | null;\n ariaOrientation: string | null;\n ariaOwnsElements: "
7899
- },
7900
- {
7901
- "kind": "Reference",
7902
- "text": "ReadonlyArray",
7903
- "canonicalReference": "!ReadonlyArray:interface"
7904
- },
7905
- {
7906
- "kind": "Content",
7907
- "text": "<"
7908
- },
7909
- {
7910
- "kind": "Reference",
7911
- "text": "Element",
7912
- "canonicalReference": "!Element:interface"
7913
- },
7914
- {
7915
- "kind": "Content",
7916
- "text": "> | null;\n ariaPlaceholder: string | null;\n ariaPosInSet: string | null;\n ariaPressed: string | null;\n ariaReadOnly: string | null;\n ariaRelevant: string | null;\n ariaRequired: string | null;\n ariaRoleDescription: string | null;\n ariaRowCount: string | null;\n ariaRowIndex: string | null;\n ariaRowIndexText: string | null;\n ariaRowSpan: string | null;\n ariaSelected: string | null;\n ariaSetSize: string | null;\n ariaSort: string | null;\n ariaValueMax: string | null;\n ariaValueMin: string | null;\n ariaValueNow: string | null;\n ariaValueText: string | null;\n role: string | null;\n animate(keyframes: "
7917
- },
7918
- {
7919
- "kind": "Reference",
7920
- "text": "Keyframe",
7921
- "canonicalReference": "!Keyframe:interface"
7922
- },
7923
- {
7924
- "kind": "Content",
7925
- "text": "[] | "
7926
- },
7927
- {
7928
- "kind": "Reference",
7929
- "text": "PropertyIndexedKeyframes",
7930
- "canonicalReference": "!PropertyIndexedKeyframes:interface"
7931
- },
7932
- {
7933
- "kind": "Content",
7934
- "text": " | null, options?: number | "
7935
- },
7936
- {
7937
- "kind": "Reference",
7938
- "text": "KeyframeAnimationOptions",
7939
- "canonicalReference": "!KeyframeAnimationOptions:interface"
7940
- },
7941
- {
7942
- "kind": "Content",
7943
- "text": "): "
7944
- },
7945
- {
7946
- "kind": "Reference",
7947
- "text": "Animation",
7948
- "canonicalReference": "!Animation:interface"
7949
- },
7950
- {
7951
- "kind": "Content",
7952
- "text": ";\n getAnimations(options?: "
7953
- },
7954
- {
7955
- "kind": "Reference",
7956
- "text": "GetAnimationsOptions",
7957
- "canonicalReference": "!GetAnimationsOptions:interface"
7958
- },
7959
- {
7960
- "kind": "Content",
7961
- "text": "): "
7962
- },
7963
- {
7964
- "kind": "Reference",
7965
- "text": "Animation",
7966
- "canonicalReference": "!Animation:interface"
7967
- },
7968
- {
7969
- "kind": "Content",
7970
- "text": "[];\n after(...nodes: ("
7971
- },
7972
- {
7973
- "kind": "Reference",
7974
- "text": "Node",
7975
- "canonicalReference": "!Node:interface"
7976
- },
7977
- {
7978
- "kind": "Content",
7979
- "text": " | string)[]): void;\n before(...nodes: ("
7980
- },
7981
- {
7982
- "kind": "Reference",
7983
- "text": "Node",
7984
- "canonicalReference": "!Node:interface"
7985
- },
7986
- {
7987
- "kind": "Content",
7988
- "text": " | string)[]): void;\n remove(): void;\n replaceWith(...nodes: ("
7989
- },
7990
- {
7991
- "kind": "Reference",
7992
- "text": "Node",
7993
- "canonicalReference": "!Node:interface"
7994
- },
7995
- {
7996
- "kind": "Content",
7997
- "text": " | string)[]): void;\n readonly nextElementSibling: "
7998
- },
7999
- {
8000
- "kind": "Reference",
8001
- "text": "Element",
8002
- "canonicalReference": "!Element:interface"
8003
- },
8004
- {
8005
- "kind": "Content",
8006
- "text": " | null;\n readonly previousElementSibling: "
8007
- },
8008
- {
8009
- "kind": "Reference",
8010
- "text": "Element",
8011
- "canonicalReference": "!Element:interface"
8012
- },
8013
- {
8014
- "kind": "Content",
8015
- "text": " | null;\n readonly childElementCount: number;\n readonly children: "
8016
- },
8017
- {
8018
- "kind": "Reference",
8019
- "text": "HTMLCollection",
8020
- "canonicalReference": "!HTMLCollection:interface"
8021
- },
8022
- {
8023
- "kind": "Content",
8024
- "text": ";\n readonly firstElementChild: "
8025
- },
8026
- {
8027
- "kind": "Reference",
8028
- "text": "Element",
8029
- "canonicalReference": "!Element:interface"
8030
- },
8031
- {
8032
- "kind": "Content",
8033
- "text": " | null;\n readonly lastElementChild: "
8034
- },
8035
- {
8036
- "kind": "Reference",
8037
- "text": "Element",
8038
- "canonicalReference": "!Element:interface"
8039
- },
8040
- {
8041
- "kind": "Content",
8042
- "text": " | null;\n append(...nodes: ("
8043
- },
8044
- {
8045
- "kind": "Reference",
8046
- "text": "Node",
8047
- "canonicalReference": "!Node:interface"
8048
- },
8049
- {
8050
- "kind": "Content",
8051
- "text": " | string)[]): void;\n prepend(...nodes: ("
8052
- },
8053
- {
8054
- "kind": "Reference",
8055
- "text": "Node",
8056
- "canonicalReference": "!Node:interface"
8057
- },
8058
- {
8059
- "kind": "Content",
8060
- "text": " | string)[]): void;\n querySelector<K extends keyof "
8061
- },
8062
- {
8063
- "kind": "Reference",
8064
- "text": "HTMLElementTagNameMap",
8065
- "canonicalReference": "!HTMLElementTagNameMap:interface"
8066
- },
8067
- {
8068
- "kind": "Content",
8069
- "text": ">(selectors: K): "
8070
- },
8071
- {
8072
- "kind": "Reference",
8073
- "text": "HTMLElementTagNameMap",
8074
- "canonicalReference": "!HTMLElementTagNameMap:interface"
8075
- },
8076
- {
8077
- "kind": "Content",
8078
- "text": "[K] | null;\n querySelector<K extends keyof "
8079
- },
8080
- {
8081
- "kind": "Reference",
8082
- "text": "SVGElementTagNameMap",
8083
- "canonicalReference": "!SVGElementTagNameMap:interface"
8084
- },
8085
- {
8086
- "kind": "Content",
8087
- "text": ">(selectors: K): "
8088
- },
8089
- {
8090
- "kind": "Reference",
8091
- "text": "SVGElementTagNameMap",
8092
- "canonicalReference": "!SVGElementTagNameMap:interface"
8093
- },
8094
- {
8095
- "kind": "Content",
8096
- "text": "[K] | null;\n querySelector<K extends keyof "
8097
- },
8098
- {
8099
- "kind": "Reference",
8100
- "text": "MathMLElementTagNameMap",
8101
- "canonicalReference": "!MathMLElementTagNameMap:interface"
8102
- },
8103
- {
8104
- "kind": "Content",
8105
- "text": ">(selectors: K): "
8106
- },
8107
- {
8108
- "kind": "Reference",
8109
- "text": "MathMLElementTagNameMap",
8110
- "canonicalReference": "!MathMLElementTagNameMap:interface"
8111
- },
8112
- {
8113
- "kind": "Content",
8114
- "text": "[K] | null;\n querySelector<K extends keyof "
8115
- },
8116
- {
8117
- "kind": "Reference",
8118
- "text": "HTMLElementDeprecatedTagNameMap",
8119
- "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
8120
- },
8121
- {
8122
- "kind": "Content",
8123
- "text": ">(selectors: K): "
8124
- },
8125
- {
8126
- "kind": "Reference",
8127
- "text": "HTMLElementDeprecatedTagNameMap",
8128
- "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
8129
- },
8130
- {
8131
- "kind": "Content",
8132
- "text": "[K] | null;\n querySelector<E extends "
8133
- },
8134
- {
8135
- "kind": "Reference",
8136
- "text": "Element",
8137
- "canonicalReference": "!Element:interface"
8138
- },
8139
- {
8140
- "kind": "Content",
8141
- "text": " = "
8142
- },
8143
- {
8144
- "kind": "Reference",
8145
- "text": "Element",
8146
- "canonicalReference": "!Element:interface"
8147
- },
8148
- {
8149
- "kind": "Content",
8150
- "text": ">(selectors: string): E | null;\n querySelectorAll<K extends keyof "
8151
- },
8152
- {
8153
- "kind": "Reference",
8154
- "text": "HTMLElementTagNameMap",
8155
- "canonicalReference": "!HTMLElementTagNameMap:interface"
8156
- },
8157
- {
8158
- "kind": "Content",
8159
- "text": ">(selectors: K): "
8160
- },
8161
- {
8162
- "kind": "Reference",
8163
- "text": "NodeListOf",
8164
- "canonicalReference": "!NodeListOf:interface"
8165
- },
8166
- {
8167
- "kind": "Content",
8168
- "text": "<"
8169
- },
8170
- {
8171
- "kind": "Reference",
8172
- "text": "HTMLElementTagNameMap",
8173
- "canonicalReference": "!HTMLElementTagNameMap:interface"
8174
- },
8175
- {
8176
- "kind": "Content",
8177
- "text": "[K]>;\n querySelectorAll<K extends keyof "
8178
- },
8179
- {
8180
- "kind": "Reference",
8181
- "text": "SVGElementTagNameMap",
8182
- "canonicalReference": "!SVGElementTagNameMap:interface"
8183
- },
8184
- {
8185
- "kind": "Content",
8186
- "text": ">(selectors: K): "
8187
- },
8188
- {
8189
- "kind": "Reference",
8190
- "text": "NodeListOf",
8191
- "canonicalReference": "!NodeListOf:interface"
8192
- },
8193
- {
8194
- "kind": "Content",
8195
- "text": "<"
8196
- },
8197
- {
8198
- "kind": "Reference",
8199
- "text": "SVGElementTagNameMap",
8200
- "canonicalReference": "!SVGElementTagNameMap:interface"
8201
- },
8202
- {
8203
- "kind": "Content",
8204
- "text": "[K]>;\n querySelectorAll<K extends keyof "
8205
- },
8206
- {
8207
- "kind": "Reference",
8208
- "text": "MathMLElementTagNameMap",
8209
- "canonicalReference": "!MathMLElementTagNameMap:interface"
8210
- },
8211
- {
8212
- "kind": "Content",
8213
- "text": ">(selectors: K): "
8214
- },
8215
- {
8216
- "kind": "Reference",
8217
- "text": "NodeListOf",
8218
- "canonicalReference": "!NodeListOf:interface"
8219
- },
8220
- {
8221
- "kind": "Content",
8222
- "text": "<"
8223
- },
8224
- {
8225
- "kind": "Reference",
8226
- "text": "MathMLElementTagNameMap",
8227
- "canonicalReference": "!MathMLElementTagNameMap:interface"
8228
- },
8229
- {
8230
- "kind": "Content",
8231
- "text": "[K]>;\n querySelectorAll<K extends keyof "
8232
- },
8233
- {
8234
- "kind": "Reference",
8235
- "text": "HTMLElementDeprecatedTagNameMap",
8236
- "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
8237
- },
8238
- {
8239
- "kind": "Content",
8240
- "text": ">(selectors: K): "
8241
- },
8242
- {
8243
- "kind": "Reference",
8244
- "text": "NodeListOf",
8245
- "canonicalReference": "!NodeListOf:interface"
8246
- },
8247
- {
8248
- "kind": "Content",
8249
- "text": "<"
8250
- },
8251
- {
8252
- "kind": "Reference",
8253
- "text": "HTMLElementDeprecatedTagNameMap",
8254
- "canonicalReference": "!HTMLElementDeprecatedTagNameMap:interface"
8255
- },
8256
- {
8257
- "kind": "Content",
8258
- "text": "[K]>;\n querySelectorAll<E extends "
8259
- },
8260
- {
8261
- "kind": "Reference",
8262
- "text": "Element",
8263
- "canonicalReference": "!Element:interface"
8264
- },
8265
- {
8266
- "kind": "Content",
8267
- "text": " = "
8268
- },
8269
- {
8270
- "kind": "Reference",
8271
- "text": "Element",
8272
- "canonicalReference": "!Element:interface"
8273
- },
8274
- {
8275
- "kind": "Content",
8276
- "text": ">(selectors: string): "
8277
- },
8278
- {
8279
- "kind": "Reference",
8280
- "text": "NodeListOf",
8281
- "canonicalReference": "!NodeListOf:interface"
8282
- },
8283
- {
8284
- "kind": "Content",
8285
- "text": "<E>;\n replaceChildren(...nodes: ("
8286
- },
8287
- {
8288
- "kind": "Reference",
8289
- "text": "Node",
8290
- "canonicalReference": "!Node:interface"
8291
- },
8292
- {
8293
- "kind": "Content",
8294
- "text": " | string)[]): void;\n readonly assignedSlot: "
8295
- },
8296
- {
8297
- "kind": "Reference",
8298
- "text": "HTMLSlotElement",
8299
- "canonicalReference": "!HTMLSlotElement:interface"
8300
- },
8301
- {
8302
- "kind": "Content",
8303
- "text": " | null;\n readonly attributeStyleMap: "
8304
- },
8305
- {
8306
- "kind": "Reference",
8307
- "text": "StylePropertyMap",
8308
- "canonicalReference": "!StylePropertyMap:interface"
8309
- },
8310
- {
8311
- "kind": "Content",
8312
- "text": ";\n get style(): "
8313
- },
8314
- {
8315
- "kind": "Reference",
8316
- "text": "CSSStyleDeclaration",
8317
- "canonicalReference": "!CSSStyleDeclaration:interface"
8318
- },
8319
- {
8320
- "kind": "Content",
8321
- "text": ";\n set style(cssText: string);\n contentEditable: string;\n enterKeyHint: string;\n inputMode: string;\n readonly isContentEditable: boolean;\n onabort: ((this: "
8322
- },
8323
- {
8324
- "kind": "Reference",
8325
- "text": "GlobalEventHandlers",
8326
- "canonicalReference": "!GlobalEventHandlers:interface"
8327
- },
8328
- {
8329
- "kind": "Content",
8330
- "text": ", ev: "
8331
- },
8332
- {
8333
- "kind": "Reference",
8334
- "text": "UIEvent",
8335
- "canonicalReference": "!UIEvent:interface"
8336
- },
8337
- {
8338
- "kind": "Content",
8339
- "text": ") => any) | null;\n onanimationcancel: ((this: "
8340
- },
8341
- {
8342
- "kind": "Reference",
8343
- "text": "GlobalEventHandlers",
8344
- "canonicalReference": "!GlobalEventHandlers:interface"
8345
- },
8346
- {
8347
- "kind": "Content",
8348
- "text": ", ev: "
8349
- },
8350
- {
8351
- "kind": "Reference",
8352
- "text": "AnimationEvent",
8353
- "canonicalReference": "!AnimationEvent:interface"
8354
- },
8355
- {
8356
- "kind": "Content",
8357
- "text": ") => any) | null;\n onanimationend: ((this: "
8358
- },
8359
- {
8360
- "kind": "Reference",
8361
- "text": "GlobalEventHandlers",
8362
- "canonicalReference": "!GlobalEventHandlers:interface"
8363
- },
8364
- {
8365
- "kind": "Content",
8366
- "text": ", ev: "
8367
- },
8368
- {
8369
- "kind": "Reference",
8370
- "text": "AnimationEvent",
8371
- "canonicalReference": "!AnimationEvent:interface"
8372
- },
8373
- {
8374
- "kind": "Content",
8375
- "text": ") => any) | null;\n onanimationiteration: ((this: "
8376
- },
8377
- {
8378
- "kind": "Reference",
8379
- "text": "GlobalEventHandlers",
8380
- "canonicalReference": "!GlobalEventHandlers:interface"
8381
- },
8382
- {
8383
- "kind": "Content",
8384
- "text": ", ev: "
8385
- },
8386
- {
8387
- "kind": "Reference",
8388
- "text": "AnimationEvent",
8389
- "canonicalReference": "!AnimationEvent:interface"
8390
- },
8391
- {
8392
- "kind": "Content",
8393
- "text": ") => any) | null;\n onanimationstart: ((this: "
8394
- },
8395
- {
8396
- "kind": "Reference",
8397
- "text": "GlobalEventHandlers",
8398
- "canonicalReference": "!GlobalEventHandlers:interface"
8399
- },
8400
- {
8401
- "kind": "Content",
8402
- "text": ", ev: "
8403
- },
8404
- {
8405
- "kind": "Reference",
8406
- "text": "AnimationEvent",
8407
- "canonicalReference": "!AnimationEvent:interface"
8408
- },
8409
- {
8410
- "kind": "Content",
8411
- "text": ") => any) | null;\n onauxclick: ((this: "
8412
- },
8413
- {
8414
- "kind": "Reference",
8415
- "text": "GlobalEventHandlers",
8416
- "canonicalReference": "!GlobalEventHandlers:interface"
8417
- },
8418
- {
8419
- "kind": "Content",
8420
- "text": ", ev: "
8421
- },
8422
- {
8423
- "kind": "Reference",
8424
- "text": "PointerEvent",
8425
- "canonicalReference": "!PointerEvent:interface"
8426
- },
8427
- {
8428
- "kind": "Content",
8429
- "text": ") => any) | null;\n onbeforeinput: ((this: "
8430
- },
8431
- {
8432
- "kind": "Reference",
8433
- "text": "GlobalEventHandlers",
8434
- "canonicalReference": "!GlobalEventHandlers:interface"
8435
- },
8436
- {
8437
- "kind": "Content",
8438
- "text": ", ev: "
8439
- },
8440
- {
8441
- "kind": "Reference",
8442
- "text": "InputEvent",
8443
- "canonicalReference": "!InputEvent:interface"
8444
- },
8445
- {
8446
- "kind": "Content",
8447
- "text": ") => any) | null;\n onbeforematch: ((this: "
8448
- },
8449
- {
8450
- "kind": "Reference",
8451
- "text": "GlobalEventHandlers",
8452
- "canonicalReference": "!GlobalEventHandlers:interface"
8453
- },
8454
- {
8455
- "kind": "Content",
8456
- "text": ", ev: "
8457
- },
8458
- {
8459
- "kind": "Reference",
8460
- "text": "Event",
8461
- "canonicalReference": "!Event:interface"
8462
- },
8463
- {
8464
- "kind": "Content",
8465
- "text": ") => any) | null;\n onbeforetoggle: ((this: "
8466
- },
8467
- {
8468
- "kind": "Reference",
8469
- "text": "GlobalEventHandlers",
8470
- "canonicalReference": "!GlobalEventHandlers:interface"
8471
- },
8472
- {
8473
- "kind": "Content",
8474
- "text": ", ev: "
8475
- },
8476
- {
8477
- "kind": "Reference",
8478
- "text": "ToggleEvent",
8479
- "canonicalReference": "!ToggleEvent:interface"
8480
- },
8481
- {
8482
- "kind": "Content",
8483
- "text": ") => any) | null;\n onblur: ((this: "
8484
- },
8485
- {
8486
- "kind": "Reference",
8487
- "text": "GlobalEventHandlers",
8488
- "canonicalReference": "!GlobalEventHandlers:interface"
8489
- },
8490
- {
8491
- "kind": "Content",
8492
- "text": ", ev: "
8493
- },
8494
- {
8495
- "kind": "Reference",
8496
- "text": "FocusEvent",
8497
- "canonicalReference": "!FocusEvent:interface"
8498
- },
8499
- {
8500
- "kind": "Content",
8501
- "text": ") => any) | null;\n oncancel: ((this: "
8502
- },
8503
- {
8504
- "kind": "Reference",
8505
- "text": "GlobalEventHandlers",
8506
- "canonicalReference": "!GlobalEventHandlers:interface"
8507
- },
8508
- {
8509
- "kind": "Content",
8510
- "text": ", ev: "
8511
- },
8512
- {
8513
- "kind": "Reference",
8514
- "text": "Event",
8515
- "canonicalReference": "!Event:interface"
8516
- },
8517
- {
8518
- "kind": "Content",
8519
- "text": ") => any) | null;\n oncanplay: ((this: "
8520
- },
8521
- {
8522
- "kind": "Reference",
8523
- "text": "GlobalEventHandlers",
8524
- "canonicalReference": "!GlobalEventHandlers:interface"
8525
- },
8526
- {
8527
- "kind": "Content",
8528
- "text": ", ev: "
8529
- },
8530
- {
8531
- "kind": "Reference",
8532
- "text": "Event",
8533
- "canonicalReference": "!Event:interface"
8534
- },
8535
- {
8536
- "kind": "Content",
8537
- "text": ") => any) | null;\n oncanplaythrough: ((this: "
8538
- },
8539
- {
8540
- "kind": "Reference",
8541
- "text": "GlobalEventHandlers",
8542
- "canonicalReference": "!GlobalEventHandlers:interface"
8543
- },
8544
- {
8545
- "kind": "Content",
8546
- "text": ", ev: "
8547
- },
8548
- {
8549
- "kind": "Reference",
8550
- "text": "Event",
8551
- "canonicalReference": "!Event:interface"
8552
- },
8553
- {
8554
- "kind": "Content",
8555
- "text": ") => any) | null;\n onchange: ((this: "
8556
- },
8557
- {
8558
- "kind": "Reference",
8559
- "text": "GlobalEventHandlers",
8560
- "canonicalReference": "!GlobalEventHandlers:interface"
8561
- },
8562
- {
8563
- "kind": "Content",
8564
- "text": ", ev: "
8565
- },
8566
- {
8567
- "kind": "Reference",
8568
- "text": "Event",
8569
- "canonicalReference": "!Event:interface"
8570
- },
8571
- {
8572
- "kind": "Content",
8573
- "text": ") => any) | null;\n onclick: ((this: "
8574
- },
8575
- {
8576
- "kind": "Reference",
8577
- "text": "GlobalEventHandlers",
8578
- "canonicalReference": "!GlobalEventHandlers:interface"
8579
- },
8580
- {
8581
- "kind": "Content",
8582
- "text": ", ev: "
8583
- },
8584
- {
8585
- "kind": "Reference",
8586
- "text": "PointerEvent",
8587
- "canonicalReference": "!PointerEvent:interface"
8588
- },
8589
- {
8590
- "kind": "Content",
8591
- "text": ") => any) | null;\n onclose: ((this: "
8592
- },
8593
- {
8594
- "kind": "Reference",
8595
- "text": "GlobalEventHandlers",
8596
- "canonicalReference": "!GlobalEventHandlers:interface"
8597
- },
8598
- {
8599
- "kind": "Content",
8600
- "text": ", ev: "
8601
- },
8602
- {
8603
- "kind": "Reference",
8604
- "text": "Event",
8605
- "canonicalReference": "!Event:interface"
8606
- },
8607
- {
8608
- "kind": "Content",
8609
- "text": ") => any) | null;\n oncontextlost: ((this: "
8610
- },
8611
- {
8612
- "kind": "Reference",
8613
- "text": "GlobalEventHandlers",
8614
- "canonicalReference": "!GlobalEventHandlers:interface"
8615
- },
8616
- {
8617
- "kind": "Content",
8618
- "text": ", ev: "
8619
- },
8620
- {
8621
- "kind": "Reference",
8622
- "text": "Event",
8623
- "canonicalReference": "!Event:interface"
8624
- },
8625
- {
8626
- "kind": "Content",
8627
- "text": ") => any) | null;\n oncontextmenu: ((this: "
8628
- },
8629
- {
8630
- "kind": "Reference",
8631
- "text": "GlobalEventHandlers",
8632
- "canonicalReference": "!GlobalEventHandlers:interface"
8633
- },
8634
- {
8635
- "kind": "Content",
8636
- "text": ", ev: "
8637
- },
8638
- {
8639
- "kind": "Reference",
8640
- "text": "PointerEvent",
8641
- "canonicalReference": "!PointerEvent:interface"
8642
- },
8643
- {
8644
- "kind": "Content",
8645
- "text": ") => any) | null;\n oncontextrestored: ((this: "
8646
- },
8647
- {
8648
- "kind": "Reference",
8649
- "text": "GlobalEventHandlers",
8650
- "canonicalReference": "!GlobalEventHandlers:interface"
8651
- },
8652
- {
8653
- "kind": "Content",
8654
- "text": ", ev: "
8655
- },
8656
- {
8657
- "kind": "Reference",
8658
- "text": "Event",
8659
- "canonicalReference": "!Event:interface"
8660
- },
8661
- {
8662
- "kind": "Content",
8663
- "text": ") => any) | null;\n oncopy: ((this: "
8664
- },
8665
- {
8666
- "kind": "Reference",
8667
- "text": "GlobalEventHandlers",
8668
- "canonicalReference": "!GlobalEventHandlers:interface"
8669
- },
8670
- {
8671
- "kind": "Content",
8672
- "text": ", ev: "
8673
- },
8674
- {
8675
- "kind": "Reference",
8676
- "text": "ClipboardEvent",
8677
- "canonicalReference": "!ClipboardEvent:interface"
8678
- },
8679
- {
8680
- "kind": "Content",
8681
- "text": ") => any) | null;\n oncuechange: ((this: "
8682
- },
8683
- {
8684
- "kind": "Reference",
8685
- "text": "GlobalEventHandlers",
8686
- "canonicalReference": "!GlobalEventHandlers:interface"
8687
- },
8688
- {
8689
- "kind": "Content",
8690
- "text": ", ev: "
8691
- },
8692
- {
8693
- "kind": "Reference",
8694
- "text": "Event",
8695
- "canonicalReference": "!Event:interface"
8696
- },
8697
- {
8698
- "kind": "Content",
8699
- "text": ") => any) | null;\n oncut: ((this: "
8700
- },
8701
- {
8702
- "kind": "Reference",
8703
- "text": "GlobalEventHandlers",
8704
- "canonicalReference": "!GlobalEventHandlers:interface"
8705
- },
8706
- {
8707
- "kind": "Content",
8708
- "text": ", ev: "
8709
- },
8710
- {
8711
- "kind": "Reference",
8712
- "text": "ClipboardEvent",
8713
- "canonicalReference": "!ClipboardEvent:interface"
8714
- },
8715
- {
8716
- "kind": "Content",
8717
- "text": ") => any) | null;\n ondblclick: ((this: "
8718
- },
8719
- {
8720
- "kind": "Reference",
8721
- "text": "GlobalEventHandlers",
8722
- "canonicalReference": "!GlobalEventHandlers:interface"
8723
- },
8724
- {
8725
- "kind": "Content",
8726
- "text": ", ev: "
8727
- },
8728
- {
8729
- "kind": "Reference",
8730
- "text": "MouseEvent",
8731
- "canonicalReference": "!MouseEvent:interface"
8732
- },
8733
- {
8734
- "kind": "Content",
8735
- "text": ") => any) | null;\n ondrag: ((this: "
8736
- },
8737
- {
8738
- "kind": "Reference",
8739
- "text": "GlobalEventHandlers",
8740
- "canonicalReference": "!GlobalEventHandlers:interface"
8741
- },
8742
- {
8743
- "kind": "Content",
8744
- "text": ", ev: "
8745
- },
8746
- {
8747
- "kind": "Reference",
8748
- "text": "DragEvent",
8749
- "canonicalReference": "!DragEvent:interface"
8750
- },
8751
- {
8752
- "kind": "Content",
8753
- "text": ") => any) | null;\n ondragend: ((this: "
8754
- },
8755
- {
8756
- "kind": "Reference",
8757
- "text": "GlobalEventHandlers",
8758
- "canonicalReference": "!GlobalEventHandlers:interface"
8759
- },
8760
- {
8761
- "kind": "Content",
8762
- "text": ", ev: "
8763
- },
8764
- {
8765
- "kind": "Reference",
8766
- "text": "DragEvent",
8767
- "canonicalReference": "!DragEvent:interface"
8768
- },
8769
- {
8770
- "kind": "Content",
8771
- "text": ") => any) | null;\n ondragenter: ((this: "
8772
- },
8773
- {
8774
- "kind": "Reference",
8775
- "text": "GlobalEventHandlers",
8776
- "canonicalReference": "!GlobalEventHandlers:interface"
8777
- },
8778
- {
8779
- "kind": "Content",
8780
- "text": ", ev: "
8781
- },
8782
- {
8783
- "kind": "Reference",
8784
- "text": "DragEvent",
8785
- "canonicalReference": "!DragEvent:interface"
8786
- },
8787
- {
8788
- "kind": "Content",
8789
- "text": ") => any) | null;\n ondragleave: ((this: "
8790
- },
8791
- {
8792
- "kind": "Reference",
8793
- "text": "GlobalEventHandlers",
8794
- "canonicalReference": "!GlobalEventHandlers:interface"
8795
- },
8796
- {
8797
- "kind": "Content",
8798
- "text": ", ev: "
8799
- },
8800
- {
8801
- "kind": "Reference",
8802
- "text": "DragEvent",
8803
- "canonicalReference": "!DragEvent:interface"
8804
- },
8805
- {
8806
- "kind": "Content",
8807
- "text": ") => any) | null;\n ondragover: ((this: "
8808
- },
8809
- {
8810
- "kind": "Reference",
8811
- "text": "GlobalEventHandlers",
8812
- "canonicalReference": "!GlobalEventHandlers:interface"
8813
- },
8814
- {
8815
- "kind": "Content",
8816
- "text": ", ev: "
8817
- },
8818
- {
8819
- "kind": "Reference",
8820
- "text": "DragEvent",
8821
- "canonicalReference": "!DragEvent:interface"
8822
- },
8823
- {
8824
- "kind": "Content",
8825
- "text": ") => any) | null;\n ondragstart: ((this: "
8826
- },
8827
- {
8828
- "kind": "Reference",
8829
- "text": "GlobalEventHandlers",
8830
- "canonicalReference": "!GlobalEventHandlers:interface"
8831
- },
8832
- {
8833
- "kind": "Content",
8834
- "text": ", ev: "
8835
- },
8836
- {
8837
- "kind": "Reference",
8838
- "text": "DragEvent",
8839
- "canonicalReference": "!DragEvent:interface"
8840
- },
8841
- {
8842
- "kind": "Content",
8843
- "text": ") => any) | null;\n ondrop: ((this: "
8844
- },
8845
- {
8846
- "kind": "Reference",
8847
- "text": "GlobalEventHandlers",
8848
- "canonicalReference": "!GlobalEventHandlers:interface"
8849
- },
8850
- {
8851
- "kind": "Content",
8852
- "text": ", ev: "
8853
- },
8854
- {
8855
- "kind": "Reference",
8856
- "text": "DragEvent",
8857
- "canonicalReference": "!DragEvent:interface"
8858
- },
8859
- {
8860
- "kind": "Content",
8861
- "text": ") => any) | null;\n ondurationchange: ((this: "
8862
- },
8863
- {
8864
- "kind": "Reference",
8865
- "text": "GlobalEventHandlers",
8866
- "canonicalReference": "!GlobalEventHandlers:interface"
8867
- },
8868
- {
8869
- "kind": "Content",
8870
- "text": ", ev: "
8871
- },
8872
- {
8873
- "kind": "Reference",
8874
- "text": "Event",
8875
- "canonicalReference": "!Event:interface"
8876
- },
8877
- {
8878
- "kind": "Content",
8879
- "text": ") => any) | null;\n onemptied: ((this: "
8880
- },
8881
- {
8882
- "kind": "Reference",
8883
- "text": "GlobalEventHandlers",
8884
- "canonicalReference": "!GlobalEventHandlers:interface"
8885
- },
8886
- {
8887
- "kind": "Content",
8888
- "text": ", ev: "
8889
- },
8890
- {
8891
- "kind": "Reference",
8892
- "text": "Event",
8893
- "canonicalReference": "!Event:interface"
8894
- },
8895
- {
8896
- "kind": "Content",
8897
- "text": ") => any) | null;\n onended: ((this: "
8898
- },
8899
- {
8900
- "kind": "Reference",
8901
- "text": "GlobalEventHandlers",
8902
- "canonicalReference": "!GlobalEventHandlers:interface"
8903
- },
8904
- {
8905
- "kind": "Content",
8906
- "text": ", ev: "
8907
- },
8908
- {
8909
- "kind": "Reference",
8910
- "text": "Event",
8911
- "canonicalReference": "!Event:interface"
8912
- },
8913
- {
8914
- "kind": "Content",
8915
- "text": ") => any) | null;\n onerror: "
8916
- },
8917
- {
8918
- "kind": "Reference",
8919
- "text": "OnErrorEventHandler",
8920
- "canonicalReference": "!OnErrorEventHandler:type"
8921
- },
8922
- {
8923
- "kind": "Content",
8924
- "text": ";\n onfocus: ((this: "
8925
- },
8926
- {
8927
- "kind": "Reference",
8928
- "text": "GlobalEventHandlers",
8929
- "canonicalReference": "!GlobalEventHandlers:interface"
8930
- },
8931
- {
8932
- "kind": "Content",
8933
- "text": ", ev: "
8934
- },
8935
- {
8936
- "kind": "Reference",
8937
- "text": "FocusEvent",
8938
- "canonicalReference": "!FocusEvent:interface"
8939
- },
8940
- {
8941
- "kind": "Content",
8942
- "text": ") => any) | null;\n onformdata: ((this: "
8943
- },
8944
- {
8945
- "kind": "Reference",
8946
- "text": "GlobalEventHandlers",
8947
- "canonicalReference": "!GlobalEventHandlers:interface"
8948
- },
8949
- {
8950
- "kind": "Content",
8951
- "text": ", ev: "
8952
- },
8953
- {
8954
- "kind": "Reference",
8955
- "text": "FormDataEvent",
8956
- "canonicalReference": "!FormDataEvent:interface"
8957
- },
8958
- {
8959
- "kind": "Content",
8960
- "text": ") => any) | null;\n ongotpointercapture: ((this: "
8961
- },
8962
- {
8963
- "kind": "Reference",
8964
- "text": "GlobalEventHandlers",
8965
- "canonicalReference": "!GlobalEventHandlers:interface"
8966
- },
8967
- {
8968
- "kind": "Content",
8969
- "text": ", ev: "
8970
- },
8971
- {
8972
- "kind": "Reference",
8973
- "text": "PointerEvent",
8974
- "canonicalReference": "!PointerEvent:interface"
8975
- },
8976
- {
8977
- "kind": "Content",
8978
- "text": ") => any) | null;\n oninput: ((this: "
8979
- },
8980
- {
8981
- "kind": "Reference",
8982
- "text": "GlobalEventHandlers",
8983
- "canonicalReference": "!GlobalEventHandlers:interface"
8984
- },
8985
- {
8986
- "kind": "Content",
8987
- "text": ", ev: "
8988
- },
8989
- {
8990
- "kind": "Reference",
8991
- "text": "Event",
8992
- "canonicalReference": "!Event:interface"
8993
- },
8994
- {
8995
- "kind": "Content",
8996
- "text": ") => any) | null;\n oninvalid: ((this: "
8997
- },
8998
- {
8999
- "kind": "Reference",
9000
- "text": "GlobalEventHandlers",
9001
- "canonicalReference": "!GlobalEventHandlers:interface"
9002
- },
9003
- {
9004
- "kind": "Content",
9005
- "text": ", ev: "
9006
- },
9007
- {
9008
- "kind": "Reference",
9009
- "text": "Event",
9010
- "canonicalReference": "!Event:interface"
9011
- },
9012
- {
9013
- "kind": "Content",
9014
- "text": ") => any) | null;\n onkeydown: ((this: "
9015
- },
9016
- {
9017
- "kind": "Reference",
9018
- "text": "GlobalEventHandlers",
9019
- "canonicalReference": "!GlobalEventHandlers:interface"
9020
- },
9021
- {
9022
- "kind": "Content",
9023
- "text": ", ev: "
9024
- },
9025
- {
9026
- "kind": "Reference",
9027
- "text": "KeyboardEvent",
9028
- "canonicalReference": "!KeyboardEvent:interface"
9029
- },
9030
- {
9031
- "kind": "Content",
9032
- "text": ") => any) | null;\n onkeypress: ((this: "
9033
- },
9034
- {
9035
- "kind": "Reference",
9036
- "text": "GlobalEventHandlers",
9037
- "canonicalReference": "!GlobalEventHandlers:interface"
9038
- },
9039
- {
9040
- "kind": "Content",
9041
- "text": ", ev: "
9042
- },
9043
- {
9044
- "kind": "Reference",
9045
- "text": "KeyboardEvent",
9046
- "canonicalReference": "!KeyboardEvent:interface"
9047
- },
9048
- {
9049
- "kind": "Content",
9050
- "text": ") => any) | null;\n onkeyup: ((this: "
9051
- },
9052
- {
9053
- "kind": "Reference",
9054
- "text": "GlobalEventHandlers",
9055
- "canonicalReference": "!GlobalEventHandlers:interface"
9056
- },
9057
- {
9058
- "kind": "Content",
9059
- "text": ", ev: "
9060
- },
9061
- {
9062
- "kind": "Reference",
9063
- "text": "KeyboardEvent",
9064
- "canonicalReference": "!KeyboardEvent:interface"
9065
- },
9066
- {
9067
- "kind": "Content",
9068
- "text": ") => any) | null;\n onload: ((this: "
9069
- },
9070
- {
9071
- "kind": "Reference",
9072
- "text": "GlobalEventHandlers",
9073
- "canonicalReference": "!GlobalEventHandlers:interface"
9074
- },
9075
- {
9076
- "kind": "Content",
9077
- "text": ", ev: "
9078
- },
9079
- {
9080
- "kind": "Reference",
9081
- "text": "Event",
9082
- "canonicalReference": "!Event:interface"
9083
- },
9084
- {
9085
- "kind": "Content",
9086
- "text": ") => any) | null;\n onloadeddata: ((this: "
9087
- },
9088
- {
9089
- "kind": "Reference",
9090
- "text": "GlobalEventHandlers",
9091
- "canonicalReference": "!GlobalEventHandlers:interface"
9092
- },
9093
- {
9094
- "kind": "Content",
9095
- "text": ", ev: "
9096
- },
9097
- {
9098
- "kind": "Reference",
9099
- "text": "Event",
9100
- "canonicalReference": "!Event:interface"
9101
- },
9102
- {
9103
- "kind": "Content",
9104
- "text": ") => any) | null;\n onloadedmetadata: ((this: "
9105
- },
9106
- {
9107
- "kind": "Reference",
9108
- "text": "GlobalEventHandlers",
9109
- "canonicalReference": "!GlobalEventHandlers:interface"
9110
- },
9111
- {
9112
- "kind": "Content",
9113
- "text": ", ev: "
9114
- },
9115
- {
9116
- "kind": "Reference",
9117
- "text": "Event",
9118
- "canonicalReference": "!Event:interface"
9119
- },
9120
- {
9121
- "kind": "Content",
9122
- "text": ") => any) | null;\n onloadstart: ((this: "
9123
- },
9124
- {
9125
- "kind": "Reference",
9126
- "text": "GlobalEventHandlers",
9127
- "canonicalReference": "!GlobalEventHandlers:interface"
9128
- },
9129
- {
9130
- "kind": "Content",
9131
- "text": ", ev: "
9132
- },
9133
- {
9134
- "kind": "Reference",
9135
- "text": "Event",
9136
- "canonicalReference": "!Event:interface"
9137
- },
9138
- {
9139
- "kind": "Content",
9140
- "text": ") => any) | null;\n onlostpointercapture: ((this: "
9141
- },
9142
- {
9143
- "kind": "Reference",
9144
- "text": "GlobalEventHandlers",
9145
- "canonicalReference": "!GlobalEventHandlers:interface"
9146
- },
9147
- {
9148
- "kind": "Content",
9149
- "text": ", ev: "
9150
- },
9151
- {
9152
- "kind": "Reference",
9153
- "text": "PointerEvent",
9154
- "canonicalReference": "!PointerEvent:interface"
9155
- },
9156
- {
9157
- "kind": "Content",
9158
- "text": ") => any) | null;\n onmousedown: ((this: "
9159
- },
9160
- {
9161
- "kind": "Reference",
9162
- "text": "GlobalEventHandlers",
9163
- "canonicalReference": "!GlobalEventHandlers:interface"
9164
- },
9165
- {
9166
- "kind": "Content",
9167
- "text": ", ev: "
9168
- },
9169
- {
9170
- "kind": "Reference",
9171
- "text": "MouseEvent",
9172
- "canonicalReference": "!MouseEvent:interface"
9173
- },
9174
- {
9175
- "kind": "Content",
9176
- "text": ") => any) | null;\n onmouseenter: ((this: "
9177
- },
9178
- {
9179
- "kind": "Reference",
9180
- "text": "GlobalEventHandlers",
9181
- "canonicalReference": "!GlobalEventHandlers:interface"
9182
- },
9183
- {
9184
- "kind": "Content",
9185
- "text": ", ev: "
9186
- },
9187
- {
9188
- "kind": "Reference",
9189
- "text": "MouseEvent",
9190
- "canonicalReference": "!MouseEvent:interface"
9191
- },
9192
- {
9193
- "kind": "Content",
9194
- "text": ") => any) | null;\n onmouseleave: ((this: "
9195
- },
9196
- {
9197
- "kind": "Reference",
9198
- "text": "GlobalEventHandlers",
9199
- "canonicalReference": "!GlobalEventHandlers:interface"
9200
- },
9201
- {
9202
- "kind": "Content",
9203
- "text": ", ev: "
9204
- },
9205
- {
9206
- "kind": "Reference",
9207
- "text": "MouseEvent",
9208
- "canonicalReference": "!MouseEvent:interface"
9209
- },
9210
- {
9211
- "kind": "Content",
9212
- "text": ") => any) | null;\n onmousemove: ((this: "
9213
- },
9214
- {
9215
- "kind": "Reference",
9216
- "text": "GlobalEventHandlers",
9217
- "canonicalReference": "!GlobalEventHandlers:interface"
9218
- },
9219
- {
9220
- "kind": "Content",
9221
- "text": ", ev: "
9222
- },
9223
- {
9224
- "kind": "Reference",
9225
- "text": "MouseEvent",
9226
- "canonicalReference": "!MouseEvent:interface"
9227
- },
9228
- {
9229
- "kind": "Content",
9230
- "text": ") => any) | null;\n onmouseout: ((this: "
9231
- },
9232
- {
9233
- "kind": "Reference",
9234
- "text": "GlobalEventHandlers",
9235
- "canonicalReference": "!GlobalEventHandlers:interface"
9236
- },
9237
- {
9238
- "kind": "Content",
9239
- "text": ", ev: "
9240
- },
9241
- {
9242
- "kind": "Reference",
9243
- "text": "MouseEvent",
9244
- "canonicalReference": "!MouseEvent:interface"
9245
- },
9246
- {
9247
- "kind": "Content",
9248
- "text": ") => any) | null;\n onmouseover: ((this: "
9249
- },
9250
- {
9251
- "kind": "Reference",
9252
- "text": "GlobalEventHandlers",
9253
- "canonicalReference": "!GlobalEventHandlers:interface"
9254
- },
9255
- {
9256
- "kind": "Content",
9257
- "text": ", ev: "
9258
- },
9259
- {
9260
- "kind": "Reference",
9261
- "text": "MouseEvent",
9262
- "canonicalReference": "!MouseEvent:interface"
9263
- },
9264
- {
9265
- "kind": "Content",
9266
- "text": ") => any) | null;\n onmouseup: ((this: "
9267
- },
9268
- {
9269
- "kind": "Reference",
9270
- "text": "GlobalEventHandlers",
9271
- "canonicalReference": "!GlobalEventHandlers:interface"
9272
- },
9273
- {
9274
- "kind": "Content",
9275
- "text": ", ev: "
9276
- },
9277
- {
9278
- "kind": "Reference",
9279
- "text": "MouseEvent",
9280
- "canonicalReference": "!MouseEvent:interface"
9281
- },
9282
- {
9283
- "kind": "Content",
9284
- "text": ") => any) | null;\n onpaste: ((this: "
9285
- },
9286
- {
9287
- "kind": "Reference",
9288
- "text": "GlobalEventHandlers",
9289
- "canonicalReference": "!GlobalEventHandlers:interface"
9290
- },
9291
- {
9292
- "kind": "Content",
9293
- "text": ", ev: "
9294
- },
9295
- {
9296
- "kind": "Reference",
9297
- "text": "ClipboardEvent",
9298
- "canonicalReference": "!ClipboardEvent:interface"
9299
- },
9300
- {
9301
- "kind": "Content",
9302
- "text": ") => any) | null;\n onpause: ((this: "
9303
- },
9304
- {
9305
- "kind": "Reference",
9306
- "text": "GlobalEventHandlers",
9307
- "canonicalReference": "!GlobalEventHandlers:interface"
9308
- },
9309
- {
9310
- "kind": "Content",
9311
- "text": ", ev: "
9312
- },
9313
- {
9314
- "kind": "Reference",
9315
- "text": "Event",
9316
- "canonicalReference": "!Event:interface"
9317
- },
9318
- {
9319
- "kind": "Content",
9320
- "text": ") => any) | null;\n onplay: ((this: "
9321
- },
9322
- {
9323
- "kind": "Reference",
9324
- "text": "GlobalEventHandlers",
9325
- "canonicalReference": "!GlobalEventHandlers:interface"
9326
- },
9327
- {
9328
- "kind": "Content",
9329
- "text": ", ev: "
9330
- },
9331
- {
9332
- "kind": "Reference",
9333
- "text": "Event",
9334
- "canonicalReference": "!Event:interface"
9335
- },
9336
- {
9337
- "kind": "Content",
9338
- "text": ") => any) | null;\n onplaying: ((this: "
9339
- },
9340
- {
9341
- "kind": "Reference",
9342
- "text": "GlobalEventHandlers",
9343
- "canonicalReference": "!GlobalEventHandlers:interface"
9344
- },
9345
- {
9346
- "kind": "Content",
9347
- "text": ", ev: "
9348
- },
9349
- {
9350
- "kind": "Reference",
9351
- "text": "Event",
9352
- "canonicalReference": "!Event:interface"
9353
- },
9354
- {
9355
- "kind": "Content",
9356
- "text": ") => any) | null;\n onpointercancel: ((this: "
9357
- },
9358
- {
9359
- "kind": "Reference",
9360
- "text": "GlobalEventHandlers",
9361
- "canonicalReference": "!GlobalEventHandlers:interface"
9362
- },
9363
- {
9364
- "kind": "Content",
9365
- "text": ", ev: "
9366
- },
9367
- {
9368
- "kind": "Reference",
9369
- "text": "PointerEvent",
9370
- "canonicalReference": "!PointerEvent:interface"
9371
- },
9372
- {
9373
- "kind": "Content",
9374
- "text": ") => any) | null;\n onpointerdown: ((this: "
9375
- },
9376
- {
9377
- "kind": "Reference",
9378
- "text": "GlobalEventHandlers",
9379
- "canonicalReference": "!GlobalEventHandlers:interface"
9380
- },
9381
- {
9382
- "kind": "Content",
9383
- "text": ", ev: "
9384
- },
9385
- {
9386
- "kind": "Reference",
9387
- "text": "PointerEvent",
9388
- "canonicalReference": "!PointerEvent:interface"
9389
- },
9390
- {
9391
- "kind": "Content",
9392
- "text": ") => any) | null;\n onpointerenter: ((this: "
9393
- },
9394
- {
9395
- "kind": "Reference",
9396
- "text": "GlobalEventHandlers",
9397
- "canonicalReference": "!GlobalEventHandlers:interface"
9398
- },
9399
- {
9400
- "kind": "Content",
9401
- "text": ", ev: "
9402
- },
9403
- {
9404
- "kind": "Reference",
9405
- "text": "PointerEvent",
9406
- "canonicalReference": "!PointerEvent:interface"
9407
- },
9408
- {
9409
- "kind": "Content",
9410
- "text": ") => any) | null;\n onpointerleave: ((this: "
9411
- },
9412
- {
9413
- "kind": "Reference",
9414
- "text": "GlobalEventHandlers",
9415
- "canonicalReference": "!GlobalEventHandlers:interface"
9416
- },
9417
- {
9418
- "kind": "Content",
9419
- "text": ", ev: "
9420
- },
9421
- {
9422
- "kind": "Reference",
9423
- "text": "PointerEvent",
9424
- "canonicalReference": "!PointerEvent:interface"
9425
- },
9426
- {
9427
- "kind": "Content",
9428
- "text": ") => any) | null;\n onpointermove: ((this: "
9429
- },
9430
- {
9431
- "kind": "Reference",
9432
- "text": "GlobalEventHandlers",
9433
- "canonicalReference": "!GlobalEventHandlers:interface"
9434
- },
9435
- {
9436
- "kind": "Content",
9437
- "text": ", ev: "
9438
- },
9439
- {
9440
- "kind": "Reference",
9441
- "text": "PointerEvent",
9442
- "canonicalReference": "!PointerEvent:interface"
9443
- },
9444
- {
9445
- "kind": "Content",
9446
- "text": ") => any) | null;\n onpointerout: ((this: "
9447
- },
9448
- {
9449
- "kind": "Reference",
9450
- "text": "GlobalEventHandlers",
9451
- "canonicalReference": "!GlobalEventHandlers:interface"
9452
- },
9453
- {
9454
- "kind": "Content",
9455
- "text": ", ev: "
9456
- },
9457
- {
9458
- "kind": "Reference",
9459
- "text": "PointerEvent",
9460
- "canonicalReference": "!PointerEvent:interface"
9461
- },
9462
- {
9463
- "kind": "Content",
9464
- "text": ") => any) | null;\n onpointerover: ((this: "
9465
- },
9466
- {
9467
- "kind": "Reference",
9468
- "text": "GlobalEventHandlers",
9469
- "canonicalReference": "!GlobalEventHandlers:interface"
9470
- },
9471
- {
9472
- "kind": "Content",
9473
- "text": ", ev: "
9474
- },
9475
- {
9476
- "kind": "Reference",
9477
- "text": "PointerEvent",
9478
- "canonicalReference": "!PointerEvent:interface"
9479
- },
9480
- {
9481
- "kind": "Content",
9482
- "text": ") => any) | null;\n onpointerrawupdate: ((this: "
9483
- },
9484
- {
9485
- "kind": "Reference",
9486
- "text": "GlobalEventHandlers",
9487
- "canonicalReference": "!GlobalEventHandlers:interface"
9488
- },
9489
- {
9490
- "kind": "Content",
9491
- "text": ", ev: "
9492
- },
9493
- {
9494
- "kind": "Reference",
9495
- "text": "Event",
9496
- "canonicalReference": "!Event:interface"
9497
- },
9498
- {
9499
- "kind": "Content",
9500
- "text": ") => any) | null;\n onpointerup: ((this: "
9501
- },
9502
- {
9503
- "kind": "Reference",
9504
- "text": "GlobalEventHandlers",
9505
- "canonicalReference": "!GlobalEventHandlers:interface"
9506
- },
9507
- {
9508
- "kind": "Content",
9509
- "text": ", ev: "
9510
- },
9511
- {
9512
- "kind": "Reference",
9513
- "text": "PointerEvent",
9514
- "canonicalReference": "!PointerEvent:interface"
9515
- },
9516
- {
9517
- "kind": "Content",
9518
- "text": ") => any) | null;\n onprogress: ((this: "
9519
- },
9520
- {
9521
- "kind": "Reference",
9522
- "text": "GlobalEventHandlers",
9523
- "canonicalReference": "!GlobalEventHandlers:interface"
9524
- },
9525
- {
9526
- "kind": "Content",
9527
- "text": ", ev: "
9528
- },
9529
- {
9530
- "kind": "Reference",
9531
- "text": "ProgressEvent",
9532
- "canonicalReference": "!ProgressEvent:interface"
9533
- },
9534
- {
9535
- "kind": "Content",
9536
- "text": ") => any) | null;\n onratechange: ((this: "
9537
- },
9538
- {
9539
- "kind": "Reference",
9540
- "text": "GlobalEventHandlers",
9541
- "canonicalReference": "!GlobalEventHandlers:interface"
9542
- },
9543
- {
9544
- "kind": "Content",
9545
- "text": ", ev: "
9546
- },
9547
- {
9548
- "kind": "Reference",
9549
- "text": "Event",
9550
- "canonicalReference": "!Event:interface"
9551
- },
9552
- {
9553
- "kind": "Content",
9554
- "text": ") => any) | null;\n onreset: ((this: "
9555
- },
9556
- {
9557
- "kind": "Reference",
9558
- "text": "GlobalEventHandlers",
9559
- "canonicalReference": "!GlobalEventHandlers:interface"
9560
- },
9561
- {
9562
- "kind": "Content",
9563
- "text": ", ev: "
9564
- },
9565
- {
9566
- "kind": "Reference",
9567
- "text": "Event",
9568
- "canonicalReference": "!Event:interface"
9569
- },
9570
- {
9571
- "kind": "Content",
9572
- "text": ") => any) | null;\n onresize: ((this: "
9573
- },
9574
- {
9575
- "kind": "Reference",
9576
- "text": "GlobalEventHandlers",
9577
- "canonicalReference": "!GlobalEventHandlers:interface"
9578
- },
9579
- {
9580
- "kind": "Content",
9581
- "text": ", ev: "
9582
- },
9583
- {
9584
- "kind": "Reference",
9585
- "text": "UIEvent",
9586
- "canonicalReference": "!UIEvent:interface"
9587
- },
9588
- {
9589
- "kind": "Content",
9590
- "text": ") => any) | null;\n onscroll: ((this: "
9591
- },
9592
- {
9593
- "kind": "Reference",
9594
- "text": "GlobalEventHandlers",
9595
- "canonicalReference": "!GlobalEventHandlers:interface"
9596
- },
9597
- {
9598
- "kind": "Content",
9599
- "text": ", ev: "
9600
- },
9601
- {
9602
- "kind": "Reference",
9603
- "text": "Event",
9604
- "canonicalReference": "!Event:interface"
9605
- },
9606
- {
9607
- "kind": "Content",
9608
- "text": ") => any) | null;\n onscrollend: ((this: "
9609
- },
9610
- {
9611
- "kind": "Reference",
9612
- "text": "GlobalEventHandlers",
9613
- "canonicalReference": "!GlobalEventHandlers:interface"
9614
- },
9615
- {
9616
- "kind": "Content",
9617
- "text": ", ev: "
9618
- },
9619
- {
9620
- "kind": "Reference",
9621
- "text": "Event",
9622
- "canonicalReference": "!Event:interface"
9623
- },
9624
- {
9625
- "kind": "Content",
9626
- "text": ") => any) | null;\n onsecuritypolicyviolation: ((this: "
9627
- },
9628
- {
9629
- "kind": "Reference",
9630
- "text": "GlobalEventHandlers",
9631
- "canonicalReference": "!GlobalEventHandlers:interface"
9632
- },
9633
- {
9634
- "kind": "Content",
9635
- "text": ", ev: "
9636
- },
9637
- {
9638
- "kind": "Reference",
9639
- "text": "SecurityPolicyViolationEvent",
9640
- "canonicalReference": "!SecurityPolicyViolationEvent:interface"
9641
- },
9642
- {
9643
- "kind": "Content",
9644
- "text": ") => any) | null;\n onseeked: ((this: "
9645
- },
9646
- {
9647
- "kind": "Reference",
9648
- "text": "GlobalEventHandlers",
9649
- "canonicalReference": "!GlobalEventHandlers:interface"
9650
- },
9651
- {
9652
- "kind": "Content",
9653
- "text": ", ev: "
9654
- },
9655
- {
9656
- "kind": "Reference",
9657
- "text": "Event",
9658
- "canonicalReference": "!Event:interface"
9659
- },
9660
- {
9661
- "kind": "Content",
9662
- "text": ") => any) | null;\n onseeking: ((this: "
9663
- },
9664
- {
9665
- "kind": "Reference",
9666
- "text": "GlobalEventHandlers",
9667
- "canonicalReference": "!GlobalEventHandlers:interface"
9668
- },
9669
- {
9670
- "kind": "Content",
9671
- "text": ", ev: "
9672
- },
9673
- {
9674
- "kind": "Reference",
9675
- "text": "Event",
9676
- "canonicalReference": "!Event:interface"
9677
- },
9678
- {
9679
- "kind": "Content",
9680
- "text": ") => any) | null;\n onselect: ((this: "
9681
- },
9682
- {
9683
- "kind": "Reference",
9684
- "text": "GlobalEventHandlers",
9685
- "canonicalReference": "!GlobalEventHandlers:interface"
9686
- },
9687
- {
9688
- "kind": "Content",
9689
- "text": ", ev: "
9690
- },
9691
- {
9692
- "kind": "Reference",
9693
- "text": "Event",
9694
- "canonicalReference": "!Event:interface"
9695
- },
9696
- {
9697
- "kind": "Content",
9698
- "text": ") => any) | null;\n onselectionchange: ((this: "
9699
- },
9700
- {
9701
- "kind": "Reference",
9702
- "text": "GlobalEventHandlers",
9703
- "canonicalReference": "!GlobalEventHandlers:interface"
9704
- },
9705
- {
9706
- "kind": "Content",
9707
- "text": ", ev: "
9708
- },
9709
- {
9710
- "kind": "Reference",
9711
- "text": "Event",
9712
- "canonicalReference": "!Event:interface"
9713
- },
9714
- {
9715
- "kind": "Content",
9716
- "text": ") => any) | null;\n onselectstart: ((this: "
9717
- },
9718
- {
9719
- "kind": "Reference",
9720
- "text": "GlobalEventHandlers",
9721
- "canonicalReference": "!GlobalEventHandlers:interface"
9722
- },
9723
- {
9724
- "kind": "Content",
9725
- "text": ", ev: "
9726
- },
9727
- {
9728
- "kind": "Reference",
9729
- "text": "Event",
9730
- "canonicalReference": "!Event:interface"
9731
- },
9732
- {
9733
- "kind": "Content",
9734
- "text": ") => any) | null;\n onslotchange: ((this: "
9735
- },
9736
- {
9737
- "kind": "Reference",
9738
- "text": "GlobalEventHandlers",
9739
- "canonicalReference": "!GlobalEventHandlers:interface"
9740
- },
9741
- {
9742
- "kind": "Content",
9743
- "text": ", ev: "
9744
- },
9745
- {
9746
- "kind": "Reference",
9747
- "text": "Event",
9748
- "canonicalReference": "!Event:interface"
9749
- },
9750
- {
9751
- "kind": "Content",
9752
- "text": ") => any) | null;\n onstalled: ((this: "
9753
- },
9754
- {
9755
- "kind": "Reference",
9756
- "text": "GlobalEventHandlers",
9757
- "canonicalReference": "!GlobalEventHandlers:interface"
9758
- },
9759
- {
9760
- "kind": "Content",
9761
- "text": ", ev: "
9762
- },
9763
- {
9764
- "kind": "Reference",
9765
- "text": "Event",
9766
- "canonicalReference": "!Event:interface"
9767
- },
9768
- {
9769
- "kind": "Content",
9770
- "text": ") => any) | null;\n onsubmit: ((this: "
9771
- },
9772
- {
9773
- "kind": "Reference",
9774
- "text": "GlobalEventHandlers",
9775
- "canonicalReference": "!GlobalEventHandlers:interface"
9776
- },
9777
- {
9778
- "kind": "Content",
9779
- "text": ", ev: "
9780
- },
9781
- {
9782
- "kind": "Reference",
9783
- "text": "SubmitEvent",
9784
- "canonicalReference": "!SubmitEvent:interface"
9785
- },
9786
- {
9787
- "kind": "Content",
9788
- "text": ") => any) | null;\n onsuspend: ((this: "
9789
- },
9790
- {
9791
- "kind": "Reference",
9792
- "text": "GlobalEventHandlers",
9793
- "canonicalReference": "!GlobalEventHandlers:interface"
9794
- },
9795
- {
9796
- "kind": "Content",
9797
- "text": ", ev: "
9798
- },
9799
- {
9800
- "kind": "Reference",
9801
- "text": "Event",
9802
- "canonicalReference": "!Event:interface"
9803
- },
9804
- {
9805
- "kind": "Content",
9806
- "text": ") => any) | null;\n ontimeupdate: ((this: "
9807
- },
9808
- {
9809
- "kind": "Reference",
9810
- "text": "GlobalEventHandlers",
9811
- "canonicalReference": "!GlobalEventHandlers:interface"
9812
- },
9813
- {
9814
- "kind": "Content",
9815
- "text": ", ev: "
9816
- },
9817
- {
9818
- "kind": "Reference",
9819
- "text": "Event",
9820
- "canonicalReference": "!Event:interface"
9821
- },
9822
- {
9823
- "kind": "Content",
9824
- "text": ") => any) | null;\n ontoggle: ((this: "
9825
- },
9826
- {
9827
- "kind": "Reference",
9828
- "text": "GlobalEventHandlers",
9829
- "canonicalReference": "!GlobalEventHandlers:interface"
9830
- },
9831
- {
9832
- "kind": "Content",
9833
- "text": ", ev: "
9834
- },
9835
- {
9836
- "kind": "Reference",
9837
- "text": "ToggleEvent",
9838
- "canonicalReference": "!ToggleEvent:interface"
9839
- },
9840
- {
9841
- "kind": "Content",
9842
- "text": ") => any) | null;\n ontouchcancel?: ((this: "
9843
- },
9844
- {
9845
- "kind": "Reference",
9846
- "text": "GlobalEventHandlers",
9847
- "canonicalReference": "!GlobalEventHandlers:interface"
9848
- },
9849
- {
9850
- "kind": "Content",
9851
- "text": ", ev: "
9852
- },
9853
- {
9854
- "kind": "Reference",
9855
- "text": "TouchEvent",
9856
- "canonicalReference": "!TouchEvent:interface"
9857
- },
9858
- {
9859
- "kind": "Content",
9860
- "text": ") => any) | null | undefined;\n ontouchend?: ((this: "
9861
- },
9862
- {
9863
- "kind": "Reference",
9864
- "text": "GlobalEventHandlers",
9865
- "canonicalReference": "!GlobalEventHandlers:interface"
9866
- },
9867
- {
9868
- "kind": "Content",
9869
- "text": ", ev: "
9870
- },
9871
- {
9872
- "kind": "Reference",
9873
- "text": "TouchEvent",
9874
- "canonicalReference": "!TouchEvent:interface"
9875
- },
9876
- {
9877
- "kind": "Content",
9878
- "text": ") => any) | null | undefined;\n ontouchmove?: ((this: "
9879
- },
9880
- {
9881
- "kind": "Reference",
9882
- "text": "GlobalEventHandlers",
9883
- "canonicalReference": "!GlobalEventHandlers:interface"
9884
- },
9885
- {
9886
- "kind": "Content",
9887
- "text": ", ev: "
9888
- },
9889
- {
9890
- "kind": "Reference",
9891
- "text": "TouchEvent",
9892
- "canonicalReference": "!TouchEvent:interface"
9893
- },
9894
- {
9895
- "kind": "Content",
9896
- "text": ") => any) | null | undefined;\n ontouchstart?: ((this: "
9897
- },
9898
- {
9899
- "kind": "Reference",
9900
- "text": "GlobalEventHandlers",
9901
- "canonicalReference": "!GlobalEventHandlers:interface"
9902
- },
9903
- {
9904
- "kind": "Content",
9905
- "text": ", ev: "
9906
- },
9907
- {
9908
- "kind": "Reference",
9909
- "text": "TouchEvent",
9910
- "canonicalReference": "!TouchEvent:interface"
9911
- },
9912
- {
9913
- "kind": "Content",
9914
- "text": ") => any) | null | undefined;\n ontransitioncancel: ((this: "
9915
- },
9916
- {
9917
- "kind": "Reference",
9918
- "text": "GlobalEventHandlers",
9919
- "canonicalReference": "!GlobalEventHandlers:interface"
9920
- },
9921
- {
9922
- "kind": "Content",
9923
- "text": ", ev: "
9924
- },
9925
- {
9926
- "kind": "Reference",
9927
- "text": "TransitionEvent",
9928
- "canonicalReference": "!TransitionEvent:interface"
9929
- },
9930
- {
9931
- "kind": "Content",
9932
- "text": ") => any) | null;\n ontransitionend: ((this: "
9933
- },
9934
- {
9935
- "kind": "Reference",
9936
- "text": "GlobalEventHandlers",
9937
- "canonicalReference": "!GlobalEventHandlers:interface"
9938
- },
9939
- {
9940
- "kind": "Content",
9941
- "text": ", ev: "
9942
- },
9943
- {
9944
- "kind": "Reference",
9945
- "text": "TransitionEvent",
9946
- "canonicalReference": "!TransitionEvent:interface"
9947
- },
9948
- {
9949
- "kind": "Content",
9950
- "text": ") => any) | null;\n ontransitionrun: ((this: "
9951
- },
9952
- {
9953
- "kind": "Reference",
9954
- "text": "GlobalEventHandlers",
9955
- "canonicalReference": "!GlobalEventHandlers:interface"
9956
- },
9957
- {
9958
- "kind": "Content",
9959
- "text": ", ev: "
9960
- },
9961
- {
9962
- "kind": "Reference",
9963
- "text": "TransitionEvent",
9964
- "canonicalReference": "!TransitionEvent:interface"
9965
- },
9966
- {
9967
- "kind": "Content",
9968
- "text": ") => any) | null;\n ontransitionstart: ((this: "
9969
- },
9970
- {
9971
- "kind": "Reference",
9972
- "text": "GlobalEventHandlers",
9973
- "canonicalReference": "!GlobalEventHandlers:interface"
9974
- },
9975
- {
9976
- "kind": "Content",
9977
- "text": ", ev: "
9978
- },
9979
- {
9980
- "kind": "Reference",
9981
- "text": "TransitionEvent",
9982
- "canonicalReference": "!TransitionEvent:interface"
9983
- },
9984
- {
9985
- "kind": "Content",
9986
- "text": ") => any) | null;\n onvolumechange: ((this: "
9987
- },
9988
- {
9989
- "kind": "Reference",
9990
- "text": "GlobalEventHandlers",
9991
- "canonicalReference": "!GlobalEventHandlers:interface"
9992
- },
9993
- {
9994
- "kind": "Content",
9995
- "text": ", ev: "
9996
- },
9997
- {
9998
- "kind": "Reference",
9999
- "text": "Event",
10000
- "canonicalReference": "!Event:interface"
10001
- },
10002
- {
10003
- "kind": "Content",
10004
- "text": ") => any) | null;\n onwaiting: ((this: "
10005
- },
10006
- {
10007
- "kind": "Reference",
10008
- "text": "GlobalEventHandlers",
10009
- "canonicalReference": "!GlobalEventHandlers:interface"
10010
- },
10011
- {
10012
- "kind": "Content",
10013
- "text": ", ev: "
10014
- },
10015
- {
10016
- "kind": "Reference",
10017
- "text": "Event",
10018
- "canonicalReference": "!Event:interface"
10019
- },
10020
- {
10021
- "kind": "Content",
10022
- "text": ") => any) | null;\n onwebkitanimationend: ((this: "
10023
- },
10024
- {
10025
- "kind": "Reference",
10026
- "text": "GlobalEventHandlers",
10027
- "canonicalReference": "!GlobalEventHandlers:interface"
10028
- },
10029
- {
10030
- "kind": "Content",
10031
- "text": ", ev: "
10032
- },
10033
- {
10034
- "kind": "Reference",
10035
- "text": "Event",
10036
- "canonicalReference": "!Event:interface"
10037
- },
10038
- {
10039
- "kind": "Content",
10040
- "text": ") => any) | null;\n onwebkitanimationiteration: ((this: "
10041
- },
10042
- {
10043
- "kind": "Reference",
10044
- "text": "GlobalEventHandlers",
10045
- "canonicalReference": "!GlobalEventHandlers:interface"
10046
- },
10047
- {
10048
- "kind": "Content",
10049
- "text": ", ev: "
10050
- },
10051
- {
10052
- "kind": "Reference",
10053
- "text": "Event",
10054
- "canonicalReference": "!Event:interface"
10055
- },
10056
- {
10057
- "kind": "Content",
10058
- "text": ") => any) | null;\n onwebkitanimationstart: ((this: "
10059
- },
10060
- {
10061
- "kind": "Reference",
10062
- "text": "GlobalEventHandlers",
10063
- "canonicalReference": "!GlobalEventHandlers:interface"
10064
- },
10065
- {
10066
- "kind": "Content",
10067
- "text": ", ev: "
10068
- },
10069
- {
10070
- "kind": "Reference",
10071
- "text": "Event",
10072
- "canonicalReference": "!Event:interface"
10073
- },
10074
- {
10075
- "kind": "Content",
10076
- "text": ") => any) | null;\n onwebkittransitionend: ((this: "
10077
- },
10078
- {
10079
- "kind": "Reference",
10080
- "text": "GlobalEventHandlers",
10081
- "canonicalReference": "!GlobalEventHandlers:interface"
10082
- },
10083
- {
10084
- "kind": "Content",
10085
- "text": ", ev: "
10086
- },
10087
- {
10088
- "kind": "Reference",
10089
- "text": "Event",
10090
- "canonicalReference": "!Event:interface"
10091
- },
10092
- {
10093
- "kind": "Content",
10094
- "text": ") => any) | null;\n onwheel: ((this: "
10095
- },
10096
- {
10097
- "kind": "Reference",
10098
- "text": "GlobalEventHandlers",
10099
- "canonicalReference": "!GlobalEventHandlers:interface"
10100
- },
10101
- {
10102
- "kind": "Content",
10103
- "text": ", ev: "
10104
- },
10105
- {
10106
- "kind": "Reference",
10107
- "text": "WheelEvent",
10108
- "canonicalReference": "!WheelEvent:interface"
10109
- },
10110
- {
10111
- "kind": "Content",
10112
- "text": ") => any) | null;\n autofocus: boolean;\n readonly dataset: "
10113
- },
10114
- {
10115
- "kind": "Reference",
10116
- "text": "DOMStringMap",
10117
- "canonicalReference": "!DOMStringMap:interface"
10118
- },
10119
- {
10120
- "kind": "Content",
10121
- "text": ";\n nonce?: string;\n tabIndex: number;\n blur(): void;\n focus(options?: "
10122
- },
10123
- {
10124
- "kind": "Reference",
10125
- "text": "FocusOptions",
10126
- "canonicalReference": "!FocusOptions:interface"
10127
- },
10128
- {
10129
- "kind": "Content",
10130
- "text": "): void;\n readonly $fastController: import(\"@microsoft/fast-element\")."
6800
+ "text": "new () => "
10131
6801
  },
10132
6802
  {
10133
6803
  "kind": "Reference",
10134
- "text": "Controller",
10135
- "canonicalReference": "@microsoft/fast-element!Controller:class"
6804
+ "text": "HTMLElement",
6805
+ "canonicalReference": "!HTMLElement:interface"
10136
6806
  },
10137
6807
  {
10138
6808
  "kind": "Content",
10139
- "text": ";\n $emit(type: string, detail?: any, options?: "
6809
+ "text": " & "
10140
6810
  },
10141
6811
  {
10142
6812
  "kind": "Reference",
10143
- "text": "Omit",
10144
- "canonicalReference": "!Omit:type"
6813
+ "text": "FASTElement",
6814
+ "canonicalReference": "@microsoft/fast-element!FASTElement:interface"
10145
6815
  },
10146
6816
  {
10147
6817
  "kind": "Content",
10148
- "text": "<"
6818
+ "text": " & "
10149
6819
  },
10150
6820
  {
10151
6821
  "kind": "Reference",
10152
- "text": "CustomEventInit",
10153
- "canonicalReference": "!CustomEventInit:interface"
10154
- },
10155
- {
10156
- "kind": "Content",
10157
- "text": ", \"detail\">): boolean | void;\n attributeChangedCallback(name: string, oldValue: string, newValue: string): void;\n };\n}"
6822
+ "text": "DatasourceEventHandlerElement",
6823
+ "canonicalReference": "@genesislcap/foundation-comms!DatasourceEventHandlerElement:interface"
10158
6824
  }
10159
6825
  ],
10160
6826
  "fileUrlPath": "src/datasource/datasource.mixins.ts",
10161
6827
  "returnTypeTokenRange": {
10162
6828
  "startIndex": 6,
10163
- "endIndex": 753
6829
+ "endIndex": 12
10164
6830
  },
10165
6831
  "releaseTag": "Public",
10166
6832
  "overloadIndex": 1,
@@ -10176,6 +6842,205 @@
10176
6842
  ],
10177
6843
  "name": "DatasourceEventHandler"
10178
6844
  },
6845
+ {
6846
+ "kind": "Interface",
6847
+ "canonicalReference": "@genesislcap/foundation-comms!DatasourceEventHandlerElement:interface",
6848
+ "docComment": "/**\n * Instance members added by {@link DatasourceEventHandler}.\n *\n * @public\n */\n",
6849
+ "excerptTokens": [
6850
+ {
6851
+ "kind": "Content",
6852
+ "text": "export interface DatasourceEventHandlerElement "
6853
+ }
6854
+ ],
6855
+ "fileUrlPath": "src/datasource/datasource.mixins.ts",
6856
+ "releaseTag": "Public",
6857
+ "name": "DatasourceEventHandlerElement",
6858
+ "preserveMemberOrder": false,
6859
+ "members": [
6860
+ {
6861
+ "kind": "PropertySignature",
6862
+ "canonicalReference": "@genesislcap/foundation-comms!DatasourceEventHandlerElement#data:member",
6863
+ "docComment": "/**\n * Classes may provide local data instead of resourceName.\n */\n",
6864
+ "excerptTokens": [
6865
+ {
6866
+ "kind": "Content",
6867
+ "text": "data?: "
6868
+ },
6869
+ {
6870
+ "kind": "Content",
6871
+ "text": "unknown"
6872
+ },
6873
+ {
6874
+ "kind": "Content",
6875
+ "text": ";"
6876
+ }
6877
+ ],
6878
+ "isReadonly": false,
6879
+ "isOptional": true,
6880
+ "releaseTag": "Public",
6881
+ "name": "data",
6882
+ "propertyTypeTokenRange": {
6883
+ "startIndex": 1,
6884
+ "endIndex": 2
6885
+ }
6886
+ },
6887
+ {
6888
+ "kind": "PropertySignature",
6889
+ "canonicalReference": "@genesislcap/foundation-comms!DatasourceEventHandlerElement#datasourceStatus:member",
6890
+ "docComment": "/**\n * The status of the target datasource.\n */\n",
6891
+ "excerptTokens": [
6892
+ {
6893
+ "kind": "Content",
6894
+ "text": "datasourceStatus: "
6895
+ },
6896
+ {
6897
+ "kind": "Reference",
6898
+ "text": "DatasourceStatus",
6899
+ "canonicalReference": "@genesislcap/foundation-comms!DatasourceStatus:type"
6900
+ },
6901
+ {
6902
+ "kind": "Content",
6903
+ "text": ";"
6904
+ }
6905
+ ],
6906
+ "isReadonly": false,
6907
+ "isOptional": false,
6908
+ "releaseTag": "Public",
6909
+ "name": "datasourceStatus",
6910
+ "propertyTypeTokenRange": {
6911
+ "startIndex": 1,
6912
+ "endIndex": 2
6913
+ }
6914
+ },
6915
+ {
6916
+ "kind": "MethodSignature",
6917
+ "canonicalReference": "@genesislcap/foundation-comms!DatasourceEventHandlerElement#datasourceStatusChanged:member(1)",
6918
+ "docComment": "/**\n * @remarks\n *\n * Override this method to respond to changes in the target datasource.\n */\n",
6919
+ "excerptTokens": [
6920
+ {
6921
+ "kind": "Content",
6922
+ "text": "datasourceStatusChanged(prev: "
6923
+ },
6924
+ {
6925
+ "kind": "Reference",
6926
+ "text": "DatasourceStatus",
6927
+ "canonicalReference": "@genesislcap/foundation-comms!DatasourceStatus:type"
6928
+ },
6929
+ {
6930
+ "kind": "Content",
6931
+ "text": ", next: "
6932
+ },
6933
+ {
6934
+ "kind": "Reference",
6935
+ "text": "DatasourceStatus",
6936
+ "canonicalReference": "@genesislcap/foundation-comms!DatasourceStatus:type"
6937
+ },
6938
+ {
6939
+ "kind": "Content",
6940
+ "text": "): "
6941
+ },
6942
+ {
6943
+ "kind": "Content",
6944
+ "text": "void"
6945
+ },
6946
+ {
6947
+ "kind": "Content",
6948
+ "text": ";"
6949
+ }
6950
+ ],
6951
+ "isOptional": false,
6952
+ "returnTypeTokenRange": {
6953
+ "startIndex": 5,
6954
+ "endIndex": 6
6955
+ },
6956
+ "releaseTag": "Public",
6957
+ "overloadIndex": 1,
6958
+ "parameters": [
6959
+ {
6960
+ "parameterName": "prev",
6961
+ "parameterTypeTokenRange": {
6962
+ "startIndex": 1,
6963
+ "endIndex": 2
6964
+ },
6965
+ "isOptional": false
6966
+ },
6967
+ {
6968
+ "parameterName": "next",
6969
+ "parameterTypeTokenRange": {
6970
+ "startIndex": 3,
6971
+ "endIndex": 4
6972
+ },
6973
+ "isOptional": false
6974
+ }
6975
+ ],
6976
+ "name": "datasourceStatusChanged"
6977
+ },
6978
+ {
6979
+ "kind": "PropertySignature",
6980
+ "canonicalReference": "@genesislcap/foundation-comms!DatasourceEventHandlerElement#onDatasourceStatusChanged:member",
6981
+ "docComment": "/**\n * The component-level handler for datasource status changes.\n *\n * @remarks\n *\n * If implementing custom logic in the target class, please check the `event.detail.name` matches your resourceName.\n */\n",
6982
+ "excerptTokens": [
6983
+ {
6984
+ "kind": "Content",
6985
+ "text": "onDatasourceStatusChanged: "
6986
+ },
6987
+ {
6988
+ "kind": "Content",
6989
+ "text": "(event: "
6990
+ },
6991
+ {
6992
+ "kind": "Reference",
6993
+ "text": "DatasourceStatusChangedEvent",
6994
+ "canonicalReference": "@genesislcap/foundation-comms!DatasourceStatusChangedEvent:type"
6995
+ },
6996
+ {
6997
+ "kind": "Content",
6998
+ "text": ") => void"
6999
+ },
7000
+ {
7001
+ "kind": "Content",
7002
+ "text": ";"
7003
+ }
7004
+ ],
7005
+ "isReadonly": false,
7006
+ "isOptional": false,
7007
+ "releaseTag": "Public",
7008
+ "name": "onDatasourceStatusChanged",
7009
+ "propertyTypeTokenRange": {
7010
+ "startIndex": 1,
7011
+ "endIndex": 4
7012
+ }
7013
+ },
7014
+ {
7015
+ "kind": "PropertySignature",
7016
+ "canonicalReference": "@genesislcap/foundation-comms!DatasourceEventHandlerElement#resourceName:member",
7017
+ "docComment": "/**\n * Classes should provide.\n */\n",
7018
+ "excerptTokens": [
7019
+ {
7020
+ "kind": "Content",
7021
+ "text": "resourceName: "
7022
+ },
7023
+ {
7024
+ "kind": "Content",
7025
+ "text": "string"
7026
+ },
7027
+ {
7028
+ "kind": "Content",
7029
+ "text": ";"
7030
+ }
7031
+ ],
7032
+ "isReadonly": false,
7033
+ "isOptional": false,
7034
+ "releaseTag": "Public",
7035
+ "name": "resourceName",
7036
+ "propertyTypeTokenRange": {
7037
+ "startIndex": 1,
7038
+ "endIndex": 2
7039
+ }
7040
+ }
7041
+ ],
7042
+ "extendsTokenRanges": []
7043
+ },
10179
7044
  {
10180
7045
  "kind": "Interface",
10181
7046
  "canonicalReference": "@genesislcap/foundation-comms!DatasourceMetadata:interface",