@xyo-network/module-events 2.53.3 → 2.53.4
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.
- package/dist/cjs/Events/Events.js +87 -73
- package/dist/cjs/Events/Events.js.map +1 -1
- package/dist/docs.json +1181 -671
- package/dist/esm/Events/Events.js +79 -73
- package/dist/esm/Events/Events.js.map +1 -1
- package/dist/types/Events/Events.d.ts +26 -19
- package/dist/types/Events/Events.d.ts.map +1 -1
- package/package.json +3 -2
- package/src/Events/Events.ts +115 -110
package/dist/docs.json
CHANGED
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
"originalName": "",
|
|
8
8
|
"children": [
|
|
9
9
|
{
|
|
10
|
-
"id":
|
|
10
|
+
"id": 27,
|
|
11
11
|
"name": "Events",
|
|
12
12
|
"kind": 128,
|
|
13
13
|
"kindString": "Class",
|
|
14
14
|
"flags": {},
|
|
15
15
|
"children": [
|
|
16
16
|
{
|
|
17
|
-
"id":
|
|
17
|
+
"id": 37,
|
|
18
18
|
"name": "constructor",
|
|
19
19
|
"kind": 512,
|
|
20
20
|
"kindString": "Constructor",
|
|
@@ -22,100 +22,128 @@
|
|
|
22
22
|
"sources": [
|
|
23
23
|
{
|
|
24
24
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
25
|
-
"line":
|
|
25
|
+
"line": 57,
|
|
26
26
|
"character": 2,
|
|
27
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
27
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L57"
|
|
28
28
|
}
|
|
29
29
|
],
|
|
30
30
|
"signatures": [
|
|
31
31
|
{
|
|
32
|
-
"id":
|
|
32
|
+
"id": 38,
|
|
33
33
|
"name": "new Events",
|
|
34
34
|
"kind": 16384,
|
|
35
35
|
"kindString": "Constructor signature",
|
|
36
36
|
"flags": {},
|
|
37
37
|
"typeParameter": [
|
|
38
38
|
{
|
|
39
|
-
"id":
|
|
39
|
+
"id": 39,
|
|
40
40
|
"name": "TEventData",
|
|
41
41
|
"kind": 131072,
|
|
42
42
|
"kindString": "Type parameter",
|
|
43
43
|
"flags": {},
|
|
44
44
|
"type": {
|
|
45
45
|
"type": "reference",
|
|
46
|
-
"id":
|
|
46
|
+
"id": 143,
|
|
47
47
|
"name": "EventData"
|
|
48
48
|
},
|
|
49
49
|
"default": {
|
|
50
50
|
"type": "reference",
|
|
51
|
-
"id":
|
|
51
|
+
"id": 143,
|
|
52
52
|
"name": "EventData"
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
],
|
|
56
56
|
"parameters": [
|
|
57
57
|
{
|
|
58
|
-
"id":
|
|
59
|
-
"name": "
|
|
58
|
+
"id": 40,
|
|
59
|
+
"name": "params",
|
|
60
60
|
"kind": 32768,
|
|
61
61
|
"kindString": "Parameter",
|
|
62
62
|
"flags": {},
|
|
63
63
|
"type": {
|
|
64
|
-
"type": "
|
|
65
|
-
"
|
|
66
|
-
"typeArguments": [
|
|
64
|
+
"type": "intersection",
|
|
65
|
+
"types": [
|
|
67
66
|
{
|
|
68
67
|
"type": "reference",
|
|
69
|
-
"
|
|
70
|
-
|
|
68
|
+
"name": "BaseParamsFields"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"type": "reflection",
|
|
72
|
+
"declaration": {
|
|
73
|
+
"id": 41,
|
|
74
|
+
"name": "__type",
|
|
75
|
+
"kind": 65536,
|
|
76
|
+
"kindString": "Type literal",
|
|
77
|
+
"flags": {},
|
|
78
|
+
"children": [
|
|
79
|
+
{
|
|
80
|
+
"id": 42,
|
|
81
|
+
"name": "debug",
|
|
82
|
+
"kind": 1024,
|
|
83
|
+
"kindString": "Property",
|
|
84
|
+
"flags": {
|
|
85
|
+
"isOptional": true,
|
|
86
|
+
"isReadonly": true
|
|
87
|
+
},
|
|
88
|
+
"sources": [
|
|
89
|
+
{
|
|
90
|
+
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
91
|
+
"line": 45,
|
|
92
|
+
"character": 49,
|
|
93
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L45"
|
|
94
|
+
}
|
|
95
|
+
],
|
|
96
|
+
"type": {
|
|
97
|
+
"type": "reference",
|
|
98
|
+
"id": 8,
|
|
99
|
+
"name": "DebugOptions"
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
],
|
|
103
|
+
"groups": [
|
|
104
|
+
{
|
|
105
|
+
"title": "Properties",
|
|
106
|
+
"children": [
|
|
107
|
+
42
|
|
108
|
+
]
|
|
109
|
+
}
|
|
110
|
+
],
|
|
111
|
+
"sources": [
|
|
112
|
+
{
|
|
113
|
+
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
114
|
+
"line": 45,
|
|
115
|
+
"character": 38,
|
|
116
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L45"
|
|
117
|
+
}
|
|
118
|
+
]
|
|
119
|
+
}
|
|
71
120
|
}
|
|
72
|
-
]
|
|
73
|
-
"name": "Options"
|
|
121
|
+
]
|
|
74
122
|
},
|
|
75
123
|
"defaultValue": "{}"
|
|
76
124
|
}
|
|
77
125
|
],
|
|
78
126
|
"type": {
|
|
79
127
|
"type": "reference",
|
|
80
|
-
"id":
|
|
128
|
+
"id": 27,
|
|
81
129
|
"typeArguments": [
|
|
82
130
|
{
|
|
83
131
|
"type": "reference",
|
|
84
|
-
"id":
|
|
132
|
+
"id": 39,
|
|
85
133
|
"name": "TEventData"
|
|
86
134
|
}
|
|
87
135
|
],
|
|
88
136
|
"name": "Events"
|
|
137
|
+
},
|
|
138
|
+
"overwrites": {
|
|
139
|
+
"type": "reference",
|
|
140
|
+
"name": "Base<EventsParams>.constructor"
|
|
89
141
|
}
|
|
90
142
|
}
|
|
91
|
-
]
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"id": 42,
|
|
95
|
-
"name": "debug",
|
|
96
|
-
"kind": 1024,
|
|
97
|
-
"kindString": "Property",
|
|
98
|
-
"flags": {
|
|
99
|
-
"isOptional": true
|
|
100
|
-
},
|
|
101
|
-
"sources": [
|
|
102
|
-
{
|
|
103
|
-
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
104
|
-
"line": 71,
|
|
105
|
-
"character": 2,
|
|
106
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/47cfac88174/packages/modules/packages/module/packages/events/src/Events/Events.ts#L71"
|
|
107
|
-
}
|
|
108
143
|
],
|
|
109
|
-
"
|
|
144
|
+
"overwrites": {
|
|
110
145
|
"type": "reference",
|
|
111
|
-
"
|
|
112
|
-
"typeArguments": [
|
|
113
|
-
{
|
|
114
|
-
"type": "intrinsic",
|
|
115
|
-
"name": "any"
|
|
116
|
-
}
|
|
117
|
-
],
|
|
118
|
-
"name": "DebugOptions"
|
|
146
|
+
"name": "Base<EventsParams>.constructor"
|
|
119
147
|
}
|
|
120
148
|
},
|
|
121
149
|
{
|
|
@@ -127,37 +155,118 @@
|
|
|
127
155
|
"sources": [
|
|
128
156
|
{
|
|
129
157
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
130
|
-
"line":
|
|
158
|
+
"line": 55,
|
|
131
159
|
"character": 2,
|
|
132
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
160
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L55"
|
|
133
161
|
}
|
|
134
162
|
],
|
|
135
163
|
"type": {
|
|
136
164
|
"type": "reference",
|
|
137
|
-
"id":
|
|
165
|
+
"id": 39,
|
|
138
166
|
"name": "TEventData"
|
|
139
167
|
},
|
|
140
168
|
"defaultValue": "...",
|
|
141
169
|
"implementationOf": {
|
|
142
170
|
"type": "reference",
|
|
143
|
-
"id":
|
|
171
|
+
"id": 162,
|
|
144
172
|
"name": "EventFunctions.eventData"
|
|
145
173
|
}
|
|
146
174
|
},
|
|
147
175
|
{
|
|
148
|
-
"id":
|
|
176
|
+
"id": 135,
|
|
177
|
+
"name": "params",
|
|
178
|
+
"kind": 1024,
|
|
179
|
+
"kindString": "Property",
|
|
180
|
+
"flags": {
|
|
181
|
+
"isReadonly": true
|
|
182
|
+
},
|
|
183
|
+
"sources": [
|
|
184
|
+
{
|
|
185
|
+
"fileName": "packages/protocol/packages/core/dist/types/lib/Base.d.ts",
|
|
186
|
+
"line": 20,
|
|
187
|
+
"character": 13
|
|
188
|
+
}
|
|
189
|
+
],
|
|
190
|
+
"type": {
|
|
191
|
+
"type": "intersection",
|
|
192
|
+
"types": [
|
|
193
|
+
{
|
|
194
|
+
"type": "reference",
|
|
195
|
+
"name": "BaseParamsFields"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"type": "reflection",
|
|
199
|
+
"declaration": {
|
|
200
|
+
"id": 136,
|
|
201
|
+
"name": "__type",
|
|
202
|
+
"kind": 65536,
|
|
203
|
+
"kindString": "Type literal",
|
|
204
|
+
"flags": {},
|
|
205
|
+
"children": [
|
|
206
|
+
{
|
|
207
|
+
"id": 137,
|
|
208
|
+
"name": "debug",
|
|
209
|
+
"kind": 1024,
|
|
210
|
+
"kindString": "Property",
|
|
211
|
+
"flags": {
|
|
212
|
+
"isOptional": true,
|
|
213
|
+
"isReadonly": true
|
|
214
|
+
},
|
|
215
|
+
"sources": [
|
|
216
|
+
{
|
|
217
|
+
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
218
|
+
"line": 45,
|
|
219
|
+
"character": 49,
|
|
220
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L45"
|
|
221
|
+
}
|
|
222
|
+
],
|
|
223
|
+
"type": {
|
|
224
|
+
"type": "reference",
|
|
225
|
+
"id": 8,
|
|
226
|
+
"name": "DebugOptions"
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
],
|
|
230
|
+
"groups": [
|
|
231
|
+
{
|
|
232
|
+
"title": "Properties",
|
|
233
|
+
"children": [
|
|
234
|
+
137
|
|
235
|
+
]
|
|
236
|
+
}
|
|
237
|
+
],
|
|
238
|
+
"sources": [
|
|
239
|
+
{
|
|
240
|
+
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
241
|
+
"line": 45,
|
|
242
|
+
"character": 38,
|
|
243
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L45"
|
|
244
|
+
}
|
|
245
|
+
]
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
]
|
|
249
|
+
},
|
|
250
|
+
"inheritedFrom": {
|
|
251
|
+
"type": "reference",
|
|
252
|
+
"name": "Base.params"
|
|
253
|
+
}
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"id": 28,
|
|
149
257
|
"name": "anyMap",
|
|
150
258
|
"kind": 1024,
|
|
151
259
|
"kindString": "Property",
|
|
152
260
|
"flags": {
|
|
261
|
+
"isProtected": true,
|
|
153
262
|
"isStatic": true
|
|
154
263
|
},
|
|
155
264
|
"sources": [
|
|
156
265
|
{
|
|
157
266
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
158
|
-
"line":
|
|
159
|
-
"character":
|
|
160
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
267
|
+
"line": 48,
|
|
268
|
+
"character": 19,
|
|
269
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L48"
|
|
161
270
|
}
|
|
162
271
|
],
|
|
163
272
|
"type": {
|
|
@@ -172,11 +281,11 @@
|
|
|
172
281
|
"typeArguments": [
|
|
173
282
|
{
|
|
174
283
|
"type": "reference",
|
|
175
|
-
"id":
|
|
284
|
+
"id": 150,
|
|
176
285
|
"typeArguments": [
|
|
177
286
|
{
|
|
178
287
|
"type": "reference",
|
|
179
|
-
"id":
|
|
288
|
+
"id": 142,
|
|
180
289
|
"name": "EventArgs"
|
|
181
290
|
}
|
|
182
291
|
],
|
|
@@ -195,19 +304,68 @@
|
|
|
195
304
|
"defaultValue": "..."
|
|
196
305
|
},
|
|
197
306
|
{
|
|
198
|
-
"id":
|
|
307
|
+
"id": 30,
|
|
308
|
+
"name": "canEmitMetaEvents",
|
|
309
|
+
"kind": 1024,
|
|
310
|
+
"kindString": "Property",
|
|
311
|
+
"flags": {
|
|
312
|
+
"isPrivate": true,
|
|
313
|
+
"isStatic": true
|
|
314
|
+
},
|
|
315
|
+
"sources": [
|
|
316
|
+
{
|
|
317
|
+
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
318
|
+
"line": 51,
|
|
319
|
+
"character": 17,
|
|
320
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L51"
|
|
321
|
+
}
|
|
322
|
+
],
|
|
323
|
+
"type": {
|
|
324
|
+
"type": "intrinsic",
|
|
325
|
+
"name": "boolean"
|
|
326
|
+
},
|
|
327
|
+
"defaultValue": "false"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"id": 36,
|
|
331
|
+
"name": "defaultLogger",
|
|
332
|
+
"kind": 1024,
|
|
333
|
+
"kindString": "Property",
|
|
334
|
+
"flags": {
|
|
335
|
+
"isStatic": true,
|
|
336
|
+
"isOptional": true
|
|
337
|
+
},
|
|
338
|
+
"sources": [
|
|
339
|
+
{
|
|
340
|
+
"fileName": "packages/protocol/packages/core/dist/types/lib/Base.d.ts",
|
|
341
|
+
"line": 21,
|
|
342
|
+
"character": 11
|
|
343
|
+
}
|
|
344
|
+
],
|
|
345
|
+
"type": {
|
|
346
|
+
"type": "reference",
|
|
347
|
+
"name": "Logger"
|
|
348
|
+
},
|
|
349
|
+
"inheritedFrom": {
|
|
350
|
+
"type": "reference",
|
|
351
|
+
"name": "Base.defaultLogger"
|
|
352
|
+
}
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"id": 29,
|
|
199
356
|
"name": "eventsMap",
|
|
200
357
|
"kind": 1024,
|
|
201
358
|
"kindString": "Property",
|
|
202
359
|
"flags": {
|
|
360
|
+
"isProtected": true,
|
|
203
361
|
"isStatic": true
|
|
204
362
|
},
|
|
205
363
|
"sources": [
|
|
206
364
|
{
|
|
207
365
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
208
|
-
"line":
|
|
209
|
-
"character":
|
|
210
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
366
|
+
"line": 49,
|
|
367
|
+
"character": 19,
|
|
368
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L49"
|
|
211
369
|
}
|
|
212
370
|
],
|
|
213
371
|
"type": {
|
|
@@ -231,15 +389,14 @@
|
|
|
231
389
|
"typeArguments": [
|
|
232
390
|
{
|
|
233
391
|
"type": "reference",
|
|
234
|
-
"id": 132,
|
|
235
392
|
"typeArguments": [
|
|
236
393
|
{
|
|
237
394
|
"type": "reference",
|
|
238
|
-
"id":
|
|
395
|
+
"id": 142,
|
|
239
396
|
"name": "EventArgs"
|
|
240
397
|
}
|
|
241
398
|
],
|
|
242
|
-
"name": "
|
|
399
|
+
"name": "EventListenerInfo"
|
|
243
400
|
}
|
|
244
401
|
],
|
|
245
402
|
"name": "Set",
|
|
@@ -259,7 +416,112 @@
|
|
|
259
416
|
"defaultValue": "..."
|
|
260
417
|
},
|
|
261
418
|
{
|
|
262
|
-
"id":
|
|
419
|
+
"id": 31,
|
|
420
|
+
"name": "isGlobalDebugEnabled",
|
|
421
|
+
"kind": 1024,
|
|
422
|
+
"kindString": "Property",
|
|
423
|
+
"flags": {
|
|
424
|
+
"isPrivate": true,
|
|
425
|
+
"isStatic": true
|
|
426
|
+
},
|
|
427
|
+
"sources": [
|
|
428
|
+
{
|
|
429
|
+
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
430
|
+
"line": 52,
|
|
431
|
+
"character": 17,
|
|
432
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L52"
|
|
433
|
+
}
|
|
434
|
+
],
|
|
435
|
+
"type": {
|
|
436
|
+
"type": "intrinsic",
|
|
437
|
+
"name": "boolean"
|
|
438
|
+
},
|
|
439
|
+
"defaultValue": "false"
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"id": 44,
|
|
443
|
+
"name": "debug",
|
|
444
|
+
"kind": 262144,
|
|
445
|
+
"kindString": "Accessor",
|
|
446
|
+
"flags": {},
|
|
447
|
+
"sources": [
|
|
448
|
+
{
|
|
449
|
+
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
450
|
+
"line": 103,
|
|
451
|
+
"character": 6,
|
|
452
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L103"
|
|
453
|
+
}
|
|
454
|
+
],
|
|
455
|
+
"getSignature": {
|
|
456
|
+
"id": 45,
|
|
457
|
+
"name": "debug",
|
|
458
|
+
"kind": 524288,
|
|
459
|
+
"kindString": "Get signature",
|
|
460
|
+
"flags": {},
|
|
461
|
+
"type": {
|
|
462
|
+
"type": "union",
|
|
463
|
+
"types": [
|
|
464
|
+
{
|
|
465
|
+
"type": "intrinsic",
|
|
466
|
+
"name": "undefined"
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"type": "reference",
|
|
470
|
+
"id": 8,
|
|
471
|
+
"name": "DebugOptions"
|
|
472
|
+
}
|
|
473
|
+
]
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"id": 138,
|
|
479
|
+
"name": "logger",
|
|
480
|
+
"kind": 262144,
|
|
481
|
+
"kindString": "Accessor",
|
|
482
|
+
"flags": {
|
|
483
|
+
"isProtected": true
|
|
484
|
+
},
|
|
485
|
+
"sources": [
|
|
486
|
+
{
|
|
487
|
+
"fileName": "packages/protocol/packages/core/dist/types/lib/Base.d.ts",
|
|
488
|
+
"line": 23,
|
|
489
|
+
"character": 18
|
|
490
|
+
}
|
|
491
|
+
],
|
|
492
|
+
"getSignature": {
|
|
493
|
+
"id": 139,
|
|
494
|
+
"name": "logger",
|
|
495
|
+
"kind": 524288,
|
|
496
|
+
"kindString": "Get signature",
|
|
497
|
+
"flags": {},
|
|
498
|
+
"type": {
|
|
499
|
+
"type": "union",
|
|
500
|
+
"types": [
|
|
501
|
+
{
|
|
502
|
+
"type": "reference",
|
|
503
|
+
"name": "Logger"
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"type": "reference",
|
|
507
|
+
"name": "Console",
|
|
508
|
+
"qualifiedName": "Console",
|
|
509
|
+
"package": "typescript"
|
|
510
|
+
}
|
|
511
|
+
]
|
|
512
|
+
},
|
|
513
|
+
"inheritedFrom": {
|
|
514
|
+
"type": "reference",
|
|
515
|
+
"name": "Base.logger"
|
|
516
|
+
}
|
|
517
|
+
},
|
|
518
|
+
"inheritedFrom": {
|
|
519
|
+
"type": "reference",
|
|
520
|
+
"name": "Base.logger"
|
|
521
|
+
}
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"id": 32,
|
|
263
525
|
"name": "isDebugEnabled",
|
|
264
526
|
"kind": 262144,
|
|
265
527
|
"kindString": "Accessor",
|
|
@@ -269,19 +531,19 @@
|
|
|
269
531
|
"sources": [
|
|
270
532
|
{
|
|
271
533
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
272
|
-
"line":
|
|
534
|
+
"line": 87,
|
|
273
535
|
"character": 13,
|
|
274
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
536
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L87"
|
|
275
537
|
},
|
|
276
538
|
{
|
|
277
539
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
278
|
-
"line":
|
|
540
|
+
"line": 99,
|
|
279
541
|
"character": 13,
|
|
280
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
542
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L99"
|
|
281
543
|
}
|
|
282
544
|
],
|
|
283
545
|
"getSignature": {
|
|
284
|
-
"id":
|
|
546
|
+
"id": 33,
|
|
285
547
|
"name": "isDebugEnabled",
|
|
286
548
|
"kind": 524288,
|
|
287
549
|
"kindString": "Get signature",
|
|
@@ -292,14 +554,14 @@
|
|
|
292
554
|
}
|
|
293
555
|
},
|
|
294
556
|
"setSignature": {
|
|
295
|
-
"id":
|
|
557
|
+
"id": 34,
|
|
296
558
|
"name": "isDebugEnabled",
|
|
297
559
|
"kind": 1048576,
|
|
298
560
|
"kindString": "Set signature",
|
|
299
561
|
"flags": {},
|
|
300
562
|
"parameters": [
|
|
301
563
|
{
|
|
302
|
-
"id":
|
|
564
|
+
"id": 35,
|
|
303
565
|
"name": "newValue",
|
|
304
566
|
"kind": 32768,
|
|
305
567
|
"kindString": "Parameter",
|
|
@@ -317,7 +579,7 @@
|
|
|
317
579
|
}
|
|
318
580
|
},
|
|
319
581
|
{
|
|
320
|
-
"id":
|
|
582
|
+
"id": 46,
|
|
321
583
|
"name": "clearListeners",
|
|
322
584
|
"kind": 2048,
|
|
323
585
|
"kindString": "Method",
|
|
@@ -325,21 +587,21 @@
|
|
|
325
587
|
"sources": [
|
|
326
588
|
{
|
|
327
589
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
328
|
-
"line":
|
|
590
|
+
"line": 107,
|
|
329
591
|
"character": 2,
|
|
330
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
592
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L107"
|
|
331
593
|
}
|
|
332
594
|
],
|
|
333
595
|
"signatures": [
|
|
334
596
|
{
|
|
335
|
-
"id":
|
|
597
|
+
"id": 47,
|
|
336
598
|
"name": "clearListeners",
|
|
337
599
|
"kind": 4096,
|
|
338
600
|
"kindString": "Call signature",
|
|
339
601
|
"flags": {},
|
|
340
602
|
"parameters": [
|
|
341
603
|
{
|
|
342
|
-
"id":
|
|
604
|
+
"id": 48,
|
|
343
605
|
"name": "eventNames",
|
|
344
606
|
"kind": 32768,
|
|
345
607
|
"kindString": "Parameter",
|
|
@@ -352,7 +614,7 @@
|
|
|
352
614
|
"operator": "keyof",
|
|
353
615
|
"target": {
|
|
354
616
|
"type": "reference",
|
|
355
|
-
"id":
|
|
617
|
+
"id": 39,
|
|
356
618
|
"name": "TEventData"
|
|
357
619
|
}
|
|
358
620
|
},
|
|
@@ -363,7 +625,7 @@
|
|
|
363
625
|
"operator": "keyof",
|
|
364
626
|
"target": {
|
|
365
627
|
"type": "reference",
|
|
366
|
-
"id":
|
|
628
|
+
"id": 39,
|
|
367
629
|
"name": "TEventData"
|
|
368
630
|
}
|
|
369
631
|
}
|
|
@@ -378,19 +640,19 @@
|
|
|
378
640
|
},
|
|
379
641
|
"implementationOf": {
|
|
380
642
|
"type": "reference",
|
|
381
|
-
"id":
|
|
643
|
+
"id": 164,
|
|
382
644
|
"name": "EventFunctions.clearListeners"
|
|
383
645
|
}
|
|
384
646
|
}
|
|
385
647
|
],
|
|
386
648
|
"implementationOf": {
|
|
387
649
|
"type": "reference",
|
|
388
|
-
"id":
|
|
650
|
+
"id": 163,
|
|
389
651
|
"name": "EventFunctions.clearListeners"
|
|
390
652
|
}
|
|
391
653
|
},
|
|
392
654
|
{
|
|
393
|
-
"id":
|
|
655
|
+
"id": 49,
|
|
394
656
|
"name": "emit",
|
|
395
657
|
"kind": 2048,
|
|
396
658
|
"kindString": "Method",
|
|
@@ -398,21 +660,21 @@
|
|
|
398
660
|
"sources": [
|
|
399
661
|
{
|
|
400
662
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
401
|
-
"line":
|
|
663
|
+
"line": 129,
|
|
402
664
|
"character": 8,
|
|
403
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
665
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L129"
|
|
404
666
|
}
|
|
405
667
|
],
|
|
406
668
|
"signatures": [
|
|
407
669
|
{
|
|
408
|
-
"id":
|
|
670
|
+
"id": 50,
|
|
409
671
|
"name": "emit",
|
|
410
672
|
"kind": 4096,
|
|
411
673
|
"kindString": "Call signature",
|
|
412
674
|
"flags": {},
|
|
413
675
|
"typeParameter": [
|
|
414
676
|
{
|
|
415
|
-
"id":
|
|
677
|
+
"id": 51,
|
|
416
678
|
"name": "TEventName",
|
|
417
679
|
"kind": 131072,
|
|
418
680
|
"kindString": "Type parameter",
|
|
@@ -438,19 +700,19 @@
|
|
|
438
700
|
],
|
|
439
701
|
"parameters": [
|
|
440
702
|
{
|
|
441
|
-
"id":
|
|
703
|
+
"id": 52,
|
|
442
704
|
"name": "eventName",
|
|
443
705
|
"kind": 32768,
|
|
444
706
|
"kindString": "Parameter",
|
|
445
707
|
"flags": {},
|
|
446
708
|
"type": {
|
|
447
709
|
"type": "reference",
|
|
448
|
-
"id":
|
|
710
|
+
"id": 51,
|
|
449
711
|
"name": "TEventName"
|
|
450
712
|
}
|
|
451
713
|
},
|
|
452
714
|
{
|
|
453
|
-
"id":
|
|
715
|
+
"id": 53,
|
|
454
716
|
"name": "eventArgs",
|
|
455
717
|
"kind": 32768,
|
|
456
718
|
"kindString": "Parameter",
|
|
@@ -459,12 +721,12 @@
|
|
|
459
721
|
"type": "indexedAccess",
|
|
460
722
|
"indexType": {
|
|
461
723
|
"type": "reference",
|
|
462
|
-
"id":
|
|
724
|
+
"id": 51,
|
|
463
725
|
"name": "TEventName"
|
|
464
726
|
},
|
|
465
727
|
"objectType": {
|
|
466
728
|
"type": "reference",
|
|
467
|
-
"id":
|
|
729
|
+
"id": 39,
|
|
468
730
|
"name": "TEventData"
|
|
469
731
|
}
|
|
470
732
|
}
|
|
@@ -484,14 +746,14 @@
|
|
|
484
746
|
},
|
|
485
747
|
"implementationOf": {
|
|
486
748
|
"type": "reference",
|
|
487
|
-
"id":
|
|
749
|
+
"id": 167,
|
|
488
750
|
"name": "EventFunctions.emit"
|
|
489
751
|
}
|
|
490
752
|
}
|
|
491
753
|
],
|
|
492
754
|
"implementationOf": {
|
|
493
755
|
"type": "reference",
|
|
494
|
-
"id":
|
|
756
|
+
"id": 166,
|
|
495
757
|
"name": "EventFunctions.emit"
|
|
496
758
|
}
|
|
497
759
|
},
|
|
@@ -506,9 +768,9 @@
|
|
|
506
768
|
"sources": [
|
|
507
769
|
{
|
|
508
770
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
509
|
-
"line":
|
|
771
|
+
"line": 284,
|
|
510
772
|
"character": 16,
|
|
511
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
773
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L284"
|
|
512
774
|
}
|
|
513
775
|
],
|
|
514
776
|
"signatures": [
|
|
@@ -551,7 +813,7 @@
|
|
|
551
813
|
"flags": {},
|
|
552
814
|
"type": {
|
|
553
815
|
"type": "reference",
|
|
554
|
-
"id":
|
|
816
|
+
"id": 142,
|
|
555
817
|
"name": "EventArgs"
|
|
556
818
|
}
|
|
557
819
|
}
|
|
@@ -580,6 +842,20 @@
|
|
|
580
842
|
"id": 108,
|
|
581
843
|
"name": "TEventArgs"
|
|
582
844
|
}
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"id": 111,
|
|
848
|
+
"name": "filter",
|
|
849
|
+
"kind": 32768,
|
|
850
|
+
"kindString": "Parameter",
|
|
851
|
+
"flags": {
|
|
852
|
+
"isOptional": true
|
|
853
|
+
},
|
|
854
|
+
"type": {
|
|
855
|
+
"type": "reference",
|
|
856
|
+
"id": 108,
|
|
857
|
+
"name": "TEventArgs"
|
|
858
|
+
}
|
|
583
859
|
}
|
|
584
860
|
],
|
|
585
861
|
"type": {
|
|
@@ -598,7 +874,7 @@
|
|
|
598
874
|
]
|
|
599
875
|
},
|
|
600
876
|
{
|
|
601
|
-
"id":
|
|
877
|
+
"id": 54,
|
|
602
878
|
"name": "emitMetaEvent",
|
|
603
879
|
"kind": 2048,
|
|
604
880
|
"kindString": "Method",
|
|
@@ -606,21 +882,21 @@
|
|
|
606
882
|
"sources": [
|
|
607
883
|
{
|
|
608
884
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
609
|
-
"line":
|
|
885
|
+
"line": 133,
|
|
610
886
|
"character": 8,
|
|
611
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
887
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L133"
|
|
612
888
|
}
|
|
613
889
|
],
|
|
614
890
|
"signatures": [
|
|
615
891
|
{
|
|
616
|
-
"id":
|
|
892
|
+
"id": 55,
|
|
617
893
|
"name": "emitMetaEvent",
|
|
618
894
|
"kind": 4096,
|
|
619
895
|
"kindString": "Call signature",
|
|
620
896
|
"flags": {},
|
|
621
897
|
"typeParameter": [
|
|
622
898
|
{
|
|
623
|
-
"id":
|
|
899
|
+
"id": 56,
|
|
624
900
|
"name": "TEventName",
|
|
625
901
|
"kind": 131072,
|
|
626
902
|
"kindString": "Type parameter",
|
|
@@ -630,11 +906,11 @@
|
|
|
630
906
|
"operator": "keyof",
|
|
631
907
|
"target": {
|
|
632
908
|
"type": "reference",
|
|
633
|
-
"id":
|
|
909
|
+
"id": 13,
|
|
634
910
|
"typeArguments": [
|
|
635
911
|
{
|
|
636
912
|
"type": "reference",
|
|
637
|
-
"id":
|
|
913
|
+
"id": 39,
|
|
638
914
|
"name": "TEventData"
|
|
639
915
|
}
|
|
640
916
|
],
|
|
@@ -645,19 +921,19 @@
|
|
|
645
921
|
],
|
|
646
922
|
"parameters": [
|
|
647
923
|
{
|
|
648
|
-
"id":
|
|
924
|
+
"id": 57,
|
|
649
925
|
"name": "eventName",
|
|
650
926
|
"kind": 32768,
|
|
651
927
|
"kindString": "Parameter",
|
|
652
928
|
"flags": {},
|
|
653
929
|
"type": {
|
|
654
930
|
"type": "reference",
|
|
655
|
-
"id":
|
|
931
|
+
"id": 56,
|
|
656
932
|
"name": "TEventName"
|
|
657
933
|
}
|
|
658
934
|
},
|
|
659
935
|
{
|
|
660
|
-
"id":
|
|
936
|
+
"id": 58,
|
|
661
937
|
"name": "eventArgs",
|
|
662
938
|
"kind": 32768,
|
|
663
939
|
"kindString": "Parameter",
|
|
@@ -666,16 +942,16 @@
|
|
|
666
942
|
"type": "indexedAccess",
|
|
667
943
|
"indexType": {
|
|
668
944
|
"type": "reference",
|
|
669
|
-
"id":
|
|
945
|
+
"id": 56,
|
|
670
946
|
"name": "TEventName"
|
|
671
947
|
},
|
|
672
948
|
"objectType": {
|
|
673
949
|
"type": "reference",
|
|
674
|
-
"id":
|
|
950
|
+
"id": 13,
|
|
675
951
|
"typeArguments": [
|
|
676
952
|
{
|
|
677
953
|
"type": "reference",
|
|
678
|
-
"id":
|
|
954
|
+
"id": 39,
|
|
679
955
|
"name": "TEventData"
|
|
680
956
|
}
|
|
681
957
|
],
|
|
@@ -700,7 +976,7 @@
|
|
|
700
976
|
]
|
|
701
977
|
},
|
|
702
978
|
{
|
|
703
|
-
"id":
|
|
979
|
+
"id": 112,
|
|
704
980
|
"name": "emitMetaEventInternal",
|
|
705
981
|
"kind": 2048,
|
|
706
982
|
"kindString": "Method",
|
|
@@ -710,21 +986,21 @@
|
|
|
710
986
|
"sources": [
|
|
711
987
|
{
|
|
712
988
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
713
|
-
"line":
|
|
989
|
+
"line": 314,
|
|
714
990
|
"character": 16,
|
|
715
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
991
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L314"
|
|
716
992
|
}
|
|
717
993
|
],
|
|
718
994
|
"signatures": [
|
|
719
995
|
{
|
|
720
|
-
"id":
|
|
996
|
+
"id": 113,
|
|
721
997
|
"name": "emitMetaEventInternal",
|
|
722
998
|
"kind": 4096,
|
|
723
999
|
"kindString": "Call signature",
|
|
724
1000
|
"flags": {},
|
|
725
1001
|
"typeParameter": [
|
|
726
1002
|
{
|
|
727
|
-
"id":
|
|
1003
|
+
"id": 114,
|
|
728
1004
|
"name": "TEventName",
|
|
729
1005
|
"kind": 131072,
|
|
730
1006
|
"kindString": "Type parameter",
|
|
@@ -734,11 +1010,11 @@
|
|
|
734
1010
|
"operator": "keyof",
|
|
735
1011
|
"target": {
|
|
736
1012
|
"type": "reference",
|
|
737
|
-
"id":
|
|
1013
|
+
"id": 13,
|
|
738
1014
|
"typeArguments": [
|
|
739
1015
|
{
|
|
740
1016
|
"type": "reference",
|
|
741
|
-
"id":
|
|
1017
|
+
"id": 39,
|
|
742
1018
|
"name": "TEventData"
|
|
743
1019
|
}
|
|
744
1020
|
],
|
|
@@ -749,19 +1025,19 @@
|
|
|
749
1025
|
],
|
|
750
1026
|
"parameters": [
|
|
751
1027
|
{
|
|
752
|
-
"id":
|
|
1028
|
+
"id": 115,
|
|
753
1029
|
"name": "eventName",
|
|
754
1030
|
"kind": 32768,
|
|
755
1031
|
"kindString": "Parameter",
|
|
756
1032
|
"flags": {},
|
|
757
1033
|
"type": {
|
|
758
1034
|
"type": "reference",
|
|
759
|
-
"id":
|
|
1035
|
+
"id": 114,
|
|
760
1036
|
"name": "TEventName"
|
|
761
1037
|
}
|
|
762
1038
|
},
|
|
763
1039
|
{
|
|
764
|
-
"id":
|
|
1040
|
+
"id": 116,
|
|
765
1041
|
"name": "eventArgs",
|
|
766
1042
|
"kind": 32768,
|
|
767
1043
|
"kindString": "Parameter",
|
|
@@ -770,16 +1046,16 @@
|
|
|
770
1046
|
"type": "indexedAccess",
|
|
771
1047
|
"indexType": {
|
|
772
1048
|
"type": "reference",
|
|
773
|
-
"id":
|
|
1049
|
+
"id": 114,
|
|
774
1050
|
"name": "TEventName"
|
|
775
1051
|
},
|
|
776
1052
|
"objectType": {
|
|
777
1053
|
"type": "reference",
|
|
778
|
-
"id":
|
|
1054
|
+
"id": 13,
|
|
779
1055
|
"typeArguments": [
|
|
780
1056
|
{
|
|
781
1057
|
"type": "reference",
|
|
782
|
-
"id":
|
|
1058
|
+
"id": 39,
|
|
783
1059
|
"name": "TEventData"
|
|
784
1060
|
}
|
|
785
1061
|
],
|
|
@@ -804,7 +1080,7 @@
|
|
|
804
1080
|
]
|
|
805
1081
|
},
|
|
806
1082
|
{
|
|
807
|
-
"id":
|
|
1083
|
+
"id": 59,
|
|
808
1084
|
"name": "emitSerial",
|
|
809
1085
|
"kind": 2048,
|
|
810
1086
|
"kindString": "Method",
|
|
@@ -812,21 +1088,21 @@
|
|
|
812
1088
|
"sources": [
|
|
813
1089
|
{
|
|
814
1090
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
815
|
-
"line":
|
|
1091
|
+
"line": 144,
|
|
816
1092
|
"character": 8,
|
|
817
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1093
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L144"
|
|
818
1094
|
}
|
|
819
1095
|
],
|
|
820
1096
|
"signatures": [
|
|
821
1097
|
{
|
|
822
|
-
"id":
|
|
1098
|
+
"id": 60,
|
|
823
1099
|
"name": "emitSerial",
|
|
824
1100
|
"kind": 4096,
|
|
825
1101
|
"kindString": "Call signature",
|
|
826
1102
|
"flags": {},
|
|
827
1103
|
"typeParameter": [
|
|
828
1104
|
{
|
|
829
|
-
"id":
|
|
1105
|
+
"id": 61,
|
|
830
1106
|
"name": "TEventName",
|
|
831
1107
|
"kind": 131072,
|
|
832
1108
|
"kindString": "Type parameter",
|
|
@@ -852,19 +1128,19 @@
|
|
|
852
1128
|
],
|
|
853
1129
|
"parameters": [
|
|
854
1130
|
{
|
|
855
|
-
"id":
|
|
1131
|
+
"id": 62,
|
|
856
1132
|
"name": "eventName",
|
|
857
1133
|
"kind": 32768,
|
|
858
1134
|
"kindString": "Parameter",
|
|
859
1135
|
"flags": {},
|
|
860
1136
|
"type": {
|
|
861
1137
|
"type": "reference",
|
|
862
|
-
"id":
|
|
1138
|
+
"id": 61,
|
|
863
1139
|
"name": "TEventName"
|
|
864
1140
|
}
|
|
865
1141
|
},
|
|
866
1142
|
{
|
|
867
|
-
"id":
|
|
1143
|
+
"id": 63,
|
|
868
1144
|
"name": "eventArgs",
|
|
869
1145
|
"kind": 32768,
|
|
870
1146
|
"kindString": "Parameter",
|
|
@@ -873,12 +1149,12 @@
|
|
|
873
1149
|
"type": "indexedAccess",
|
|
874
1150
|
"indexType": {
|
|
875
1151
|
"type": "reference",
|
|
876
|
-
"id":
|
|
1152
|
+
"id": 61,
|
|
877
1153
|
"name": "TEventName"
|
|
878
1154
|
},
|
|
879
1155
|
"objectType": {
|
|
880
1156
|
"type": "reference",
|
|
881
|
-
"id":
|
|
1157
|
+
"id": 39,
|
|
882
1158
|
"name": "TEventData"
|
|
883
1159
|
}
|
|
884
1160
|
}
|
|
@@ -898,61 +1174,85 @@
|
|
|
898
1174
|
},
|
|
899
1175
|
"implementationOf": {
|
|
900
1176
|
"type": "reference",
|
|
901
|
-
"id":
|
|
1177
|
+
"id": 172,
|
|
902
1178
|
"name": "EventFunctions.emitSerial"
|
|
903
1179
|
}
|
|
904
1180
|
}
|
|
905
1181
|
],
|
|
906
1182
|
"implementationOf": {
|
|
907
1183
|
"type": "reference",
|
|
908
|
-
"id":
|
|
1184
|
+
"id": 171,
|
|
909
1185
|
"name": "EventFunctions.emitSerial"
|
|
910
1186
|
}
|
|
911
1187
|
},
|
|
912
1188
|
{
|
|
913
|
-
"id":
|
|
1189
|
+
"id": 117,
|
|
914
1190
|
"name": "getListeners",
|
|
915
1191
|
"kind": 2048,
|
|
916
1192
|
"kindString": "Method",
|
|
917
|
-
"flags": {
|
|
1193
|
+
"flags": {
|
|
1194
|
+
"isPrivate": true
|
|
1195
|
+
},
|
|
918
1196
|
"sources": [
|
|
919
1197
|
{
|
|
920
1198
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
921
|
-
"line":
|
|
922
|
-
"character":
|
|
923
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1199
|
+
"line": 343,
|
|
1200
|
+
"character": 10,
|
|
1201
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L343"
|
|
924
1202
|
}
|
|
925
1203
|
],
|
|
926
1204
|
"signatures": [
|
|
927
1205
|
{
|
|
928
|
-
"id":
|
|
1206
|
+
"id": 118,
|
|
929
1207
|
"name": "getListeners",
|
|
930
1208
|
"kind": 4096,
|
|
931
1209
|
"kindString": "Call signature",
|
|
932
1210
|
"flags": {},
|
|
933
|
-
"
|
|
1211
|
+
"typeParameter": [
|
|
934
1212
|
{
|
|
935
|
-
"id":
|
|
936
|
-
"name": "
|
|
937
|
-
"kind":
|
|
938
|
-
"kindString": "
|
|
1213
|
+
"id": 119,
|
|
1214
|
+
"name": "TEventName",
|
|
1215
|
+
"kind": 131072,
|
|
1216
|
+
"kindString": "Type parameter",
|
|
939
1217
|
"flags": {},
|
|
940
1218
|
"type": {
|
|
941
|
-
"type": "
|
|
942
|
-
"
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
1219
|
+
"type": "union",
|
|
1220
|
+
"types": [
|
|
1221
|
+
{
|
|
1222
|
+
"type": "intrinsic",
|
|
1223
|
+
"name": "string"
|
|
1224
|
+
},
|
|
1225
|
+
{
|
|
1226
|
+
"type": "intrinsic",
|
|
1227
|
+
"name": "number"
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
"type": "intrinsic",
|
|
1231
|
+
"name": "symbol"
|
|
1232
|
+
}
|
|
1233
|
+
]
|
|
1234
|
+
}
|
|
1235
|
+
}
|
|
1236
|
+
],
|
|
1237
|
+
"parameters": [
|
|
1238
|
+
{
|
|
1239
|
+
"id": 120,
|
|
1240
|
+
"name": "eventName",
|
|
1241
|
+
"kind": 32768,
|
|
1242
|
+
"kindString": "Parameter",
|
|
1243
|
+
"flags": {},
|
|
1244
|
+
"type": {
|
|
1245
|
+
"type": "reference",
|
|
1246
|
+
"id": 119,
|
|
1247
|
+
"name": "TEventName"
|
|
1248
|
+
}
|
|
1249
|
+
}
|
|
1250
|
+
],
|
|
1251
|
+
"type": {
|
|
1252
|
+
"type": "union",
|
|
1253
|
+
"types": [
|
|
1254
|
+
{
|
|
1255
|
+
"type": "intrinsic",
|
|
956
1256
|
"name": "undefined"
|
|
957
1257
|
},
|
|
958
1258
|
{
|
|
@@ -960,15 +1260,14 @@
|
|
|
960
1260
|
"typeArguments": [
|
|
961
1261
|
{
|
|
962
1262
|
"type": "reference",
|
|
963
|
-
"id": 132,
|
|
964
1263
|
"typeArguments": [
|
|
965
1264
|
{
|
|
966
1265
|
"type": "reference",
|
|
967
|
-
"id":
|
|
1266
|
+
"id": 142,
|
|
968
1267
|
"name": "EventArgs"
|
|
969
1268
|
}
|
|
970
1269
|
],
|
|
971
|
-
"name": "
|
|
1270
|
+
"name": "EventListenerInfo"
|
|
972
1271
|
}
|
|
973
1272
|
],
|
|
974
1273
|
"name": "Set",
|
|
@@ -981,7 +1280,7 @@
|
|
|
981
1280
|
]
|
|
982
1281
|
},
|
|
983
1282
|
{
|
|
984
|
-
"id":
|
|
1283
|
+
"id": 64,
|
|
985
1284
|
"name": "listenerCount",
|
|
986
1285
|
"kind": 2048,
|
|
987
1286
|
"kindString": "Method",
|
|
@@ -989,25 +1288,27 @@
|
|
|
989
1288
|
"sources": [
|
|
990
1289
|
{
|
|
991
1290
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
992
|
-
"line":
|
|
1291
|
+
"line": 183,
|
|
993
1292
|
"character": 2,
|
|
994
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1293
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L183"
|
|
995
1294
|
}
|
|
996
1295
|
],
|
|
997
1296
|
"signatures": [
|
|
998
1297
|
{
|
|
999
|
-
"id":
|
|
1298
|
+
"id": 65,
|
|
1000
1299
|
"name": "listenerCount",
|
|
1001
1300
|
"kind": 4096,
|
|
1002
1301
|
"kindString": "Call signature",
|
|
1003
1302
|
"flags": {},
|
|
1004
1303
|
"parameters": [
|
|
1005
1304
|
{
|
|
1006
|
-
"id":
|
|
1305
|
+
"id": 66,
|
|
1007
1306
|
"name": "eventNames",
|
|
1008
1307
|
"kind": 32768,
|
|
1009
1308
|
"kindString": "Parameter",
|
|
1010
|
-
"flags": {
|
|
1309
|
+
"flags": {
|
|
1310
|
+
"isOptional": true
|
|
1311
|
+
},
|
|
1011
1312
|
"type": {
|
|
1012
1313
|
"type": "union",
|
|
1013
1314
|
"types": [
|
|
@@ -1016,7 +1317,7 @@
|
|
|
1016
1317
|
"operator": "keyof",
|
|
1017
1318
|
"target": {
|
|
1018
1319
|
"type": "reference",
|
|
1019
|
-
"id":
|
|
1320
|
+
"id": 39,
|
|
1020
1321
|
"name": "TEventData"
|
|
1021
1322
|
}
|
|
1022
1323
|
},
|
|
@@ -1027,7 +1328,7 @@
|
|
|
1027
1328
|
"operator": "keyof",
|
|
1028
1329
|
"target": {
|
|
1029
1330
|
"type": "reference",
|
|
1030
|
-
"id":
|
|
1331
|
+
"id": 39,
|
|
1031
1332
|
"name": "TEventData"
|
|
1032
1333
|
}
|
|
1033
1334
|
}
|
|
@@ -1042,19 +1343,19 @@
|
|
|
1042
1343
|
},
|
|
1043
1344
|
"implementationOf": {
|
|
1044
1345
|
"type": "reference",
|
|
1045
|
-
"id":
|
|
1346
|
+
"id": 177,
|
|
1046
1347
|
"name": "EventFunctions.listenerCount"
|
|
1047
1348
|
}
|
|
1048
1349
|
}
|
|
1049
1350
|
],
|
|
1050
1351
|
"implementationOf": {
|
|
1051
1352
|
"type": "reference",
|
|
1052
|
-
"id":
|
|
1353
|
+
"id": 176,
|
|
1053
1354
|
"name": "EventFunctions.listenerCount"
|
|
1054
1355
|
}
|
|
1055
1356
|
},
|
|
1056
1357
|
{
|
|
1057
|
-
"id":
|
|
1358
|
+
"id": 67,
|
|
1058
1359
|
"name": "logIfDebugEnabled",
|
|
1059
1360
|
"kind": 2048,
|
|
1060
1361
|
"kindString": "Method",
|
|
@@ -1062,21 +1363,21 @@
|
|
|
1062
1363
|
"sources": [
|
|
1063
1364
|
{
|
|
1064
1365
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
1065
|
-
"line":
|
|
1366
|
+
"line": 204,
|
|
1066
1367
|
"character": 2,
|
|
1067
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1368
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L204"
|
|
1068
1369
|
}
|
|
1069
1370
|
],
|
|
1070
1371
|
"signatures": [
|
|
1071
1372
|
{
|
|
1072
|
-
"id":
|
|
1373
|
+
"id": 68,
|
|
1073
1374
|
"name": "logIfDebugEnabled",
|
|
1074
1375
|
"kind": 4096,
|
|
1075
1376
|
"kindString": "Call signature",
|
|
1076
1377
|
"flags": {},
|
|
1077
1378
|
"typeParameter": [
|
|
1078
1379
|
{
|
|
1079
|
-
"id":
|
|
1380
|
+
"id": 69,
|
|
1080
1381
|
"name": "TEventName",
|
|
1081
1382
|
"kind": 131072,
|
|
1082
1383
|
"kindString": "Type parameter",
|
|
@@ -1087,23 +1388,11 @@
|
|
|
1087
1388
|
"qualifiedName": "PropertyKey",
|
|
1088
1389
|
"package": "typescript"
|
|
1089
1390
|
}
|
|
1090
|
-
},
|
|
1091
|
-
{
|
|
1092
|
-
"id": 71,
|
|
1093
|
-
"name": "TEventArgs",
|
|
1094
|
-
"kind": 131072,
|
|
1095
|
-
"kindString": "Type parameter",
|
|
1096
|
-
"flags": {},
|
|
1097
|
-
"type": {
|
|
1098
|
-
"type": "reference",
|
|
1099
|
-
"id": 118,
|
|
1100
|
-
"name": "EventArgs"
|
|
1101
|
-
}
|
|
1102
1391
|
}
|
|
1103
1392
|
],
|
|
1104
1393
|
"parameters": [
|
|
1105
1394
|
{
|
|
1106
|
-
"id":
|
|
1395
|
+
"id": 70,
|
|
1107
1396
|
"name": "type",
|
|
1108
1397
|
"kind": 32768,
|
|
1109
1398
|
"kindString": "Parameter",
|
|
@@ -1114,7 +1403,7 @@
|
|
|
1114
1403
|
}
|
|
1115
1404
|
},
|
|
1116
1405
|
{
|
|
1117
|
-
"id":
|
|
1406
|
+
"id": 71,
|
|
1118
1407
|
"name": "eventName",
|
|
1119
1408
|
"kind": 32768,
|
|
1120
1409
|
"kindString": "Parameter",
|
|
@@ -1123,12 +1412,12 @@
|
|
|
1123
1412
|
},
|
|
1124
1413
|
"type": {
|
|
1125
1414
|
"type": "reference",
|
|
1126
|
-
"id":
|
|
1415
|
+
"id": 69,
|
|
1127
1416
|
"name": "TEventName"
|
|
1128
1417
|
}
|
|
1129
1418
|
},
|
|
1130
1419
|
{
|
|
1131
|
-
"id":
|
|
1420
|
+
"id": 72,
|
|
1132
1421
|
"name": "eventArgs",
|
|
1133
1422
|
"kind": 32768,
|
|
1134
1423
|
"kindString": "Parameter",
|
|
@@ -1137,8 +1426,8 @@
|
|
|
1137
1426
|
},
|
|
1138
1427
|
"type": {
|
|
1139
1428
|
"type": "reference",
|
|
1140
|
-
"id":
|
|
1141
|
-
"name": "
|
|
1429
|
+
"id": 142,
|
|
1430
|
+
"name": "EventArgs"
|
|
1142
1431
|
}
|
|
1143
1432
|
}
|
|
1144
1433
|
],
|
|
@@ -1150,7 +1439,7 @@
|
|
|
1150
1439
|
]
|
|
1151
1440
|
},
|
|
1152
1441
|
{
|
|
1153
|
-
"id":
|
|
1442
|
+
"id": 73,
|
|
1154
1443
|
"name": "off",
|
|
1155
1444
|
"kind": 2048,
|
|
1156
1445
|
"kindString": "Method",
|
|
@@ -1158,21 +1447,21 @@
|
|
|
1158
1447
|
"sources": [
|
|
1159
1448
|
{
|
|
1160
1449
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
1161
|
-
"line":
|
|
1450
|
+
"line": 210,
|
|
1162
1451
|
"character": 2,
|
|
1163
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1452
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L210"
|
|
1164
1453
|
}
|
|
1165
1454
|
],
|
|
1166
1455
|
"signatures": [
|
|
1167
1456
|
{
|
|
1168
|
-
"id":
|
|
1457
|
+
"id": 74,
|
|
1169
1458
|
"name": "off",
|
|
1170
1459
|
"kind": 4096,
|
|
1171
1460
|
"kindString": "Call signature",
|
|
1172
1461
|
"flags": {},
|
|
1173
1462
|
"typeParameter": [
|
|
1174
1463
|
{
|
|
1175
|
-
"id":
|
|
1464
|
+
"id": 75,
|
|
1176
1465
|
"name": "TEventName",
|
|
1177
1466
|
"kind": 131072,
|
|
1178
1467
|
"kindString": "Type parameter",
|
|
@@ -1194,11 +1483,38 @@
|
|
|
1194
1483
|
}
|
|
1195
1484
|
]
|
|
1196
1485
|
}
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
"id": 76,
|
|
1489
|
+
"name": "TEventListener",
|
|
1490
|
+
"kind": 131072,
|
|
1491
|
+
"kindString": "Type parameter",
|
|
1492
|
+
"flags": {},
|
|
1493
|
+
"default": {
|
|
1494
|
+
"type": "reference",
|
|
1495
|
+
"id": 156,
|
|
1496
|
+
"typeArguments": [
|
|
1497
|
+
{
|
|
1498
|
+
"type": "indexedAccess",
|
|
1499
|
+
"indexType": {
|
|
1500
|
+
"type": "reference",
|
|
1501
|
+
"id": 75,
|
|
1502
|
+
"name": "TEventName"
|
|
1503
|
+
},
|
|
1504
|
+
"objectType": {
|
|
1505
|
+
"type": "reference",
|
|
1506
|
+
"id": 39,
|
|
1507
|
+
"name": "TEventData"
|
|
1508
|
+
}
|
|
1509
|
+
}
|
|
1510
|
+
],
|
|
1511
|
+
"name": "EventListener"
|
|
1512
|
+
}
|
|
1197
1513
|
}
|
|
1198
1514
|
],
|
|
1199
1515
|
"parameters": [
|
|
1200
1516
|
{
|
|
1201
|
-
"id":
|
|
1517
|
+
"id": 77,
|
|
1202
1518
|
"name": "eventNames",
|
|
1203
1519
|
"kind": 32768,
|
|
1204
1520
|
"kindString": "Parameter",
|
|
@@ -1208,14 +1524,14 @@
|
|
|
1208
1524
|
"types": [
|
|
1209
1525
|
{
|
|
1210
1526
|
"type": "reference",
|
|
1211
|
-
"id":
|
|
1527
|
+
"id": 75,
|
|
1212
1528
|
"name": "TEventName"
|
|
1213
1529
|
},
|
|
1214
1530
|
{
|
|
1215
1531
|
"type": "array",
|
|
1216
1532
|
"elementType": {
|
|
1217
1533
|
"type": "reference",
|
|
1218
|
-
"id":
|
|
1534
|
+
"id": 75,
|
|
1219
1535
|
"name": "TEventName"
|
|
1220
1536
|
}
|
|
1221
1537
|
}
|
|
@@ -1223,30 +1539,15 @@
|
|
|
1223
1539
|
}
|
|
1224
1540
|
},
|
|
1225
1541
|
{
|
|
1226
|
-
"id":
|
|
1542
|
+
"id": 78,
|
|
1227
1543
|
"name": "listener",
|
|
1228
1544
|
"kind": 32768,
|
|
1229
1545
|
"kindString": "Parameter",
|
|
1230
1546
|
"flags": {},
|
|
1231
1547
|
"type": {
|
|
1232
1548
|
"type": "reference",
|
|
1233
|
-
"id":
|
|
1234
|
-
"
|
|
1235
|
-
{
|
|
1236
|
-
"type": "indexedAccess",
|
|
1237
|
-
"indexType": {
|
|
1238
|
-
"type": "reference",
|
|
1239
|
-
"id": 77,
|
|
1240
|
-
"name": "TEventName"
|
|
1241
|
-
},
|
|
1242
|
-
"objectType": {
|
|
1243
|
-
"type": "reference",
|
|
1244
|
-
"id": 40,
|
|
1245
|
-
"name": "TEventData"
|
|
1246
|
-
}
|
|
1247
|
-
}
|
|
1248
|
-
],
|
|
1249
|
-
"name": "EventListener"
|
|
1549
|
+
"id": 76,
|
|
1550
|
+
"name": "TEventListener"
|
|
1250
1551
|
}
|
|
1251
1552
|
}
|
|
1252
1553
|
],
|
|
@@ -1256,19 +1557,19 @@
|
|
|
1256
1557
|
},
|
|
1257
1558
|
"implementationOf": {
|
|
1258
1559
|
"type": "reference",
|
|
1259
|
-
"id":
|
|
1560
|
+
"id": 180,
|
|
1260
1561
|
"name": "EventFunctions.off"
|
|
1261
1562
|
}
|
|
1262
1563
|
}
|
|
1263
1564
|
],
|
|
1264
1565
|
"implementationOf": {
|
|
1265
1566
|
"type": "reference",
|
|
1266
|
-
"id":
|
|
1567
|
+
"id": 179,
|
|
1267
1568
|
"name": "EventFunctions.off"
|
|
1268
1569
|
}
|
|
1269
1570
|
},
|
|
1270
1571
|
{
|
|
1271
|
-
"id":
|
|
1572
|
+
"id": 79,
|
|
1272
1573
|
"name": "offAny",
|
|
1273
1574
|
"kind": 2048,
|
|
1274
1575
|
"kindString": "Method",
|
|
@@ -1276,32 +1577,32 @@
|
|
|
1276
1577
|
"sources": [
|
|
1277
1578
|
{
|
|
1278
1579
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
1279
|
-
"line":
|
|
1580
|
+
"line": 233,
|
|
1280
1581
|
"character": 2,
|
|
1281
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1582
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L233"
|
|
1282
1583
|
}
|
|
1283
1584
|
],
|
|
1284
1585
|
"signatures": [
|
|
1285
1586
|
{
|
|
1286
|
-
"id":
|
|
1587
|
+
"id": 80,
|
|
1287
1588
|
"name": "offAny",
|
|
1288
1589
|
"kind": 4096,
|
|
1289
1590
|
"kindString": "Call signature",
|
|
1290
1591
|
"flags": {},
|
|
1291
1592
|
"parameters": [
|
|
1292
1593
|
{
|
|
1293
|
-
"id":
|
|
1594
|
+
"id": 81,
|
|
1294
1595
|
"name": "listener",
|
|
1295
1596
|
"kind": 32768,
|
|
1296
1597
|
"kindString": "Parameter",
|
|
1297
1598
|
"flags": {},
|
|
1298
1599
|
"type": {
|
|
1299
1600
|
"type": "reference",
|
|
1300
|
-
"id":
|
|
1601
|
+
"id": 150,
|
|
1301
1602
|
"typeArguments": [
|
|
1302
1603
|
{
|
|
1303
1604
|
"type": "reference",
|
|
1304
|
-
"id":
|
|
1605
|
+
"id": 142,
|
|
1305
1606
|
"name": "EventArgs"
|
|
1306
1607
|
}
|
|
1307
1608
|
],
|
|
@@ -1315,19 +1616,19 @@
|
|
|
1315
1616
|
},
|
|
1316
1617
|
"implementationOf": {
|
|
1317
1618
|
"type": "reference",
|
|
1318
|
-
"id":
|
|
1619
|
+
"id": 185,
|
|
1319
1620
|
"name": "EventFunctions.offAny"
|
|
1320
1621
|
}
|
|
1321
1622
|
}
|
|
1322
1623
|
],
|
|
1323
1624
|
"implementationOf": {
|
|
1324
1625
|
"type": "reference",
|
|
1325
|
-
"id":
|
|
1626
|
+
"id": 184,
|
|
1326
1627
|
"name": "EventFunctions.offAny"
|
|
1327
1628
|
}
|
|
1328
1629
|
},
|
|
1329
1630
|
{
|
|
1330
|
-
"id":
|
|
1631
|
+
"id": 82,
|
|
1331
1632
|
"name": "on",
|
|
1332
1633
|
"kind": 2048,
|
|
1333
1634
|
"kindString": "Method",
|
|
@@ -1335,21 +1636,21 @@
|
|
|
1335
1636
|
"sources": [
|
|
1336
1637
|
{
|
|
1337
1638
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
1338
|
-
"line":
|
|
1639
|
+
"line": 241,
|
|
1339
1640
|
"character": 2,
|
|
1340
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1641
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L241"
|
|
1341
1642
|
}
|
|
1342
1643
|
],
|
|
1343
1644
|
"signatures": [
|
|
1344
1645
|
{
|
|
1345
|
-
"id":
|
|
1646
|
+
"id": 83,
|
|
1346
1647
|
"name": "on",
|
|
1347
1648
|
"kind": 4096,
|
|
1348
1649
|
"kindString": "Call signature",
|
|
1349
1650
|
"flags": {},
|
|
1350
1651
|
"typeParameter": [
|
|
1351
1652
|
{
|
|
1352
|
-
"id":
|
|
1653
|
+
"id": 84,
|
|
1353
1654
|
"name": "TEventName",
|
|
1354
1655
|
"kind": 131072,
|
|
1355
1656
|
"kindString": "Type parameter",
|
|
@@ -1376,7 +1677,7 @@
|
|
|
1376
1677
|
"operator": "keyof",
|
|
1377
1678
|
"target": {
|
|
1378
1679
|
"type": "reference",
|
|
1379
|
-
"id":
|
|
1680
|
+
"id": 39,
|
|
1380
1681
|
"name": "TEventData"
|
|
1381
1682
|
}
|
|
1382
1683
|
}
|
|
@@ -1384,7 +1685,7 @@
|
|
|
1384
1685
|
],
|
|
1385
1686
|
"parameters": [
|
|
1386
1687
|
{
|
|
1387
|
-
"id":
|
|
1688
|
+
"id": 85,
|
|
1388
1689
|
"name": "eventNames",
|
|
1389
1690
|
"kind": 32768,
|
|
1390
1691
|
"kindString": "Parameter",
|
|
@@ -1394,14 +1695,14 @@
|
|
|
1394
1695
|
"types": [
|
|
1395
1696
|
{
|
|
1396
1697
|
"type": "reference",
|
|
1397
|
-
"id":
|
|
1698
|
+
"id": 84,
|
|
1398
1699
|
"name": "TEventName"
|
|
1399
1700
|
},
|
|
1400
1701
|
{
|
|
1401
1702
|
"type": "array",
|
|
1402
1703
|
"elementType": {
|
|
1403
1704
|
"type": "reference",
|
|
1404
|
-
"id":
|
|
1705
|
+
"id": 84,
|
|
1405
1706
|
"name": "TEventName"
|
|
1406
1707
|
}
|
|
1407
1708
|
}
|
|
@@ -1409,31 +1710,53 @@
|
|
|
1409
1710
|
}
|
|
1410
1711
|
},
|
|
1411
1712
|
{
|
|
1412
|
-
"id":
|
|
1713
|
+
"id": 86,
|
|
1413
1714
|
"name": "listener",
|
|
1414
1715
|
"kind": 32768,
|
|
1415
1716
|
"kindString": "Parameter",
|
|
1416
1717
|
"flags": {},
|
|
1417
1718
|
"type": {
|
|
1418
1719
|
"type": "reference",
|
|
1419
|
-
"id":
|
|
1720
|
+
"id": 156,
|
|
1420
1721
|
"typeArguments": [
|
|
1421
1722
|
{
|
|
1422
1723
|
"type": "indexedAccess",
|
|
1423
1724
|
"indexType": {
|
|
1424
1725
|
"type": "reference",
|
|
1425
|
-
"id":
|
|
1726
|
+
"id": 84,
|
|
1426
1727
|
"name": "TEventName"
|
|
1427
1728
|
},
|
|
1428
1729
|
"objectType": {
|
|
1429
1730
|
"type": "reference",
|
|
1430
|
-
"id":
|
|
1731
|
+
"id": 39,
|
|
1431
1732
|
"name": "TEventData"
|
|
1432
1733
|
}
|
|
1433
1734
|
}
|
|
1434
1735
|
],
|
|
1435
1736
|
"name": "EventListener"
|
|
1436
1737
|
}
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
"id": 87,
|
|
1741
|
+
"name": "filter",
|
|
1742
|
+
"kind": 32768,
|
|
1743
|
+
"kindString": "Parameter",
|
|
1744
|
+
"flags": {
|
|
1745
|
+
"isOptional": true
|
|
1746
|
+
},
|
|
1747
|
+
"type": {
|
|
1748
|
+
"type": "indexedAccess",
|
|
1749
|
+
"indexType": {
|
|
1750
|
+
"type": "reference",
|
|
1751
|
+
"id": 84,
|
|
1752
|
+
"name": "TEventName"
|
|
1753
|
+
},
|
|
1754
|
+
"objectType": {
|
|
1755
|
+
"type": "reference",
|
|
1756
|
+
"id": 39,
|
|
1757
|
+
"name": "TEventData"
|
|
1758
|
+
}
|
|
1759
|
+
}
|
|
1437
1760
|
}
|
|
1438
1761
|
],
|
|
1439
1762
|
"type": {
|
|
@@ -1482,14 +1805,14 @@
|
|
|
1482
1805
|
},
|
|
1483
1806
|
"implementationOf": {
|
|
1484
1807
|
"type": "reference",
|
|
1485
|
-
"id":
|
|
1808
|
+
"id": 188,
|
|
1486
1809
|
"name": "EventFunctions.on"
|
|
1487
1810
|
}
|
|
1488
1811
|
}
|
|
1489
1812
|
],
|
|
1490
1813
|
"implementationOf": {
|
|
1491
1814
|
"type": "reference",
|
|
1492
|
-
"id":
|
|
1815
|
+
"id": 187,
|
|
1493
1816
|
"name": "EventFunctions.on"
|
|
1494
1817
|
}
|
|
1495
1818
|
},
|
|
@@ -1502,9 +1825,9 @@
|
|
|
1502
1825
|
"sources": [
|
|
1503
1826
|
{
|
|
1504
1827
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
1505
|
-
"line":
|
|
1828
|
+
"line": 267,
|
|
1506
1829
|
"character": 2,
|
|
1507
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1830
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L267"
|
|
1508
1831
|
}
|
|
1509
1832
|
],
|
|
1510
1833
|
"signatures": [
|
|
@@ -1523,11 +1846,11 @@
|
|
|
1523
1846
|
"flags": {},
|
|
1524
1847
|
"type": {
|
|
1525
1848
|
"type": "reference",
|
|
1526
|
-
"id":
|
|
1849
|
+
"id": 150,
|
|
1527
1850
|
"typeArguments": [
|
|
1528
1851
|
{
|
|
1529
1852
|
"type": "reference",
|
|
1530
|
-
"id":
|
|
1853
|
+
"id": 142,
|
|
1531
1854
|
"name": "EventArgs"
|
|
1532
1855
|
}
|
|
1533
1856
|
],
|
|
@@ -1581,14 +1904,14 @@
|
|
|
1581
1904
|
},
|
|
1582
1905
|
"implementationOf": {
|
|
1583
1906
|
"type": "reference",
|
|
1584
|
-
"id":
|
|
1907
|
+
"id": 193,
|
|
1585
1908
|
"name": "EventFunctions.onAny"
|
|
1586
1909
|
}
|
|
1587
1910
|
}
|
|
1588
1911
|
],
|
|
1589
1912
|
"implementationOf": {
|
|
1590
1913
|
"type": "reference",
|
|
1591
|
-
"id":
|
|
1914
|
+
"id": 192,
|
|
1592
1915
|
"name": "EventFunctions.onAny"
|
|
1593
1916
|
}
|
|
1594
1917
|
},
|
|
@@ -1601,9 +1924,9 @@
|
|
|
1601
1924
|
"sources": [
|
|
1602
1925
|
{
|
|
1603
1926
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
1604
|
-
"line":
|
|
1927
|
+
"line": 275,
|
|
1605
1928
|
"character": 2,
|
|
1606
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1929
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L275"
|
|
1607
1930
|
}
|
|
1608
1931
|
],
|
|
1609
1932
|
"signatures": [
|
|
@@ -1660,7 +1983,7 @@
|
|
|
1660
1983
|
"flags": {},
|
|
1661
1984
|
"type": {
|
|
1662
1985
|
"type": "reference",
|
|
1663
|
-
"id":
|
|
1986
|
+
"id": 156,
|
|
1664
1987
|
"typeArguments": [
|
|
1665
1988
|
{
|
|
1666
1989
|
"type": "indexedAccess",
|
|
@@ -1671,7 +1994,7 @@
|
|
|
1671
1994
|
},
|
|
1672
1995
|
"objectType": {
|
|
1673
1996
|
"type": "reference",
|
|
1674
|
-
"id":
|
|
1997
|
+
"id": 39,
|
|
1675
1998
|
"name": "TEventData"
|
|
1676
1999
|
}
|
|
1677
2000
|
}
|
|
@@ -1726,95 +2049,373 @@
|
|
|
1726
2049
|
},
|
|
1727
2050
|
"implementationOf": {
|
|
1728
2051
|
"type": "reference",
|
|
1729
|
-
"id":
|
|
2052
|
+
"id": 196,
|
|
1730
2053
|
"name": "EventFunctions.once"
|
|
1731
2054
|
}
|
|
1732
2055
|
}
|
|
1733
2056
|
],
|
|
1734
2057
|
"implementationOf": {
|
|
1735
2058
|
"type": "reference",
|
|
1736
|
-
"id":
|
|
2059
|
+
"id": 195,
|
|
1737
2060
|
"name": "EventFunctions.once"
|
|
1738
2061
|
}
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
"id": 121,
|
|
2065
|
+
"name": "safeCallAnyListener",
|
|
2066
|
+
"kind": 2048,
|
|
2067
|
+
"kindString": "Method",
|
|
2068
|
+
"flags": {
|
|
2069
|
+
"isPrivate": true
|
|
2070
|
+
},
|
|
2071
|
+
"sources": [
|
|
2072
|
+
{
|
|
2073
|
+
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
2074
|
+
"line": 352,
|
|
2075
|
+
"character": 16,
|
|
2076
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L352"
|
|
2077
|
+
}
|
|
2078
|
+
],
|
|
2079
|
+
"signatures": [
|
|
2080
|
+
{
|
|
2081
|
+
"id": 122,
|
|
2082
|
+
"name": "safeCallAnyListener",
|
|
2083
|
+
"kind": 4096,
|
|
2084
|
+
"kindString": "Call signature",
|
|
2085
|
+
"flags": {},
|
|
2086
|
+
"typeParameter": [
|
|
2087
|
+
{
|
|
2088
|
+
"id": 123,
|
|
2089
|
+
"name": "TEventData",
|
|
2090
|
+
"kind": 131072,
|
|
2091
|
+
"kindString": "Type parameter",
|
|
2092
|
+
"flags": {},
|
|
2093
|
+
"type": {
|
|
2094
|
+
"type": "reference",
|
|
2095
|
+
"id": 143,
|
|
2096
|
+
"name": "EventData"
|
|
2097
|
+
}
|
|
2098
|
+
},
|
|
2099
|
+
{
|
|
2100
|
+
"id": 124,
|
|
2101
|
+
"name": "TEventName",
|
|
2102
|
+
"kind": 131072,
|
|
2103
|
+
"kindString": "Type parameter",
|
|
2104
|
+
"flags": {},
|
|
2105
|
+
"type": {
|
|
2106
|
+
"type": "typeOperator",
|
|
2107
|
+
"operator": "keyof",
|
|
2108
|
+
"target": {
|
|
2109
|
+
"type": "reference",
|
|
2110
|
+
"id": 143,
|
|
2111
|
+
"name": "EventData"
|
|
2112
|
+
}
|
|
2113
|
+
}
|
|
2114
|
+
}
|
|
2115
|
+
],
|
|
2116
|
+
"parameters": [
|
|
2117
|
+
{
|
|
2118
|
+
"id": 125,
|
|
2119
|
+
"name": "eventName",
|
|
2120
|
+
"kind": 32768,
|
|
2121
|
+
"kindString": "Parameter",
|
|
2122
|
+
"flags": {},
|
|
2123
|
+
"type": {
|
|
2124
|
+
"type": "reference",
|
|
2125
|
+
"id": 124,
|
|
2126
|
+
"name": "TEventName"
|
|
2127
|
+
}
|
|
2128
|
+
},
|
|
2129
|
+
{
|
|
2130
|
+
"id": 126,
|
|
2131
|
+
"name": "eventArgs",
|
|
2132
|
+
"kind": 32768,
|
|
2133
|
+
"kindString": "Parameter",
|
|
2134
|
+
"flags": {},
|
|
2135
|
+
"type": {
|
|
2136
|
+
"type": "indexedAccess",
|
|
2137
|
+
"indexType": {
|
|
2138
|
+
"type": "reference",
|
|
2139
|
+
"id": 124,
|
|
2140
|
+
"name": "TEventName"
|
|
2141
|
+
},
|
|
2142
|
+
"objectType": {
|
|
2143
|
+
"type": "reference",
|
|
2144
|
+
"id": 123,
|
|
2145
|
+
"name": "TEventData"
|
|
2146
|
+
}
|
|
2147
|
+
}
|
|
2148
|
+
},
|
|
2149
|
+
{
|
|
2150
|
+
"id": 127,
|
|
2151
|
+
"name": "listener",
|
|
2152
|
+
"kind": 32768,
|
|
2153
|
+
"kindString": "Parameter",
|
|
2154
|
+
"flags": {},
|
|
2155
|
+
"type": {
|
|
2156
|
+
"type": "reference",
|
|
2157
|
+
"id": 150,
|
|
2158
|
+
"typeArguments": [
|
|
2159
|
+
{
|
|
2160
|
+
"type": "indexedAccess",
|
|
2161
|
+
"indexType": {
|
|
2162
|
+
"type": "reference",
|
|
2163
|
+
"id": 124,
|
|
2164
|
+
"name": "TEventName"
|
|
2165
|
+
},
|
|
2166
|
+
"objectType": {
|
|
2167
|
+
"type": "reference",
|
|
2168
|
+
"id": 123,
|
|
2169
|
+
"name": "TEventData"
|
|
2170
|
+
}
|
|
2171
|
+
}
|
|
2172
|
+
],
|
|
2173
|
+
"name": "EventAnyListener"
|
|
2174
|
+
}
|
|
2175
|
+
}
|
|
2176
|
+
],
|
|
2177
|
+
"type": {
|
|
2178
|
+
"type": "reference",
|
|
2179
|
+
"typeArguments": [
|
|
2180
|
+
{
|
|
2181
|
+
"type": "intrinsic",
|
|
2182
|
+
"name": "void"
|
|
2183
|
+
}
|
|
2184
|
+
],
|
|
2185
|
+
"name": "Promise",
|
|
2186
|
+
"qualifiedName": "Promise",
|
|
2187
|
+
"package": "typescript"
|
|
2188
|
+
}
|
|
2189
|
+
}
|
|
2190
|
+
]
|
|
2191
|
+
},
|
|
2192
|
+
{
|
|
2193
|
+
"id": 128,
|
|
2194
|
+
"name": "safeCallListener",
|
|
2195
|
+
"kind": 2048,
|
|
2196
|
+
"kindString": "Method",
|
|
2197
|
+
"flags": {
|
|
2198
|
+
"isPrivate": true
|
|
2199
|
+
},
|
|
2200
|
+
"sources": [
|
|
2201
|
+
{
|
|
2202
|
+
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
2203
|
+
"line": 365,
|
|
2204
|
+
"character": 16,
|
|
2205
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L365"
|
|
2206
|
+
}
|
|
2207
|
+
],
|
|
2208
|
+
"signatures": [
|
|
2209
|
+
{
|
|
2210
|
+
"id": 129,
|
|
2211
|
+
"name": "safeCallListener",
|
|
2212
|
+
"kind": 4096,
|
|
2213
|
+
"kindString": "Call signature",
|
|
2214
|
+
"flags": {},
|
|
2215
|
+
"typeParameter": [
|
|
2216
|
+
{
|
|
2217
|
+
"id": 130,
|
|
2218
|
+
"name": "TEventData",
|
|
2219
|
+
"kind": 131072,
|
|
2220
|
+
"kindString": "Type parameter",
|
|
2221
|
+
"flags": {},
|
|
2222
|
+
"type": {
|
|
2223
|
+
"type": "reference",
|
|
2224
|
+
"id": 143,
|
|
2225
|
+
"name": "EventData"
|
|
2226
|
+
}
|
|
2227
|
+
},
|
|
2228
|
+
{
|
|
2229
|
+
"id": 131,
|
|
2230
|
+
"name": "TEventName",
|
|
2231
|
+
"kind": 131072,
|
|
2232
|
+
"kindString": "Type parameter",
|
|
2233
|
+
"flags": {},
|
|
2234
|
+
"type": {
|
|
2235
|
+
"type": "typeOperator",
|
|
2236
|
+
"operator": "keyof",
|
|
2237
|
+
"target": {
|
|
2238
|
+
"type": "reference",
|
|
2239
|
+
"id": 143,
|
|
2240
|
+
"name": "EventData"
|
|
2241
|
+
}
|
|
2242
|
+
}
|
|
2243
|
+
}
|
|
2244
|
+
],
|
|
2245
|
+
"parameters": [
|
|
2246
|
+
{
|
|
2247
|
+
"id": 132,
|
|
2248
|
+
"name": "eventName",
|
|
2249
|
+
"kind": 32768,
|
|
2250
|
+
"kindString": "Parameter",
|
|
2251
|
+
"flags": {},
|
|
2252
|
+
"type": {
|
|
2253
|
+
"type": "reference",
|
|
2254
|
+
"id": 131,
|
|
2255
|
+
"name": "TEventName"
|
|
2256
|
+
}
|
|
2257
|
+
},
|
|
2258
|
+
{
|
|
2259
|
+
"id": 133,
|
|
2260
|
+
"name": "eventArgs",
|
|
2261
|
+
"kind": 32768,
|
|
2262
|
+
"kindString": "Parameter",
|
|
2263
|
+
"flags": {},
|
|
2264
|
+
"type": {
|
|
2265
|
+
"type": "indexedAccess",
|
|
2266
|
+
"indexType": {
|
|
2267
|
+
"type": "reference",
|
|
2268
|
+
"id": 131,
|
|
2269
|
+
"name": "TEventName"
|
|
2270
|
+
},
|
|
2271
|
+
"objectType": {
|
|
2272
|
+
"type": "reference",
|
|
2273
|
+
"id": 130,
|
|
2274
|
+
"name": "TEventData"
|
|
2275
|
+
}
|
|
2276
|
+
}
|
|
2277
|
+
},
|
|
2278
|
+
{
|
|
2279
|
+
"id": 134,
|
|
2280
|
+
"name": "listener",
|
|
2281
|
+
"kind": 32768,
|
|
2282
|
+
"kindString": "Parameter",
|
|
2283
|
+
"flags": {},
|
|
2284
|
+
"type": {
|
|
2285
|
+
"type": "reference",
|
|
2286
|
+
"id": 156,
|
|
2287
|
+
"typeArguments": [
|
|
2288
|
+
{
|
|
2289
|
+
"type": "indexedAccess",
|
|
2290
|
+
"indexType": {
|
|
2291
|
+
"type": "reference",
|
|
2292
|
+
"id": 131,
|
|
2293
|
+
"name": "TEventName"
|
|
2294
|
+
},
|
|
2295
|
+
"objectType": {
|
|
2296
|
+
"type": "reference",
|
|
2297
|
+
"id": 130,
|
|
2298
|
+
"name": "TEventData"
|
|
2299
|
+
}
|
|
2300
|
+
}
|
|
2301
|
+
],
|
|
2302
|
+
"name": "EventListener"
|
|
2303
|
+
}
|
|
2304
|
+
}
|
|
2305
|
+
],
|
|
2306
|
+
"type": {
|
|
2307
|
+
"type": "reference",
|
|
2308
|
+
"typeArguments": [
|
|
2309
|
+
{
|
|
2310
|
+
"type": "intrinsic",
|
|
2311
|
+
"name": "void"
|
|
2312
|
+
}
|
|
2313
|
+
],
|
|
2314
|
+
"name": "Promise",
|
|
2315
|
+
"qualifiedName": "Promise",
|
|
2316
|
+
"package": "typescript"
|
|
2317
|
+
}
|
|
2318
|
+
}
|
|
2319
|
+
]
|
|
1739
2320
|
}
|
|
1740
2321
|
],
|
|
1741
2322
|
"groups": [
|
|
1742
2323
|
{
|
|
1743
2324
|
"title": "Constructors",
|
|
1744
2325
|
"children": [
|
|
1745
|
-
|
|
2326
|
+
37
|
|
1746
2327
|
]
|
|
1747
2328
|
},
|
|
1748
2329
|
{
|
|
1749
2330
|
"title": "Properties",
|
|
1750
2331
|
"children": [
|
|
1751
|
-
42,
|
|
1752
2332
|
43,
|
|
1753
|
-
|
|
1754
|
-
|
|
2333
|
+
135,
|
|
2334
|
+
28,
|
|
2335
|
+
30,
|
|
2336
|
+
36,
|
|
2337
|
+
29,
|
|
2338
|
+
31
|
|
1755
2339
|
]
|
|
1756
2340
|
},
|
|
1757
2341
|
{
|
|
1758
2342
|
"title": "Accessors",
|
|
1759
2343
|
"children": [
|
|
1760
|
-
|
|
2344
|
+
44,
|
|
2345
|
+
138,
|
|
2346
|
+
32
|
|
1761
2347
|
]
|
|
1762
2348
|
},
|
|
1763
2349
|
{
|
|
1764
2350
|
"title": "Methods",
|
|
1765
2351
|
"children": [
|
|
1766
|
-
|
|
1767
|
-
|
|
2352
|
+
46,
|
|
2353
|
+
49,
|
|
1768
2354
|
105,
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
2355
|
+
54,
|
|
2356
|
+
112,
|
|
2357
|
+
59,
|
|
2358
|
+
117,
|
|
2359
|
+
64,
|
|
2360
|
+
67,
|
|
2361
|
+
73,
|
|
2362
|
+
79,
|
|
2363
|
+
82,
|
|
1778
2364
|
91,
|
|
1779
|
-
97
|
|
2365
|
+
97,
|
|
2366
|
+
121,
|
|
2367
|
+
128
|
|
1780
2368
|
]
|
|
1781
2369
|
}
|
|
1782
2370
|
],
|
|
1783
2371
|
"sources": [
|
|
1784
2372
|
{
|
|
1785
2373
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
1786
|
-
"line":
|
|
2374
|
+
"line": 47,
|
|
1787
2375
|
"character": 13,
|
|
1788
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
2376
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L47"
|
|
1789
2377
|
}
|
|
1790
2378
|
],
|
|
1791
2379
|
"typeParameters": [
|
|
1792
2380
|
{
|
|
1793
|
-
"id":
|
|
2381
|
+
"id": 140,
|
|
1794
2382
|
"name": "TEventData",
|
|
1795
2383
|
"kind": 131072,
|
|
1796
2384
|
"kindString": "Type parameter",
|
|
1797
2385
|
"flags": {},
|
|
1798
2386
|
"type": {
|
|
1799
2387
|
"type": "reference",
|
|
1800
|
-
"id":
|
|
2388
|
+
"id": 143,
|
|
1801
2389
|
"name": "EventData"
|
|
1802
2390
|
},
|
|
1803
2391
|
"default": {
|
|
1804
2392
|
"type": "reference",
|
|
1805
|
-
"id":
|
|
2393
|
+
"id": 143,
|
|
1806
2394
|
"name": "EventData"
|
|
1807
2395
|
}
|
|
1808
2396
|
}
|
|
1809
2397
|
],
|
|
2398
|
+
"extendedTypes": [
|
|
2399
|
+
{
|
|
2400
|
+
"type": "reference",
|
|
2401
|
+
"typeArguments": [
|
|
2402
|
+
{
|
|
2403
|
+
"type": "reference",
|
|
2404
|
+
"id": 24,
|
|
2405
|
+
"name": "EventsParams"
|
|
2406
|
+
}
|
|
2407
|
+
],
|
|
2408
|
+
"name": "Base"
|
|
2409
|
+
}
|
|
2410
|
+
],
|
|
1810
2411
|
"implementedTypes": [
|
|
1811
2412
|
{
|
|
1812
2413
|
"type": "reference",
|
|
1813
|
-
"id":
|
|
2414
|
+
"id": 161,
|
|
1814
2415
|
"typeArguments": [
|
|
1815
2416
|
{
|
|
1816
2417
|
"type": "reference",
|
|
1817
|
-
"id":
|
|
2418
|
+
"id": 39,
|
|
1818
2419
|
"name": "TEventData"
|
|
1819
2420
|
}
|
|
1820
2421
|
],
|
|
@@ -1823,14 +2424,14 @@
|
|
|
1823
2424
|
]
|
|
1824
2425
|
},
|
|
1825
2426
|
{
|
|
1826
|
-
"id":
|
|
2427
|
+
"id": 161,
|
|
1827
2428
|
"name": "EventFunctions",
|
|
1828
2429
|
"kind": 256,
|
|
1829
2430
|
"kindString": "Interface",
|
|
1830
2431
|
"flags": {},
|
|
1831
2432
|
"children": [
|
|
1832
2433
|
{
|
|
1833
|
-
"id":
|
|
2434
|
+
"id": 162,
|
|
1834
2435
|
"name": "eventData",
|
|
1835
2436
|
"kind": 1024,
|
|
1836
2437
|
"kindString": "Property",
|
|
@@ -1840,17 +2441,17 @@
|
|
|
1840
2441
|
"fileName": "packages/modules/packages/module/packages/events/src/model/Event.ts",
|
|
1841
2442
|
"line": 11,
|
|
1842
2443
|
"character": 2,
|
|
1843
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
2444
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/model/Event.ts#L11"
|
|
1844
2445
|
}
|
|
1845
2446
|
],
|
|
1846
2447
|
"type": {
|
|
1847
2448
|
"type": "reference",
|
|
1848
|
-
"id":
|
|
2449
|
+
"id": 200,
|
|
1849
2450
|
"name": "TEventData"
|
|
1850
2451
|
}
|
|
1851
2452
|
},
|
|
1852
2453
|
{
|
|
1853
|
-
"id":
|
|
2454
|
+
"id": 163,
|
|
1854
2455
|
"name": "clearListeners",
|
|
1855
2456
|
"kind": 2048,
|
|
1856
2457
|
"kindString": "Method",
|
|
@@ -1860,19 +2461,19 @@
|
|
|
1860
2461
|
"fileName": "packages/modules/packages/module/packages/events/src/model/Event.ts",
|
|
1861
2462
|
"line": 12,
|
|
1862
2463
|
"character": 2,
|
|
1863
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
2464
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/model/Event.ts#L12"
|
|
1864
2465
|
}
|
|
1865
2466
|
],
|
|
1866
2467
|
"signatures": [
|
|
1867
2468
|
{
|
|
1868
|
-
"id":
|
|
2469
|
+
"id": 164,
|
|
1869
2470
|
"name": "clearListeners",
|
|
1870
2471
|
"kind": 4096,
|
|
1871
2472
|
"kindString": "Call signature",
|
|
1872
2473
|
"flags": {},
|
|
1873
2474
|
"parameters": [
|
|
1874
2475
|
{
|
|
1875
|
-
"id":
|
|
2476
|
+
"id": 165,
|
|
1876
2477
|
"name": "eventNames",
|
|
1877
2478
|
"kind": 32768,
|
|
1878
2479
|
"kindString": "Parameter",
|
|
@@ -1885,7 +2486,7 @@
|
|
|
1885
2486
|
"operator": "keyof",
|
|
1886
2487
|
"target": {
|
|
1887
2488
|
"type": "reference",
|
|
1888
|
-
"id":
|
|
2489
|
+
"id": 200,
|
|
1889
2490
|
"name": "TEventData"
|
|
1890
2491
|
}
|
|
1891
2492
|
},
|
|
@@ -1896,7 +2497,7 @@
|
|
|
1896
2497
|
"operator": "keyof",
|
|
1897
2498
|
"target": {
|
|
1898
2499
|
"type": "reference",
|
|
1899
|
-
"id":
|
|
2500
|
+
"id": 200,
|
|
1900
2501
|
"name": "TEventData"
|
|
1901
2502
|
}
|
|
1902
2503
|
}
|
|
@@ -1913,7 +2514,7 @@
|
|
|
1913
2514
|
]
|
|
1914
2515
|
},
|
|
1915
2516
|
{
|
|
1916
|
-
"id":
|
|
2517
|
+
"id": 166,
|
|
1917
2518
|
"name": "emit",
|
|
1918
2519
|
"kind": 2048,
|
|
1919
2520
|
"kindString": "Method",
|
|
@@ -1923,19 +2524,19 @@
|
|
|
1923
2524
|
"fileName": "packages/modules/packages/module/packages/events/src/model/Event.ts",
|
|
1924
2525
|
"line": 13,
|
|
1925
2526
|
"character": 2,
|
|
1926
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
2527
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/model/Event.ts#L13"
|
|
1927
2528
|
}
|
|
1928
2529
|
],
|
|
1929
2530
|
"signatures": [
|
|
1930
2531
|
{
|
|
1931
|
-
"id":
|
|
2532
|
+
"id": 167,
|
|
1932
2533
|
"name": "emit",
|
|
1933
2534
|
"kind": 4096,
|
|
1934
2535
|
"kindString": "Call signature",
|
|
1935
2536
|
"flags": {},
|
|
1936
2537
|
"typeParameter": [
|
|
1937
2538
|
{
|
|
1938
|
-
"id":
|
|
2539
|
+
"id": 168,
|
|
1939
2540
|
"name": "TEventName",
|
|
1940
2541
|
"kind": 131072,
|
|
1941
2542
|
"kindString": "Type parameter",
|
|
@@ -1961,19 +2562,19 @@
|
|
|
1961
2562
|
],
|
|
1962
2563
|
"parameters": [
|
|
1963
2564
|
{
|
|
1964
|
-
"id":
|
|
2565
|
+
"id": 169,
|
|
1965
2566
|
"name": "eventName",
|
|
1966
2567
|
"kind": 32768,
|
|
1967
2568
|
"kindString": "Parameter",
|
|
1968
2569
|
"flags": {},
|
|
1969
2570
|
"type": {
|
|
1970
2571
|
"type": "reference",
|
|
1971
|
-
"id":
|
|
2572
|
+
"id": 168,
|
|
1972
2573
|
"name": "TEventName"
|
|
1973
2574
|
}
|
|
1974
2575
|
},
|
|
1975
2576
|
{
|
|
1976
|
-
"id":
|
|
2577
|
+
"id": 170,
|
|
1977
2578
|
"name": "eventArgs",
|
|
1978
2579
|
"kind": 32768,
|
|
1979
2580
|
"kindString": "Parameter",
|
|
@@ -1982,12 +2583,12 @@
|
|
|
1982
2583
|
"type": "indexedAccess",
|
|
1983
2584
|
"indexType": {
|
|
1984
2585
|
"type": "reference",
|
|
1985
|
-
"id":
|
|
2586
|
+
"id": 168,
|
|
1986
2587
|
"name": "TEventName"
|
|
1987
2588
|
},
|
|
1988
2589
|
"objectType": {
|
|
1989
2590
|
"type": "reference",
|
|
1990
|
-
"id":
|
|
2591
|
+
"id": 200,
|
|
1991
2592
|
"name": "TEventData"
|
|
1992
2593
|
}
|
|
1993
2594
|
}
|
|
@@ -2009,7 +2610,7 @@
|
|
|
2009
2610
|
]
|
|
2010
2611
|
},
|
|
2011
2612
|
{
|
|
2012
|
-
"id":
|
|
2613
|
+
"id": 171,
|
|
2013
2614
|
"name": "emitSerial",
|
|
2014
2615
|
"kind": 2048,
|
|
2015
2616
|
"kindString": "Method",
|
|
@@ -2019,19 +2620,19 @@
|
|
|
2019
2620
|
"fileName": "packages/modules/packages/module/packages/events/src/model/Event.ts",
|
|
2020
2621
|
"line": 14,
|
|
2021
2622
|
"character": 2,
|
|
2022
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
2623
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/model/Event.ts#L14"
|
|
2023
2624
|
}
|
|
2024
2625
|
],
|
|
2025
2626
|
"signatures": [
|
|
2026
2627
|
{
|
|
2027
|
-
"id":
|
|
2628
|
+
"id": 172,
|
|
2028
2629
|
"name": "emitSerial",
|
|
2029
2630
|
"kind": 4096,
|
|
2030
2631
|
"kindString": "Call signature",
|
|
2031
2632
|
"flags": {},
|
|
2032
2633
|
"typeParameter": [
|
|
2033
2634
|
{
|
|
2034
|
-
"id":
|
|
2635
|
+
"id": 173,
|
|
2035
2636
|
"name": "TEventName",
|
|
2036
2637
|
"kind": 131072,
|
|
2037
2638
|
"kindString": "Type parameter",
|
|
@@ -2057,19 +2658,19 @@
|
|
|
2057
2658
|
],
|
|
2058
2659
|
"parameters": [
|
|
2059
2660
|
{
|
|
2060
|
-
"id":
|
|
2661
|
+
"id": 174,
|
|
2061
2662
|
"name": "eventName",
|
|
2062
2663
|
"kind": 32768,
|
|
2063
2664
|
"kindString": "Parameter",
|
|
2064
2665
|
"flags": {},
|
|
2065
2666
|
"type": {
|
|
2066
2667
|
"type": "reference",
|
|
2067
|
-
"id":
|
|
2668
|
+
"id": 173,
|
|
2068
2669
|
"name": "TEventName"
|
|
2069
2670
|
}
|
|
2070
2671
|
},
|
|
2071
2672
|
{
|
|
2072
|
-
"id":
|
|
2673
|
+
"id": 175,
|
|
2073
2674
|
"name": "eventArgs",
|
|
2074
2675
|
"kind": 32768,
|
|
2075
2676
|
"kindString": "Parameter",
|
|
@@ -2078,12 +2679,12 @@
|
|
|
2078
2679
|
"type": "indexedAccess",
|
|
2079
2680
|
"indexType": {
|
|
2080
2681
|
"type": "reference",
|
|
2081
|
-
"id":
|
|
2682
|
+
"id": 173,
|
|
2082
2683
|
"name": "TEventName"
|
|
2083
2684
|
},
|
|
2084
2685
|
"objectType": {
|
|
2085
2686
|
"type": "reference",
|
|
2086
|
-
"id":
|
|
2687
|
+
"id": 200,
|
|
2087
2688
|
"name": "TEventData"
|
|
2088
2689
|
}
|
|
2089
2690
|
}
|
|
@@ -2105,7 +2706,7 @@
|
|
|
2105
2706
|
]
|
|
2106
2707
|
},
|
|
2107
2708
|
{
|
|
2108
|
-
"id":
|
|
2709
|
+
"id": 176,
|
|
2109
2710
|
"name": "listenerCount",
|
|
2110
2711
|
"kind": 2048,
|
|
2111
2712
|
"kindString": "Method",
|
|
@@ -2115,19 +2716,19 @@
|
|
|
2115
2716
|
"fileName": "packages/modules/packages/module/packages/events/src/model/Event.ts",
|
|
2116
2717
|
"line": 15,
|
|
2117
2718
|
"character": 2,
|
|
2118
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
2719
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/model/Event.ts#L15"
|
|
2119
2720
|
}
|
|
2120
2721
|
],
|
|
2121
2722
|
"signatures": [
|
|
2122
2723
|
{
|
|
2123
|
-
"id":
|
|
2724
|
+
"id": 177,
|
|
2124
2725
|
"name": "listenerCount",
|
|
2125
2726
|
"kind": 4096,
|
|
2126
2727
|
"kindString": "Call signature",
|
|
2127
2728
|
"flags": {},
|
|
2128
2729
|
"parameters": [
|
|
2129
2730
|
{
|
|
2130
|
-
"id":
|
|
2731
|
+
"id": 178,
|
|
2131
2732
|
"name": "eventNames",
|
|
2132
2733
|
"kind": 32768,
|
|
2133
2734
|
"kindString": "Parameter",
|
|
@@ -2140,7 +2741,7 @@
|
|
|
2140
2741
|
"operator": "keyof",
|
|
2141
2742
|
"target": {
|
|
2142
2743
|
"type": "reference",
|
|
2143
|
-
"id":
|
|
2744
|
+
"id": 200,
|
|
2144
2745
|
"name": "TEventData"
|
|
2145
2746
|
}
|
|
2146
2747
|
},
|
|
@@ -2151,7 +2752,7 @@
|
|
|
2151
2752
|
"operator": "keyof",
|
|
2152
2753
|
"target": {
|
|
2153
2754
|
"type": "reference",
|
|
2154
|
-
"id":
|
|
2755
|
+
"id": 200,
|
|
2155
2756
|
"name": "TEventData"
|
|
2156
2757
|
}
|
|
2157
2758
|
}
|
|
@@ -2168,7 +2769,7 @@
|
|
|
2168
2769
|
]
|
|
2169
2770
|
},
|
|
2170
2771
|
{
|
|
2171
|
-
"id":
|
|
2772
|
+
"id": 179,
|
|
2172
2773
|
"name": "off",
|
|
2173
2774
|
"kind": 2048,
|
|
2174
2775
|
"kindString": "Method",
|
|
@@ -2178,19 +2779,19 @@
|
|
|
2178
2779
|
"fileName": "packages/modules/packages/module/packages/events/src/model/Event.ts",
|
|
2179
2780
|
"line": 16,
|
|
2180
2781
|
"character": 2,
|
|
2181
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
2782
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/model/Event.ts#L16"
|
|
2182
2783
|
}
|
|
2183
2784
|
],
|
|
2184
2785
|
"signatures": [
|
|
2185
2786
|
{
|
|
2186
|
-
"id":
|
|
2787
|
+
"id": 180,
|
|
2187
2788
|
"name": "off",
|
|
2188
2789
|
"kind": 4096,
|
|
2189
2790
|
"kindString": "Call signature",
|
|
2190
2791
|
"flags": {},
|
|
2191
2792
|
"typeParameter": [
|
|
2192
2793
|
{
|
|
2193
|
-
"id":
|
|
2794
|
+
"id": 181,
|
|
2194
2795
|
"name": "TEventName",
|
|
2195
2796
|
"kind": 131072,
|
|
2196
2797
|
"kindString": "Type parameter",
|
|
@@ -2216,7 +2817,7 @@
|
|
|
2216
2817
|
],
|
|
2217
2818
|
"parameters": [
|
|
2218
2819
|
{
|
|
2219
|
-
"id":
|
|
2820
|
+
"id": 182,
|
|
2220
2821
|
"name": "eventNames",
|
|
2221
2822
|
"kind": 32768,
|
|
2222
2823
|
"kindString": "Parameter",
|
|
@@ -2226,14 +2827,14 @@
|
|
|
2226
2827
|
"types": [
|
|
2227
2828
|
{
|
|
2228
2829
|
"type": "reference",
|
|
2229
|
-
"id":
|
|
2830
|
+
"id": 181,
|
|
2230
2831
|
"name": "TEventName"
|
|
2231
2832
|
},
|
|
2232
2833
|
{
|
|
2233
2834
|
"type": "array",
|
|
2234
2835
|
"elementType": {
|
|
2235
2836
|
"type": "reference",
|
|
2236
|
-
"id":
|
|
2837
|
+
"id": 181,
|
|
2237
2838
|
"name": "TEventName"
|
|
2238
2839
|
}
|
|
2239
2840
|
}
|
|
@@ -2241,25 +2842,25 @@
|
|
|
2241
2842
|
}
|
|
2242
2843
|
},
|
|
2243
2844
|
{
|
|
2244
|
-
"id":
|
|
2845
|
+
"id": 183,
|
|
2245
2846
|
"name": "listener",
|
|
2246
2847
|
"kind": 32768,
|
|
2247
2848
|
"kindString": "Parameter",
|
|
2248
2849
|
"flags": {},
|
|
2249
2850
|
"type": {
|
|
2250
2851
|
"type": "reference",
|
|
2251
|
-
"id":
|
|
2852
|
+
"id": 156,
|
|
2252
2853
|
"typeArguments": [
|
|
2253
2854
|
{
|
|
2254
2855
|
"type": "indexedAccess",
|
|
2255
2856
|
"indexType": {
|
|
2256
2857
|
"type": "reference",
|
|
2257
|
-
"id":
|
|
2858
|
+
"id": 181,
|
|
2258
2859
|
"name": "TEventName"
|
|
2259
2860
|
},
|
|
2260
2861
|
"objectType": {
|
|
2261
2862
|
"type": "reference",
|
|
2262
|
-
"id":
|
|
2863
|
+
"id": 200,
|
|
2263
2864
|
"name": "TEventData"
|
|
2264
2865
|
}
|
|
2265
2866
|
}
|
|
@@ -2276,7 +2877,7 @@
|
|
|
2276
2877
|
]
|
|
2277
2878
|
},
|
|
2278
2879
|
{
|
|
2279
|
-
"id":
|
|
2880
|
+
"id": 184,
|
|
2280
2881
|
"name": "offAny",
|
|
2281
2882
|
"kind": 2048,
|
|
2282
2883
|
"kindString": "Method",
|
|
@@ -2286,19 +2887,19 @@
|
|
|
2286
2887
|
"fileName": "packages/modules/packages/module/packages/events/src/model/Event.ts",
|
|
2287
2888
|
"line": 17,
|
|
2288
2889
|
"character": 2,
|
|
2289
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
2890
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/model/Event.ts#L17"
|
|
2290
2891
|
}
|
|
2291
2892
|
],
|
|
2292
2893
|
"signatures": [
|
|
2293
2894
|
{
|
|
2294
|
-
"id":
|
|
2895
|
+
"id": 185,
|
|
2295
2896
|
"name": "offAny",
|
|
2296
2897
|
"kind": 4096,
|
|
2297
2898
|
"kindString": "Call signature",
|
|
2298
2899
|
"flags": {},
|
|
2299
2900
|
"parameters": [
|
|
2300
2901
|
{
|
|
2301
|
-
"id":
|
|
2902
|
+
"id": 186,
|
|
2302
2903
|
"name": "listener",
|
|
2303
2904
|
"kind": 32768,
|
|
2304
2905
|
"kindString": "Parameter",
|
|
@@ -2320,11 +2921,11 @@
|
|
|
2320
2921
|
},
|
|
2321
2922
|
{
|
|
2322
2923
|
"type": "reference",
|
|
2323
|
-
"id":
|
|
2924
|
+
"id": 150,
|
|
2324
2925
|
"typeArguments": [
|
|
2325
2926
|
{
|
|
2326
2927
|
"type": "reference",
|
|
2327
|
-
"id":
|
|
2928
|
+
"id": 142,
|
|
2328
2929
|
"name": "EventArgs"
|
|
2329
2930
|
}
|
|
2330
2931
|
],
|
|
@@ -2342,7 +2943,7 @@
|
|
|
2342
2943
|
]
|
|
2343
2944
|
},
|
|
2344
2945
|
{
|
|
2345
|
-
"id":
|
|
2946
|
+
"id": 187,
|
|
2346
2947
|
"name": "on",
|
|
2347
2948
|
"kind": 2048,
|
|
2348
2949
|
"kindString": "Method",
|
|
@@ -2352,19 +2953,19 @@
|
|
|
2352
2953
|
"fileName": "packages/modules/packages/module/packages/events/src/model/Event.ts",
|
|
2353
2954
|
"line": 18,
|
|
2354
2955
|
"character": 2,
|
|
2355
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
2956
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/model/Event.ts#L18"
|
|
2356
2957
|
}
|
|
2357
2958
|
],
|
|
2358
2959
|
"signatures": [
|
|
2359
2960
|
{
|
|
2360
|
-
"id":
|
|
2961
|
+
"id": 188,
|
|
2361
2962
|
"name": "on",
|
|
2362
2963
|
"kind": 4096,
|
|
2363
2964
|
"kindString": "Call signature",
|
|
2364
2965
|
"flags": {},
|
|
2365
2966
|
"typeParameter": [
|
|
2366
2967
|
{
|
|
2367
|
-
"id":
|
|
2968
|
+
"id": 189,
|
|
2368
2969
|
"name": "TEventName",
|
|
2369
2970
|
"kind": 131072,
|
|
2370
2971
|
"kindString": "Type parameter",
|
|
@@ -2390,7 +2991,7 @@
|
|
|
2390
2991
|
],
|
|
2391
2992
|
"parameters": [
|
|
2392
2993
|
{
|
|
2393
|
-
"id":
|
|
2994
|
+
"id": 190,
|
|
2394
2995
|
"name": "eventNames",
|
|
2395
2996
|
"kind": 32768,
|
|
2396
2997
|
"kindString": "Parameter",
|
|
@@ -2400,14 +3001,14 @@
|
|
|
2400
3001
|
"types": [
|
|
2401
3002
|
{
|
|
2402
3003
|
"type": "reference",
|
|
2403
|
-
"id":
|
|
3004
|
+
"id": 189,
|
|
2404
3005
|
"name": "TEventName"
|
|
2405
3006
|
},
|
|
2406
3007
|
{
|
|
2407
3008
|
"type": "array",
|
|
2408
3009
|
"elementType": {
|
|
2409
3010
|
"type": "reference",
|
|
2410
|
-
"id":
|
|
3011
|
+
"id": 189,
|
|
2411
3012
|
"name": "TEventName"
|
|
2412
3013
|
}
|
|
2413
3014
|
}
|
|
@@ -2415,25 +3016,25 @@
|
|
|
2415
3016
|
}
|
|
2416
3017
|
},
|
|
2417
3018
|
{
|
|
2418
|
-
"id":
|
|
3019
|
+
"id": 191,
|
|
2419
3020
|
"name": "listener",
|
|
2420
3021
|
"kind": 32768,
|
|
2421
3022
|
"kindString": "Parameter",
|
|
2422
3023
|
"flags": {},
|
|
2423
3024
|
"type": {
|
|
2424
3025
|
"type": "reference",
|
|
2425
|
-
"id":
|
|
3026
|
+
"id": 156,
|
|
2426
3027
|
"typeArguments": [
|
|
2427
3028
|
{
|
|
2428
3029
|
"type": "indexedAccess",
|
|
2429
3030
|
"indexType": {
|
|
2430
3031
|
"type": "reference",
|
|
2431
|
-
"id":
|
|
3032
|
+
"id": 189,
|
|
2432
3033
|
"name": "TEventName"
|
|
2433
3034
|
},
|
|
2434
3035
|
"objectType": {
|
|
2435
3036
|
"type": "reference",
|
|
2436
|
-
"id":
|
|
3037
|
+
"id": 200,
|
|
2437
3038
|
"name": "TEventData"
|
|
2438
3039
|
}
|
|
2439
3040
|
}
|
|
@@ -2444,14 +3045,14 @@
|
|
|
2444
3045
|
],
|
|
2445
3046
|
"type": {
|
|
2446
3047
|
"type": "reference",
|
|
2447
|
-
"id":
|
|
3048
|
+
"id": 147,
|
|
2448
3049
|
"name": "EventUnsubscribeFunction"
|
|
2449
3050
|
}
|
|
2450
3051
|
}
|
|
2451
3052
|
]
|
|
2452
3053
|
},
|
|
2453
3054
|
{
|
|
2454
|
-
"id":
|
|
3055
|
+
"id": 192,
|
|
2455
3056
|
"name": "onAny",
|
|
2456
3057
|
"kind": 2048,
|
|
2457
3058
|
"kindString": "Method",
|
|
@@ -2461,30 +3062,30 @@
|
|
|
2461
3062
|
"fileName": "packages/modules/packages/module/packages/events/src/model/Event.ts",
|
|
2462
3063
|
"line": 22,
|
|
2463
3064
|
"character": 2,
|
|
2464
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3065
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/model/Event.ts#L22"
|
|
2465
3066
|
}
|
|
2466
3067
|
],
|
|
2467
3068
|
"signatures": [
|
|
2468
3069
|
{
|
|
2469
|
-
"id":
|
|
3070
|
+
"id": 193,
|
|
2470
3071
|
"name": "onAny",
|
|
2471
3072
|
"kind": 4096,
|
|
2472
3073
|
"kindString": "Call signature",
|
|
2473
3074
|
"flags": {},
|
|
2474
3075
|
"parameters": [
|
|
2475
3076
|
{
|
|
2476
|
-
"id":
|
|
3077
|
+
"id": 194,
|
|
2477
3078
|
"name": "listener",
|
|
2478
3079
|
"kind": 32768,
|
|
2479
3080
|
"kindString": "Parameter",
|
|
2480
3081
|
"flags": {},
|
|
2481
3082
|
"type": {
|
|
2482
3083
|
"type": "reference",
|
|
2483
|
-
"id":
|
|
3084
|
+
"id": 150,
|
|
2484
3085
|
"typeArguments": [
|
|
2485
3086
|
{
|
|
2486
3087
|
"type": "reference",
|
|
2487
|
-
"id":
|
|
3088
|
+
"id": 142,
|
|
2488
3089
|
"name": "EventArgs"
|
|
2489
3090
|
}
|
|
2490
3091
|
],
|
|
@@ -2494,14 +3095,14 @@
|
|
|
2494
3095
|
],
|
|
2495
3096
|
"type": {
|
|
2496
3097
|
"type": "reference",
|
|
2497
|
-
"id":
|
|
3098
|
+
"id": 147,
|
|
2498
3099
|
"name": "EventUnsubscribeFunction"
|
|
2499
3100
|
}
|
|
2500
3101
|
}
|
|
2501
3102
|
]
|
|
2502
3103
|
},
|
|
2503
3104
|
{
|
|
2504
|
-
"id":
|
|
3105
|
+
"id": 195,
|
|
2505
3106
|
"name": "once",
|
|
2506
3107
|
"kind": 2048,
|
|
2507
3108
|
"kindString": "Method",
|
|
@@ -2511,19 +3112,19 @@
|
|
|
2511
3112
|
"fileName": "packages/modules/packages/module/packages/events/src/model/Event.ts",
|
|
2512
3113
|
"line": 23,
|
|
2513
3114
|
"character": 2,
|
|
2514
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3115
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/model/Event.ts#L23"
|
|
2515
3116
|
}
|
|
2516
3117
|
],
|
|
2517
3118
|
"signatures": [
|
|
2518
3119
|
{
|
|
2519
|
-
"id":
|
|
3120
|
+
"id": 196,
|
|
2520
3121
|
"name": "once",
|
|
2521
3122
|
"kind": 4096,
|
|
2522
3123
|
"kindString": "Call signature",
|
|
2523
3124
|
"flags": {},
|
|
2524
3125
|
"typeParameter": [
|
|
2525
3126
|
{
|
|
2526
|
-
"id":
|
|
3127
|
+
"id": 197,
|
|
2527
3128
|
"name": "TEventName",
|
|
2528
3129
|
"kind": 131072,
|
|
2529
3130
|
"kindString": "Type parameter",
|
|
@@ -2549,37 +3150,37 @@
|
|
|
2549
3150
|
],
|
|
2550
3151
|
"parameters": [
|
|
2551
3152
|
{
|
|
2552
|
-
"id":
|
|
3153
|
+
"id": 198,
|
|
2553
3154
|
"name": "eventName",
|
|
2554
3155
|
"kind": 32768,
|
|
2555
3156
|
"kindString": "Parameter",
|
|
2556
3157
|
"flags": {},
|
|
2557
3158
|
"type": {
|
|
2558
3159
|
"type": "reference",
|
|
2559
|
-
"id":
|
|
3160
|
+
"id": 197,
|
|
2560
3161
|
"name": "TEventName"
|
|
2561
3162
|
}
|
|
2562
3163
|
},
|
|
2563
3164
|
{
|
|
2564
|
-
"id":
|
|
3165
|
+
"id": 199,
|
|
2565
3166
|
"name": "listener",
|
|
2566
3167
|
"kind": 32768,
|
|
2567
3168
|
"kindString": "Parameter",
|
|
2568
3169
|
"flags": {},
|
|
2569
3170
|
"type": {
|
|
2570
3171
|
"type": "reference",
|
|
2571
|
-
"id":
|
|
3172
|
+
"id": 156,
|
|
2572
3173
|
"typeArguments": [
|
|
2573
3174
|
{
|
|
2574
3175
|
"type": "indexedAccess",
|
|
2575
3176
|
"indexType": {
|
|
2576
3177
|
"type": "reference",
|
|
2577
|
-
"id":
|
|
3178
|
+
"id": 197,
|
|
2578
3179
|
"name": "TEventName"
|
|
2579
3180
|
},
|
|
2580
3181
|
"objectType": {
|
|
2581
3182
|
"type": "reference",
|
|
2582
|
-
"id":
|
|
3183
|
+
"id": 200,
|
|
2583
3184
|
"name": "TEventData"
|
|
2584
3185
|
}
|
|
2585
3186
|
}
|
|
@@ -2590,7 +3191,7 @@
|
|
|
2590
3191
|
],
|
|
2591
3192
|
"type": {
|
|
2592
3193
|
"type": "reference",
|
|
2593
|
-
"id":
|
|
3194
|
+
"id": 147,
|
|
2594
3195
|
"name": "EventUnsubscribeFunction"
|
|
2595
3196
|
}
|
|
2596
3197
|
}
|
|
@@ -2601,21 +3202,21 @@
|
|
|
2601
3202
|
{
|
|
2602
3203
|
"title": "Properties",
|
|
2603
3204
|
"children": [
|
|
2604
|
-
|
|
3205
|
+
162
|
|
2605
3206
|
]
|
|
2606
3207
|
},
|
|
2607
3208
|
{
|
|
2608
3209
|
"title": "Methods",
|
|
2609
3210
|
"children": [
|
|
2610
|
-
139,
|
|
2611
|
-
142,
|
|
2612
|
-
147,
|
|
2613
|
-
152,
|
|
2614
|
-
155,
|
|
2615
|
-
160,
|
|
2616
3211
|
163,
|
|
2617
|
-
|
|
2618
|
-
171
|
|
3212
|
+
166,
|
|
3213
|
+
171,
|
|
3214
|
+
176,
|
|
3215
|
+
179,
|
|
3216
|
+
184,
|
|
3217
|
+
187,
|
|
3218
|
+
192,
|
|
3219
|
+
195
|
|
2619
3220
|
]
|
|
2620
3221
|
}
|
|
2621
3222
|
],
|
|
@@ -2624,19 +3225,19 @@
|
|
|
2624
3225
|
"fileName": "packages/modules/packages/module/packages/events/src/model/Event.ts",
|
|
2625
3226
|
"line": 10,
|
|
2626
3227
|
"character": 17,
|
|
2627
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3228
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/model/Event.ts#L10"
|
|
2628
3229
|
}
|
|
2629
3230
|
],
|
|
2630
3231
|
"typeParameters": [
|
|
2631
3232
|
{
|
|
2632
|
-
"id":
|
|
3233
|
+
"id": 200,
|
|
2633
3234
|
"name": "TEventData",
|
|
2634
3235
|
"kind": 131072,
|
|
2635
3236
|
"kindString": "Type parameter",
|
|
2636
3237
|
"flags": {},
|
|
2637
3238
|
"type": {
|
|
2638
3239
|
"type": "reference",
|
|
2639
|
-
"id":
|
|
3240
|
+
"id": 143,
|
|
2640
3241
|
"name": "EventData"
|
|
2641
3242
|
}
|
|
2642
3243
|
}
|
|
@@ -2644,7 +3245,7 @@
|
|
|
2644
3245
|
"implementedBy": [
|
|
2645
3246
|
{
|
|
2646
3247
|
"type": "reference",
|
|
2647
|
-
"id":
|
|
3248
|
+
"id": 27,
|
|
2648
3249
|
"name": "Events"
|
|
2649
3250
|
}
|
|
2650
3251
|
]
|
|
@@ -2658,39 +3259,9 @@
|
|
|
2658
3259
|
"sources": [
|
|
2659
3260
|
{
|
|
2660
3261
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
2661
|
-
"line":
|
|
3262
|
+
"line": 14,
|
|
2662
3263
|
"character": 12,
|
|
2663
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
2664
|
-
}
|
|
2665
|
-
],
|
|
2666
|
-
"typeParameters": [
|
|
2667
|
-
{
|
|
2668
|
-
"id": 8,
|
|
2669
|
-
"name": "TEventData",
|
|
2670
|
-
"kind": 131072,
|
|
2671
|
-
"kindString": "Type parameter",
|
|
2672
|
-
"flags": {},
|
|
2673
|
-
"type": {
|
|
2674
|
-
"type": "reference",
|
|
2675
|
-
"id": 119,
|
|
2676
|
-
"name": "EventData"
|
|
2677
|
-
}
|
|
2678
|
-
},
|
|
2679
|
-
{
|
|
2680
|
-
"id": 9,
|
|
2681
|
-
"name": "TName",
|
|
2682
|
-
"kind": 131072,
|
|
2683
|
-
"kindString": "Type parameter",
|
|
2684
|
-
"flags": {},
|
|
2685
|
-
"type": {
|
|
2686
|
-
"type": "typeOperator",
|
|
2687
|
-
"operator": "keyof",
|
|
2688
|
-
"target": {
|
|
2689
|
-
"type": "reference",
|
|
2690
|
-
"id": 8,
|
|
2691
|
-
"name": "TEventData"
|
|
2692
|
-
}
|
|
2693
|
-
}
|
|
3264
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L14"
|
|
2694
3265
|
}
|
|
2695
3266
|
],
|
|
2696
3267
|
"type": {
|
|
@@ -2704,9 +3275,9 @@
|
|
|
2704
3275
|
"sources": [
|
|
2705
3276
|
{
|
|
2706
3277
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
2707
|
-
"line":
|
|
2708
|
-
"character":
|
|
2709
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3278
|
+
"line": 14,
|
|
3279
|
+
"character": 26,
|
|
3280
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L14"
|
|
2710
3281
|
}
|
|
2711
3282
|
],
|
|
2712
3283
|
"signatures": [
|
|
@@ -2797,8 +3368,8 @@
|
|
|
2797
3368
|
},
|
|
2798
3369
|
"type": {
|
|
2799
3370
|
"type": "reference",
|
|
2800
|
-
"id":
|
|
2801
|
-
"name": "
|
|
3371
|
+
"id": 141,
|
|
3372
|
+
"name": "EventName"
|
|
2802
3373
|
}
|
|
2803
3374
|
},
|
|
2804
3375
|
{
|
|
@@ -2810,17 +3381,9 @@
|
|
|
2810
3381
|
"isOptional": true
|
|
2811
3382
|
},
|
|
2812
3383
|
"type": {
|
|
2813
|
-
"type": "
|
|
2814
|
-
"
|
|
2815
|
-
|
|
2816
|
-
"id": 9,
|
|
2817
|
-
"name": "TName"
|
|
2818
|
-
},
|
|
2819
|
-
"objectType": {
|
|
2820
|
-
"type": "reference",
|
|
2821
|
-
"id": 8,
|
|
2822
|
-
"name": "TEventData"
|
|
2823
|
-
}
|
|
3384
|
+
"type": "reference",
|
|
3385
|
+
"id": 142,
|
|
3386
|
+
"name": "EventArgs"
|
|
2824
3387
|
}
|
|
2825
3388
|
}
|
|
2826
3389
|
],
|
|
@@ -2834,7 +3397,7 @@
|
|
|
2834
3397
|
}
|
|
2835
3398
|
},
|
|
2836
3399
|
{
|
|
2837
|
-
"id":
|
|
3400
|
+
"id": 8,
|
|
2838
3401
|
"name": "DebugOptions",
|
|
2839
3402
|
"kind": 4194304,
|
|
2840
3403
|
"kindString": "Type alias",
|
|
@@ -2850,36 +3413,22 @@
|
|
|
2850
3413
|
"sources": [
|
|
2851
3414
|
{
|
|
2852
3415
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
2853
|
-
"line":
|
|
3416
|
+
"line": 24,
|
|
2854
3417
|
"character": 12,
|
|
2855
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
2856
|
-
}
|
|
2857
|
-
],
|
|
2858
|
-
"typeParameters": [
|
|
2859
|
-
{
|
|
2860
|
-
"id": 15,
|
|
2861
|
-
"name": "TEventData",
|
|
2862
|
-
"kind": 131072,
|
|
2863
|
-
"kindString": "Type parameter",
|
|
2864
|
-
"flags": {},
|
|
2865
|
-
"type": {
|
|
2866
|
-
"type": "reference",
|
|
2867
|
-
"id": 119,
|
|
2868
|
-
"name": "EventData"
|
|
2869
|
-
}
|
|
3418
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L24"
|
|
2870
3419
|
}
|
|
2871
3420
|
],
|
|
2872
3421
|
"type": {
|
|
2873
3422
|
"type": "reflection",
|
|
2874
3423
|
"declaration": {
|
|
2875
|
-
"id":
|
|
3424
|
+
"id": 9,
|
|
2876
3425
|
"name": "__type",
|
|
2877
3426
|
"kind": 65536,
|
|
2878
3427
|
"kindString": "Type literal",
|
|
2879
3428
|
"flags": {},
|
|
2880
3429
|
"children": [
|
|
2881
3430
|
{
|
|
2882
|
-
"id":
|
|
3431
|
+
"id": 10,
|
|
2883
3432
|
"name": "enabled",
|
|
2884
3433
|
"kind": 1024,
|
|
2885
3434
|
"kindString": "Property",
|
|
@@ -2889,9 +3438,9 @@
|
|
|
2889
3438
|
"sources": [
|
|
2890
3439
|
{
|
|
2891
3440
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
2892
|
-
"line":
|
|
3441
|
+
"line": 25,
|
|
2893
3442
|
"character": 2,
|
|
2894
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3443
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L25"
|
|
2895
3444
|
}
|
|
2896
3445
|
],
|
|
2897
3446
|
"type": {
|
|
@@ -2900,7 +3449,7 @@
|
|
|
2900
3449
|
}
|
|
2901
3450
|
},
|
|
2902
3451
|
{
|
|
2903
|
-
"id":
|
|
3452
|
+
"id": 11,
|
|
2904
3453
|
"name": "logger",
|
|
2905
3454
|
"kind": 1024,
|
|
2906
3455
|
"kindString": "Property",
|
|
@@ -2910,35 +3459,19 @@
|
|
|
2910
3459
|
"sources": [
|
|
2911
3460
|
{
|
|
2912
3461
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
2913
|
-
"line":
|
|
3462
|
+
"line": 26,
|
|
2914
3463
|
"character": 2,
|
|
2915
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3464
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L26"
|
|
2916
3465
|
}
|
|
2917
3466
|
],
|
|
2918
3467
|
"type": {
|
|
2919
3468
|
"type": "reference",
|
|
2920
3469
|
"id": 1,
|
|
2921
|
-
"typeArguments": [
|
|
2922
|
-
{
|
|
2923
|
-
"type": "reference",
|
|
2924
|
-
"id": 15,
|
|
2925
|
-
"name": "TEventData"
|
|
2926
|
-
},
|
|
2927
|
-
{
|
|
2928
|
-
"type": "typeOperator",
|
|
2929
|
-
"operator": "keyof",
|
|
2930
|
-
"target": {
|
|
2931
|
-
"type": "reference",
|
|
2932
|
-
"id": 15,
|
|
2933
|
-
"name": "TEventData"
|
|
2934
|
-
}
|
|
2935
|
-
}
|
|
2936
|
-
],
|
|
2937
3470
|
"name": "DebugLogger"
|
|
2938
3471
|
}
|
|
2939
3472
|
},
|
|
2940
3473
|
{
|
|
2941
|
-
"id":
|
|
3474
|
+
"id": 12,
|
|
2942
3475
|
"name": "name",
|
|
2943
3476
|
"kind": 1024,
|
|
2944
3477
|
"kindString": "Property",
|
|
@@ -2948,9 +3481,9 @@
|
|
|
2948
3481
|
"sources": [
|
|
2949
3482
|
{
|
|
2950
3483
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
2951
|
-
"line":
|
|
3484
|
+
"line": 27,
|
|
2952
3485
|
"character": 11,
|
|
2953
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3486
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L27"
|
|
2954
3487
|
}
|
|
2955
3488
|
],
|
|
2956
3489
|
"type": {
|
|
@@ -2963,25 +3496,25 @@
|
|
|
2963
3496
|
{
|
|
2964
3497
|
"title": "Properties",
|
|
2965
3498
|
"children": [
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
3499
|
+
10,
|
|
3500
|
+
11,
|
|
3501
|
+
12
|
|
2969
3502
|
]
|
|
2970
3503
|
}
|
|
2971
3504
|
],
|
|
2972
3505
|
"sources": [
|
|
2973
3506
|
{
|
|
2974
3507
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
2975
|
-
"line":
|
|
2976
|
-
"character":
|
|
2977
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3508
|
+
"line": 24,
|
|
3509
|
+
"character": 27,
|
|
3510
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L24"
|
|
2978
3511
|
}
|
|
2979
3512
|
]
|
|
2980
3513
|
}
|
|
2981
3514
|
}
|
|
2982
3515
|
},
|
|
2983
3516
|
{
|
|
2984
|
-
"id":
|
|
3517
|
+
"id": 150,
|
|
2985
3518
|
"name": "EventAnyListener",
|
|
2986
3519
|
"kind": 4194304,
|
|
2987
3520
|
"kindString": "Type alias",
|
|
@@ -2991,24 +3524,24 @@
|
|
|
2991
3524
|
"fileName": "packages/modules/packages/module/packages/events/src/model/Event.ts",
|
|
2992
3525
|
"line": 7,
|
|
2993
3526
|
"character": 12,
|
|
2994
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3527
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/model/Event.ts#L7"
|
|
2995
3528
|
}
|
|
2996
3529
|
],
|
|
2997
3530
|
"typeParameters": [
|
|
2998
3531
|
{
|
|
2999
|
-
"id":
|
|
3532
|
+
"id": 155,
|
|
3000
3533
|
"name": "TEventArgs",
|
|
3001
3534
|
"kind": 131072,
|
|
3002
3535
|
"kindString": "Type parameter",
|
|
3003
3536
|
"flags": {},
|
|
3004
3537
|
"type": {
|
|
3005
3538
|
"type": "reference",
|
|
3006
|
-
"id":
|
|
3539
|
+
"id": 142,
|
|
3007
3540
|
"name": "EventArgs"
|
|
3008
3541
|
},
|
|
3009
3542
|
"default": {
|
|
3010
3543
|
"type": "reference",
|
|
3011
|
-
"id":
|
|
3544
|
+
"id": 142,
|
|
3012
3545
|
"name": "EventArgs"
|
|
3013
3546
|
}
|
|
3014
3547
|
}
|
|
@@ -3016,7 +3549,7 @@
|
|
|
3016
3549
|
"type": {
|
|
3017
3550
|
"type": "reflection",
|
|
3018
3551
|
"declaration": {
|
|
3019
|
-
"id":
|
|
3552
|
+
"id": 151,
|
|
3020
3553
|
"name": "__type",
|
|
3021
3554
|
"kind": 65536,
|
|
3022
3555
|
"kindString": "Type literal",
|
|
@@ -3026,38 +3559,38 @@
|
|
|
3026
3559
|
"fileName": "packages/modules/packages/module/packages/events/src/model/Event.ts",
|
|
3027
3560
|
"line": 7,
|
|
3028
3561
|
"character": 73,
|
|
3029
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3562
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/model/Event.ts#L7"
|
|
3030
3563
|
}
|
|
3031
3564
|
],
|
|
3032
3565
|
"signatures": [
|
|
3033
3566
|
{
|
|
3034
|
-
"id":
|
|
3567
|
+
"id": 152,
|
|
3035
3568
|
"name": "__type",
|
|
3036
3569
|
"kind": 4096,
|
|
3037
3570
|
"kindString": "Call signature",
|
|
3038
3571
|
"flags": {},
|
|
3039
3572
|
"parameters": [
|
|
3040
3573
|
{
|
|
3041
|
-
"id":
|
|
3574
|
+
"id": 153,
|
|
3042
3575
|
"name": "eventName",
|
|
3043
3576
|
"kind": 32768,
|
|
3044
3577
|
"kindString": "Parameter",
|
|
3045
3578
|
"flags": {},
|
|
3046
3579
|
"type": {
|
|
3047
3580
|
"type": "reference",
|
|
3048
|
-
"id":
|
|
3581
|
+
"id": 141,
|
|
3049
3582
|
"name": "EventName"
|
|
3050
3583
|
}
|
|
3051
3584
|
},
|
|
3052
3585
|
{
|
|
3053
|
-
"id":
|
|
3586
|
+
"id": 154,
|
|
3054
3587
|
"name": "eventData",
|
|
3055
3588
|
"kind": 32768,
|
|
3056
3589
|
"kindString": "Parameter",
|
|
3057
3590
|
"flags": {},
|
|
3058
3591
|
"type": {
|
|
3059
3592
|
"type": "reference",
|
|
3060
|
-
"id":
|
|
3593
|
+
"id": 155,
|
|
3061
3594
|
"name": "TEventArgs"
|
|
3062
3595
|
}
|
|
3063
3596
|
}
|
|
@@ -3078,7 +3611,7 @@
|
|
|
3078
3611
|
}
|
|
3079
3612
|
},
|
|
3080
3613
|
{
|
|
3081
|
-
"id":
|
|
3614
|
+
"id": 142,
|
|
3082
3615
|
"name": "EventArgs",
|
|
3083
3616
|
"kind": 4194304,
|
|
3084
3617
|
"kindString": "Type alias",
|
|
@@ -3088,7 +3621,7 @@
|
|
|
3088
3621
|
"fileName": "packages/modules/packages/module/packages/events/src/model/Event.ts",
|
|
3089
3622
|
"line": 4,
|
|
3090
3623
|
"character": 12,
|
|
3091
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3624
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/model/Event.ts#L4"
|
|
3092
3625
|
}
|
|
3093
3626
|
],
|
|
3094
3627
|
"type": {
|
|
@@ -3110,7 +3643,7 @@
|
|
|
3110
3643
|
}
|
|
3111
3644
|
},
|
|
3112
3645
|
{
|
|
3113
|
-
"id":
|
|
3646
|
+
"id": 143,
|
|
3114
3647
|
"name": "EventData",
|
|
3115
3648
|
"kind": 4194304,
|
|
3116
3649
|
"kindString": "Type alias",
|
|
@@ -3120,13 +3653,13 @@
|
|
|
3120
3653
|
"fileName": "packages/modules/packages/module/packages/events/src/model/Event.ts",
|
|
3121
3654
|
"line": 5,
|
|
3122
3655
|
"character": 12,
|
|
3123
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3656
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/model/Event.ts#L5"
|
|
3124
3657
|
}
|
|
3125
3658
|
],
|
|
3126
3659
|
"type": {
|
|
3127
3660
|
"type": "reflection",
|
|
3128
3661
|
"declaration": {
|
|
3129
|
-
"id":
|
|
3662
|
+
"id": 144,
|
|
3130
3663
|
"name": "__type",
|
|
3131
3664
|
"kind": 65536,
|
|
3132
3665
|
"kindString": "Type literal",
|
|
@@ -3136,31 +3669,31 @@
|
|
|
3136
3669
|
"fileName": "packages/modules/packages/module/packages/events/src/model/Event.ts",
|
|
3137
3670
|
"line": 5,
|
|
3138
3671
|
"character": 24,
|
|
3139
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3672
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/model/Event.ts#L5"
|
|
3140
3673
|
}
|
|
3141
3674
|
],
|
|
3142
3675
|
"indexSignature": {
|
|
3143
|
-
"id":
|
|
3676
|
+
"id": 145,
|
|
3144
3677
|
"name": "__index",
|
|
3145
3678
|
"kind": 8192,
|
|
3146
3679
|
"kindString": "Index signature",
|
|
3147
3680
|
"flags": {},
|
|
3148
3681
|
"parameters": [
|
|
3149
3682
|
{
|
|
3150
|
-
"id":
|
|
3683
|
+
"id": 146,
|
|
3151
3684
|
"name": "key",
|
|
3152
3685
|
"kind": 32768,
|
|
3153
3686
|
"flags": {},
|
|
3154
3687
|
"type": {
|
|
3155
3688
|
"type": "reference",
|
|
3156
|
-
"id":
|
|
3689
|
+
"id": 141,
|
|
3157
3690
|
"name": "EventName"
|
|
3158
3691
|
}
|
|
3159
3692
|
}
|
|
3160
3693
|
],
|
|
3161
3694
|
"type": {
|
|
3162
3695
|
"type": "reference",
|
|
3163
|
-
"id":
|
|
3696
|
+
"id": 142,
|
|
3164
3697
|
"name": "EventArgs"
|
|
3165
3698
|
}
|
|
3166
3699
|
}
|
|
@@ -3168,7 +3701,7 @@
|
|
|
3168
3701
|
}
|
|
3169
3702
|
},
|
|
3170
3703
|
{
|
|
3171
|
-
"id":
|
|
3704
|
+
"id": 156,
|
|
3172
3705
|
"name": "EventListener",
|
|
3173
3706
|
"kind": 4194304,
|
|
3174
3707
|
"kindString": "Type alias",
|
|
@@ -3178,24 +3711,24 @@
|
|
|
3178
3711
|
"fileName": "packages/modules/packages/module/packages/events/src/model/Event.ts",
|
|
3179
3712
|
"line": 8,
|
|
3180
3713
|
"character": 12,
|
|
3181
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3714
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/model/Event.ts#L8"
|
|
3182
3715
|
}
|
|
3183
3716
|
],
|
|
3184
3717
|
"typeParameters": [
|
|
3185
3718
|
{
|
|
3186
|
-
"id":
|
|
3719
|
+
"id": 160,
|
|
3187
3720
|
"name": "TEventArgs",
|
|
3188
3721
|
"kind": 131072,
|
|
3189
3722
|
"kindString": "Type parameter",
|
|
3190
3723
|
"flags": {},
|
|
3191
3724
|
"type": {
|
|
3192
3725
|
"type": "reference",
|
|
3193
|
-
"id":
|
|
3726
|
+
"id": 142,
|
|
3194
3727
|
"name": "EventArgs"
|
|
3195
3728
|
},
|
|
3196
3729
|
"default": {
|
|
3197
3730
|
"type": "reference",
|
|
3198
|
-
"id":
|
|
3731
|
+
"id": 142,
|
|
3199
3732
|
"name": "EventArgs"
|
|
3200
3733
|
}
|
|
3201
3734
|
}
|
|
@@ -3203,7 +3736,7 @@
|
|
|
3203
3736
|
"type": {
|
|
3204
3737
|
"type": "reflection",
|
|
3205
3738
|
"declaration": {
|
|
3206
|
-
"id":
|
|
3739
|
+
"id": 157,
|
|
3207
3740
|
"name": "__type",
|
|
3208
3741
|
"kind": 65536,
|
|
3209
3742
|
"kindString": "Type literal",
|
|
@@ -3213,26 +3746,26 @@
|
|
|
3213
3746
|
"fileName": "packages/modules/packages/module/packages/events/src/model/Event.ts",
|
|
3214
3747
|
"line": 8,
|
|
3215
3748
|
"character": 70,
|
|
3216
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3749
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/model/Event.ts#L8"
|
|
3217
3750
|
}
|
|
3218
3751
|
],
|
|
3219
3752
|
"signatures": [
|
|
3220
3753
|
{
|
|
3221
|
-
"id":
|
|
3754
|
+
"id": 158,
|
|
3222
3755
|
"name": "__type",
|
|
3223
3756
|
"kind": 4096,
|
|
3224
3757
|
"kindString": "Call signature",
|
|
3225
3758
|
"flags": {},
|
|
3226
3759
|
"parameters": [
|
|
3227
3760
|
{
|
|
3228
|
-
"id":
|
|
3761
|
+
"id": 159,
|
|
3229
3762
|
"name": "eventData",
|
|
3230
3763
|
"kind": 32768,
|
|
3231
3764
|
"kindString": "Parameter",
|
|
3232
3765
|
"flags": {},
|
|
3233
3766
|
"type": {
|
|
3234
3767
|
"type": "reference",
|
|
3235
|
-
"id":
|
|
3768
|
+
"id": 160,
|
|
3236
3769
|
"name": "TEventArgs"
|
|
3237
3770
|
}
|
|
3238
3771
|
}
|
|
@@ -3253,7 +3786,7 @@
|
|
|
3253
3786
|
}
|
|
3254
3787
|
},
|
|
3255
3788
|
{
|
|
3256
|
-
"id":
|
|
3789
|
+
"id": 141,
|
|
3257
3790
|
"name": "EventName",
|
|
3258
3791
|
"kind": 4194304,
|
|
3259
3792
|
"kindString": "Type alias",
|
|
@@ -3263,7 +3796,7 @@
|
|
|
3263
3796
|
"fileName": "packages/modules/packages/module/packages/events/src/model/Event.ts",
|
|
3264
3797
|
"line": 3,
|
|
3265
3798
|
"character": 12,
|
|
3266
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3799
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/model/Event.ts#L3"
|
|
3267
3800
|
}
|
|
3268
3801
|
],
|
|
3269
3802
|
"type": {
|
|
@@ -3274,7 +3807,7 @@
|
|
|
3274
3807
|
}
|
|
3275
3808
|
},
|
|
3276
3809
|
{
|
|
3277
|
-
"id":
|
|
3810
|
+
"id": 147,
|
|
3278
3811
|
"name": "EventUnsubscribeFunction",
|
|
3279
3812
|
"kind": 4194304,
|
|
3280
3813
|
"kindString": "Type alias",
|
|
@@ -3284,13 +3817,13 @@
|
|
|
3284
3817
|
"fileName": "packages/modules/packages/module/packages/events/src/model/Event.ts",
|
|
3285
3818
|
"line": 6,
|
|
3286
3819
|
"character": 12,
|
|
3287
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3820
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/model/Event.ts#L6"
|
|
3288
3821
|
}
|
|
3289
3822
|
],
|
|
3290
3823
|
"type": {
|
|
3291
3824
|
"type": "reflection",
|
|
3292
3825
|
"declaration": {
|
|
3293
|
-
"id":
|
|
3826
|
+
"id": 148,
|
|
3294
3827
|
"name": "__type",
|
|
3295
3828
|
"kind": 65536,
|
|
3296
3829
|
"kindString": "Type literal",
|
|
@@ -3300,12 +3833,12 @@
|
|
|
3300
3833
|
"fileName": "packages/modules/packages/module/packages/events/src/model/Event.ts",
|
|
3301
3834
|
"line": 6,
|
|
3302
3835
|
"character": 39,
|
|
3303
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3836
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/model/Event.ts#L6"
|
|
3304
3837
|
}
|
|
3305
3838
|
],
|
|
3306
3839
|
"signatures": [
|
|
3307
3840
|
{
|
|
3308
|
-
"id":
|
|
3841
|
+
"id": 149,
|
|
3309
3842
|
"name": "__type",
|
|
3310
3843
|
"kind": 4096,
|
|
3311
3844
|
"kindString": "Call signature",
|
|
@@ -3320,7 +3853,79 @@
|
|
|
3320
3853
|
}
|
|
3321
3854
|
},
|
|
3322
3855
|
{
|
|
3323
|
-
"id":
|
|
3856
|
+
"id": 24,
|
|
3857
|
+
"name": "EventsParams",
|
|
3858
|
+
"kind": 4194304,
|
|
3859
|
+
"kindString": "Type alias",
|
|
3860
|
+
"flags": {},
|
|
3861
|
+
"sources": [
|
|
3862
|
+
{
|
|
3863
|
+
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
3864
|
+
"line": 45,
|
|
3865
|
+
"character": 12,
|
|
3866
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L45"
|
|
3867
|
+
}
|
|
3868
|
+
],
|
|
3869
|
+
"type": {
|
|
3870
|
+
"type": "reference",
|
|
3871
|
+
"typeArguments": [
|
|
3872
|
+
{
|
|
3873
|
+
"type": "reflection",
|
|
3874
|
+
"declaration": {
|
|
3875
|
+
"id": 25,
|
|
3876
|
+
"name": "__type",
|
|
3877
|
+
"kind": 65536,
|
|
3878
|
+
"kindString": "Type literal",
|
|
3879
|
+
"flags": {},
|
|
3880
|
+
"children": [
|
|
3881
|
+
{
|
|
3882
|
+
"id": 26,
|
|
3883
|
+
"name": "debug",
|
|
3884
|
+
"kind": 1024,
|
|
3885
|
+
"kindString": "Property",
|
|
3886
|
+
"flags": {
|
|
3887
|
+
"isOptional": true,
|
|
3888
|
+
"isReadonly": true
|
|
3889
|
+
},
|
|
3890
|
+
"sources": [
|
|
3891
|
+
{
|
|
3892
|
+
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
3893
|
+
"line": 45,
|
|
3894
|
+
"character": 49,
|
|
3895
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L45"
|
|
3896
|
+
}
|
|
3897
|
+
],
|
|
3898
|
+
"type": {
|
|
3899
|
+
"type": "reference",
|
|
3900
|
+
"id": 8,
|
|
3901
|
+
"name": "DebugOptions"
|
|
3902
|
+
}
|
|
3903
|
+
}
|
|
3904
|
+
],
|
|
3905
|
+
"groups": [
|
|
3906
|
+
{
|
|
3907
|
+
"title": "Properties",
|
|
3908
|
+
"children": [
|
|
3909
|
+
26
|
|
3910
|
+
]
|
|
3911
|
+
}
|
|
3912
|
+
],
|
|
3913
|
+
"sources": [
|
|
3914
|
+
{
|
|
3915
|
+
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
3916
|
+
"line": 45,
|
|
3917
|
+
"character": 38,
|
|
3918
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L45"
|
|
3919
|
+
}
|
|
3920
|
+
]
|
|
3921
|
+
}
|
|
3922
|
+
}
|
|
3923
|
+
],
|
|
3924
|
+
"name": "BaseParams"
|
|
3925
|
+
}
|
|
3926
|
+
},
|
|
3927
|
+
{
|
|
3928
|
+
"id": 13,
|
|
3324
3929
|
"name": "MetaEventData",
|
|
3325
3930
|
"kind": 4194304,
|
|
3326
3931
|
"kindString": "Type alias",
|
|
@@ -3328,21 +3933,21 @@
|
|
|
3328
3933
|
"sources": [
|
|
3329
3934
|
{
|
|
3330
3935
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
3331
|
-
"line":
|
|
3936
|
+
"line": 32,
|
|
3332
3937
|
"character": 12,
|
|
3333
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3938
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L32"
|
|
3334
3939
|
}
|
|
3335
3940
|
],
|
|
3336
3941
|
"typeParameters": [
|
|
3337
3942
|
{
|
|
3338
|
-
"id":
|
|
3943
|
+
"id": 23,
|
|
3339
3944
|
"name": "TEventData",
|
|
3340
3945
|
"kind": 131072,
|
|
3341
3946
|
"kindString": "Type parameter",
|
|
3342
3947
|
"flags": {},
|
|
3343
3948
|
"type": {
|
|
3344
3949
|
"type": "reference",
|
|
3345
|
-
"id":
|
|
3950
|
+
"id": 143,
|
|
3346
3951
|
"name": "EventData"
|
|
3347
3952
|
}
|
|
3348
3953
|
}
|
|
@@ -3350,14 +3955,14 @@
|
|
|
3350
3955
|
"type": {
|
|
3351
3956
|
"type": "reflection",
|
|
3352
3957
|
"declaration": {
|
|
3353
|
-
"id":
|
|
3958
|
+
"id": 14,
|
|
3354
3959
|
"name": "__type",
|
|
3355
3960
|
"kind": 65536,
|
|
3356
3961
|
"kindString": "Type literal",
|
|
3357
3962
|
"flags": {},
|
|
3358
3963
|
"children": [
|
|
3359
3964
|
{
|
|
3360
|
-
"id":
|
|
3965
|
+
"id": 15,
|
|
3361
3966
|
"name": "listenerAdded",
|
|
3362
3967
|
"kind": 1024,
|
|
3363
3968
|
"kindString": "Property",
|
|
@@ -3365,22 +3970,22 @@
|
|
|
3365
3970
|
"sources": [
|
|
3366
3971
|
{
|
|
3367
3972
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
3368
|
-
"line":
|
|
3973
|
+
"line": 33,
|
|
3369
3974
|
"character": 2,
|
|
3370
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3975
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L33"
|
|
3371
3976
|
}
|
|
3372
3977
|
],
|
|
3373
3978
|
"type": {
|
|
3374
3979
|
"type": "reflection",
|
|
3375
3980
|
"declaration": {
|
|
3376
|
-
"id":
|
|
3981
|
+
"id": 16,
|
|
3377
3982
|
"name": "__type",
|
|
3378
3983
|
"kind": 65536,
|
|
3379
3984
|
"kindString": "Type literal",
|
|
3380
3985
|
"flags": {},
|
|
3381
3986
|
"children": [
|
|
3382
3987
|
{
|
|
3383
|
-
"id":
|
|
3988
|
+
"id": 17,
|
|
3384
3989
|
"name": "eventName",
|
|
3385
3990
|
"kind": 1024,
|
|
3386
3991
|
"kindString": "Property",
|
|
@@ -3390,9 +3995,9 @@
|
|
|
3390
3995
|
"sources": [
|
|
3391
3996
|
{
|
|
3392
3997
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
3393
|
-
"line":
|
|
3998
|
+
"line": 34,
|
|
3394
3999
|
"character": 4,
|
|
3395
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4000
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L34"
|
|
3396
4001
|
}
|
|
3397
4002
|
],
|
|
3398
4003
|
"type": {
|
|
@@ -3400,13 +4005,13 @@
|
|
|
3400
4005
|
"operator": "keyof",
|
|
3401
4006
|
"target": {
|
|
3402
4007
|
"type": "reference",
|
|
3403
|
-
"id":
|
|
4008
|
+
"id": 23,
|
|
3404
4009
|
"name": "TEventData"
|
|
3405
4010
|
}
|
|
3406
4011
|
}
|
|
3407
4012
|
},
|
|
3408
4013
|
{
|
|
3409
|
-
"id":
|
|
4014
|
+
"id": 18,
|
|
3410
4015
|
"name": "listener",
|
|
3411
4016
|
"kind": 1024,
|
|
3412
4017
|
"kindString": "Property",
|
|
@@ -3414,9 +4019,9 @@
|
|
|
3414
4019
|
"sources": [
|
|
3415
4020
|
{
|
|
3416
4021
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
3417
|
-
"line":
|
|
4022
|
+
"line": 35,
|
|
3418
4023
|
"character": 4,
|
|
3419
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4024
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L35"
|
|
3420
4025
|
}
|
|
3421
4026
|
],
|
|
3422
4027
|
"type": {
|
|
@@ -3424,7 +4029,7 @@
|
|
|
3424
4029
|
"types": [
|
|
3425
4030
|
{
|
|
3426
4031
|
"type": "reference",
|
|
3427
|
-
"id":
|
|
4032
|
+
"id": 156,
|
|
3428
4033
|
"typeArguments": [
|
|
3429
4034
|
{
|
|
3430
4035
|
"type": "indexedAccess",
|
|
@@ -3433,13 +4038,13 @@
|
|
|
3433
4038
|
"operator": "keyof",
|
|
3434
4039
|
"target": {
|
|
3435
4040
|
"type": "reference",
|
|
3436
|
-
"id":
|
|
4041
|
+
"id": 23,
|
|
3437
4042
|
"name": "TEventData"
|
|
3438
4043
|
}
|
|
3439
4044
|
},
|
|
3440
4045
|
"objectType": {
|
|
3441
4046
|
"type": "reference",
|
|
3442
|
-
"id":
|
|
4047
|
+
"id": 23,
|
|
3443
4048
|
"name": "TEventData"
|
|
3444
4049
|
}
|
|
3445
4050
|
}
|
|
@@ -3448,7 +4053,7 @@
|
|
|
3448
4053
|
},
|
|
3449
4054
|
{
|
|
3450
4055
|
"type": "reference",
|
|
3451
|
-
"id":
|
|
4056
|
+
"id": 150,
|
|
3452
4057
|
"typeArguments": [
|
|
3453
4058
|
{
|
|
3454
4059
|
"type": "indexedAccess",
|
|
@@ -3457,13 +4062,13 @@
|
|
|
3457
4062
|
"operator": "keyof",
|
|
3458
4063
|
"target": {
|
|
3459
4064
|
"type": "reference",
|
|
3460
|
-
"id":
|
|
4065
|
+
"id": 23,
|
|
3461
4066
|
"name": "TEventData"
|
|
3462
4067
|
}
|
|
3463
4068
|
},
|
|
3464
4069
|
"objectType": {
|
|
3465
4070
|
"type": "reference",
|
|
3466
|
-
"id":
|
|
4071
|
+
"id": 23,
|
|
3467
4072
|
"name": "TEventData"
|
|
3468
4073
|
}
|
|
3469
4074
|
}
|
|
@@ -3478,24 +4083,24 @@
|
|
|
3478
4083
|
{
|
|
3479
4084
|
"title": "Properties",
|
|
3480
4085
|
"children": [
|
|
3481
|
-
|
|
3482
|
-
|
|
4086
|
+
17,
|
|
4087
|
+
18
|
|
3483
4088
|
]
|
|
3484
4089
|
}
|
|
3485
4090
|
],
|
|
3486
4091
|
"sources": [
|
|
3487
4092
|
{
|
|
3488
4093
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
3489
|
-
"line":
|
|
4094
|
+
"line": 33,
|
|
3490
4095
|
"character": 17,
|
|
3491
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4096
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L33"
|
|
3492
4097
|
}
|
|
3493
4098
|
]
|
|
3494
4099
|
}
|
|
3495
4100
|
}
|
|
3496
4101
|
},
|
|
3497
4102
|
{
|
|
3498
|
-
"id":
|
|
4103
|
+
"id": 19,
|
|
3499
4104
|
"name": "listenerRemoved",
|
|
3500
4105
|
"kind": 1024,
|
|
3501
4106
|
"kindString": "Property",
|
|
@@ -3503,22 +4108,22 @@
|
|
|
3503
4108
|
"sources": [
|
|
3504
4109
|
{
|
|
3505
4110
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
3506
|
-
"line":
|
|
4111
|
+
"line": 37,
|
|
3507
4112
|
"character": 2,
|
|
3508
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4113
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L37"
|
|
3509
4114
|
}
|
|
3510
4115
|
],
|
|
3511
4116
|
"type": {
|
|
3512
4117
|
"type": "reflection",
|
|
3513
4118
|
"declaration": {
|
|
3514
|
-
"id":
|
|
4119
|
+
"id": 20,
|
|
3515
4120
|
"name": "__type",
|
|
3516
4121
|
"kind": 65536,
|
|
3517
4122
|
"kindString": "Type literal",
|
|
3518
4123
|
"flags": {},
|
|
3519
4124
|
"children": [
|
|
3520
4125
|
{
|
|
3521
|
-
"id":
|
|
4126
|
+
"id": 21,
|
|
3522
4127
|
"name": "eventName",
|
|
3523
4128
|
"kind": 1024,
|
|
3524
4129
|
"kindString": "Property",
|
|
@@ -3528,9 +4133,9 @@
|
|
|
3528
4133
|
"sources": [
|
|
3529
4134
|
{
|
|
3530
4135
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
3531
|
-
"line":
|
|
4136
|
+
"line": 38,
|
|
3532
4137
|
"character": 4,
|
|
3533
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4138
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L38"
|
|
3534
4139
|
}
|
|
3535
4140
|
],
|
|
3536
4141
|
"type": {
|
|
@@ -3538,13 +4143,13 @@
|
|
|
3538
4143
|
"operator": "keyof",
|
|
3539
4144
|
"target": {
|
|
3540
4145
|
"type": "reference",
|
|
3541
|
-
"id":
|
|
4146
|
+
"id": 23,
|
|
3542
4147
|
"name": "TEventData"
|
|
3543
4148
|
}
|
|
3544
4149
|
}
|
|
3545
4150
|
},
|
|
3546
4151
|
{
|
|
3547
|
-
"id":
|
|
4152
|
+
"id": 22,
|
|
3548
4153
|
"name": "listener",
|
|
3549
4154
|
"kind": 1024,
|
|
3550
4155
|
"kindString": "Property",
|
|
@@ -3552,9 +4157,9 @@
|
|
|
3552
4157
|
"sources": [
|
|
3553
4158
|
{
|
|
3554
4159
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
3555
|
-
"line":
|
|
4160
|
+
"line": 39,
|
|
3556
4161
|
"character": 4,
|
|
3557
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4162
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L39"
|
|
3558
4163
|
}
|
|
3559
4164
|
],
|
|
3560
4165
|
"type": {
|
|
@@ -3562,7 +4167,7 @@
|
|
|
3562
4167
|
"types": [
|
|
3563
4168
|
{
|
|
3564
4169
|
"type": "reference",
|
|
3565
|
-
"id":
|
|
4170
|
+
"id": 156,
|
|
3566
4171
|
"typeArguments": [
|
|
3567
4172
|
{
|
|
3568
4173
|
"type": "indexedAccess",
|
|
@@ -3571,13 +4176,13 @@
|
|
|
3571
4176
|
"operator": "keyof",
|
|
3572
4177
|
"target": {
|
|
3573
4178
|
"type": "reference",
|
|
3574
|
-
"id":
|
|
4179
|
+
"id": 23,
|
|
3575
4180
|
"name": "TEventData"
|
|
3576
4181
|
}
|
|
3577
4182
|
},
|
|
3578
4183
|
"objectType": {
|
|
3579
4184
|
"type": "reference",
|
|
3580
|
-
"id":
|
|
4185
|
+
"id": 23,
|
|
3581
4186
|
"name": "TEventData"
|
|
3582
4187
|
}
|
|
3583
4188
|
}
|
|
@@ -3586,7 +4191,7 @@
|
|
|
3586
4191
|
},
|
|
3587
4192
|
{
|
|
3588
4193
|
"type": "reference",
|
|
3589
|
-
"id":
|
|
4194
|
+
"id": 150,
|
|
3590
4195
|
"typeArguments": [
|
|
3591
4196
|
{
|
|
3592
4197
|
"type": "indexedAccess",
|
|
@@ -3595,13 +4200,13 @@
|
|
|
3595
4200
|
"operator": "keyof",
|
|
3596
4201
|
"target": {
|
|
3597
4202
|
"type": "reference",
|
|
3598
|
-
"id":
|
|
4203
|
+
"id": 23,
|
|
3599
4204
|
"name": "TEventData"
|
|
3600
4205
|
}
|
|
3601
4206
|
},
|
|
3602
4207
|
"objectType": {
|
|
3603
4208
|
"type": "reference",
|
|
3604
|
-
"id":
|
|
4209
|
+
"id": 23,
|
|
3605
4210
|
"name": "TEventData"
|
|
3606
4211
|
}
|
|
3607
4212
|
}
|
|
@@ -3616,17 +4221,17 @@
|
|
|
3616
4221
|
{
|
|
3617
4222
|
"title": "Properties",
|
|
3618
4223
|
"children": [
|
|
3619
|
-
|
|
3620
|
-
|
|
4224
|
+
21,
|
|
4225
|
+
22
|
|
3621
4226
|
]
|
|
3622
4227
|
}
|
|
3623
4228
|
],
|
|
3624
4229
|
"sources": [
|
|
3625
4230
|
{
|
|
3626
4231
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
3627
|
-
"line":
|
|
4232
|
+
"line": 37,
|
|
3628
4233
|
"character": 19,
|
|
3629
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4234
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L37"
|
|
3630
4235
|
}
|
|
3631
4236
|
]
|
|
3632
4237
|
}
|
|
@@ -3637,103 +4242,8 @@
|
|
|
3637
4242
|
{
|
|
3638
4243
|
"title": "Properties",
|
|
3639
4244
|
"children": [
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
]
|
|
3643
|
-
}
|
|
3644
|
-
],
|
|
3645
|
-
"sources": [
|
|
3646
|
-
{
|
|
3647
|
-
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
3648
|
-
"line": 38,
|
|
3649
|
-
"character": 58,
|
|
3650
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/47cfac88174/packages/modules/packages/module/packages/events/src/Events/Events.ts#L38"
|
|
3651
|
-
}
|
|
3652
|
-
]
|
|
3653
|
-
}
|
|
3654
|
-
}
|
|
3655
|
-
},
|
|
3656
|
-
{
|
|
3657
|
-
"id": 16,
|
|
3658
|
-
"name": "Options",
|
|
3659
|
-
"kind": 4194304,
|
|
3660
|
-
"kindString": "Type alias",
|
|
3661
|
-
"flags": {},
|
|
3662
|
-
"comment": {
|
|
3663
|
-
"summary": [
|
|
3664
|
-
{
|
|
3665
|
-
"kind": "text",
|
|
3666
|
-
"text": "Configuration options for Emittery."
|
|
3667
|
-
}
|
|
3668
|
-
]
|
|
3669
|
-
},
|
|
3670
|
-
"sources": [
|
|
3671
|
-
{
|
|
3672
|
-
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
3673
|
-
"line": 32,
|
|
3674
|
-
"character": 12,
|
|
3675
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/47cfac88174/packages/modules/packages/module/packages/events/src/Events/Events.ts#L32"
|
|
3676
|
-
}
|
|
3677
|
-
],
|
|
3678
|
-
"typeParameters": [
|
|
3679
|
-
{
|
|
3680
|
-
"id": 19,
|
|
3681
|
-
"name": "TEventData",
|
|
3682
|
-
"kind": 131072,
|
|
3683
|
-
"kindString": "Type parameter",
|
|
3684
|
-
"flags": {},
|
|
3685
|
-
"type": {
|
|
3686
|
-
"type": "reference",
|
|
3687
|
-
"id": 119,
|
|
3688
|
-
"name": "EventData"
|
|
3689
|
-
}
|
|
3690
|
-
}
|
|
3691
|
-
],
|
|
3692
|
-
"type": {
|
|
3693
|
-
"type": "reflection",
|
|
3694
|
-
"declaration": {
|
|
3695
|
-
"id": 17,
|
|
3696
|
-
"name": "__type",
|
|
3697
|
-
"kind": 65536,
|
|
3698
|
-
"kindString": "Type literal",
|
|
3699
|
-
"flags": {},
|
|
3700
|
-
"children": [
|
|
3701
|
-
{
|
|
3702
|
-
"id": 18,
|
|
3703
|
-
"name": "debug",
|
|
3704
|
-
"kind": 1024,
|
|
3705
|
-
"kindString": "Property",
|
|
3706
|
-
"flags": {
|
|
3707
|
-
"isOptional": true,
|
|
3708
|
-
"isReadonly": true
|
|
3709
|
-
},
|
|
3710
|
-
"sources": [
|
|
3711
|
-
{
|
|
3712
|
-
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
3713
|
-
"line": 33,
|
|
3714
|
-
"character": 11,
|
|
3715
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/47cfac88174/packages/modules/packages/module/packages/events/src/Events/Events.ts#L33"
|
|
3716
|
-
}
|
|
3717
|
-
],
|
|
3718
|
-
"type": {
|
|
3719
|
-
"type": "reference",
|
|
3720
|
-
"id": 10,
|
|
3721
|
-
"typeArguments": [
|
|
3722
|
-
{
|
|
3723
|
-
"type": "reference",
|
|
3724
|
-
"id": 19,
|
|
3725
|
-
"name": "TEventData"
|
|
3726
|
-
}
|
|
3727
|
-
],
|
|
3728
|
-
"name": "DebugOptions"
|
|
3729
|
-
}
|
|
3730
|
-
}
|
|
3731
|
-
],
|
|
3732
|
-
"groups": [
|
|
3733
|
-
{
|
|
3734
|
-
"title": "Properties",
|
|
3735
|
-
"children": [
|
|
3736
|
-
18
|
|
4245
|
+
15,
|
|
4246
|
+
19
|
|
3737
4247
|
]
|
|
3738
4248
|
}
|
|
3739
4249
|
],
|
|
@@ -3741,8 +4251,8 @@
|
|
|
3741
4251
|
{
|
|
3742
4252
|
"fileName": "packages/modules/packages/module/packages/events/src/Events/Events.ts",
|
|
3743
4253
|
"line": 32,
|
|
3744
|
-
"character":
|
|
3745
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4254
|
+
"character": 58,
|
|
4255
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/Events/Events.ts#L32"
|
|
3746
4256
|
}
|
|
3747
4257
|
]
|
|
3748
4258
|
}
|
|
@@ -3753,28 +4263,28 @@
|
|
|
3753
4263
|
{
|
|
3754
4264
|
"title": "Classes",
|
|
3755
4265
|
"children": [
|
|
3756
|
-
|
|
4266
|
+
27
|
|
3757
4267
|
]
|
|
3758
4268
|
},
|
|
3759
4269
|
{
|
|
3760
4270
|
"title": "Interfaces",
|
|
3761
4271
|
"children": [
|
|
3762
|
-
|
|
4272
|
+
161
|
|
3763
4273
|
]
|
|
3764
4274
|
},
|
|
3765
4275
|
{
|
|
3766
4276
|
"title": "Type Aliases",
|
|
3767
4277
|
"children": [
|
|
3768
4278
|
1,
|
|
3769
|
-
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
|
|
3773
|
-
|
|
3774
|
-
|
|
3775
|
-
|
|
3776
|
-
|
|
3777
|
-
|
|
4279
|
+
8,
|
|
4280
|
+
150,
|
|
4281
|
+
142,
|
|
4282
|
+
143,
|
|
4283
|
+
156,
|
|
4284
|
+
141,
|
|
4285
|
+
147,
|
|
4286
|
+
24,
|
|
4287
|
+
13
|
|
3778
4288
|
]
|
|
3779
4289
|
}
|
|
3780
4290
|
],
|
|
@@ -3783,7 +4293,7 @@
|
|
|
3783
4293
|
"fileName": "packages/modules/packages/module/packages/events/src/index.ts",
|
|
3784
4294
|
"line": 1,
|
|
3785
4295
|
"character": 0,
|
|
3786
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4296
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0c5fa7ca7/packages/modules/packages/module/packages/events/src/index.ts#L1"
|
|
3787
4297
|
}
|
|
3788
4298
|
]
|
|
3789
4299
|
}
|