@atlaskit/react-ufo 4.5.12 → 4.6.0
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/CHANGELOG.md +12 -0
- package/dist/cjs/config/index.js +19 -6
- package/dist/cjs/create-payload/index.js +3 -1
- package/dist/cjs/interaction-metrics/index.js +2 -1
- package/dist/cjs/segment/segment.js +19 -2
- package/dist/cjs/trace-hover/index.js +12 -0
- package/dist/cjs/trace-interaction/internal/trace-ufo-interaction.js +23 -6
- package/dist/cjs/vc/vc-observer-new/metric-calculator/abstract-base-vc-calculator.js +14 -3
- package/dist/es2019/config/index.js +13 -0
- package/dist/es2019/create-payload/index.js +3 -0
- package/dist/es2019/interaction-metrics/index.js +2 -1
- package/dist/es2019/segment/segment.js +21 -4
- package/dist/es2019/trace-hover/index.js +5 -0
- package/dist/es2019/trace-interaction/internal/trace-ufo-interaction.js +24 -7
- package/dist/es2019/vc/vc-observer-new/metric-calculator/abstract-base-vc-calculator.js +15 -1
- package/dist/esm/config/index.js +18 -6
- package/dist/esm/create-payload/index.js +3 -1
- package/dist/esm/interaction-metrics/index.js +2 -1
- package/dist/esm/segment/segment.js +21 -4
- package/dist/esm/trace-hover/index.js +5 -0
- package/dist/esm/trace-interaction/internal/trace-ufo-interaction.js +24 -7
- package/dist/esm/vc/vc-observer-new/metric-calculator/abstract-base-vc-calculator.js +14 -3
- package/dist/types/common/common/types.d.ts +5 -0
- package/dist/types/common/react-ufo-payload-schema.d.ts +2 -1
- package/dist/types/config/index.d.ts +2 -0
- package/dist/types/create-payload/index.d.ts +512 -0
- package/dist/types/trace-hover/index.d.ts +2 -0
- package/dist/types-ts4.5/common/common/types.d.ts +5 -0
- package/dist/types-ts4.5/common/react-ufo-payload-schema.d.ts +2 -1
- package/dist/types-ts4.5/config/index.d.ts +2 -0
- package/dist/types-ts4.5/create-payload/index.d.ts +512 -0
- package/dist/types-ts4.5/trace-hover/index.d.ts +2 -0
- package/package.json +7 -1
- package/trace-hover/package.json +15 -0
|
@@ -15,6 +15,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
15
15
|
attributes: {
|
|
16
16
|
properties: {
|
|
17
17
|
interactionMetrics: {
|
|
18
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
18
19
|
unknownElementHierarchy?: string | undefined;
|
|
19
20
|
unknownElementName?: string | undefined;
|
|
20
21
|
'metric:ttai': number | undefined;
|
|
@@ -80,6 +81,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
80
81
|
customData: any[];
|
|
81
82
|
reactProfilerTimings: any[];
|
|
82
83
|
} | {
|
|
84
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
83
85
|
unknownElementHierarchy?: string | undefined;
|
|
84
86
|
unknownElementName?: string | undefined;
|
|
85
87
|
'metric:ttai': number | undefined;
|
|
@@ -161,6 +163,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
161
163
|
customData: any[];
|
|
162
164
|
reactProfilerTimings: any[];
|
|
163
165
|
} | {
|
|
166
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
164
167
|
unknownElementHierarchy?: string | undefined;
|
|
165
168
|
unknownElementName?: string | undefined;
|
|
166
169
|
'metric:ttai': number | undefined;
|
|
@@ -232,6 +235,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
232
235
|
customData: any[];
|
|
233
236
|
reactProfilerTimings: any[];
|
|
234
237
|
} | {
|
|
238
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
235
239
|
unknownElementHierarchy?: string | undefined;
|
|
236
240
|
unknownElementName?: string | undefined;
|
|
237
241
|
'metric:ttai': number | undefined;
|
|
@@ -319,6 +323,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
319
323
|
customData: any[];
|
|
320
324
|
reactProfilerTimings: any[];
|
|
321
325
|
} | {
|
|
326
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
322
327
|
unknownElementHierarchy?: string | undefined;
|
|
323
328
|
unknownElementName?: string | undefined;
|
|
324
329
|
'metric:ttai': number | undefined;
|
|
@@ -415,6 +420,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
415
420
|
customData: any[];
|
|
416
421
|
reactProfilerTimings: any[];
|
|
417
422
|
} | {
|
|
423
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
418
424
|
unknownElementHierarchy?: string | undefined;
|
|
419
425
|
unknownElementName?: string | undefined;
|
|
420
426
|
'metric:ttai': number | undefined;
|
|
@@ -527,6 +533,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
527
533
|
customData: any[];
|
|
528
534
|
reactProfilerTimings: any[];
|
|
529
535
|
} | {
|
|
536
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
530
537
|
unknownElementHierarchy?: string | undefined;
|
|
531
538
|
unknownElementName?: string | undefined;
|
|
532
539
|
'metric:ttai': number | undefined;
|
|
@@ -629,6 +636,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
629
636
|
customData: any[];
|
|
630
637
|
reactProfilerTimings: any[];
|
|
631
638
|
} | {
|
|
639
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
632
640
|
unknownElementHierarchy?: string | undefined;
|
|
633
641
|
unknownElementName?: string | undefined;
|
|
634
642
|
'metric:ttai': number | undefined;
|
|
@@ -800,6 +808,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
800
808
|
} | null;
|
|
801
809
|
} | {
|
|
802
810
|
interactionMetrics: {
|
|
811
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
803
812
|
unknownElementHierarchy?: string | undefined;
|
|
804
813
|
unknownElementName?: string | undefined;
|
|
805
814
|
'metric:ttai': number | undefined;
|
|
@@ -865,6 +874,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
865
874
|
customData: any[];
|
|
866
875
|
reactProfilerTimings: any[];
|
|
867
876
|
} | {
|
|
877
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
868
878
|
unknownElementHierarchy?: string | undefined;
|
|
869
879
|
unknownElementName?: string | undefined;
|
|
870
880
|
'metric:ttai': number | undefined;
|
|
@@ -946,6 +956,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
946
956
|
customData: any[];
|
|
947
957
|
reactProfilerTimings: any[];
|
|
948
958
|
} | {
|
|
959
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
949
960
|
unknownElementHierarchy?: string | undefined;
|
|
950
961
|
unknownElementName?: string | undefined;
|
|
951
962
|
'metric:ttai': number | undefined;
|
|
@@ -1017,6 +1028,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1017
1028
|
customData: any[];
|
|
1018
1029
|
reactProfilerTimings: any[];
|
|
1019
1030
|
} | {
|
|
1031
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
1020
1032
|
unknownElementHierarchy?: string | undefined;
|
|
1021
1033
|
unknownElementName?: string | undefined;
|
|
1022
1034
|
'metric:ttai': number | undefined;
|
|
@@ -1104,6 +1116,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1104
1116
|
customData: any[];
|
|
1105
1117
|
reactProfilerTimings: any[];
|
|
1106
1118
|
} | {
|
|
1119
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
1107
1120
|
unknownElementHierarchy?: string | undefined;
|
|
1108
1121
|
unknownElementName?: string | undefined;
|
|
1109
1122
|
'metric:ttai': number | undefined;
|
|
@@ -1200,6 +1213,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1200
1213
|
customData: any[];
|
|
1201
1214
|
reactProfilerTimings: any[];
|
|
1202
1215
|
} | {
|
|
1216
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
1203
1217
|
unknownElementHierarchy?: string | undefined;
|
|
1204
1218
|
unknownElementName?: string | undefined;
|
|
1205
1219
|
'metric:ttai': number | undefined;
|
|
@@ -1312,6 +1326,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1312
1326
|
customData: any[];
|
|
1313
1327
|
reactProfilerTimings: any[];
|
|
1314
1328
|
} | {
|
|
1329
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
1315
1330
|
unknownElementHierarchy?: string | undefined;
|
|
1316
1331
|
unknownElementName?: string | undefined;
|
|
1317
1332
|
'metric:ttai': number | undefined;
|
|
@@ -1414,6 +1429,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1414
1429
|
customData: any[];
|
|
1415
1430
|
reactProfilerTimings: any[];
|
|
1416
1431
|
} | {
|
|
1432
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
1417
1433
|
unknownElementHierarchy?: string | undefined;
|
|
1418
1434
|
unknownElementName?: string | undefined;
|
|
1419
1435
|
'metric:ttai': number | undefined;
|
|
@@ -1585,6 +1601,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1585
1601
|
} | null;
|
|
1586
1602
|
} | {
|
|
1587
1603
|
interactionMetrics: {
|
|
1604
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
1588
1605
|
unknownElementHierarchy?: string | undefined;
|
|
1589
1606
|
unknownElementName?: string | undefined;
|
|
1590
1607
|
'metric:ttai': number | undefined;
|
|
@@ -1650,6 +1667,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1650
1667
|
customData: any[];
|
|
1651
1668
|
reactProfilerTimings: any[];
|
|
1652
1669
|
} | {
|
|
1670
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
1653
1671
|
unknownElementHierarchy?: string | undefined;
|
|
1654
1672
|
unknownElementName?: string | undefined;
|
|
1655
1673
|
'metric:ttai': number | undefined;
|
|
@@ -1731,6 +1749,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1731
1749
|
customData: any[];
|
|
1732
1750
|
reactProfilerTimings: any[];
|
|
1733
1751
|
} | {
|
|
1752
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
1734
1753
|
unknownElementHierarchy?: string | undefined;
|
|
1735
1754
|
unknownElementName?: string | undefined;
|
|
1736
1755
|
'metric:ttai': number | undefined;
|
|
@@ -1802,6 +1821,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1802
1821
|
customData: any[];
|
|
1803
1822
|
reactProfilerTimings: any[];
|
|
1804
1823
|
} | {
|
|
1824
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
1805
1825
|
unknownElementHierarchy?: string | undefined;
|
|
1806
1826
|
unknownElementName?: string | undefined;
|
|
1807
1827
|
'metric:ttai': number | undefined;
|
|
@@ -1889,6 +1909,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1889
1909
|
customData: any[];
|
|
1890
1910
|
reactProfilerTimings: any[];
|
|
1891
1911
|
} | {
|
|
1912
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
1892
1913
|
unknownElementHierarchy?: string | undefined;
|
|
1893
1914
|
unknownElementName?: string | undefined;
|
|
1894
1915
|
'metric:ttai': number | undefined;
|
|
@@ -1985,6 +2006,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
1985
2006
|
customData: any[];
|
|
1986
2007
|
reactProfilerTimings: any[];
|
|
1987
2008
|
} | {
|
|
2009
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
1988
2010
|
unknownElementHierarchy?: string | undefined;
|
|
1989
2011
|
unknownElementName?: string | undefined;
|
|
1990
2012
|
'metric:ttai': number | undefined;
|
|
@@ -2097,6 +2119,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
2097
2119
|
customData: any[];
|
|
2098
2120
|
reactProfilerTimings: any[];
|
|
2099
2121
|
} | {
|
|
2122
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
2100
2123
|
unknownElementHierarchy?: string | undefined;
|
|
2101
2124
|
unknownElementName?: string | undefined;
|
|
2102
2125
|
'metric:ttai': number | undefined;
|
|
@@ -2199,6 +2222,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
2199
2222
|
customData: any[];
|
|
2200
2223
|
reactProfilerTimings: any[];
|
|
2201
2224
|
} | {
|
|
2225
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
2202
2226
|
unknownElementHierarchy?: string | undefined;
|
|
2203
2227
|
unknownElementName?: string | undefined;
|
|
2204
2228
|
'metric:ttai': number | undefined;
|
|
@@ -2370,6 +2394,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
2370
2394
|
} | null;
|
|
2371
2395
|
} | {
|
|
2372
2396
|
interactionMetrics: {
|
|
2397
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
2373
2398
|
unknownElementHierarchy?: string | undefined;
|
|
2374
2399
|
unknownElementName?: string | undefined;
|
|
2375
2400
|
'metric:ttai': number | undefined;
|
|
@@ -2435,6 +2460,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
2435
2460
|
customData: any[];
|
|
2436
2461
|
reactProfilerTimings: any[];
|
|
2437
2462
|
} | {
|
|
2463
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
2438
2464
|
unknownElementHierarchy?: string | undefined;
|
|
2439
2465
|
unknownElementName?: string | undefined;
|
|
2440
2466
|
'metric:ttai': number | undefined;
|
|
@@ -2516,6 +2542,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
2516
2542
|
customData: any[];
|
|
2517
2543
|
reactProfilerTimings: any[];
|
|
2518
2544
|
} | {
|
|
2545
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
2519
2546
|
unknownElementHierarchy?: string | undefined;
|
|
2520
2547
|
unknownElementName?: string | undefined;
|
|
2521
2548
|
'metric:ttai': number | undefined;
|
|
@@ -2587,6 +2614,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
2587
2614
|
customData: any[];
|
|
2588
2615
|
reactProfilerTimings: any[];
|
|
2589
2616
|
} | {
|
|
2617
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
2590
2618
|
unknownElementHierarchy?: string | undefined;
|
|
2591
2619
|
unknownElementName?: string | undefined;
|
|
2592
2620
|
'metric:ttai': number | undefined;
|
|
@@ -2674,6 +2702,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
2674
2702
|
customData: any[];
|
|
2675
2703
|
reactProfilerTimings: any[];
|
|
2676
2704
|
} | {
|
|
2705
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
2677
2706
|
unknownElementHierarchy?: string | undefined;
|
|
2678
2707
|
unknownElementName?: string | undefined;
|
|
2679
2708
|
'metric:ttai': number | undefined;
|
|
@@ -2770,6 +2799,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
2770
2799
|
customData: any[];
|
|
2771
2800
|
reactProfilerTimings: any[];
|
|
2772
2801
|
} | {
|
|
2802
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
2773
2803
|
unknownElementHierarchy?: string | undefined;
|
|
2774
2804
|
unknownElementName?: string | undefined;
|
|
2775
2805
|
'metric:ttai': number | undefined;
|
|
@@ -2882,6 +2912,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
2882
2912
|
customData: any[];
|
|
2883
2913
|
reactProfilerTimings: any[];
|
|
2884
2914
|
} | {
|
|
2915
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
2885
2916
|
unknownElementHierarchy?: string | undefined;
|
|
2886
2917
|
unknownElementName?: string | undefined;
|
|
2887
2918
|
'metric:ttai': number | undefined;
|
|
@@ -2984,6 +3015,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
2984
3015
|
customData: any[];
|
|
2985
3016
|
reactProfilerTimings: any[];
|
|
2986
3017
|
} | {
|
|
3018
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
2987
3019
|
unknownElementHierarchy?: string | undefined;
|
|
2988
3020
|
unknownElementName?: string | undefined;
|
|
2989
3021
|
'metric:ttai': number | undefined;
|
|
@@ -3155,6 +3187,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
3155
3187
|
} | null;
|
|
3156
3188
|
} | {
|
|
3157
3189
|
interactionMetrics: {
|
|
3190
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
3158
3191
|
unknownElementHierarchy?: string | undefined;
|
|
3159
3192
|
unknownElementName?: string | undefined;
|
|
3160
3193
|
'metric:ttai': number | undefined;
|
|
@@ -3220,6 +3253,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
3220
3253
|
customData: any[];
|
|
3221
3254
|
reactProfilerTimings: any[];
|
|
3222
3255
|
} | {
|
|
3256
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
3223
3257
|
unknownElementHierarchy?: string | undefined;
|
|
3224
3258
|
unknownElementName?: string | undefined;
|
|
3225
3259
|
'metric:ttai': number | undefined;
|
|
@@ -3301,6 +3335,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
3301
3335
|
customData: any[];
|
|
3302
3336
|
reactProfilerTimings: any[];
|
|
3303
3337
|
} | {
|
|
3338
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
3304
3339
|
unknownElementHierarchy?: string | undefined;
|
|
3305
3340
|
unknownElementName?: string | undefined;
|
|
3306
3341
|
'metric:ttai': number | undefined;
|
|
@@ -3372,6 +3407,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
3372
3407
|
customData: any[];
|
|
3373
3408
|
reactProfilerTimings: any[];
|
|
3374
3409
|
} | {
|
|
3410
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
3375
3411
|
unknownElementHierarchy?: string | undefined;
|
|
3376
3412
|
unknownElementName?: string | undefined;
|
|
3377
3413
|
'metric:ttai': number | undefined;
|
|
@@ -3459,6 +3495,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
3459
3495
|
customData: any[];
|
|
3460
3496
|
reactProfilerTimings: any[];
|
|
3461
3497
|
} | {
|
|
3498
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
3462
3499
|
unknownElementHierarchy?: string | undefined;
|
|
3463
3500
|
unknownElementName?: string | undefined;
|
|
3464
3501
|
'metric:ttai': number | undefined;
|
|
@@ -3555,6 +3592,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
3555
3592
|
customData: any[];
|
|
3556
3593
|
reactProfilerTimings: any[];
|
|
3557
3594
|
} | {
|
|
3595
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
3558
3596
|
unknownElementHierarchy?: string | undefined;
|
|
3559
3597
|
unknownElementName?: string | undefined;
|
|
3560
3598
|
'metric:ttai': number | undefined;
|
|
@@ -3667,6 +3705,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
3667
3705
|
customData: any[];
|
|
3668
3706
|
reactProfilerTimings: any[];
|
|
3669
3707
|
} | {
|
|
3708
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
3670
3709
|
unknownElementHierarchy?: string | undefined;
|
|
3671
3710
|
unknownElementName?: string | undefined;
|
|
3672
3711
|
'metric:ttai': number | undefined;
|
|
@@ -3769,6 +3808,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
3769
3808
|
customData: any[];
|
|
3770
3809
|
reactProfilerTimings: any[];
|
|
3771
3810
|
} | {
|
|
3811
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
3772
3812
|
unknownElementHierarchy?: string | undefined;
|
|
3773
3813
|
unknownElementName?: string | undefined;
|
|
3774
3814
|
'metric:ttai': number | undefined;
|
|
@@ -3940,6 +3980,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
3940
3980
|
} | null;
|
|
3941
3981
|
} | {
|
|
3942
3982
|
interactionMetrics: {
|
|
3983
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
3943
3984
|
unknownElementHierarchy?: string | undefined;
|
|
3944
3985
|
unknownElementName?: string | undefined;
|
|
3945
3986
|
'metric:ttai': number | undefined;
|
|
@@ -4005,6 +4046,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4005
4046
|
customData: any[];
|
|
4006
4047
|
reactProfilerTimings: any[];
|
|
4007
4048
|
} | {
|
|
4049
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
4008
4050
|
unknownElementHierarchy?: string | undefined;
|
|
4009
4051
|
unknownElementName?: string | undefined;
|
|
4010
4052
|
'metric:ttai': number | undefined;
|
|
@@ -4086,6 +4128,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4086
4128
|
customData: any[];
|
|
4087
4129
|
reactProfilerTimings: any[];
|
|
4088
4130
|
} | {
|
|
4131
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
4089
4132
|
unknownElementHierarchy?: string | undefined;
|
|
4090
4133
|
unknownElementName?: string | undefined;
|
|
4091
4134
|
'metric:ttai': number | undefined;
|
|
@@ -4157,6 +4200,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4157
4200
|
customData: any[];
|
|
4158
4201
|
reactProfilerTimings: any[];
|
|
4159
4202
|
} | {
|
|
4203
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
4160
4204
|
unknownElementHierarchy?: string | undefined;
|
|
4161
4205
|
unknownElementName?: string | undefined;
|
|
4162
4206
|
'metric:ttai': number | undefined;
|
|
@@ -4244,6 +4288,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4244
4288
|
customData: any[];
|
|
4245
4289
|
reactProfilerTimings: any[];
|
|
4246
4290
|
} | {
|
|
4291
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
4247
4292
|
unknownElementHierarchy?: string | undefined;
|
|
4248
4293
|
unknownElementName?: string | undefined;
|
|
4249
4294
|
'metric:ttai': number | undefined;
|
|
@@ -4340,6 +4385,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4340
4385
|
customData: any[];
|
|
4341
4386
|
reactProfilerTimings: any[];
|
|
4342
4387
|
} | {
|
|
4388
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
4343
4389
|
unknownElementHierarchy?: string | undefined;
|
|
4344
4390
|
unknownElementName?: string | undefined;
|
|
4345
4391
|
'metric:ttai': number | undefined;
|
|
@@ -4452,6 +4498,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4452
4498
|
customData: any[];
|
|
4453
4499
|
reactProfilerTimings: any[];
|
|
4454
4500
|
} | {
|
|
4501
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
4455
4502
|
unknownElementHierarchy?: string | undefined;
|
|
4456
4503
|
unknownElementName?: string | undefined;
|
|
4457
4504
|
'metric:ttai': number | undefined;
|
|
@@ -4554,6 +4601,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4554
4601
|
customData: any[];
|
|
4555
4602
|
reactProfilerTimings: any[];
|
|
4556
4603
|
} | {
|
|
4604
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
4557
4605
|
unknownElementHierarchy?: string | undefined;
|
|
4558
4606
|
unknownElementName?: string | undefined;
|
|
4559
4607
|
'metric:ttai': number | undefined;
|
|
@@ -4725,6 +4773,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4725
4773
|
} | null;
|
|
4726
4774
|
} | {
|
|
4727
4775
|
interactionMetrics: {
|
|
4776
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
4728
4777
|
unknownElementHierarchy?: string | undefined;
|
|
4729
4778
|
unknownElementName?: string | undefined;
|
|
4730
4779
|
'metric:ttai': number | undefined;
|
|
@@ -4790,6 +4839,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4790
4839
|
customData: any[];
|
|
4791
4840
|
reactProfilerTimings: any[];
|
|
4792
4841
|
} | {
|
|
4842
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
4793
4843
|
unknownElementHierarchy?: string | undefined;
|
|
4794
4844
|
unknownElementName?: string | undefined;
|
|
4795
4845
|
'metric:ttai': number | undefined;
|
|
@@ -4871,6 +4921,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4871
4921
|
customData: any[];
|
|
4872
4922
|
reactProfilerTimings: any[];
|
|
4873
4923
|
} | {
|
|
4924
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
4874
4925
|
unknownElementHierarchy?: string | undefined;
|
|
4875
4926
|
unknownElementName?: string | undefined;
|
|
4876
4927
|
'metric:ttai': number | undefined;
|
|
@@ -4942,6 +4993,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
4942
4993
|
customData: any[];
|
|
4943
4994
|
reactProfilerTimings: any[];
|
|
4944
4995
|
} | {
|
|
4996
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
4945
4997
|
unknownElementHierarchy?: string | undefined;
|
|
4946
4998
|
unknownElementName?: string | undefined;
|
|
4947
4999
|
'metric:ttai': number | undefined;
|
|
@@ -5029,6 +5081,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
5029
5081
|
customData: any[];
|
|
5030
5082
|
reactProfilerTimings: any[];
|
|
5031
5083
|
} | {
|
|
5084
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
5032
5085
|
unknownElementHierarchy?: string | undefined;
|
|
5033
5086
|
unknownElementName?: string | undefined;
|
|
5034
5087
|
'metric:ttai': number | undefined;
|
|
@@ -5125,6 +5178,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
5125
5178
|
customData: any[];
|
|
5126
5179
|
reactProfilerTimings: any[];
|
|
5127
5180
|
} | {
|
|
5181
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
5128
5182
|
unknownElementHierarchy?: string | undefined;
|
|
5129
5183
|
unknownElementName?: string | undefined;
|
|
5130
5184
|
'metric:ttai': number | undefined;
|
|
@@ -5237,6 +5291,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
5237
5291
|
customData: any[];
|
|
5238
5292
|
reactProfilerTimings: any[];
|
|
5239
5293
|
} | {
|
|
5294
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
5240
5295
|
unknownElementHierarchy?: string | undefined;
|
|
5241
5296
|
unknownElementName?: string | undefined;
|
|
5242
5297
|
'metric:ttai': number | undefined;
|
|
@@ -5339,6 +5394,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
5339
5394
|
customData: any[];
|
|
5340
5395
|
reactProfilerTimings: any[];
|
|
5341
5396
|
} | {
|
|
5397
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
5342
5398
|
unknownElementHierarchy?: string | undefined;
|
|
5343
5399
|
unknownElementName?: string | undefined;
|
|
5344
5400
|
'metric:ttai': number | undefined;
|
|
@@ -5510,6 +5566,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
5510
5566
|
} | null;
|
|
5511
5567
|
} | {
|
|
5512
5568
|
interactionMetrics: {
|
|
5569
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
5513
5570
|
unknownElementHierarchy?: string | undefined;
|
|
5514
5571
|
unknownElementName?: string | undefined;
|
|
5515
5572
|
'metric:ttai': number | undefined;
|
|
@@ -5575,6 +5632,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
5575
5632
|
customData: any[];
|
|
5576
5633
|
reactProfilerTimings: any[];
|
|
5577
5634
|
} | {
|
|
5635
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
5578
5636
|
unknownElementHierarchy?: string | undefined;
|
|
5579
5637
|
unknownElementName?: string | undefined;
|
|
5580
5638
|
'metric:ttai': number | undefined;
|
|
@@ -5656,6 +5714,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
5656
5714
|
customData: any[];
|
|
5657
5715
|
reactProfilerTimings: any[];
|
|
5658
5716
|
} | {
|
|
5717
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
5659
5718
|
unknownElementHierarchy?: string | undefined;
|
|
5660
5719
|
unknownElementName?: string | undefined;
|
|
5661
5720
|
'metric:ttai': number | undefined;
|
|
@@ -5727,6 +5786,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
5727
5786
|
customData: any[];
|
|
5728
5787
|
reactProfilerTimings: any[];
|
|
5729
5788
|
} | {
|
|
5789
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
5730
5790
|
unknownElementHierarchy?: string | undefined;
|
|
5731
5791
|
unknownElementName?: string | undefined;
|
|
5732
5792
|
'metric:ttai': number | undefined;
|
|
@@ -5814,6 +5874,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
5814
5874
|
customData: any[];
|
|
5815
5875
|
reactProfilerTimings: any[];
|
|
5816
5876
|
} | {
|
|
5877
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
5817
5878
|
unknownElementHierarchy?: string | undefined;
|
|
5818
5879
|
unknownElementName?: string | undefined;
|
|
5819
5880
|
'metric:ttai': number | undefined;
|
|
@@ -5910,6 +5971,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
5910
5971
|
customData: any[];
|
|
5911
5972
|
reactProfilerTimings: any[];
|
|
5912
5973
|
} | {
|
|
5974
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
5913
5975
|
unknownElementHierarchy?: string | undefined;
|
|
5914
5976
|
unknownElementName?: string | undefined;
|
|
5915
5977
|
'metric:ttai': number | undefined;
|
|
@@ -6022,6 +6084,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
6022
6084
|
customData: any[];
|
|
6023
6085
|
reactProfilerTimings: any[];
|
|
6024
6086
|
} | {
|
|
6087
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
6025
6088
|
unknownElementHierarchy?: string | undefined;
|
|
6026
6089
|
unknownElementName?: string | undefined;
|
|
6027
6090
|
'metric:ttai': number | undefined;
|
|
@@ -6124,6 +6187,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
6124
6187
|
customData: any[];
|
|
6125
6188
|
reactProfilerTimings: any[];
|
|
6126
6189
|
} | {
|
|
6190
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
6127
6191
|
unknownElementHierarchy?: string | undefined;
|
|
6128
6192
|
unknownElementName?: string | undefined;
|
|
6129
6193
|
'metric:ttai': number | undefined;
|
|
@@ -6295,6 +6359,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
6295
6359
|
} | null;
|
|
6296
6360
|
} | {
|
|
6297
6361
|
interactionMetrics: {
|
|
6362
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
6298
6363
|
unknownElementHierarchy?: string | undefined;
|
|
6299
6364
|
unknownElementName?: string | undefined;
|
|
6300
6365
|
'metric:ttai': number | undefined;
|
|
@@ -6360,6 +6425,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
6360
6425
|
customData: any[];
|
|
6361
6426
|
reactProfilerTimings: any[];
|
|
6362
6427
|
} | {
|
|
6428
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
6363
6429
|
unknownElementHierarchy?: string | undefined;
|
|
6364
6430
|
unknownElementName?: string | undefined;
|
|
6365
6431
|
'metric:ttai': number | undefined;
|
|
@@ -6441,6 +6507,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
6441
6507
|
customData: any[];
|
|
6442
6508
|
reactProfilerTimings: any[];
|
|
6443
6509
|
} | {
|
|
6510
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
6444
6511
|
unknownElementHierarchy?: string | undefined;
|
|
6445
6512
|
unknownElementName?: string | undefined;
|
|
6446
6513
|
'metric:ttai': number | undefined;
|
|
@@ -6512,6 +6579,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
6512
6579
|
customData: any[];
|
|
6513
6580
|
reactProfilerTimings: any[];
|
|
6514
6581
|
} | {
|
|
6582
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
6515
6583
|
unknownElementHierarchy?: string | undefined;
|
|
6516
6584
|
unknownElementName?: string | undefined;
|
|
6517
6585
|
'metric:ttai': number | undefined;
|
|
@@ -6599,6 +6667,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
6599
6667
|
customData: any[];
|
|
6600
6668
|
reactProfilerTimings: any[];
|
|
6601
6669
|
} | {
|
|
6670
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
6602
6671
|
unknownElementHierarchy?: string | undefined;
|
|
6603
6672
|
unknownElementName?: string | undefined;
|
|
6604
6673
|
'metric:ttai': number | undefined;
|
|
@@ -6695,6 +6764,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
6695
6764
|
customData: any[];
|
|
6696
6765
|
reactProfilerTimings: any[];
|
|
6697
6766
|
} | {
|
|
6767
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
6698
6768
|
unknownElementHierarchy?: string | undefined;
|
|
6699
6769
|
unknownElementName?: string | undefined;
|
|
6700
6770
|
'metric:ttai': number | undefined;
|
|
@@ -6807,6 +6877,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
6807
6877
|
customData: any[];
|
|
6808
6878
|
reactProfilerTimings: any[];
|
|
6809
6879
|
} | {
|
|
6880
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
6810
6881
|
unknownElementHierarchy?: string | undefined;
|
|
6811
6882
|
unknownElementName?: string | undefined;
|
|
6812
6883
|
'metric:ttai': number | undefined;
|
|
@@ -6909,6 +6980,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
6909
6980
|
customData: any[];
|
|
6910
6981
|
reactProfilerTimings: any[];
|
|
6911
6982
|
} | {
|
|
6983
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
6912
6984
|
unknownElementHierarchy?: string | undefined;
|
|
6913
6985
|
unknownElementName?: string | undefined;
|
|
6914
6986
|
'metric:ttai': number | undefined;
|
|
@@ -7083,6 +7155,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
7083
7155
|
} | null;
|
|
7084
7156
|
} | {
|
|
7085
7157
|
interactionMetrics: {
|
|
7158
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
7086
7159
|
unknownElementHierarchy?: string | undefined;
|
|
7087
7160
|
unknownElementName?: string | undefined;
|
|
7088
7161
|
'metric:ttai': number | undefined;
|
|
@@ -7148,6 +7221,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
7148
7221
|
customData: any[];
|
|
7149
7222
|
reactProfilerTimings: any[];
|
|
7150
7223
|
} | {
|
|
7224
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
7151
7225
|
unknownElementHierarchy?: string | undefined;
|
|
7152
7226
|
unknownElementName?: string | undefined;
|
|
7153
7227
|
'metric:ttai': number | undefined;
|
|
@@ -7229,6 +7303,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
7229
7303
|
customData: any[];
|
|
7230
7304
|
reactProfilerTimings: any[];
|
|
7231
7305
|
} | {
|
|
7306
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
7232
7307
|
unknownElementHierarchy?: string | undefined;
|
|
7233
7308
|
unknownElementName?: string | undefined;
|
|
7234
7309
|
'metric:ttai': number | undefined;
|
|
@@ -7300,6 +7375,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
7300
7375
|
customData: any[];
|
|
7301
7376
|
reactProfilerTimings: any[];
|
|
7302
7377
|
} | {
|
|
7378
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
7303
7379
|
unknownElementHierarchy?: string | undefined;
|
|
7304
7380
|
unknownElementName?: string | undefined;
|
|
7305
7381
|
'metric:ttai': number | undefined;
|
|
@@ -7387,6 +7463,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
7387
7463
|
customData: any[];
|
|
7388
7464
|
reactProfilerTimings: any[];
|
|
7389
7465
|
} | {
|
|
7466
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
7390
7467
|
unknownElementHierarchy?: string | undefined;
|
|
7391
7468
|
unknownElementName?: string | undefined;
|
|
7392
7469
|
'metric:ttai': number | undefined;
|
|
@@ -7483,6 +7560,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
7483
7560
|
customData: any[];
|
|
7484
7561
|
reactProfilerTimings: any[];
|
|
7485
7562
|
} | {
|
|
7563
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
7486
7564
|
unknownElementHierarchy?: string | undefined;
|
|
7487
7565
|
unknownElementName?: string | undefined;
|
|
7488
7566
|
'metric:ttai': number | undefined;
|
|
@@ -7595,6 +7673,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
7595
7673
|
customData: any[];
|
|
7596
7674
|
reactProfilerTimings: any[];
|
|
7597
7675
|
} | {
|
|
7676
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
7598
7677
|
unknownElementHierarchy?: string | undefined;
|
|
7599
7678
|
unknownElementName?: string | undefined;
|
|
7600
7679
|
'metric:ttai': number | undefined;
|
|
@@ -7697,6 +7776,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
7697
7776
|
customData: any[];
|
|
7698
7777
|
reactProfilerTimings: any[];
|
|
7699
7778
|
} | {
|
|
7779
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
7700
7780
|
unknownElementHierarchy?: string | undefined;
|
|
7701
7781
|
unknownElementName?: string | undefined;
|
|
7702
7782
|
'metric:ttai': number | undefined;
|
|
@@ -7871,6 +7951,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
7871
7951
|
} | null;
|
|
7872
7952
|
} | {
|
|
7873
7953
|
interactionMetrics: {
|
|
7954
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
7874
7955
|
unknownElementHierarchy?: string | undefined;
|
|
7875
7956
|
unknownElementName?: string | undefined;
|
|
7876
7957
|
'metric:ttai': number | undefined;
|
|
@@ -7936,6 +8017,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
7936
8017
|
customData: any[];
|
|
7937
8018
|
reactProfilerTimings: any[];
|
|
7938
8019
|
} | {
|
|
8020
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
7939
8021
|
unknownElementHierarchy?: string | undefined;
|
|
7940
8022
|
unknownElementName?: string | undefined;
|
|
7941
8023
|
'metric:ttai': number | undefined;
|
|
@@ -8017,6 +8099,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
8017
8099
|
customData: any[];
|
|
8018
8100
|
reactProfilerTimings: any[];
|
|
8019
8101
|
} | {
|
|
8102
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
8020
8103
|
unknownElementHierarchy?: string | undefined;
|
|
8021
8104
|
unknownElementName?: string | undefined;
|
|
8022
8105
|
'metric:ttai': number | undefined;
|
|
@@ -8088,6 +8171,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
8088
8171
|
customData: any[];
|
|
8089
8172
|
reactProfilerTimings: any[];
|
|
8090
8173
|
} | {
|
|
8174
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
8091
8175
|
unknownElementHierarchy?: string | undefined;
|
|
8092
8176
|
unknownElementName?: string | undefined;
|
|
8093
8177
|
'metric:ttai': number | undefined;
|
|
@@ -8175,6 +8259,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
8175
8259
|
customData: any[];
|
|
8176
8260
|
reactProfilerTimings: any[];
|
|
8177
8261
|
} | {
|
|
8262
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
8178
8263
|
unknownElementHierarchy?: string | undefined;
|
|
8179
8264
|
unknownElementName?: string | undefined;
|
|
8180
8265
|
'metric:ttai': number | undefined;
|
|
@@ -8271,6 +8356,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
8271
8356
|
customData: any[];
|
|
8272
8357
|
reactProfilerTimings: any[];
|
|
8273
8358
|
} | {
|
|
8359
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
8274
8360
|
unknownElementHierarchy?: string | undefined;
|
|
8275
8361
|
unknownElementName?: string | undefined;
|
|
8276
8362
|
'metric:ttai': number | undefined;
|
|
@@ -8383,6 +8469,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
8383
8469
|
customData: any[];
|
|
8384
8470
|
reactProfilerTimings: any[];
|
|
8385
8471
|
} | {
|
|
8472
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
8386
8473
|
unknownElementHierarchy?: string | undefined;
|
|
8387
8474
|
unknownElementName?: string | undefined;
|
|
8388
8475
|
'metric:ttai': number | undefined;
|
|
@@ -8485,6 +8572,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
8485
8572
|
customData: any[];
|
|
8486
8573
|
reactProfilerTimings: any[];
|
|
8487
8574
|
} | {
|
|
8575
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
8488
8576
|
unknownElementHierarchy?: string | undefined;
|
|
8489
8577
|
unknownElementName?: string | undefined;
|
|
8490
8578
|
'metric:ttai': number | undefined;
|
|
@@ -8659,6 +8747,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
8659
8747
|
} | null;
|
|
8660
8748
|
} | {
|
|
8661
8749
|
interactionMetrics: {
|
|
8750
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
8662
8751
|
unknownElementHierarchy?: string | undefined;
|
|
8663
8752
|
unknownElementName?: string | undefined;
|
|
8664
8753
|
'metric:ttai': number | undefined;
|
|
@@ -8724,6 +8813,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
8724
8813
|
customData: any[];
|
|
8725
8814
|
reactProfilerTimings: any[];
|
|
8726
8815
|
} | {
|
|
8816
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
8727
8817
|
unknownElementHierarchy?: string | undefined;
|
|
8728
8818
|
unknownElementName?: string | undefined;
|
|
8729
8819
|
'metric:ttai': number | undefined;
|
|
@@ -8805,6 +8895,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
8805
8895
|
customData: any[];
|
|
8806
8896
|
reactProfilerTimings: any[];
|
|
8807
8897
|
} | {
|
|
8898
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
8808
8899
|
unknownElementHierarchy?: string | undefined;
|
|
8809
8900
|
unknownElementName?: string | undefined;
|
|
8810
8901
|
'metric:ttai': number | undefined;
|
|
@@ -8876,6 +8967,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
8876
8967
|
customData: any[];
|
|
8877
8968
|
reactProfilerTimings: any[];
|
|
8878
8969
|
} | {
|
|
8970
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
8879
8971
|
unknownElementHierarchy?: string | undefined;
|
|
8880
8972
|
unknownElementName?: string | undefined;
|
|
8881
8973
|
'metric:ttai': number | undefined;
|
|
@@ -8963,6 +9055,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
8963
9055
|
customData: any[];
|
|
8964
9056
|
reactProfilerTimings: any[];
|
|
8965
9057
|
} | {
|
|
9058
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
8966
9059
|
unknownElementHierarchy?: string | undefined;
|
|
8967
9060
|
unknownElementName?: string | undefined;
|
|
8968
9061
|
'metric:ttai': number | undefined;
|
|
@@ -9059,6 +9152,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
9059
9152
|
customData: any[];
|
|
9060
9153
|
reactProfilerTimings: any[];
|
|
9061
9154
|
} | {
|
|
9155
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
9062
9156
|
unknownElementHierarchy?: string | undefined;
|
|
9063
9157
|
unknownElementName?: string | undefined;
|
|
9064
9158
|
'metric:ttai': number | undefined;
|
|
@@ -9171,6 +9265,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
9171
9265
|
customData: any[];
|
|
9172
9266
|
reactProfilerTimings: any[];
|
|
9173
9267
|
} | {
|
|
9268
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
9174
9269
|
unknownElementHierarchy?: string | undefined;
|
|
9175
9270
|
unknownElementName?: string | undefined;
|
|
9176
9271
|
'metric:ttai': number | undefined;
|
|
@@ -9273,6 +9368,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
9273
9368
|
customData: any[];
|
|
9274
9369
|
reactProfilerTimings: any[];
|
|
9275
9370
|
} | {
|
|
9371
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
9276
9372
|
unknownElementHierarchy?: string | undefined;
|
|
9277
9373
|
unknownElementName?: string | undefined;
|
|
9278
9374
|
'metric:ttai': number | undefined;
|
|
@@ -9447,6 +9543,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
9447
9543
|
} | null;
|
|
9448
9544
|
} | {
|
|
9449
9545
|
interactionMetrics: {
|
|
9546
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
9450
9547
|
unknownElementHierarchy?: string | undefined;
|
|
9451
9548
|
unknownElementName?: string | undefined;
|
|
9452
9549
|
'metric:ttai': number | undefined;
|
|
@@ -9512,6 +9609,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
9512
9609
|
customData: any[];
|
|
9513
9610
|
reactProfilerTimings: any[];
|
|
9514
9611
|
} | {
|
|
9612
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
9515
9613
|
unknownElementHierarchy?: string | undefined;
|
|
9516
9614
|
unknownElementName?: string | undefined;
|
|
9517
9615
|
'metric:ttai': number | undefined;
|
|
@@ -9593,6 +9691,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
9593
9691
|
customData: any[];
|
|
9594
9692
|
reactProfilerTimings: any[];
|
|
9595
9693
|
} | {
|
|
9694
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
9596
9695
|
unknownElementHierarchy?: string | undefined;
|
|
9597
9696
|
unknownElementName?: string | undefined;
|
|
9598
9697
|
'metric:ttai': number | undefined;
|
|
@@ -9664,6 +9763,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
9664
9763
|
customData: any[];
|
|
9665
9764
|
reactProfilerTimings: any[];
|
|
9666
9765
|
} | {
|
|
9766
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
9667
9767
|
unknownElementHierarchy?: string | undefined;
|
|
9668
9768
|
unknownElementName?: string | undefined;
|
|
9669
9769
|
'metric:ttai': number | undefined;
|
|
@@ -9751,6 +9851,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
9751
9851
|
customData: any[];
|
|
9752
9852
|
reactProfilerTimings: any[];
|
|
9753
9853
|
} | {
|
|
9854
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
9754
9855
|
unknownElementHierarchy?: string | undefined;
|
|
9755
9856
|
unknownElementName?: string | undefined;
|
|
9756
9857
|
'metric:ttai': number | undefined;
|
|
@@ -9847,6 +9948,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
9847
9948
|
customData: any[];
|
|
9848
9949
|
reactProfilerTimings: any[];
|
|
9849
9950
|
} | {
|
|
9951
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
9850
9952
|
unknownElementHierarchy?: string | undefined;
|
|
9851
9953
|
unknownElementName?: string | undefined;
|
|
9852
9954
|
'metric:ttai': number | undefined;
|
|
@@ -9959,6 +10061,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
9959
10061
|
customData: any[];
|
|
9960
10062
|
reactProfilerTimings: any[];
|
|
9961
10063
|
} | {
|
|
10064
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
9962
10065
|
unknownElementHierarchy?: string | undefined;
|
|
9963
10066
|
unknownElementName?: string | undefined;
|
|
9964
10067
|
'metric:ttai': number | undefined;
|
|
@@ -10061,6 +10164,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
10061
10164
|
customData: any[];
|
|
10062
10165
|
reactProfilerTimings: any[];
|
|
10063
10166
|
} | {
|
|
10167
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
10064
10168
|
unknownElementHierarchy?: string | undefined;
|
|
10065
10169
|
unknownElementName?: string | undefined;
|
|
10066
10170
|
'metric:ttai': number | undefined;
|
|
@@ -10235,6 +10339,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
10235
10339
|
} | null;
|
|
10236
10340
|
} | {
|
|
10237
10341
|
interactionMetrics: {
|
|
10342
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
10238
10343
|
unknownElementHierarchy?: string | undefined;
|
|
10239
10344
|
unknownElementName?: string | undefined;
|
|
10240
10345
|
'metric:ttai': number | undefined;
|
|
@@ -10300,6 +10405,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
10300
10405
|
customData: any[];
|
|
10301
10406
|
reactProfilerTimings: any[];
|
|
10302
10407
|
} | {
|
|
10408
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
10303
10409
|
unknownElementHierarchy?: string | undefined;
|
|
10304
10410
|
unknownElementName?: string | undefined;
|
|
10305
10411
|
'metric:ttai': number | undefined;
|
|
@@ -10381,6 +10487,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
10381
10487
|
customData: any[];
|
|
10382
10488
|
reactProfilerTimings: any[];
|
|
10383
10489
|
} | {
|
|
10490
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
10384
10491
|
unknownElementHierarchy?: string | undefined;
|
|
10385
10492
|
unknownElementName?: string | undefined;
|
|
10386
10493
|
'metric:ttai': number | undefined;
|
|
@@ -10452,6 +10559,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
10452
10559
|
customData: any[];
|
|
10453
10560
|
reactProfilerTimings: any[];
|
|
10454
10561
|
} | {
|
|
10562
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
10455
10563
|
unknownElementHierarchy?: string | undefined;
|
|
10456
10564
|
unknownElementName?: string | undefined;
|
|
10457
10565
|
'metric:ttai': number | undefined;
|
|
@@ -10539,6 +10647,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
10539
10647
|
customData: any[];
|
|
10540
10648
|
reactProfilerTimings: any[];
|
|
10541
10649
|
} | {
|
|
10650
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
10542
10651
|
unknownElementHierarchy?: string | undefined;
|
|
10543
10652
|
unknownElementName?: string | undefined;
|
|
10544
10653
|
'metric:ttai': number | undefined;
|
|
@@ -10635,6 +10744,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
10635
10744
|
customData: any[];
|
|
10636
10745
|
reactProfilerTimings: any[];
|
|
10637
10746
|
} | {
|
|
10747
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
10638
10748
|
unknownElementHierarchy?: string | undefined;
|
|
10639
10749
|
unknownElementName?: string | undefined;
|
|
10640
10750
|
'metric:ttai': number | undefined;
|
|
@@ -10747,6 +10857,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
10747
10857
|
customData: any[];
|
|
10748
10858
|
reactProfilerTimings: any[];
|
|
10749
10859
|
} | {
|
|
10860
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
10750
10861
|
unknownElementHierarchy?: string | undefined;
|
|
10751
10862
|
unknownElementName?: string | undefined;
|
|
10752
10863
|
'metric:ttai': number | undefined;
|
|
@@ -10849,6 +10960,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
10849
10960
|
customData: any[];
|
|
10850
10961
|
reactProfilerTimings: any[];
|
|
10851
10962
|
} | {
|
|
10963
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
10852
10964
|
unknownElementHierarchy?: string | undefined;
|
|
10853
10965
|
unknownElementName?: string | undefined;
|
|
10854
10966
|
'metric:ttai': number | undefined;
|
|
@@ -11023,6 +11135,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
11023
11135
|
} | null;
|
|
11024
11136
|
} | {
|
|
11025
11137
|
interactionMetrics: {
|
|
11138
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
11026
11139
|
unknownElementHierarchy?: string | undefined;
|
|
11027
11140
|
unknownElementName?: string | undefined;
|
|
11028
11141
|
'metric:ttai': number | undefined;
|
|
@@ -11088,6 +11201,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
11088
11201
|
customData: any[];
|
|
11089
11202
|
reactProfilerTimings: any[];
|
|
11090
11203
|
} | {
|
|
11204
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
11091
11205
|
unknownElementHierarchy?: string | undefined;
|
|
11092
11206
|
unknownElementName?: string | undefined;
|
|
11093
11207
|
'metric:ttai': number | undefined;
|
|
@@ -11169,6 +11283,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
11169
11283
|
customData: any[];
|
|
11170
11284
|
reactProfilerTimings: any[];
|
|
11171
11285
|
} | {
|
|
11286
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
11172
11287
|
unknownElementHierarchy?: string | undefined;
|
|
11173
11288
|
unknownElementName?: string | undefined;
|
|
11174
11289
|
'metric:ttai': number | undefined;
|
|
@@ -11240,6 +11355,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
11240
11355
|
customData: any[];
|
|
11241
11356
|
reactProfilerTimings: any[];
|
|
11242
11357
|
} | {
|
|
11358
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
11243
11359
|
unknownElementHierarchy?: string | undefined;
|
|
11244
11360
|
unknownElementName?: string | undefined;
|
|
11245
11361
|
'metric:ttai': number | undefined;
|
|
@@ -11327,6 +11443,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
11327
11443
|
customData: any[];
|
|
11328
11444
|
reactProfilerTimings: any[];
|
|
11329
11445
|
} | {
|
|
11446
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
11330
11447
|
unknownElementHierarchy?: string | undefined;
|
|
11331
11448
|
unknownElementName?: string | undefined;
|
|
11332
11449
|
'metric:ttai': number | undefined;
|
|
@@ -11423,6 +11540,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
11423
11540
|
customData: any[];
|
|
11424
11541
|
reactProfilerTimings: any[];
|
|
11425
11542
|
} | {
|
|
11543
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
11426
11544
|
unknownElementHierarchy?: string | undefined;
|
|
11427
11545
|
unknownElementName?: string | undefined;
|
|
11428
11546
|
'metric:ttai': number | undefined;
|
|
@@ -11535,6 +11653,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
11535
11653
|
customData: any[];
|
|
11536
11654
|
reactProfilerTimings: any[];
|
|
11537
11655
|
} | {
|
|
11656
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
11538
11657
|
unknownElementHierarchy?: string | undefined;
|
|
11539
11658
|
unknownElementName?: string | undefined;
|
|
11540
11659
|
'metric:ttai': number | undefined;
|
|
@@ -11637,6 +11756,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
11637
11756
|
customData: any[];
|
|
11638
11757
|
reactProfilerTimings: any[];
|
|
11639
11758
|
} | {
|
|
11759
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
11640
11760
|
unknownElementHierarchy?: string | undefined;
|
|
11641
11761
|
unknownElementName?: string | undefined;
|
|
11642
11762
|
'metric:ttai': number | undefined;
|
|
@@ -11811,6 +11931,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
11811
11931
|
} | null;
|
|
11812
11932
|
} | {
|
|
11813
11933
|
interactionMetrics: {
|
|
11934
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
11814
11935
|
unknownElementHierarchy?: string | undefined;
|
|
11815
11936
|
unknownElementName?: string | undefined;
|
|
11816
11937
|
'metric:ttai': number | undefined;
|
|
@@ -11876,6 +11997,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
11876
11997
|
customData: any[];
|
|
11877
11998
|
reactProfilerTimings: any[];
|
|
11878
11999
|
} | {
|
|
12000
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
11879
12001
|
unknownElementHierarchy?: string | undefined;
|
|
11880
12002
|
unknownElementName?: string | undefined;
|
|
11881
12003
|
'metric:ttai': number | undefined;
|
|
@@ -11957,6 +12079,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
11957
12079
|
customData: any[];
|
|
11958
12080
|
reactProfilerTimings: any[];
|
|
11959
12081
|
} | {
|
|
12082
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
11960
12083
|
unknownElementHierarchy?: string | undefined;
|
|
11961
12084
|
unknownElementName?: string | undefined;
|
|
11962
12085
|
'metric:ttai': number | undefined;
|
|
@@ -12028,6 +12151,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
12028
12151
|
customData: any[];
|
|
12029
12152
|
reactProfilerTimings: any[];
|
|
12030
12153
|
} | {
|
|
12154
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
12031
12155
|
unknownElementHierarchy?: string | undefined;
|
|
12032
12156
|
unknownElementName?: string | undefined;
|
|
12033
12157
|
'metric:ttai': number | undefined;
|
|
@@ -12115,6 +12239,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
12115
12239
|
customData: any[];
|
|
12116
12240
|
reactProfilerTimings: any[];
|
|
12117
12241
|
} | {
|
|
12242
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
12118
12243
|
unknownElementHierarchy?: string | undefined;
|
|
12119
12244
|
unknownElementName?: string | undefined;
|
|
12120
12245
|
'metric:ttai': number | undefined;
|
|
@@ -12211,6 +12336,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
12211
12336
|
customData: any[];
|
|
12212
12337
|
reactProfilerTimings: any[];
|
|
12213
12338
|
} | {
|
|
12339
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
12214
12340
|
unknownElementHierarchy?: string | undefined;
|
|
12215
12341
|
unknownElementName?: string | undefined;
|
|
12216
12342
|
'metric:ttai': number | undefined;
|
|
@@ -12323,6 +12449,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
12323
12449
|
customData: any[];
|
|
12324
12450
|
reactProfilerTimings: any[];
|
|
12325
12451
|
} | {
|
|
12452
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
12326
12453
|
unknownElementHierarchy?: string | undefined;
|
|
12327
12454
|
unknownElementName?: string | undefined;
|
|
12328
12455
|
'metric:ttai': number | undefined;
|
|
@@ -12425,6 +12552,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
12425
12552
|
customData: any[];
|
|
12426
12553
|
reactProfilerTimings: any[];
|
|
12427
12554
|
} | {
|
|
12555
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
12428
12556
|
unknownElementHierarchy?: string | undefined;
|
|
12429
12557
|
unknownElementName?: string | undefined;
|
|
12430
12558
|
'metric:ttai': number | undefined;
|
|
@@ -12599,6 +12727,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
12599
12727
|
} | null;
|
|
12600
12728
|
} | {
|
|
12601
12729
|
interactionMetrics: {
|
|
12730
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
12602
12731
|
unknownElementHierarchy?: string | undefined;
|
|
12603
12732
|
unknownElementName?: string | undefined;
|
|
12604
12733
|
'metric:ttai': number | undefined;
|
|
@@ -12664,6 +12793,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
12664
12793
|
customData: any[];
|
|
12665
12794
|
reactProfilerTimings: any[];
|
|
12666
12795
|
} | {
|
|
12796
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
12667
12797
|
unknownElementHierarchy?: string | undefined;
|
|
12668
12798
|
unknownElementName?: string | undefined;
|
|
12669
12799
|
'metric:ttai': number | undefined;
|
|
@@ -12745,6 +12875,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
12745
12875
|
customData: any[];
|
|
12746
12876
|
reactProfilerTimings: any[];
|
|
12747
12877
|
} | {
|
|
12878
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
12748
12879
|
unknownElementHierarchy?: string | undefined;
|
|
12749
12880
|
unknownElementName?: string | undefined;
|
|
12750
12881
|
'metric:ttai': number | undefined;
|
|
@@ -12816,6 +12947,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
12816
12947
|
customData: any[];
|
|
12817
12948
|
reactProfilerTimings: any[];
|
|
12818
12949
|
} | {
|
|
12950
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
12819
12951
|
unknownElementHierarchy?: string | undefined;
|
|
12820
12952
|
unknownElementName?: string | undefined;
|
|
12821
12953
|
'metric:ttai': number | undefined;
|
|
@@ -12903,6 +13035,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
12903
13035
|
customData: any[];
|
|
12904
13036
|
reactProfilerTimings: any[];
|
|
12905
13037
|
} | {
|
|
13038
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
12906
13039
|
unknownElementHierarchy?: string | undefined;
|
|
12907
13040
|
unknownElementName?: string | undefined;
|
|
12908
13041
|
'metric:ttai': number | undefined;
|
|
@@ -12999,6 +13132,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
12999
13132
|
customData: any[];
|
|
13000
13133
|
reactProfilerTimings: any[];
|
|
13001
13134
|
} | {
|
|
13135
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
13002
13136
|
unknownElementHierarchy?: string | undefined;
|
|
13003
13137
|
unknownElementName?: string | undefined;
|
|
13004
13138
|
'metric:ttai': number | undefined;
|
|
@@ -13111,6 +13245,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
13111
13245
|
customData: any[];
|
|
13112
13246
|
reactProfilerTimings: any[];
|
|
13113
13247
|
} | {
|
|
13248
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
13114
13249
|
unknownElementHierarchy?: string | undefined;
|
|
13115
13250
|
unknownElementName?: string | undefined;
|
|
13116
13251
|
'metric:ttai': number | undefined;
|
|
@@ -13213,6 +13348,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
13213
13348
|
customData: any[];
|
|
13214
13349
|
reactProfilerTimings: any[];
|
|
13215
13350
|
} | {
|
|
13351
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
13216
13352
|
unknownElementHierarchy?: string | undefined;
|
|
13217
13353
|
unknownElementName?: string | undefined;
|
|
13218
13354
|
'metric:ttai': number | undefined;
|
|
@@ -13384,6 +13520,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
13384
13520
|
} | null;
|
|
13385
13521
|
} | {
|
|
13386
13522
|
interactionMetrics: {
|
|
13523
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
13387
13524
|
unknownElementHierarchy?: string | undefined;
|
|
13388
13525
|
unknownElementName?: string | undefined;
|
|
13389
13526
|
'metric:ttai': number | undefined;
|
|
@@ -13449,6 +13586,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
13449
13586
|
customData: any[];
|
|
13450
13587
|
reactProfilerTimings: any[];
|
|
13451
13588
|
} | {
|
|
13589
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
13452
13590
|
unknownElementHierarchy?: string | undefined;
|
|
13453
13591
|
unknownElementName?: string | undefined;
|
|
13454
13592
|
'metric:ttai': number | undefined;
|
|
@@ -13530,6 +13668,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
13530
13668
|
customData: any[];
|
|
13531
13669
|
reactProfilerTimings: any[];
|
|
13532
13670
|
} | {
|
|
13671
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
13533
13672
|
unknownElementHierarchy?: string | undefined;
|
|
13534
13673
|
unknownElementName?: string | undefined;
|
|
13535
13674
|
'metric:ttai': number | undefined;
|
|
@@ -13601,6 +13740,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
13601
13740
|
customData: any[];
|
|
13602
13741
|
reactProfilerTimings: any[];
|
|
13603
13742
|
} | {
|
|
13743
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
13604
13744
|
unknownElementHierarchy?: string | undefined;
|
|
13605
13745
|
unknownElementName?: string | undefined;
|
|
13606
13746
|
'metric:ttai': number | undefined;
|
|
@@ -13688,6 +13828,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
13688
13828
|
customData: any[];
|
|
13689
13829
|
reactProfilerTimings: any[];
|
|
13690
13830
|
} | {
|
|
13831
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
13691
13832
|
unknownElementHierarchy?: string | undefined;
|
|
13692
13833
|
unknownElementName?: string | undefined;
|
|
13693
13834
|
'metric:ttai': number | undefined;
|
|
@@ -13784,6 +13925,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
13784
13925
|
customData: any[];
|
|
13785
13926
|
reactProfilerTimings: any[];
|
|
13786
13927
|
} | {
|
|
13928
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
13787
13929
|
unknownElementHierarchy?: string | undefined;
|
|
13788
13930
|
unknownElementName?: string | undefined;
|
|
13789
13931
|
'metric:ttai': number | undefined;
|
|
@@ -13896,6 +14038,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
13896
14038
|
customData: any[];
|
|
13897
14039
|
reactProfilerTimings: any[];
|
|
13898
14040
|
} | {
|
|
14041
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
13899
14042
|
unknownElementHierarchy?: string | undefined;
|
|
13900
14043
|
unknownElementName?: string | undefined;
|
|
13901
14044
|
'metric:ttai': number | undefined;
|
|
@@ -13998,6 +14141,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
13998
14141
|
customData: any[];
|
|
13999
14142
|
reactProfilerTimings: any[];
|
|
14000
14143
|
} | {
|
|
14144
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
14001
14145
|
unknownElementHierarchy?: string | undefined;
|
|
14002
14146
|
unknownElementName?: string | undefined;
|
|
14003
14147
|
'metric:ttai': number | undefined;
|
|
@@ -14169,6 +14313,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
14169
14313
|
} | null;
|
|
14170
14314
|
} | {
|
|
14171
14315
|
interactionMetrics: {
|
|
14316
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
14172
14317
|
unknownElementHierarchy?: string | undefined;
|
|
14173
14318
|
unknownElementName?: string | undefined;
|
|
14174
14319
|
'metric:ttai': number | undefined;
|
|
@@ -14234,6 +14379,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
14234
14379
|
customData: any[];
|
|
14235
14380
|
reactProfilerTimings: any[];
|
|
14236
14381
|
} | {
|
|
14382
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
14237
14383
|
unknownElementHierarchy?: string | undefined;
|
|
14238
14384
|
unknownElementName?: string | undefined;
|
|
14239
14385
|
'metric:ttai': number | undefined;
|
|
@@ -14315,6 +14461,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
14315
14461
|
customData: any[];
|
|
14316
14462
|
reactProfilerTimings: any[];
|
|
14317
14463
|
} | {
|
|
14464
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
14318
14465
|
unknownElementHierarchy?: string | undefined;
|
|
14319
14466
|
unknownElementName?: string | undefined;
|
|
14320
14467
|
'metric:ttai': number | undefined;
|
|
@@ -14386,6 +14533,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
14386
14533
|
customData: any[];
|
|
14387
14534
|
reactProfilerTimings: any[];
|
|
14388
14535
|
} | {
|
|
14536
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
14389
14537
|
unknownElementHierarchy?: string | undefined;
|
|
14390
14538
|
unknownElementName?: string | undefined;
|
|
14391
14539
|
'metric:ttai': number | undefined;
|
|
@@ -14473,6 +14621,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
14473
14621
|
customData: any[];
|
|
14474
14622
|
reactProfilerTimings: any[];
|
|
14475
14623
|
} | {
|
|
14624
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
14476
14625
|
unknownElementHierarchy?: string | undefined;
|
|
14477
14626
|
unknownElementName?: string | undefined;
|
|
14478
14627
|
'metric:ttai': number | undefined;
|
|
@@ -14569,6 +14718,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
14569
14718
|
customData: any[];
|
|
14570
14719
|
reactProfilerTimings: any[];
|
|
14571
14720
|
} | {
|
|
14721
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
14572
14722
|
unknownElementHierarchy?: string | undefined;
|
|
14573
14723
|
unknownElementName?: string | undefined;
|
|
14574
14724
|
'metric:ttai': number | undefined;
|
|
@@ -14681,6 +14831,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
14681
14831
|
customData: any[];
|
|
14682
14832
|
reactProfilerTimings: any[];
|
|
14683
14833
|
} | {
|
|
14834
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
14684
14835
|
unknownElementHierarchy?: string | undefined;
|
|
14685
14836
|
unknownElementName?: string | undefined;
|
|
14686
14837
|
'metric:ttai': number | undefined;
|
|
@@ -14783,6 +14934,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
14783
14934
|
customData: any[];
|
|
14784
14935
|
reactProfilerTimings: any[];
|
|
14785
14936
|
} | {
|
|
14937
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
14786
14938
|
unknownElementHierarchy?: string | undefined;
|
|
14787
14939
|
unknownElementName?: string | undefined;
|
|
14788
14940
|
'metric:ttai': number | undefined;
|
|
@@ -14954,6 +15106,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
14954
15106
|
} | null;
|
|
14955
15107
|
} | {
|
|
14956
15108
|
interactionMetrics: {
|
|
15109
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
14957
15110
|
unknownElementHierarchy?: string | undefined;
|
|
14958
15111
|
unknownElementName?: string | undefined;
|
|
14959
15112
|
'metric:ttai': number | undefined;
|
|
@@ -15019,6 +15172,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
15019
15172
|
customData: any[];
|
|
15020
15173
|
reactProfilerTimings: any[];
|
|
15021
15174
|
} | {
|
|
15175
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
15022
15176
|
unknownElementHierarchy?: string | undefined;
|
|
15023
15177
|
unknownElementName?: string | undefined;
|
|
15024
15178
|
'metric:ttai': number | undefined;
|
|
@@ -15100,6 +15254,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
15100
15254
|
customData: any[];
|
|
15101
15255
|
reactProfilerTimings: any[];
|
|
15102
15256
|
} | {
|
|
15257
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
15103
15258
|
unknownElementHierarchy?: string | undefined;
|
|
15104
15259
|
unknownElementName?: string | undefined;
|
|
15105
15260
|
'metric:ttai': number | undefined;
|
|
@@ -15171,6 +15326,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
15171
15326
|
customData: any[];
|
|
15172
15327
|
reactProfilerTimings: any[];
|
|
15173
15328
|
} | {
|
|
15329
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
15174
15330
|
unknownElementHierarchy?: string | undefined;
|
|
15175
15331
|
unknownElementName?: string | undefined;
|
|
15176
15332
|
'metric:ttai': number | undefined;
|
|
@@ -15258,6 +15414,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
15258
15414
|
customData: any[];
|
|
15259
15415
|
reactProfilerTimings: any[];
|
|
15260
15416
|
} | {
|
|
15417
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
15261
15418
|
unknownElementHierarchy?: string | undefined;
|
|
15262
15419
|
unknownElementName?: string | undefined;
|
|
15263
15420
|
'metric:ttai': number | undefined;
|
|
@@ -15354,6 +15511,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
15354
15511
|
customData: any[];
|
|
15355
15512
|
reactProfilerTimings: any[];
|
|
15356
15513
|
} | {
|
|
15514
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
15357
15515
|
unknownElementHierarchy?: string | undefined;
|
|
15358
15516
|
unknownElementName?: string | undefined;
|
|
15359
15517
|
'metric:ttai': number | undefined;
|
|
@@ -15466,6 +15624,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
15466
15624
|
customData: any[];
|
|
15467
15625
|
reactProfilerTimings: any[];
|
|
15468
15626
|
} | {
|
|
15627
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
15469
15628
|
unknownElementHierarchy?: string | undefined;
|
|
15470
15629
|
unknownElementName?: string | undefined;
|
|
15471
15630
|
'metric:ttai': number | undefined;
|
|
@@ -15568,6 +15727,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
15568
15727
|
customData: any[];
|
|
15569
15728
|
reactProfilerTimings: any[];
|
|
15570
15729
|
} | {
|
|
15730
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
15571
15731
|
unknownElementHierarchy?: string | undefined;
|
|
15572
15732
|
unknownElementName?: string | undefined;
|
|
15573
15733
|
'metric:ttai': number | undefined;
|
|
@@ -15739,6 +15899,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
15739
15899
|
} | null;
|
|
15740
15900
|
} | {
|
|
15741
15901
|
interactionMetrics: {
|
|
15902
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
15742
15903
|
unknownElementHierarchy?: string | undefined;
|
|
15743
15904
|
unknownElementName?: string | undefined;
|
|
15744
15905
|
'metric:ttai': number | undefined;
|
|
@@ -15804,6 +15965,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
15804
15965
|
customData: any[];
|
|
15805
15966
|
reactProfilerTimings: any[];
|
|
15806
15967
|
} | {
|
|
15968
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
15807
15969
|
unknownElementHierarchy?: string | undefined;
|
|
15808
15970
|
unknownElementName?: string | undefined;
|
|
15809
15971
|
'metric:ttai': number | undefined;
|
|
@@ -15885,6 +16047,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
15885
16047
|
customData: any[];
|
|
15886
16048
|
reactProfilerTimings: any[];
|
|
15887
16049
|
} | {
|
|
16050
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
15888
16051
|
unknownElementHierarchy?: string | undefined;
|
|
15889
16052
|
unknownElementName?: string | undefined;
|
|
15890
16053
|
'metric:ttai': number | undefined;
|
|
@@ -15956,6 +16119,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
15956
16119
|
customData: any[];
|
|
15957
16120
|
reactProfilerTimings: any[];
|
|
15958
16121
|
} | {
|
|
16122
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
15959
16123
|
unknownElementHierarchy?: string | undefined;
|
|
15960
16124
|
unknownElementName?: string | undefined;
|
|
15961
16125
|
'metric:ttai': number | undefined;
|
|
@@ -16043,6 +16207,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
16043
16207
|
customData: any[];
|
|
16044
16208
|
reactProfilerTimings: any[];
|
|
16045
16209
|
} | {
|
|
16210
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
16046
16211
|
unknownElementHierarchy?: string | undefined;
|
|
16047
16212
|
unknownElementName?: string | undefined;
|
|
16048
16213
|
'metric:ttai': number | undefined;
|
|
@@ -16139,6 +16304,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
16139
16304
|
customData: any[];
|
|
16140
16305
|
reactProfilerTimings: any[];
|
|
16141
16306
|
} | {
|
|
16307
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
16142
16308
|
unknownElementHierarchy?: string | undefined;
|
|
16143
16309
|
unknownElementName?: string | undefined;
|
|
16144
16310
|
'metric:ttai': number | undefined;
|
|
@@ -16251,6 +16417,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
16251
16417
|
customData: any[];
|
|
16252
16418
|
reactProfilerTimings: any[];
|
|
16253
16419
|
} | {
|
|
16420
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
16254
16421
|
unknownElementHierarchy?: string | undefined;
|
|
16255
16422
|
unknownElementName?: string | undefined;
|
|
16256
16423
|
'metric:ttai': number | undefined;
|
|
@@ -16353,6 +16520,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
16353
16520
|
customData: any[];
|
|
16354
16521
|
reactProfilerTimings: any[];
|
|
16355
16522
|
} | {
|
|
16523
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
16356
16524
|
unknownElementHierarchy?: string | undefined;
|
|
16357
16525
|
unknownElementName?: string | undefined;
|
|
16358
16526
|
'metric:ttai': number | undefined;
|
|
@@ -16524,6 +16692,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
16524
16692
|
} | null;
|
|
16525
16693
|
} | {
|
|
16526
16694
|
interactionMetrics: {
|
|
16695
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
16527
16696
|
unknownElementHierarchy?: string | undefined;
|
|
16528
16697
|
unknownElementName?: string | undefined;
|
|
16529
16698
|
'metric:ttai': number | undefined;
|
|
@@ -16589,6 +16758,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
16589
16758
|
customData: any[];
|
|
16590
16759
|
reactProfilerTimings: any[];
|
|
16591
16760
|
} | {
|
|
16761
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
16592
16762
|
unknownElementHierarchy?: string | undefined;
|
|
16593
16763
|
unknownElementName?: string | undefined;
|
|
16594
16764
|
'metric:ttai': number | undefined;
|
|
@@ -16670,6 +16840,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
16670
16840
|
customData: any[];
|
|
16671
16841
|
reactProfilerTimings: any[];
|
|
16672
16842
|
} | {
|
|
16843
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
16673
16844
|
unknownElementHierarchy?: string | undefined;
|
|
16674
16845
|
unknownElementName?: string | undefined;
|
|
16675
16846
|
'metric:ttai': number | undefined;
|
|
@@ -16741,6 +16912,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
16741
16912
|
customData: any[];
|
|
16742
16913
|
reactProfilerTimings: any[];
|
|
16743
16914
|
} | {
|
|
16915
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
16744
16916
|
unknownElementHierarchy?: string | undefined;
|
|
16745
16917
|
unknownElementName?: string | undefined;
|
|
16746
16918
|
'metric:ttai': number | undefined;
|
|
@@ -16828,6 +17000,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
16828
17000
|
customData: any[];
|
|
16829
17001
|
reactProfilerTimings: any[];
|
|
16830
17002
|
} | {
|
|
17003
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
16831
17004
|
unknownElementHierarchy?: string | undefined;
|
|
16832
17005
|
unknownElementName?: string | undefined;
|
|
16833
17006
|
'metric:ttai': number | undefined;
|
|
@@ -16924,6 +17097,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
16924
17097
|
customData: any[];
|
|
16925
17098
|
reactProfilerTimings: any[];
|
|
16926
17099
|
} | {
|
|
17100
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
16927
17101
|
unknownElementHierarchy?: string | undefined;
|
|
16928
17102
|
unknownElementName?: string | undefined;
|
|
16929
17103
|
'metric:ttai': number | undefined;
|
|
@@ -17036,6 +17210,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
17036
17210
|
customData: any[];
|
|
17037
17211
|
reactProfilerTimings: any[];
|
|
17038
17212
|
} | {
|
|
17213
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
17039
17214
|
unknownElementHierarchy?: string | undefined;
|
|
17040
17215
|
unknownElementName?: string | undefined;
|
|
17041
17216
|
'metric:ttai': number | undefined;
|
|
@@ -17138,6 +17313,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
17138
17313
|
customData: any[];
|
|
17139
17314
|
reactProfilerTimings: any[];
|
|
17140
17315
|
} | {
|
|
17316
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
17141
17317
|
unknownElementHierarchy?: string | undefined;
|
|
17142
17318
|
unknownElementName?: string | undefined;
|
|
17143
17319
|
'metric:ttai': number | undefined;
|
|
@@ -17309,6 +17485,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
17309
17485
|
} | null;
|
|
17310
17486
|
} | {
|
|
17311
17487
|
interactionMetrics: {
|
|
17488
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
17312
17489
|
unknownElementHierarchy?: string | undefined;
|
|
17313
17490
|
unknownElementName?: string | undefined;
|
|
17314
17491
|
'metric:ttai': number | undefined;
|
|
@@ -17374,6 +17551,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
17374
17551
|
customData: any[];
|
|
17375
17552
|
reactProfilerTimings: any[];
|
|
17376
17553
|
} | {
|
|
17554
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
17377
17555
|
unknownElementHierarchy?: string | undefined;
|
|
17378
17556
|
unknownElementName?: string | undefined;
|
|
17379
17557
|
'metric:ttai': number | undefined;
|
|
@@ -17455,6 +17633,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
17455
17633
|
customData: any[];
|
|
17456
17634
|
reactProfilerTimings: any[];
|
|
17457
17635
|
} | {
|
|
17636
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
17458
17637
|
unknownElementHierarchy?: string | undefined;
|
|
17459
17638
|
unknownElementName?: string | undefined;
|
|
17460
17639
|
'metric:ttai': number | undefined;
|
|
@@ -17526,6 +17705,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
17526
17705
|
customData: any[];
|
|
17527
17706
|
reactProfilerTimings: any[];
|
|
17528
17707
|
} | {
|
|
17708
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
17529
17709
|
unknownElementHierarchy?: string | undefined;
|
|
17530
17710
|
unknownElementName?: string | undefined;
|
|
17531
17711
|
'metric:ttai': number | undefined;
|
|
@@ -17613,6 +17793,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
17613
17793
|
customData: any[];
|
|
17614
17794
|
reactProfilerTimings: any[];
|
|
17615
17795
|
} | {
|
|
17796
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
17616
17797
|
unknownElementHierarchy?: string | undefined;
|
|
17617
17798
|
unknownElementName?: string | undefined;
|
|
17618
17799
|
'metric:ttai': number | undefined;
|
|
@@ -17709,6 +17890,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
17709
17890
|
customData: any[];
|
|
17710
17891
|
reactProfilerTimings: any[];
|
|
17711
17892
|
} | {
|
|
17893
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
17712
17894
|
unknownElementHierarchy?: string | undefined;
|
|
17713
17895
|
unknownElementName?: string | undefined;
|
|
17714
17896
|
'metric:ttai': number | undefined;
|
|
@@ -17821,6 +18003,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
17821
18003
|
customData: any[];
|
|
17822
18004
|
reactProfilerTimings: any[];
|
|
17823
18005
|
} | {
|
|
18006
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
17824
18007
|
unknownElementHierarchy?: string | undefined;
|
|
17825
18008
|
unknownElementName?: string | undefined;
|
|
17826
18009
|
'metric:ttai': number | undefined;
|
|
@@ -17923,6 +18106,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
17923
18106
|
customData: any[];
|
|
17924
18107
|
reactProfilerTimings: any[];
|
|
17925
18108
|
} | {
|
|
18109
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
17926
18110
|
unknownElementHierarchy?: string | undefined;
|
|
17927
18111
|
unknownElementName?: string | undefined;
|
|
17928
18112
|
'metric:ttai': number | undefined;
|
|
@@ -18094,6 +18278,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
18094
18278
|
} | null;
|
|
18095
18279
|
} | {
|
|
18096
18280
|
interactionMetrics: {
|
|
18281
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
18097
18282
|
unknownElementHierarchy?: string | undefined;
|
|
18098
18283
|
unknownElementName?: string | undefined;
|
|
18099
18284
|
'metric:ttai': number | undefined;
|
|
@@ -18159,6 +18344,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
18159
18344
|
customData: any[];
|
|
18160
18345
|
reactProfilerTimings: any[];
|
|
18161
18346
|
} | {
|
|
18347
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
18162
18348
|
unknownElementHierarchy?: string | undefined;
|
|
18163
18349
|
unknownElementName?: string | undefined;
|
|
18164
18350
|
'metric:ttai': number | undefined;
|
|
@@ -18240,6 +18426,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
18240
18426
|
customData: any[];
|
|
18241
18427
|
reactProfilerTimings: any[];
|
|
18242
18428
|
} | {
|
|
18429
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
18243
18430
|
unknownElementHierarchy?: string | undefined;
|
|
18244
18431
|
unknownElementName?: string | undefined;
|
|
18245
18432
|
'metric:ttai': number | undefined;
|
|
@@ -18311,6 +18498,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
18311
18498
|
customData: any[];
|
|
18312
18499
|
reactProfilerTimings: any[];
|
|
18313
18500
|
} | {
|
|
18501
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
18314
18502
|
unknownElementHierarchy?: string | undefined;
|
|
18315
18503
|
unknownElementName?: string | undefined;
|
|
18316
18504
|
'metric:ttai': number | undefined;
|
|
@@ -18398,6 +18586,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
18398
18586
|
customData: any[];
|
|
18399
18587
|
reactProfilerTimings: any[];
|
|
18400
18588
|
} | {
|
|
18589
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
18401
18590
|
unknownElementHierarchy?: string | undefined;
|
|
18402
18591
|
unknownElementName?: string | undefined;
|
|
18403
18592
|
'metric:ttai': number | undefined;
|
|
@@ -18494,6 +18683,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
18494
18683
|
customData: any[];
|
|
18495
18684
|
reactProfilerTimings: any[];
|
|
18496
18685
|
} | {
|
|
18686
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
18497
18687
|
unknownElementHierarchy?: string | undefined;
|
|
18498
18688
|
unknownElementName?: string | undefined;
|
|
18499
18689
|
'metric:ttai': number | undefined;
|
|
@@ -18606,6 +18796,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
18606
18796
|
customData: any[];
|
|
18607
18797
|
reactProfilerTimings: any[];
|
|
18608
18798
|
} | {
|
|
18799
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
18609
18800
|
unknownElementHierarchy?: string | undefined;
|
|
18610
18801
|
unknownElementName?: string | undefined;
|
|
18611
18802
|
'metric:ttai': number | undefined;
|
|
@@ -18708,6 +18899,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
18708
18899
|
customData: any[];
|
|
18709
18900
|
reactProfilerTimings: any[];
|
|
18710
18901
|
} | {
|
|
18902
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
18711
18903
|
unknownElementHierarchy?: string | undefined;
|
|
18712
18904
|
unknownElementName?: string | undefined;
|
|
18713
18905
|
'metric:ttai': number | undefined;
|
|
@@ -18879,6 +19071,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
18879
19071
|
} | null;
|
|
18880
19072
|
} | {
|
|
18881
19073
|
interactionMetrics: {
|
|
19074
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
18882
19075
|
unknownElementHierarchy?: string | undefined;
|
|
18883
19076
|
unknownElementName?: string | undefined;
|
|
18884
19077
|
'metric:ttai': number | undefined;
|
|
@@ -18944,6 +19137,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
18944
19137
|
customData: any[];
|
|
18945
19138
|
reactProfilerTimings: any[];
|
|
18946
19139
|
} | {
|
|
19140
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
18947
19141
|
unknownElementHierarchy?: string | undefined;
|
|
18948
19142
|
unknownElementName?: string | undefined;
|
|
18949
19143
|
'metric:ttai': number | undefined;
|
|
@@ -19025,6 +19219,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
19025
19219
|
customData: any[];
|
|
19026
19220
|
reactProfilerTimings: any[];
|
|
19027
19221
|
} | {
|
|
19222
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
19028
19223
|
unknownElementHierarchy?: string | undefined;
|
|
19029
19224
|
unknownElementName?: string | undefined;
|
|
19030
19225
|
'metric:ttai': number | undefined;
|
|
@@ -19096,6 +19291,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
19096
19291
|
customData: any[];
|
|
19097
19292
|
reactProfilerTimings: any[];
|
|
19098
19293
|
} | {
|
|
19294
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
19099
19295
|
unknownElementHierarchy?: string | undefined;
|
|
19100
19296
|
unknownElementName?: string | undefined;
|
|
19101
19297
|
'metric:ttai': number | undefined;
|
|
@@ -19183,6 +19379,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
19183
19379
|
customData: any[];
|
|
19184
19380
|
reactProfilerTimings: any[];
|
|
19185
19381
|
} | {
|
|
19382
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
19186
19383
|
unknownElementHierarchy?: string | undefined;
|
|
19187
19384
|
unknownElementName?: string | undefined;
|
|
19188
19385
|
'metric:ttai': number | undefined;
|
|
@@ -19279,6 +19476,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
19279
19476
|
customData: any[];
|
|
19280
19477
|
reactProfilerTimings: any[];
|
|
19281
19478
|
} | {
|
|
19479
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
19282
19480
|
unknownElementHierarchy?: string | undefined;
|
|
19283
19481
|
unknownElementName?: string | undefined;
|
|
19284
19482
|
'metric:ttai': number | undefined;
|
|
@@ -19391,6 +19589,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
19391
19589
|
customData: any[];
|
|
19392
19590
|
reactProfilerTimings: any[];
|
|
19393
19591
|
} | {
|
|
19592
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
19394
19593
|
unknownElementHierarchy?: string | undefined;
|
|
19395
19594
|
unknownElementName?: string | undefined;
|
|
19396
19595
|
'metric:ttai': number | undefined;
|
|
@@ -19493,6 +19692,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
19493
19692
|
customData: any[];
|
|
19494
19693
|
reactProfilerTimings: any[];
|
|
19495
19694
|
} | {
|
|
19695
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
19496
19696
|
unknownElementHierarchy?: string | undefined;
|
|
19497
19697
|
unknownElementName?: string | undefined;
|
|
19498
19698
|
'metric:ttai': number | undefined;
|
|
@@ -19667,6 +19867,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
19667
19867
|
} | null;
|
|
19668
19868
|
} | {
|
|
19669
19869
|
interactionMetrics: {
|
|
19870
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
19670
19871
|
unknownElementHierarchy?: string | undefined;
|
|
19671
19872
|
unknownElementName?: string | undefined;
|
|
19672
19873
|
'metric:ttai': number | undefined;
|
|
@@ -19732,6 +19933,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
19732
19933
|
customData: any[];
|
|
19733
19934
|
reactProfilerTimings: any[];
|
|
19734
19935
|
} | {
|
|
19936
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
19735
19937
|
unknownElementHierarchy?: string | undefined;
|
|
19736
19938
|
unknownElementName?: string | undefined;
|
|
19737
19939
|
'metric:ttai': number | undefined;
|
|
@@ -19813,6 +20015,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
19813
20015
|
customData: any[];
|
|
19814
20016
|
reactProfilerTimings: any[];
|
|
19815
20017
|
} | {
|
|
20018
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
19816
20019
|
unknownElementHierarchy?: string | undefined;
|
|
19817
20020
|
unknownElementName?: string | undefined;
|
|
19818
20021
|
'metric:ttai': number | undefined;
|
|
@@ -19884,6 +20087,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
19884
20087
|
customData: any[];
|
|
19885
20088
|
reactProfilerTimings: any[];
|
|
19886
20089
|
} | {
|
|
20090
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
19887
20091
|
unknownElementHierarchy?: string | undefined;
|
|
19888
20092
|
unknownElementName?: string | undefined;
|
|
19889
20093
|
'metric:ttai': number | undefined;
|
|
@@ -19971,6 +20175,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
19971
20175
|
customData: any[];
|
|
19972
20176
|
reactProfilerTimings: any[];
|
|
19973
20177
|
} | {
|
|
20178
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
19974
20179
|
unknownElementHierarchy?: string | undefined;
|
|
19975
20180
|
unknownElementName?: string | undefined;
|
|
19976
20181
|
'metric:ttai': number | undefined;
|
|
@@ -20067,6 +20272,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
20067
20272
|
customData: any[];
|
|
20068
20273
|
reactProfilerTimings: any[];
|
|
20069
20274
|
} | {
|
|
20275
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
20070
20276
|
unknownElementHierarchy?: string | undefined;
|
|
20071
20277
|
unknownElementName?: string | undefined;
|
|
20072
20278
|
'metric:ttai': number | undefined;
|
|
@@ -20179,6 +20385,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
20179
20385
|
customData: any[];
|
|
20180
20386
|
reactProfilerTimings: any[];
|
|
20181
20387
|
} | {
|
|
20388
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
20182
20389
|
unknownElementHierarchy?: string | undefined;
|
|
20183
20390
|
unknownElementName?: string | undefined;
|
|
20184
20391
|
'metric:ttai': number | undefined;
|
|
@@ -20281,6 +20488,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
20281
20488
|
customData: any[];
|
|
20282
20489
|
reactProfilerTimings: any[];
|
|
20283
20490
|
} | {
|
|
20491
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
20284
20492
|
unknownElementHierarchy?: string | undefined;
|
|
20285
20493
|
unknownElementName?: string | undefined;
|
|
20286
20494
|
'metric:ttai': number | undefined;
|
|
@@ -20455,6 +20663,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
20455
20663
|
} | null;
|
|
20456
20664
|
} | {
|
|
20457
20665
|
interactionMetrics: {
|
|
20666
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
20458
20667
|
unknownElementHierarchy?: string | undefined;
|
|
20459
20668
|
unknownElementName?: string | undefined;
|
|
20460
20669
|
'metric:ttai': number | undefined;
|
|
@@ -20520,6 +20729,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
20520
20729
|
customData: any[];
|
|
20521
20730
|
reactProfilerTimings: any[];
|
|
20522
20731
|
} | {
|
|
20732
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
20523
20733
|
unknownElementHierarchy?: string | undefined;
|
|
20524
20734
|
unknownElementName?: string | undefined;
|
|
20525
20735
|
'metric:ttai': number | undefined;
|
|
@@ -20601,6 +20811,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
20601
20811
|
customData: any[];
|
|
20602
20812
|
reactProfilerTimings: any[];
|
|
20603
20813
|
} | {
|
|
20814
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
20604
20815
|
unknownElementHierarchy?: string | undefined;
|
|
20605
20816
|
unknownElementName?: string | undefined;
|
|
20606
20817
|
'metric:ttai': number | undefined;
|
|
@@ -20672,6 +20883,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
20672
20883
|
customData: any[];
|
|
20673
20884
|
reactProfilerTimings: any[];
|
|
20674
20885
|
} | {
|
|
20886
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
20675
20887
|
unknownElementHierarchy?: string | undefined;
|
|
20676
20888
|
unknownElementName?: string | undefined;
|
|
20677
20889
|
'metric:ttai': number | undefined;
|
|
@@ -20759,6 +20971,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
20759
20971
|
customData: any[];
|
|
20760
20972
|
reactProfilerTimings: any[];
|
|
20761
20973
|
} | {
|
|
20974
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
20762
20975
|
unknownElementHierarchy?: string | undefined;
|
|
20763
20976
|
unknownElementName?: string | undefined;
|
|
20764
20977
|
'metric:ttai': number | undefined;
|
|
@@ -20855,6 +21068,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
20855
21068
|
customData: any[];
|
|
20856
21069
|
reactProfilerTimings: any[];
|
|
20857
21070
|
} | {
|
|
21071
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
20858
21072
|
unknownElementHierarchy?: string | undefined;
|
|
20859
21073
|
unknownElementName?: string | undefined;
|
|
20860
21074
|
'metric:ttai': number | undefined;
|
|
@@ -20967,6 +21181,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
20967
21181
|
customData: any[];
|
|
20968
21182
|
reactProfilerTimings: any[];
|
|
20969
21183
|
} | {
|
|
21184
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
20970
21185
|
unknownElementHierarchy?: string | undefined;
|
|
20971
21186
|
unknownElementName?: string | undefined;
|
|
20972
21187
|
'metric:ttai': number | undefined;
|
|
@@ -21069,6 +21284,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
21069
21284
|
customData: any[];
|
|
21070
21285
|
reactProfilerTimings: any[];
|
|
21071
21286
|
} | {
|
|
21287
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
21072
21288
|
unknownElementHierarchy?: string | undefined;
|
|
21073
21289
|
unknownElementName?: string | undefined;
|
|
21074
21290
|
'metric:ttai': number | undefined;
|
|
@@ -21243,6 +21459,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
21243
21459
|
} | null;
|
|
21244
21460
|
} | {
|
|
21245
21461
|
interactionMetrics: {
|
|
21462
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
21246
21463
|
unknownElementHierarchy?: string | undefined;
|
|
21247
21464
|
unknownElementName?: string | undefined;
|
|
21248
21465
|
'metric:ttai': number | undefined;
|
|
@@ -21308,6 +21525,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
21308
21525
|
customData: any[];
|
|
21309
21526
|
reactProfilerTimings: any[];
|
|
21310
21527
|
} | {
|
|
21528
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
21311
21529
|
unknownElementHierarchy?: string | undefined;
|
|
21312
21530
|
unknownElementName?: string | undefined;
|
|
21313
21531
|
'metric:ttai': number | undefined;
|
|
@@ -21389,6 +21607,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
21389
21607
|
customData: any[];
|
|
21390
21608
|
reactProfilerTimings: any[];
|
|
21391
21609
|
} | {
|
|
21610
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
21392
21611
|
unknownElementHierarchy?: string | undefined;
|
|
21393
21612
|
unknownElementName?: string | undefined;
|
|
21394
21613
|
'metric:ttai': number | undefined;
|
|
@@ -21460,6 +21679,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
21460
21679
|
customData: any[];
|
|
21461
21680
|
reactProfilerTimings: any[];
|
|
21462
21681
|
} | {
|
|
21682
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
21463
21683
|
unknownElementHierarchy?: string | undefined;
|
|
21464
21684
|
unknownElementName?: string | undefined;
|
|
21465
21685
|
'metric:ttai': number | undefined;
|
|
@@ -21547,6 +21767,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
21547
21767
|
customData: any[];
|
|
21548
21768
|
reactProfilerTimings: any[];
|
|
21549
21769
|
} | {
|
|
21770
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
21550
21771
|
unknownElementHierarchy?: string | undefined;
|
|
21551
21772
|
unknownElementName?: string | undefined;
|
|
21552
21773
|
'metric:ttai': number | undefined;
|
|
@@ -21643,6 +21864,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
21643
21864
|
customData: any[];
|
|
21644
21865
|
reactProfilerTimings: any[];
|
|
21645
21866
|
} | {
|
|
21867
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
21646
21868
|
unknownElementHierarchy?: string | undefined;
|
|
21647
21869
|
unknownElementName?: string | undefined;
|
|
21648
21870
|
'metric:ttai': number | undefined;
|
|
@@ -21755,6 +21977,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
21755
21977
|
customData: any[];
|
|
21756
21978
|
reactProfilerTimings: any[];
|
|
21757
21979
|
} | {
|
|
21980
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
21758
21981
|
unknownElementHierarchy?: string | undefined;
|
|
21759
21982
|
unknownElementName?: string | undefined;
|
|
21760
21983
|
'metric:ttai': number | undefined;
|
|
@@ -21857,6 +22080,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
21857
22080
|
customData: any[];
|
|
21858
22081
|
reactProfilerTimings: any[];
|
|
21859
22082
|
} | {
|
|
22083
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
21860
22084
|
unknownElementHierarchy?: string | undefined;
|
|
21861
22085
|
unknownElementName?: string | undefined;
|
|
21862
22086
|
'metric:ttai': number | undefined;
|
|
@@ -22031,6 +22255,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
22031
22255
|
} | null;
|
|
22032
22256
|
} | {
|
|
22033
22257
|
interactionMetrics: {
|
|
22258
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
22034
22259
|
unknownElementHierarchy?: string | undefined;
|
|
22035
22260
|
unknownElementName?: string | undefined;
|
|
22036
22261
|
'metric:ttai': number | undefined;
|
|
@@ -22096,6 +22321,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
22096
22321
|
customData: any[];
|
|
22097
22322
|
reactProfilerTimings: any[];
|
|
22098
22323
|
} | {
|
|
22324
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
22099
22325
|
unknownElementHierarchy?: string | undefined;
|
|
22100
22326
|
unknownElementName?: string | undefined;
|
|
22101
22327
|
'metric:ttai': number | undefined;
|
|
@@ -22177,6 +22403,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
22177
22403
|
customData: any[];
|
|
22178
22404
|
reactProfilerTimings: any[];
|
|
22179
22405
|
} | {
|
|
22406
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
22180
22407
|
unknownElementHierarchy?: string | undefined;
|
|
22181
22408
|
unknownElementName?: string | undefined;
|
|
22182
22409
|
'metric:ttai': number | undefined;
|
|
@@ -22248,6 +22475,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
22248
22475
|
customData: any[];
|
|
22249
22476
|
reactProfilerTimings: any[];
|
|
22250
22477
|
} | {
|
|
22478
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
22251
22479
|
unknownElementHierarchy?: string | undefined;
|
|
22252
22480
|
unknownElementName?: string | undefined;
|
|
22253
22481
|
'metric:ttai': number | undefined;
|
|
@@ -22335,6 +22563,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
22335
22563
|
customData: any[];
|
|
22336
22564
|
reactProfilerTimings: any[];
|
|
22337
22565
|
} | {
|
|
22566
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
22338
22567
|
unknownElementHierarchy?: string | undefined;
|
|
22339
22568
|
unknownElementName?: string | undefined;
|
|
22340
22569
|
'metric:ttai': number | undefined;
|
|
@@ -22431,6 +22660,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
22431
22660
|
customData: any[];
|
|
22432
22661
|
reactProfilerTimings: any[];
|
|
22433
22662
|
} | {
|
|
22663
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
22434
22664
|
unknownElementHierarchy?: string | undefined;
|
|
22435
22665
|
unknownElementName?: string | undefined;
|
|
22436
22666
|
'metric:ttai': number | undefined;
|
|
@@ -22543,6 +22773,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
22543
22773
|
customData: any[];
|
|
22544
22774
|
reactProfilerTimings: any[];
|
|
22545
22775
|
} | {
|
|
22776
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
22546
22777
|
unknownElementHierarchy?: string | undefined;
|
|
22547
22778
|
unknownElementName?: string | undefined;
|
|
22548
22779
|
'metric:ttai': number | undefined;
|
|
@@ -22645,6 +22876,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
22645
22876
|
customData: any[];
|
|
22646
22877
|
reactProfilerTimings: any[];
|
|
22647
22878
|
} | {
|
|
22879
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
22648
22880
|
unknownElementHierarchy?: string | undefined;
|
|
22649
22881
|
unknownElementName?: string | undefined;
|
|
22650
22882
|
'metric:ttai': number | undefined;
|
|
@@ -22819,6 +23051,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
22819
23051
|
} | null;
|
|
22820
23052
|
} | {
|
|
22821
23053
|
interactionMetrics: {
|
|
23054
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
22822
23055
|
unknownElementHierarchy?: string | undefined;
|
|
22823
23056
|
unknownElementName?: string | undefined;
|
|
22824
23057
|
'metric:ttai': number | undefined;
|
|
@@ -22884,6 +23117,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
22884
23117
|
customData: any[];
|
|
22885
23118
|
reactProfilerTimings: any[];
|
|
22886
23119
|
} | {
|
|
23120
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
22887
23121
|
unknownElementHierarchy?: string | undefined;
|
|
22888
23122
|
unknownElementName?: string | undefined;
|
|
22889
23123
|
'metric:ttai': number | undefined;
|
|
@@ -22965,6 +23199,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
22965
23199
|
customData: any[];
|
|
22966
23200
|
reactProfilerTimings: any[];
|
|
22967
23201
|
} | {
|
|
23202
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
22968
23203
|
unknownElementHierarchy?: string | undefined;
|
|
22969
23204
|
unknownElementName?: string | undefined;
|
|
22970
23205
|
'metric:ttai': number | undefined;
|
|
@@ -23036,6 +23271,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
23036
23271
|
customData: any[];
|
|
23037
23272
|
reactProfilerTimings: any[];
|
|
23038
23273
|
} | {
|
|
23274
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
23039
23275
|
unknownElementHierarchy?: string | undefined;
|
|
23040
23276
|
unknownElementName?: string | undefined;
|
|
23041
23277
|
'metric:ttai': number | undefined;
|
|
@@ -23123,6 +23359,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
23123
23359
|
customData: any[];
|
|
23124
23360
|
reactProfilerTimings: any[];
|
|
23125
23361
|
} | {
|
|
23362
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
23126
23363
|
unknownElementHierarchy?: string | undefined;
|
|
23127
23364
|
unknownElementName?: string | undefined;
|
|
23128
23365
|
'metric:ttai': number | undefined;
|
|
@@ -23219,6 +23456,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
23219
23456
|
customData: any[];
|
|
23220
23457
|
reactProfilerTimings: any[];
|
|
23221
23458
|
} | {
|
|
23459
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
23222
23460
|
unknownElementHierarchy?: string | undefined;
|
|
23223
23461
|
unknownElementName?: string | undefined;
|
|
23224
23462
|
'metric:ttai': number | undefined;
|
|
@@ -23331,6 +23569,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
23331
23569
|
customData: any[];
|
|
23332
23570
|
reactProfilerTimings: any[];
|
|
23333
23571
|
} | {
|
|
23572
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
23334
23573
|
unknownElementHierarchy?: string | undefined;
|
|
23335
23574
|
unknownElementName?: string | undefined;
|
|
23336
23575
|
'metric:ttai': number | undefined;
|
|
@@ -23433,6 +23672,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
23433
23672
|
customData: any[];
|
|
23434
23673
|
reactProfilerTimings: any[];
|
|
23435
23674
|
} | {
|
|
23675
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
23436
23676
|
unknownElementHierarchy?: string | undefined;
|
|
23437
23677
|
unknownElementName?: string | undefined;
|
|
23438
23678
|
'metric:ttai': number | undefined;
|
|
@@ -23607,6 +23847,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
23607
23847
|
} | null;
|
|
23608
23848
|
} | {
|
|
23609
23849
|
interactionMetrics: {
|
|
23850
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
23610
23851
|
unknownElementHierarchy?: string | undefined;
|
|
23611
23852
|
unknownElementName?: string | undefined;
|
|
23612
23853
|
'metric:ttai': number | undefined;
|
|
@@ -23672,6 +23913,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
23672
23913
|
customData: any[];
|
|
23673
23914
|
reactProfilerTimings: any[];
|
|
23674
23915
|
} | {
|
|
23916
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
23675
23917
|
unknownElementHierarchy?: string | undefined;
|
|
23676
23918
|
unknownElementName?: string | undefined;
|
|
23677
23919
|
'metric:ttai': number | undefined;
|
|
@@ -23753,6 +23995,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
23753
23995
|
customData: any[];
|
|
23754
23996
|
reactProfilerTimings: any[];
|
|
23755
23997
|
} | {
|
|
23998
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
23756
23999
|
unknownElementHierarchy?: string | undefined;
|
|
23757
24000
|
unknownElementName?: string | undefined;
|
|
23758
24001
|
'metric:ttai': number | undefined;
|
|
@@ -23824,6 +24067,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
23824
24067
|
customData: any[];
|
|
23825
24068
|
reactProfilerTimings: any[];
|
|
23826
24069
|
} | {
|
|
24070
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
23827
24071
|
unknownElementHierarchy?: string | undefined;
|
|
23828
24072
|
unknownElementName?: string | undefined;
|
|
23829
24073
|
'metric:ttai': number | undefined;
|
|
@@ -23911,6 +24155,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
23911
24155
|
customData: any[];
|
|
23912
24156
|
reactProfilerTimings: any[];
|
|
23913
24157
|
} | {
|
|
24158
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
23914
24159
|
unknownElementHierarchy?: string | undefined;
|
|
23915
24160
|
unknownElementName?: string | undefined;
|
|
23916
24161
|
'metric:ttai': number | undefined;
|
|
@@ -24007,6 +24252,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
24007
24252
|
customData: any[];
|
|
24008
24253
|
reactProfilerTimings: any[];
|
|
24009
24254
|
} | {
|
|
24255
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
24010
24256
|
unknownElementHierarchy?: string | undefined;
|
|
24011
24257
|
unknownElementName?: string | undefined;
|
|
24012
24258
|
'metric:ttai': number | undefined;
|
|
@@ -24119,6 +24365,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
24119
24365
|
customData: any[];
|
|
24120
24366
|
reactProfilerTimings: any[];
|
|
24121
24367
|
} | {
|
|
24368
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
24122
24369
|
unknownElementHierarchy?: string | undefined;
|
|
24123
24370
|
unknownElementName?: string | undefined;
|
|
24124
24371
|
'metric:ttai': number | undefined;
|
|
@@ -24221,6 +24468,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
24221
24468
|
customData: any[];
|
|
24222
24469
|
reactProfilerTimings: any[];
|
|
24223
24470
|
} | {
|
|
24471
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
24224
24472
|
unknownElementHierarchy?: string | undefined;
|
|
24225
24473
|
unknownElementName?: string | undefined;
|
|
24226
24474
|
'metric:ttai': number | undefined;
|
|
@@ -24395,6 +24643,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
24395
24643
|
} | null;
|
|
24396
24644
|
} | {
|
|
24397
24645
|
interactionMetrics: {
|
|
24646
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
24398
24647
|
unknownElementHierarchy?: string | undefined;
|
|
24399
24648
|
unknownElementName?: string | undefined;
|
|
24400
24649
|
'metric:ttai': number | undefined;
|
|
@@ -24460,6 +24709,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
24460
24709
|
customData: any[];
|
|
24461
24710
|
reactProfilerTimings: any[];
|
|
24462
24711
|
} | {
|
|
24712
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
24463
24713
|
unknownElementHierarchy?: string | undefined;
|
|
24464
24714
|
unknownElementName?: string | undefined;
|
|
24465
24715
|
'metric:ttai': number | undefined;
|
|
@@ -24541,6 +24791,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
24541
24791
|
customData: any[];
|
|
24542
24792
|
reactProfilerTimings: any[];
|
|
24543
24793
|
} | {
|
|
24794
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
24544
24795
|
unknownElementHierarchy?: string | undefined;
|
|
24545
24796
|
unknownElementName?: string | undefined;
|
|
24546
24797
|
'metric:ttai': number | undefined;
|
|
@@ -24612,6 +24863,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
24612
24863
|
customData: any[];
|
|
24613
24864
|
reactProfilerTimings: any[];
|
|
24614
24865
|
} | {
|
|
24866
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
24615
24867
|
unknownElementHierarchy?: string | undefined;
|
|
24616
24868
|
unknownElementName?: string | undefined;
|
|
24617
24869
|
'metric:ttai': number | undefined;
|
|
@@ -24699,6 +24951,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
24699
24951
|
customData: any[];
|
|
24700
24952
|
reactProfilerTimings: any[];
|
|
24701
24953
|
} | {
|
|
24954
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
24702
24955
|
unknownElementHierarchy?: string | undefined;
|
|
24703
24956
|
unknownElementName?: string | undefined;
|
|
24704
24957
|
'metric:ttai': number | undefined;
|
|
@@ -24795,6 +25048,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
24795
25048
|
customData: any[];
|
|
24796
25049
|
reactProfilerTimings: any[];
|
|
24797
25050
|
} | {
|
|
25051
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
24798
25052
|
unknownElementHierarchy?: string | undefined;
|
|
24799
25053
|
unknownElementName?: string | undefined;
|
|
24800
25054
|
'metric:ttai': number | undefined;
|
|
@@ -24907,6 +25161,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
24907
25161
|
customData: any[];
|
|
24908
25162
|
reactProfilerTimings: any[];
|
|
24909
25163
|
} | {
|
|
25164
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
24910
25165
|
unknownElementHierarchy?: string | undefined;
|
|
24911
25166
|
unknownElementName?: string | undefined;
|
|
24912
25167
|
'metric:ttai': number | undefined;
|
|
@@ -25009,6 +25264,7 @@ export declare function createPayloads(interactionId: string, interaction: Inter
|
|
|
25009
25264
|
customData: any[];
|
|
25010
25265
|
reactProfilerTimings: any[];
|
|
25011
25266
|
} | {
|
|
25267
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
25012
25268
|
unknownElementHierarchy?: string | undefined;
|
|
25013
25269
|
unknownElementName?: string | undefined;
|
|
25014
25270
|
'metric:ttai': number | undefined;
|
|
@@ -25193,6 +25449,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
25193
25449
|
attributes: {
|
|
25194
25450
|
properties: {
|
|
25195
25451
|
interactionMetrics: {
|
|
25452
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
25196
25453
|
unknownElementHierarchy?: string | undefined;
|
|
25197
25454
|
unknownElementName?: string | undefined;
|
|
25198
25455
|
'metric:ttai': number | undefined;
|
|
@@ -25258,6 +25515,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
25258
25515
|
customData: any[];
|
|
25259
25516
|
reactProfilerTimings: any[];
|
|
25260
25517
|
} | {
|
|
25518
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
25261
25519
|
unknownElementHierarchy?: string | undefined;
|
|
25262
25520
|
unknownElementName?: string | undefined;
|
|
25263
25521
|
'metric:ttai': number | undefined;
|
|
@@ -25339,6 +25597,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
25339
25597
|
customData: any[];
|
|
25340
25598
|
reactProfilerTimings: any[];
|
|
25341
25599
|
} | {
|
|
25600
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
25342
25601
|
unknownElementHierarchy?: string | undefined;
|
|
25343
25602
|
unknownElementName?: string | undefined;
|
|
25344
25603
|
'metric:ttai': number | undefined;
|
|
@@ -25410,6 +25669,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
25410
25669
|
customData: any[];
|
|
25411
25670
|
reactProfilerTimings: any[];
|
|
25412
25671
|
} | {
|
|
25672
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
25413
25673
|
unknownElementHierarchy?: string | undefined;
|
|
25414
25674
|
unknownElementName?: string | undefined;
|
|
25415
25675
|
'metric:ttai': number | undefined;
|
|
@@ -25497,6 +25757,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
25497
25757
|
customData: any[];
|
|
25498
25758
|
reactProfilerTimings: any[];
|
|
25499
25759
|
} | {
|
|
25760
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
25500
25761
|
unknownElementHierarchy?: string | undefined;
|
|
25501
25762
|
unknownElementName?: string | undefined;
|
|
25502
25763
|
'metric:ttai': number | undefined;
|
|
@@ -25593,6 +25854,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
25593
25854
|
customData: any[];
|
|
25594
25855
|
reactProfilerTimings: any[];
|
|
25595
25856
|
} | {
|
|
25857
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
25596
25858
|
unknownElementHierarchy?: string | undefined;
|
|
25597
25859
|
unknownElementName?: string | undefined;
|
|
25598
25860
|
'metric:ttai': number | undefined;
|
|
@@ -25705,6 +25967,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
25705
25967
|
customData: any[];
|
|
25706
25968
|
reactProfilerTimings: any[];
|
|
25707
25969
|
} | {
|
|
25970
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
25708
25971
|
unknownElementHierarchy?: string | undefined;
|
|
25709
25972
|
unknownElementName?: string | undefined;
|
|
25710
25973
|
'metric:ttai': number | undefined;
|
|
@@ -25807,6 +26070,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
25807
26070
|
customData: any[];
|
|
25808
26071
|
reactProfilerTimings: any[];
|
|
25809
26072
|
} | {
|
|
26073
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
25810
26074
|
unknownElementHierarchy?: string | undefined;
|
|
25811
26075
|
unknownElementName?: string | undefined;
|
|
25812
26076
|
'metric:ttai': number | undefined;
|
|
@@ -25978,6 +26242,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
25978
26242
|
} | null;
|
|
25979
26243
|
} | {
|
|
25980
26244
|
interactionMetrics: {
|
|
26245
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
25981
26246
|
unknownElementHierarchy?: string | undefined;
|
|
25982
26247
|
unknownElementName?: string | undefined;
|
|
25983
26248
|
'metric:ttai': number | undefined;
|
|
@@ -26043,6 +26308,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
26043
26308
|
customData: any[];
|
|
26044
26309
|
reactProfilerTimings: any[];
|
|
26045
26310
|
} | {
|
|
26311
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
26046
26312
|
unknownElementHierarchy?: string | undefined;
|
|
26047
26313
|
unknownElementName?: string | undefined;
|
|
26048
26314
|
'metric:ttai': number | undefined;
|
|
@@ -26124,6 +26390,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
26124
26390
|
customData: any[];
|
|
26125
26391
|
reactProfilerTimings: any[];
|
|
26126
26392
|
} | {
|
|
26393
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
26127
26394
|
unknownElementHierarchy?: string | undefined;
|
|
26128
26395
|
unknownElementName?: string | undefined;
|
|
26129
26396
|
'metric:ttai': number | undefined;
|
|
@@ -26195,6 +26462,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
26195
26462
|
customData: any[];
|
|
26196
26463
|
reactProfilerTimings: any[];
|
|
26197
26464
|
} | {
|
|
26465
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
26198
26466
|
unknownElementHierarchy?: string | undefined;
|
|
26199
26467
|
unknownElementName?: string | undefined;
|
|
26200
26468
|
'metric:ttai': number | undefined;
|
|
@@ -26282,6 +26550,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
26282
26550
|
customData: any[];
|
|
26283
26551
|
reactProfilerTimings: any[];
|
|
26284
26552
|
} | {
|
|
26553
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
26285
26554
|
unknownElementHierarchy?: string | undefined;
|
|
26286
26555
|
unknownElementName?: string | undefined;
|
|
26287
26556
|
'metric:ttai': number | undefined;
|
|
@@ -26378,6 +26647,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
26378
26647
|
customData: any[];
|
|
26379
26648
|
reactProfilerTimings: any[];
|
|
26380
26649
|
} | {
|
|
26650
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
26381
26651
|
unknownElementHierarchy?: string | undefined;
|
|
26382
26652
|
unknownElementName?: string | undefined;
|
|
26383
26653
|
'metric:ttai': number | undefined;
|
|
@@ -26490,6 +26760,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
26490
26760
|
customData: any[];
|
|
26491
26761
|
reactProfilerTimings: any[];
|
|
26492
26762
|
} | {
|
|
26763
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
26493
26764
|
unknownElementHierarchy?: string | undefined;
|
|
26494
26765
|
unknownElementName?: string | undefined;
|
|
26495
26766
|
'metric:ttai': number | undefined;
|
|
@@ -26592,6 +26863,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
26592
26863
|
customData: any[];
|
|
26593
26864
|
reactProfilerTimings: any[];
|
|
26594
26865
|
} | {
|
|
26866
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
26595
26867
|
unknownElementHierarchy?: string | undefined;
|
|
26596
26868
|
unknownElementName?: string | undefined;
|
|
26597
26869
|
'metric:ttai': number | undefined;
|
|
@@ -26763,6 +27035,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
26763
27035
|
} | null;
|
|
26764
27036
|
} | {
|
|
26765
27037
|
interactionMetrics: {
|
|
27038
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
26766
27039
|
unknownElementHierarchy?: string | undefined;
|
|
26767
27040
|
unknownElementName?: string | undefined;
|
|
26768
27041
|
'metric:ttai': number | undefined;
|
|
@@ -26828,6 +27101,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
26828
27101
|
customData: any[];
|
|
26829
27102
|
reactProfilerTimings: any[];
|
|
26830
27103
|
} | {
|
|
27104
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
26831
27105
|
unknownElementHierarchy?: string | undefined;
|
|
26832
27106
|
unknownElementName?: string | undefined;
|
|
26833
27107
|
'metric:ttai': number | undefined;
|
|
@@ -26909,6 +27183,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
26909
27183
|
customData: any[];
|
|
26910
27184
|
reactProfilerTimings: any[];
|
|
26911
27185
|
} | {
|
|
27186
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
26912
27187
|
unknownElementHierarchy?: string | undefined;
|
|
26913
27188
|
unknownElementName?: string | undefined;
|
|
26914
27189
|
'metric:ttai': number | undefined;
|
|
@@ -26980,6 +27255,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
26980
27255
|
customData: any[];
|
|
26981
27256
|
reactProfilerTimings: any[];
|
|
26982
27257
|
} | {
|
|
27258
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
26983
27259
|
unknownElementHierarchy?: string | undefined;
|
|
26984
27260
|
unknownElementName?: string | undefined;
|
|
26985
27261
|
'metric:ttai': number | undefined;
|
|
@@ -27067,6 +27343,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
27067
27343
|
customData: any[];
|
|
27068
27344
|
reactProfilerTimings: any[];
|
|
27069
27345
|
} | {
|
|
27346
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
27070
27347
|
unknownElementHierarchy?: string | undefined;
|
|
27071
27348
|
unknownElementName?: string | undefined;
|
|
27072
27349
|
'metric:ttai': number | undefined;
|
|
@@ -27163,6 +27440,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
27163
27440
|
customData: any[];
|
|
27164
27441
|
reactProfilerTimings: any[];
|
|
27165
27442
|
} | {
|
|
27443
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
27166
27444
|
unknownElementHierarchy?: string | undefined;
|
|
27167
27445
|
unknownElementName?: string | undefined;
|
|
27168
27446
|
'metric:ttai': number | undefined;
|
|
@@ -27275,6 +27553,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
27275
27553
|
customData: any[];
|
|
27276
27554
|
reactProfilerTimings: any[];
|
|
27277
27555
|
} | {
|
|
27556
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
27278
27557
|
unknownElementHierarchy?: string | undefined;
|
|
27279
27558
|
unknownElementName?: string | undefined;
|
|
27280
27559
|
'metric:ttai': number | undefined;
|
|
@@ -27377,6 +27656,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
27377
27656
|
customData: any[];
|
|
27378
27657
|
reactProfilerTimings: any[];
|
|
27379
27658
|
} | {
|
|
27659
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
27380
27660
|
unknownElementHierarchy?: string | undefined;
|
|
27381
27661
|
unknownElementName?: string | undefined;
|
|
27382
27662
|
'metric:ttai': number | undefined;
|
|
@@ -27548,6 +27828,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
27548
27828
|
} | null;
|
|
27549
27829
|
} | {
|
|
27550
27830
|
interactionMetrics: {
|
|
27831
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
27551
27832
|
unknownElementHierarchy?: string | undefined;
|
|
27552
27833
|
unknownElementName?: string | undefined;
|
|
27553
27834
|
'metric:ttai': number | undefined;
|
|
@@ -27613,6 +27894,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
27613
27894
|
customData: any[];
|
|
27614
27895
|
reactProfilerTimings: any[];
|
|
27615
27896
|
} | {
|
|
27897
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
27616
27898
|
unknownElementHierarchy?: string | undefined;
|
|
27617
27899
|
unknownElementName?: string | undefined;
|
|
27618
27900
|
'metric:ttai': number | undefined;
|
|
@@ -27694,6 +27976,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
27694
27976
|
customData: any[];
|
|
27695
27977
|
reactProfilerTimings: any[];
|
|
27696
27978
|
} | {
|
|
27979
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
27697
27980
|
unknownElementHierarchy?: string | undefined;
|
|
27698
27981
|
unknownElementName?: string | undefined;
|
|
27699
27982
|
'metric:ttai': number | undefined;
|
|
@@ -27765,6 +28048,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
27765
28048
|
customData: any[];
|
|
27766
28049
|
reactProfilerTimings: any[];
|
|
27767
28050
|
} | {
|
|
28051
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
27768
28052
|
unknownElementHierarchy?: string | undefined;
|
|
27769
28053
|
unknownElementName?: string | undefined;
|
|
27770
28054
|
'metric:ttai': number | undefined;
|
|
@@ -27852,6 +28136,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
27852
28136
|
customData: any[];
|
|
27853
28137
|
reactProfilerTimings: any[];
|
|
27854
28138
|
} | {
|
|
28139
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
27855
28140
|
unknownElementHierarchy?: string | undefined;
|
|
27856
28141
|
unknownElementName?: string | undefined;
|
|
27857
28142
|
'metric:ttai': number | undefined;
|
|
@@ -27948,6 +28233,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
27948
28233
|
customData: any[];
|
|
27949
28234
|
reactProfilerTimings: any[];
|
|
27950
28235
|
} | {
|
|
28236
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
27951
28237
|
unknownElementHierarchy?: string | undefined;
|
|
27952
28238
|
unknownElementName?: string | undefined;
|
|
27953
28239
|
'metric:ttai': number | undefined;
|
|
@@ -28060,6 +28346,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
28060
28346
|
customData: any[];
|
|
28061
28347
|
reactProfilerTimings: any[];
|
|
28062
28348
|
} | {
|
|
28349
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
28063
28350
|
unknownElementHierarchy?: string | undefined;
|
|
28064
28351
|
unknownElementName?: string | undefined;
|
|
28065
28352
|
'metric:ttai': number | undefined;
|
|
@@ -28162,6 +28449,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
28162
28449
|
customData: any[];
|
|
28163
28450
|
reactProfilerTimings: any[];
|
|
28164
28451
|
} | {
|
|
28452
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
28165
28453
|
unknownElementHierarchy?: string | undefined;
|
|
28166
28454
|
unknownElementName?: string | undefined;
|
|
28167
28455
|
'metric:ttai': number | undefined;
|
|
@@ -28333,6 +28621,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
28333
28621
|
} | null;
|
|
28334
28622
|
} | {
|
|
28335
28623
|
interactionMetrics: {
|
|
28624
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
28336
28625
|
unknownElementHierarchy?: string | undefined;
|
|
28337
28626
|
unknownElementName?: string | undefined;
|
|
28338
28627
|
'metric:ttai': number | undefined;
|
|
@@ -28398,6 +28687,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
28398
28687
|
customData: any[];
|
|
28399
28688
|
reactProfilerTimings: any[];
|
|
28400
28689
|
} | {
|
|
28690
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
28401
28691
|
unknownElementHierarchy?: string | undefined;
|
|
28402
28692
|
unknownElementName?: string | undefined;
|
|
28403
28693
|
'metric:ttai': number | undefined;
|
|
@@ -28479,6 +28769,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
28479
28769
|
customData: any[];
|
|
28480
28770
|
reactProfilerTimings: any[];
|
|
28481
28771
|
} | {
|
|
28772
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
28482
28773
|
unknownElementHierarchy?: string | undefined;
|
|
28483
28774
|
unknownElementName?: string | undefined;
|
|
28484
28775
|
'metric:ttai': number | undefined;
|
|
@@ -28550,6 +28841,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
28550
28841
|
customData: any[];
|
|
28551
28842
|
reactProfilerTimings: any[];
|
|
28552
28843
|
} | {
|
|
28844
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
28553
28845
|
unknownElementHierarchy?: string | undefined;
|
|
28554
28846
|
unknownElementName?: string | undefined;
|
|
28555
28847
|
'metric:ttai': number | undefined;
|
|
@@ -28637,6 +28929,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
28637
28929
|
customData: any[];
|
|
28638
28930
|
reactProfilerTimings: any[];
|
|
28639
28931
|
} | {
|
|
28932
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
28640
28933
|
unknownElementHierarchy?: string | undefined;
|
|
28641
28934
|
unknownElementName?: string | undefined;
|
|
28642
28935
|
'metric:ttai': number | undefined;
|
|
@@ -28733,6 +29026,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
28733
29026
|
customData: any[];
|
|
28734
29027
|
reactProfilerTimings: any[];
|
|
28735
29028
|
} | {
|
|
29029
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
28736
29030
|
unknownElementHierarchy?: string | undefined;
|
|
28737
29031
|
unknownElementName?: string | undefined;
|
|
28738
29032
|
'metric:ttai': number | undefined;
|
|
@@ -28845,6 +29139,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
28845
29139
|
customData: any[];
|
|
28846
29140
|
reactProfilerTimings: any[];
|
|
28847
29141
|
} | {
|
|
29142
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
28848
29143
|
unknownElementHierarchy?: string | undefined;
|
|
28849
29144
|
unknownElementName?: string | undefined;
|
|
28850
29145
|
'metric:ttai': number | undefined;
|
|
@@ -28947,6 +29242,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
28947
29242
|
customData: any[];
|
|
28948
29243
|
reactProfilerTimings: any[];
|
|
28949
29244
|
} | {
|
|
29245
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
28950
29246
|
unknownElementHierarchy?: string | undefined;
|
|
28951
29247
|
unknownElementName?: string | undefined;
|
|
28952
29248
|
'metric:ttai': number | undefined;
|
|
@@ -29118,6 +29414,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
29118
29414
|
} | null;
|
|
29119
29415
|
} | {
|
|
29120
29416
|
interactionMetrics: {
|
|
29417
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
29121
29418
|
unknownElementHierarchy?: string | undefined;
|
|
29122
29419
|
unknownElementName?: string | undefined;
|
|
29123
29420
|
'metric:ttai': number | undefined;
|
|
@@ -29183,6 +29480,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
29183
29480
|
customData: any[];
|
|
29184
29481
|
reactProfilerTimings: any[];
|
|
29185
29482
|
} | {
|
|
29483
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
29186
29484
|
unknownElementHierarchy?: string | undefined;
|
|
29187
29485
|
unknownElementName?: string | undefined;
|
|
29188
29486
|
'metric:ttai': number | undefined;
|
|
@@ -29264,6 +29562,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
29264
29562
|
customData: any[];
|
|
29265
29563
|
reactProfilerTimings: any[];
|
|
29266
29564
|
} | {
|
|
29565
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
29267
29566
|
unknownElementHierarchy?: string | undefined;
|
|
29268
29567
|
unknownElementName?: string | undefined;
|
|
29269
29568
|
'metric:ttai': number | undefined;
|
|
@@ -29335,6 +29634,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
29335
29634
|
customData: any[];
|
|
29336
29635
|
reactProfilerTimings: any[];
|
|
29337
29636
|
} | {
|
|
29637
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
29338
29638
|
unknownElementHierarchy?: string | undefined;
|
|
29339
29639
|
unknownElementName?: string | undefined;
|
|
29340
29640
|
'metric:ttai': number | undefined;
|
|
@@ -29422,6 +29722,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
29422
29722
|
customData: any[];
|
|
29423
29723
|
reactProfilerTimings: any[];
|
|
29424
29724
|
} | {
|
|
29725
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
29425
29726
|
unknownElementHierarchy?: string | undefined;
|
|
29426
29727
|
unknownElementName?: string | undefined;
|
|
29427
29728
|
'metric:ttai': number | undefined;
|
|
@@ -29518,6 +29819,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
29518
29819
|
customData: any[];
|
|
29519
29820
|
reactProfilerTimings: any[];
|
|
29520
29821
|
} | {
|
|
29822
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
29521
29823
|
unknownElementHierarchy?: string | undefined;
|
|
29522
29824
|
unknownElementName?: string | undefined;
|
|
29523
29825
|
'metric:ttai': number | undefined;
|
|
@@ -29630,6 +29932,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
29630
29932
|
customData: any[];
|
|
29631
29933
|
reactProfilerTimings: any[];
|
|
29632
29934
|
} | {
|
|
29935
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
29633
29936
|
unknownElementHierarchy?: string | undefined;
|
|
29634
29937
|
unknownElementName?: string | undefined;
|
|
29635
29938
|
'metric:ttai': number | undefined;
|
|
@@ -29732,6 +30035,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
29732
30035
|
customData: any[];
|
|
29733
30036
|
reactProfilerTimings: any[];
|
|
29734
30037
|
} | {
|
|
30038
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
29735
30039
|
unknownElementHierarchy?: string | undefined;
|
|
29736
30040
|
unknownElementName?: string | undefined;
|
|
29737
30041
|
'metric:ttai': number | undefined;
|
|
@@ -29903,6 +30207,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
29903
30207
|
} | null;
|
|
29904
30208
|
} | {
|
|
29905
30209
|
interactionMetrics: {
|
|
30210
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
29906
30211
|
unknownElementHierarchy?: string | undefined;
|
|
29907
30212
|
unknownElementName?: string | undefined;
|
|
29908
30213
|
'metric:ttai': number | undefined;
|
|
@@ -29968,6 +30273,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
29968
30273
|
customData: any[];
|
|
29969
30274
|
reactProfilerTimings: any[];
|
|
29970
30275
|
} | {
|
|
30276
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
29971
30277
|
unknownElementHierarchy?: string | undefined;
|
|
29972
30278
|
unknownElementName?: string | undefined;
|
|
29973
30279
|
'metric:ttai': number | undefined;
|
|
@@ -30049,6 +30355,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
30049
30355
|
customData: any[];
|
|
30050
30356
|
reactProfilerTimings: any[];
|
|
30051
30357
|
} | {
|
|
30358
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
30052
30359
|
unknownElementHierarchy?: string | undefined;
|
|
30053
30360
|
unknownElementName?: string | undefined;
|
|
30054
30361
|
'metric:ttai': number | undefined;
|
|
@@ -30120,6 +30427,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
30120
30427
|
customData: any[];
|
|
30121
30428
|
reactProfilerTimings: any[];
|
|
30122
30429
|
} | {
|
|
30430
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
30123
30431
|
unknownElementHierarchy?: string | undefined;
|
|
30124
30432
|
unknownElementName?: string | undefined;
|
|
30125
30433
|
'metric:ttai': number | undefined;
|
|
@@ -30207,6 +30515,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
30207
30515
|
customData: any[];
|
|
30208
30516
|
reactProfilerTimings: any[];
|
|
30209
30517
|
} | {
|
|
30518
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
30210
30519
|
unknownElementHierarchy?: string | undefined;
|
|
30211
30520
|
unknownElementName?: string | undefined;
|
|
30212
30521
|
'metric:ttai': number | undefined;
|
|
@@ -30303,6 +30612,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
30303
30612
|
customData: any[];
|
|
30304
30613
|
reactProfilerTimings: any[];
|
|
30305
30614
|
} | {
|
|
30615
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
30306
30616
|
unknownElementHierarchy?: string | undefined;
|
|
30307
30617
|
unknownElementName?: string | undefined;
|
|
30308
30618
|
'metric:ttai': number | undefined;
|
|
@@ -30415,6 +30725,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
30415
30725
|
customData: any[];
|
|
30416
30726
|
reactProfilerTimings: any[];
|
|
30417
30727
|
} | {
|
|
30728
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
30418
30729
|
unknownElementHierarchy?: string | undefined;
|
|
30419
30730
|
unknownElementName?: string | undefined;
|
|
30420
30731
|
'metric:ttai': number | undefined;
|
|
@@ -30517,6 +30828,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
30517
30828
|
customData: any[];
|
|
30518
30829
|
reactProfilerTimings: any[];
|
|
30519
30830
|
} | {
|
|
30831
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
30520
30832
|
unknownElementHierarchy?: string | undefined;
|
|
30521
30833
|
unknownElementName?: string | undefined;
|
|
30522
30834
|
'metric:ttai': number | undefined;
|
|
@@ -30688,6 +31000,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
30688
31000
|
} | null;
|
|
30689
31001
|
} | {
|
|
30690
31002
|
interactionMetrics: {
|
|
31003
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
30691
31004
|
unknownElementHierarchy?: string | undefined;
|
|
30692
31005
|
unknownElementName?: string | undefined;
|
|
30693
31006
|
'metric:ttai': number | undefined;
|
|
@@ -30753,6 +31066,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
30753
31066
|
customData: any[];
|
|
30754
31067
|
reactProfilerTimings: any[];
|
|
30755
31068
|
} | {
|
|
31069
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
30756
31070
|
unknownElementHierarchy?: string | undefined;
|
|
30757
31071
|
unknownElementName?: string | undefined;
|
|
30758
31072
|
'metric:ttai': number | undefined;
|
|
@@ -30834,6 +31148,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
30834
31148
|
customData: any[];
|
|
30835
31149
|
reactProfilerTimings: any[];
|
|
30836
31150
|
} | {
|
|
31151
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
30837
31152
|
unknownElementHierarchy?: string | undefined;
|
|
30838
31153
|
unknownElementName?: string | undefined;
|
|
30839
31154
|
'metric:ttai': number | undefined;
|
|
@@ -30905,6 +31220,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
30905
31220
|
customData: any[];
|
|
30906
31221
|
reactProfilerTimings: any[];
|
|
30907
31222
|
} | {
|
|
31223
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
30908
31224
|
unknownElementHierarchy?: string | undefined;
|
|
30909
31225
|
unknownElementName?: string | undefined;
|
|
30910
31226
|
'metric:ttai': number | undefined;
|
|
@@ -30992,6 +31308,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
30992
31308
|
customData: any[];
|
|
30993
31309
|
reactProfilerTimings: any[];
|
|
30994
31310
|
} | {
|
|
31311
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
30995
31312
|
unknownElementHierarchy?: string | undefined;
|
|
30996
31313
|
unknownElementName?: string | undefined;
|
|
30997
31314
|
'metric:ttai': number | undefined;
|
|
@@ -31088,6 +31405,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
31088
31405
|
customData: any[];
|
|
31089
31406
|
reactProfilerTimings: any[];
|
|
31090
31407
|
} | {
|
|
31408
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
31091
31409
|
unknownElementHierarchy?: string | undefined;
|
|
31092
31410
|
unknownElementName?: string | undefined;
|
|
31093
31411
|
'metric:ttai': number | undefined;
|
|
@@ -31200,6 +31518,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
31200
31518
|
customData: any[];
|
|
31201
31519
|
reactProfilerTimings: any[];
|
|
31202
31520
|
} | {
|
|
31521
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
31203
31522
|
unknownElementHierarchy?: string | undefined;
|
|
31204
31523
|
unknownElementName?: string | undefined;
|
|
31205
31524
|
'metric:ttai': number | undefined;
|
|
@@ -31302,6 +31621,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
31302
31621
|
customData: any[];
|
|
31303
31622
|
reactProfilerTimings: any[];
|
|
31304
31623
|
} | {
|
|
31624
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
31305
31625
|
unknownElementHierarchy?: string | undefined;
|
|
31306
31626
|
unknownElementName?: string | undefined;
|
|
31307
31627
|
'metric:ttai': number | undefined;
|
|
@@ -31473,6 +31793,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
31473
31793
|
} | null;
|
|
31474
31794
|
} | {
|
|
31475
31795
|
interactionMetrics: {
|
|
31796
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
31476
31797
|
unknownElementHierarchy?: string | undefined;
|
|
31477
31798
|
unknownElementName?: string | undefined;
|
|
31478
31799
|
'metric:ttai': number | undefined;
|
|
@@ -31538,6 +31859,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
31538
31859
|
customData: any[];
|
|
31539
31860
|
reactProfilerTimings: any[];
|
|
31540
31861
|
} | {
|
|
31862
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
31541
31863
|
unknownElementHierarchy?: string | undefined;
|
|
31542
31864
|
unknownElementName?: string | undefined;
|
|
31543
31865
|
'metric:ttai': number | undefined;
|
|
@@ -31619,6 +31941,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
31619
31941
|
customData: any[];
|
|
31620
31942
|
reactProfilerTimings: any[];
|
|
31621
31943
|
} | {
|
|
31944
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
31622
31945
|
unknownElementHierarchy?: string | undefined;
|
|
31623
31946
|
unknownElementName?: string | undefined;
|
|
31624
31947
|
'metric:ttai': number | undefined;
|
|
@@ -31690,6 +32013,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
31690
32013
|
customData: any[];
|
|
31691
32014
|
reactProfilerTimings: any[];
|
|
31692
32015
|
} | {
|
|
32016
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
31693
32017
|
unknownElementHierarchy?: string | undefined;
|
|
31694
32018
|
unknownElementName?: string | undefined;
|
|
31695
32019
|
'metric:ttai': number | undefined;
|
|
@@ -31777,6 +32101,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
31777
32101
|
customData: any[];
|
|
31778
32102
|
reactProfilerTimings: any[];
|
|
31779
32103
|
} | {
|
|
32104
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
31780
32105
|
unknownElementHierarchy?: string | undefined;
|
|
31781
32106
|
unknownElementName?: string | undefined;
|
|
31782
32107
|
'metric:ttai': number | undefined;
|
|
@@ -31873,6 +32198,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
31873
32198
|
customData: any[];
|
|
31874
32199
|
reactProfilerTimings: any[];
|
|
31875
32200
|
} | {
|
|
32201
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
31876
32202
|
unknownElementHierarchy?: string | undefined;
|
|
31877
32203
|
unknownElementName?: string | undefined;
|
|
31878
32204
|
'metric:ttai': number | undefined;
|
|
@@ -31985,6 +32311,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
31985
32311
|
customData: any[];
|
|
31986
32312
|
reactProfilerTimings: any[];
|
|
31987
32313
|
} | {
|
|
32314
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
31988
32315
|
unknownElementHierarchy?: string | undefined;
|
|
31989
32316
|
unknownElementName?: string | undefined;
|
|
31990
32317
|
'metric:ttai': number | undefined;
|
|
@@ -32087,6 +32414,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
32087
32414
|
customData: any[];
|
|
32088
32415
|
reactProfilerTimings: any[];
|
|
32089
32416
|
} | {
|
|
32417
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
32090
32418
|
unknownElementHierarchy?: string | undefined;
|
|
32091
32419
|
unknownElementName?: string | undefined;
|
|
32092
32420
|
'metric:ttai': number | undefined;
|
|
@@ -32261,6 +32589,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
32261
32589
|
} | null;
|
|
32262
32590
|
} | {
|
|
32263
32591
|
interactionMetrics: {
|
|
32592
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
32264
32593
|
unknownElementHierarchy?: string | undefined;
|
|
32265
32594
|
unknownElementName?: string | undefined;
|
|
32266
32595
|
'metric:ttai': number | undefined;
|
|
@@ -32326,6 +32655,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
32326
32655
|
customData: any[];
|
|
32327
32656
|
reactProfilerTimings: any[];
|
|
32328
32657
|
} | {
|
|
32658
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
32329
32659
|
unknownElementHierarchy?: string | undefined;
|
|
32330
32660
|
unknownElementName?: string | undefined;
|
|
32331
32661
|
'metric:ttai': number | undefined;
|
|
@@ -32407,6 +32737,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
32407
32737
|
customData: any[];
|
|
32408
32738
|
reactProfilerTimings: any[];
|
|
32409
32739
|
} | {
|
|
32740
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
32410
32741
|
unknownElementHierarchy?: string | undefined;
|
|
32411
32742
|
unknownElementName?: string | undefined;
|
|
32412
32743
|
'metric:ttai': number | undefined;
|
|
@@ -32478,6 +32809,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
32478
32809
|
customData: any[];
|
|
32479
32810
|
reactProfilerTimings: any[];
|
|
32480
32811
|
} | {
|
|
32812
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
32481
32813
|
unknownElementHierarchy?: string | undefined;
|
|
32482
32814
|
unknownElementName?: string | undefined;
|
|
32483
32815
|
'metric:ttai': number | undefined;
|
|
@@ -32565,6 +32897,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
32565
32897
|
customData: any[];
|
|
32566
32898
|
reactProfilerTimings: any[];
|
|
32567
32899
|
} | {
|
|
32900
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
32568
32901
|
unknownElementHierarchy?: string | undefined;
|
|
32569
32902
|
unknownElementName?: string | undefined;
|
|
32570
32903
|
'metric:ttai': number | undefined;
|
|
@@ -32661,6 +32994,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
32661
32994
|
customData: any[];
|
|
32662
32995
|
reactProfilerTimings: any[];
|
|
32663
32996
|
} | {
|
|
32997
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
32664
32998
|
unknownElementHierarchy?: string | undefined;
|
|
32665
32999
|
unknownElementName?: string | undefined;
|
|
32666
33000
|
'metric:ttai': number | undefined;
|
|
@@ -32773,6 +33107,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
32773
33107
|
customData: any[];
|
|
32774
33108
|
reactProfilerTimings: any[];
|
|
32775
33109
|
} | {
|
|
33110
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
32776
33111
|
unknownElementHierarchy?: string | undefined;
|
|
32777
33112
|
unknownElementName?: string | undefined;
|
|
32778
33113
|
'metric:ttai': number | undefined;
|
|
@@ -32875,6 +33210,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
32875
33210
|
customData: any[];
|
|
32876
33211
|
reactProfilerTimings: any[];
|
|
32877
33212
|
} | {
|
|
33213
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
32878
33214
|
unknownElementHierarchy?: string | undefined;
|
|
32879
33215
|
unknownElementName?: string | undefined;
|
|
32880
33216
|
'metric:ttai': number | undefined;
|
|
@@ -33049,6 +33385,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
33049
33385
|
} | null;
|
|
33050
33386
|
} | {
|
|
33051
33387
|
interactionMetrics: {
|
|
33388
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
33052
33389
|
unknownElementHierarchy?: string | undefined;
|
|
33053
33390
|
unknownElementName?: string | undefined;
|
|
33054
33391
|
'metric:ttai': number | undefined;
|
|
@@ -33114,6 +33451,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
33114
33451
|
customData: any[];
|
|
33115
33452
|
reactProfilerTimings: any[];
|
|
33116
33453
|
} | {
|
|
33454
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
33117
33455
|
unknownElementHierarchy?: string | undefined;
|
|
33118
33456
|
unknownElementName?: string | undefined;
|
|
33119
33457
|
'metric:ttai': number | undefined;
|
|
@@ -33195,6 +33533,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
33195
33533
|
customData: any[];
|
|
33196
33534
|
reactProfilerTimings: any[];
|
|
33197
33535
|
} | {
|
|
33536
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
33198
33537
|
unknownElementHierarchy?: string | undefined;
|
|
33199
33538
|
unknownElementName?: string | undefined;
|
|
33200
33539
|
'metric:ttai': number | undefined;
|
|
@@ -33266,6 +33605,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
33266
33605
|
customData: any[];
|
|
33267
33606
|
reactProfilerTimings: any[];
|
|
33268
33607
|
} | {
|
|
33608
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
33269
33609
|
unknownElementHierarchy?: string | undefined;
|
|
33270
33610
|
unknownElementName?: string | undefined;
|
|
33271
33611
|
'metric:ttai': number | undefined;
|
|
@@ -33353,6 +33693,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
33353
33693
|
customData: any[];
|
|
33354
33694
|
reactProfilerTimings: any[];
|
|
33355
33695
|
} | {
|
|
33696
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
33356
33697
|
unknownElementHierarchy?: string | undefined;
|
|
33357
33698
|
unknownElementName?: string | undefined;
|
|
33358
33699
|
'metric:ttai': number | undefined;
|
|
@@ -33449,6 +33790,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
33449
33790
|
customData: any[];
|
|
33450
33791
|
reactProfilerTimings: any[];
|
|
33451
33792
|
} | {
|
|
33793
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
33452
33794
|
unknownElementHierarchy?: string | undefined;
|
|
33453
33795
|
unknownElementName?: string | undefined;
|
|
33454
33796
|
'metric:ttai': number | undefined;
|
|
@@ -33561,6 +33903,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
33561
33903
|
customData: any[];
|
|
33562
33904
|
reactProfilerTimings: any[];
|
|
33563
33905
|
} | {
|
|
33906
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
33564
33907
|
unknownElementHierarchy?: string | undefined;
|
|
33565
33908
|
unknownElementName?: string | undefined;
|
|
33566
33909
|
'metric:ttai': number | undefined;
|
|
@@ -33663,6 +34006,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
33663
34006
|
customData: any[];
|
|
33664
34007
|
reactProfilerTimings: any[];
|
|
33665
34008
|
} | {
|
|
34009
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
33666
34010
|
unknownElementHierarchy?: string | undefined;
|
|
33667
34011
|
unknownElementName?: string | undefined;
|
|
33668
34012
|
'metric:ttai': number | undefined;
|
|
@@ -33837,6 +34181,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
33837
34181
|
} | null;
|
|
33838
34182
|
} | {
|
|
33839
34183
|
interactionMetrics: {
|
|
34184
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
33840
34185
|
unknownElementHierarchy?: string | undefined;
|
|
33841
34186
|
unknownElementName?: string | undefined;
|
|
33842
34187
|
'metric:ttai': number | undefined;
|
|
@@ -33902,6 +34247,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
33902
34247
|
customData: any[];
|
|
33903
34248
|
reactProfilerTimings: any[];
|
|
33904
34249
|
} | {
|
|
34250
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
33905
34251
|
unknownElementHierarchy?: string | undefined;
|
|
33906
34252
|
unknownElementName?: string | undefined;
|
|
33907
34253
|
'metric:ttai': number | undefined;
|
|
@@ -33983,6 +34329,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
33983
34329
|
customData: any[];
|
|
33984
34330
|
reactProfilerTimings: any[];
|
|
33985
34331
|
} | {
|
|
34332
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
33986
34333
|
unknownElementHierarchy?: string | undefined;
|
|
33987
34334
|
unknownElementName?: string | undefined;
|
|
33988
34335
|
'metric:ttai': number | undefined;
|
|
@@ -34054,6 +34401,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
34054
34401
|
customData: any[];
|
|
34055
34402
|
reactProfilerTimings: any[];
|
|
34056
34403
|
} | {
|
|
34404
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
34057
34405
|
unknownElementHierarchy?: string | undefined;
|
|
34058
34406
|
unknownElementName?: string | undefined;
|
|
34059
34407
|
'metric:ttai': number | undefined;
|
|
@@ -34141,6 +34489,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
34141
34489
|
customData: any[];
|
|
34142
34490
|
reactProfilerTimings: any[];
|
|
34143
34491
|
} | {
|
|
34492
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
34144
34493
|
unknownElementHierarchy?: string | undefined;
|
|
34145
34494
|
unknownElementName?: string | undefined;
|
|
34146
34495
|
'metric:ttai': number | undefined;
|
|
@@ -34237,6 +34586,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
34237
34586
|
customData: any[];
|
|
34238
34587
|
reactProfilerTimings: any[];
|
|
34239
34588
|
} | {
|
|
34589
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
34240
34590
|
unknownElementHierarchy?: string | undefined;
|
|
34241
34591
|
unknownElementName?: string | undefined;
|
|
34242
34592
|
'metric:ttai': number | undefined;
|
|
@@ -34349,6 +34699,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
34349
34699
|
customData: any[];
|
|
34350
34700
|
reactProfilerTimings: any[];
|
|
34351
34701
|
} | {
|
|
34702
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
34352
34703
|
unknownElementHierarchy?: string | undefined;
|
|
34353
34704
|
unknownElementName?: string | undefined;
|
|
34354
34705
|
'metric:ttai': number | undefined;
|
|
@@ -34451,6 +34802,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
34451
34802
|
customData: any[];
|
|
34452
34803
|
reactProfilerTimings: any[];
|
|
34453
34804
|
} | {
|
|
34805
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
34454
34806
|
unknownElementHierarchy?: string | undefined;
|
|
34455
34807
|
unknownElementName?: string | undefined;
|
|
34456
34808
|
'metric:ttai': number | undefined;
|
|
@@ -34625,6 +34977,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
34625
34977
|
} | null;
|
|
34626
34978
|
} | {
|
|
34627
34979
|
interactionMetrics: {
|
|
34980
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
34628
34981
|
unknownElementHierarchy?: string | undefined;
|
|
34629
34982
|
unknownElementName?: string | undefined;
|
|
34630
34983
|
'metric:ttai': number | undefined;
|
|
@@ -34690,6 +35043,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
34690
35043
|
customData: any[];
|
|
34691
35044
|
reactProfilerTimings: any[];
|
|
34692
35045
|
} | {
|
|
35046
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
34693
35047
|
unknownElementHierarchy?: string | undefined;
|
|
34694
35048
|
unknownElementName?: string | undefined;
|
|
34695
35049
|
'metric:ttai': number | undefined;
|
|
@@ -34771,6 +35125,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
34771
35125
|
customData: any[];
|
|
34772
35126
|
reactProfilerTimings: any[];
|
|
34773
35127
|
} | {
|
|
35128
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
34774
35129
|
unknownElementHierarchy?: string | undefined;
|
|
34775
35130
|
unknownElementName?: string | undefined;
|
|
34776
35131
|
'metric:ttai': number | undefined;
|
|
@@ -34842,6 +35197,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
34842
35197
|
customData: any[];
|
|
34843
35198
|
reactProfilerTimings: any[];
|
|
34844
35199
|
} | {
|
|
35200
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
34845
35201
|
unknownElementHierarchy?: string | undefined;
|
|
34846
35202
|
unknownElementName?: string | undefined;
|
|
34847
35203
|
'metric:ttai': number | undefined;
|
|
@@ -34929,6 +35285,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
34929
35285
|
customData: any[];
|
|
34930
35286
|
reactProfilerTimings: any[];
|
|
34931
35287
|
} | {
|
|
35288
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
34932
35289
|
unknownElementHierarchy?: string | undefined;
|
|
34933
35290
|
unknownElementName?: string | undefined;
|
|
34934
35291
|
'metric:ttai': number | undefined;
|
|
@@ -35025,6 +35382,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
35025
35382
|
customData: any[];
|
|
35026
35383
|
reactProfilerTimings: any[];
|
|
35027
35384
|
} | {
|
|
35385
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
35028
35386
|
unknownElementHierarchy?: string | undefined;
|
|
35029
35387
|
unknownElementName?: string | undefined;
|
|
35030
35388
|
'metric:ttai': number | undefined;
|
|
@@ -35137,6 +35495,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
35137
35495
|
customData: any[];
|
|
35138
35496
|
reactProfilerTimings: any[];
|
|
35139
35497
|
} | {
|
|
35498
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
35140
35499
|
unknownElementHierarchy?: string | undefined;
|
|
35141
35500
|
unknownElementName?: string | undefined;
|
|
35142
35501
|
'metric:ttai': number | undefined;
|
|
@@ -35239,6 +35598,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
35239
35598
|
customData: any[];
|
|
35240
35599
|
reactProfilerTimings: any[];
|
|
35241
35600
|
} | {
|
|
35601
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
35242
35602
|
unknownElementHierarchy?: string | undefined;
|
|
35243
35603
|
unknownElementName?: string | undefined;
|
|
35244
35604
|
'metric:ttai': number | undefined;
|
|
@@ -35413,6 +35773,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
35413
35773
|
} | null;
|
|
35414
35774
|
} | {
|
|
35415
35775
|
interactionMetrics: {
|
|
35776
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
35416
35777
|
unknownElementHierarchy?: string | undefined;
|
|
35417
35778
|
unknownElementName?: string | undefined;
|
|
35418
35779
|
'metric:ttai': number | undefined;
|
|
@@ -35478,6 +35839,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
35478
35839
|
customData: any[];
|
|
35479
35840
|
reactProfilerTimings: any[];
|
|
35480
35841
|
} | {
|
|
35842
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
35481
35843
|
unknownElementHierarchy?: string | undefined;
|
|
35482
35844
|
unknownElementName?: string | undefined;
|
|
35483
35845
|
'metric:ttai': number | undefined;
|
|
@@ -35559,6 +35921,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
35559
35921
|
customData: any[];
|
|
35560
35922
|
reactProfilerTimings: any[];
|
|
35561
35923
|
} | {
|
|
35924
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
35562
35925
|
unknownElementHierarchy?: string | undefined;
|
|
35563
35926
|
unknownElementName?: string | undefined;
|
|
35564
35927
|
'metric:ttai': number | undefined;
|
|
@@ -35630,6 +35993,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
35630
35993
|
customData: any[];
|
|
35631
35994
|
reactProfilerTimings: any[];
|
|
35632
35995
|
} | {
|
|
35996
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
35633
35997
|
unknownElementHierarchy?: string | undefined;
|
|
35634
35998
|
unknownElementName?: string | undefined;
|
|
35635
35999
|
'metric:ttai': number | undefined;
|
|
@@ -35717,6 +36081,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
35717
36081
|
customData: any[];
|
|
35718
36082
|
reactProfilerTimings: any[];
|
|
35719
36083
|
} | {
|
|
36084
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
35720
36085
|
unknownElementHierarchy?: string | undefined;
|
|
35721
36086
|
unknownElementName?: string | undefined;
|
|
35722
36087
|
'metric:ttai': number | undefined;
|
|
@@ -35813,6 +36178,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
35813
36178
|
customData: any[];
|
|
35814
36179
|
reactProfilerTimings: any[];
|
|
35815
36180
|
} | {
|
|
36181
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
35816
36182
|
unknownElementHierarchy?: string | undefined;
|
|
35817
36183
|
unknownElementName?: string | undefined;
|
|
35818
36184
|
'metric:ttai': number | undefined;
|
|
@@ -35925,6 +36291,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
35925
36291
|
customData: any[];
|
|
35926
36292
|
reactProfilerTimings: any[];
|
|
35927
36293
|
} | {
|
|
36294
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
35928
36295
|
unknownElementHierarchy?: string | undefined;
|
|
35929
36296
|
unknownElementName?: string | undefined;
|
|
35930
36297
|
'metric:ttai': number | undefined;
|
|
@@ -36027,6 +36394,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
36027
36394
|
customData: any[];
|
|
36028
36395
|
reactProfilerTimings: any[];
|
|
36029
36396
|
} | {
|
|
36397
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
36030
36398
|
unknownElementHierarchy?: string | undefined;
|
|
36031
36399
|
unknownElementName?: string | undefined;
|
|
36032
36400
|
'metric:ttai': number | undefined;
|
|
@@ -36201,6 +36569,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
36201
36569
|
} | null;
|
|
36202
36570
|
} | {
|
|
36203
36571
|
interactionMetrics: {
|
|
36572
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
36204
36573
|
unknownElementHierarchy?: string | undefined;
|
|
36205
36574
|
unknownElementName?: string | undefined;
|
|
36206
36575
|
'metric:ttai': number | undefined;
|
|
@@ -36266,6 +36635,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
36266
36635
|
customData: any[];
|
|
36267
36636
|
reactProfilerTimings: any[];
|
|
36268
36637
|
} | {
|
|
36638
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
36269
36639
|
unknownElementHierarchy?: string | undefined;
|
|
36270
36640
|
unknownElementName?: string | undefined;
|
|
36271
36641
|
'metric:ttai': number | undefined;
|
|
@@ -36347,6 +36717,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
36347
36717
|
customData: any[];
|
|
36348
36718
|
reactProfilerTimings: any[];
|
|
36349
36719
|
} | {
|
|
36720
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
36350
36721
|
unknownElementHierarchy?: string | undefined;
|
|
36351
36722
|
unknownElementName?: string | undefined;
|
|
36352
36723
|
'metric:ttai': number | undefined;
|
|
@@ -36418,6 +36789,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
36418
36789
|
customData: any[];
|
|
36419
36790
|
reactProfilerTimings: any[];
|
|
36420
36791
|
} | {
|
|
36792
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
36421
36793
|
unknownElementHierarchy?: string | undefined;
|
|
36422
36794
|
unknownElementName?: string | undefined;
|
|
36423
36795
|
'metric:ttai': number | undefined;
|
|
@@ -36505,6 +36877,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
36505
36877
|
customData: any[];
|
|
36506
36878
|
reactProfilerTimings: any[];
|
|
36507
36879
|
} | {
|
|
36880
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
36508
36881
|
unknownElementHierarchy?: string | undefined;
|
|
36509
36882
|
unknownElementName?: string | undefined;
|
|
36510
36883
|
'metric:ttai': number | undefined;
|
|
@@ -36601,6 +36974,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
36601
36974
|
customData: any[];
|
|
36602
36975
|
reactProfilerTimings: any[];
|
|
36603
36976
|
} | {
|
|
36977
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
36604
36978
|
unknownElementHierarchy?: string | undefined;
|
|
36605
36979
|
unknownElementName?: string | undefined;
|
|
36606
36980
|
'metric:ttai': number | undefined;
|
|
@@ -36713,6 +37087,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
36713
37087
|
customData: any[];
|
|
36714
37088
|
reactProfilerTimings: any[];
|
|
36715
37089
|
} | {
|
|
37090
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
36716
37091
|
unknownElementHierarchy?: string | undefined;
|
|
36717
37092
|
unknownElementName?: string | undefined;
|
|
36718
37093
|
'metric:ttai': number | undefined;
|
|
@@ -36815,6 +37190,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
36815
37190
|
customData: any[];
|
|
36816
37191
|
reactProfilerTimings: any[];
|
|
36817
37192
|
} | {
|
|
37193
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
36818
37194
|
unknownElementHierarchy?: string | undefined;
|
|
36819
37195
|
unknownElementName?: string | undefined;
|
|
36820
37196
|
'metric:ttai': number | undefined;
|
|
@@ -36989,6 +37365,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
36989
37365
|
} | null;
|
|
36990
37366
|
} | {
|
|
36991
37367
|
interactionMetrics: {
|
|
37368
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
36992
37369
|
unknownElementHierarchy?: string | undefined;
|
|
36993
37370
|
unknownElementName?: string | undefined;
|
|
36994
37371
|
'metric:ttai': number | undefined;
|
|
@@ -37054,6 +37431,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
37054
37431
|
customData: any[];
|
|
37055
37432
|
reactProfilerTimings: any[];
|
|
37056
37433
|
} | {
|
|
37434
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
37057
37435
|
unknownElementHierarchy?: string | undefined;
|
|
37058
37436
|
unknownElementName?: string | undefined;
|
|
37059
37437
|
'metric:ttai': number | undefined;
|
|
@@ -37135,6 +37513,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
37135
37513
|
customData: any[];
|
|
37136
37514
|
reactProfilerTimings: any[];
|
|
37137
37515
|
} | {
|
|
37516
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
37138
37517
|
unknownElementHierarchy?: string | undefined;
|
|
37139
37518
|
unknownElementName?: string | undefined;
|
|
37140
37519
|
'metric:ttai': number | undefined;
|
|
@@ -37206,6 +37585,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
37206
37585
|
customData: any[];
|
|
37207
37586
|
reactProfilerTimings: any[];
|
|
37208
37587
|
} | {
|
|
37588
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
37209
37589
|
unknownElementHierarchy?: string | undefined;
|
|
37210
37590
|
unknownElementName?: string | undefined;
|
|
37211
37591
|
'metric:ttai': number | undefined;
|
|
@@ -37293,6 +37673,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
37293
37673
|
customData: any[];
|
|
37294
37674
|
reactProfilerTimings: any[];
|
|
37295
37675
|
} | {
|
|
37676
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
37296
37677
|
unknownElementHierarchy?: string | undefined;
|
|
37297
37678
|
unknownElementName?: string | undefined;
|
|
37298
37679
|
'metric:ttai': number | undefined;
|
|
@@ -37389,6 +37770,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
37389
37770
|
customData: any[];
|
|
37390
37771
|
reactProfilerTimings: any[];
|
|
37391
37772
|
} | {
|
|
37773
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
37392
37774
|
unknownElementHierarchy?: string | undefined;
|
|
37393
37775
|
unknownElementName?: string | undefined;
|
|
37394
37776
|
'metric:ttai': number | undefined;
|
|
@@ -37501,6 +37883,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
37501
37883
|
customData: any[];
|
|
37502
37884
|
reactProfilerTimings: any[];
|
|
37503
37885
|
} | {
|
|
37886
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
37504
37887
|
unknownElementHierarchy?: string | undefined;
|
|
37505
37888
|
unknownElementName?: string | undefined;
|
|
37506
37889
|
'metric:ttai': number | undefined;
|
|
@@ -37603,6 +37986,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
37603
37986
|
customData: any[];
|
|
37604
37987
|
reactProfilerTimings: any[];
|
|
37605
37988
|
} | {
|
|
37989
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
37606
37990
|
unknownElementHierarchy?: string | undefined;
|
|
37607
37991
|
unknownElementName?: string | undefined;
|
|
37608
37992
|
'metric:ttai': number | undefined;
|
|
@@ -37777,6 +38161,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
37777
38161
|
} | null;
|
|
37778
38162
|
} | {
|
|
37779
38163
|
interactionMetrics: {
|
|
38164
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
37780
38165
|
unknownElementHierarchy?: string | undefined;
|
|
37781
38166
|
unknownElementName?: string | undefined;
|
|
37782
38167
|
'metric:ttai': number | undefined;
|
|
@@ -37842,6 +38227,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
37842
38227
|
customData: any[];
|
|
37843
38228
|
reactProfilerTimings: any[];
|
|
37844
38229
|
} | {
|
|
38230
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
37845
38231
|
unknownElementHierarchy?: string | undefined;
|
|
37846
38232
|
unknownElementName?: string | undefined;
|
|
37847
38233
|
'metric:ttai': number | undefined;
|
|
@@ -37923,6 +38309,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
37923
38309
|
customData: any[];
|
|
37924
38310
|
reactProfilerTimings: any[];
|
|
37925
38311
|
} | {
|
|
38312
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
37926
38313
|
unknownElementHierarchy?: string | undefined;
|
|
37927
38314
|
unknownElementName?: string | undefined;
|
|
37928
38315
|
'metric:ttai': number | undefined;
|
|
@@ -37994,6 +38381,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
37994
38381
|
customData: any[];
|
|
37995
38382
|
reactProfilerTimings: any[];
|
|
37996
38383
|
} | {
|
|
38384
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
37997
38385
|
unknownElementHierarchy?: string | undefined;
|
|
37998
38386
|
unknownElementName?: string | undefined;
|
|
37999
38387
|
'metric:ttai': number | undefined;
|
|
@@ -38081,6 +38469,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
38081
38469
|
customData: any[];
|
|
38082
38470
|
reactProfilerTimings: any[];
|
|
38083
38471
|
} | {
|
|
38472
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
38084
38473
|
unknownElementHierarchy?: string | undefined;
|
|
38085
38474
|
unknownElementName?: string | undefined;
|
|
38086
38475
|
'metric:ttai': number | undefined;
|
|
@@ -38177,6 +38566,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
38177
38566
|
customData: any[];
|
|
38178
38567
|
reactProfilerTimings: any[];
|
|
38179
38568
|
} | {
|
|
38569
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
38180
38570
|
unknownElementHierarchy?: string | undefined;
|
|
38181
38571
|
unknownElementName?: string | undefined;
|
|
38182
38572
|
'metric:ttai': number | undefined;
|
|
@@ -38289,6 +38679,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
38289
38679
|
customData: any[];
|
|
38290
38680
|
reactProfilerTimings: any[];
|
|
38291
38681
|
} | {
|
|
38682
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
38292
38683
|
unknownElementHierarchy?: string | undefined;
|
|
38293
38684
|
unknownElementName?: string | undefined;
|
|
38294
38685
|
'metric:ttai': number | undefined;
|
|
@@ -38391,6 +38782,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
38391
38782
|
customData: any[];
|
|
38392
38783
|
reactProfilerTimings: any[];
|
|
38393
38784
|
} | {
|
|
38785
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
38394
38786
|
unknownElementHierarchy?: string | undefined;
|
|
38395
38787
|
unknownElementName?: string | undefined;
|
|
38396
38788
|
'metric:ttai': number | undefined;
|
|
@@ -38562,6 +38954,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
38562
38954
|
} | null;
|
|
38563
38955
|
} | {
|
|
38564
38956
|
interactionMetrics: {
|
|
38957
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
38565
38958
|
unknownElementHierarchy?: string | undefined;
|
|
38566
38959
|
unknownElementName?: string | undefined;
|
|
38567
38960
|
'metric:ttai': number | undefined;
|
|
@@ -38627,6 +39020,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
38627
39020
|
customData: any[];
|
|
38628
39021
|
reactProfilerTimings: any[];
|
|
38629
39022
|
} | {
|
|
39023
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
38630
39024
|
unknownElementHierarchy?: string | undefined;
|
|
38631
39025
|
unknownElementName?: string | undefined;
|
|
38632
39026
|
'metric:ttai': number | undefined;
|
|
@@ -38708,6 +39102,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
38708
39102
|
customData: any[];
|
|
38709
39103
|
reactProfilerTimings: any[];
|
|
38710
39104
|
} | {
|
|
39105
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
38711
39106
|
unknownElementHierarchy?: string | undefined;
|
|
38712
39107
|
unknownElementName?: string | undefined;
|
|
38713
39108
|
'metric:ttai': number | undefined;
|
|
@@ -38779,6 +39174,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
38779
39174
|
customData: any[];
|
|
38780
39175
|
reactProfilerTimings: any[];
|
|
38781
39176
|
} | {
|
|
39177
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
38782
39178
|
unknownElementHierarchy?: string | undefined;
|
|
38783
39179
|
unknownElementName?: string | undefined;
|
|
38784
39180
|
'metric:ttai': number | undefined;
|
|
@@ -38866,6 +39262,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
38866
39262
|
customData: any[];
|
|
38867
39263
|
reactProfilerTimings: any[];
|
|
38868
39264
|
} | {
|
|
39265
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
38869
39266
|
unknownElementHierarchy?: string | undefined;
|
|
38870
39267
|
unknownElementName?: string | undefined;
|
|
38871
39268
|
'metric:ttai': number | undefined;
|
|
@@ -38962,6 +39359,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
38962
39359
|
customData: any[];
|
|
38963
39360
|
reactProfilerTimings: any[];
|
|
38964
39361
|
} | {
|
|
39362
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
38965
39363
|
unknownElementHierarchy?: string | undefined;
|
|
38966
39364
|
unknownElementName?: string | undefined;
|
|
38967
39365
|
'metric:ttai': number | undefined;
|
|
@@ -39074,6 +39472,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
39074
39472
|
customData: any[];
|
|
39075
39473
|
reactProfilerTimings: any[];
|
|
39076
39474
|
} | {
|
|
39475
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
39077
39476
|
unknownElementHierarchy?: string | undefined;
|
|
39078
39477
|
unknownElementName?: string | undefined;
|
|
39079
39478
|
'metric:ttai': number | undefined;
|
|
@@ -39176,6 +39575,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
39176
39575
|
customData: any[];
|
|
39177
39576
|
reactProfilerTimings: any[];
|
|
39178
39577
|
} | {
|
|
39578
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
39179
39579
|
unknownElementHierarchy?: string | undefined;
|
|
39180
39580
|
unknownElementName?: string | undefined;
|
|
39181
39581
|
'metric:ttai': number | undefined;
|
|
@@ -39347,6 +39747,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
39347
39747
|
} | null;
|
|
39348
39748
|
} | {
|
|
39349
39749
|
interactionMetrics: {
|
|
39750
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
39350
39751
|
unknownElementHierarchy?: string | undefined;
|
|
39351
39752
|
unknownElementName?: string | undefined;
|
|
39352
39753
|
'metric:ttai': number | undefined;
|
|
@@ -39412,6 +39813,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
39412
39813
|
customData: any[];
|
|
39413
39814
|
reactProfilerTimings: any[];
|
|
39414
39815
|
} | {
|
|
39816
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
39415
39817
|
unknownElementHierarchy?: string | undefined;
|
|
39416
39818
|
unknownElementName?: string | undefined;
|
|
39417
39819
|
'metric:ttai': number | undefined;
|
|
@@ -39493,6 +39895,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
39493
39895
|
customData: any[];
|
|
39494
39896
|
reactProfilerTimings: any[];
|
|
39495
39897
|
} | {
|
|
39898
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
39496
39899
|
unknownElementHierarchy?: string | undefined;
|
|
39497
39900
|
unknownElementName?: string | undefined;
|
|
39498
39901
|
'metric:ttai': number | undefined;
|
|
@@ -39564,6 +39967,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
39564
39967
|
customData: any[];
|
|
39565
39968
|
reactProfilerTimings: any[];
|
|
39566
39969
|
} | {
|
|
39970
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
39567
39971
|
unknownElementHierarchy?: string | undefined;
|
|
39568
39972
|
unknownElementName?: string | undefined;
|
|
39569
39973
|
'metric:ttai': number | undefined;
|
|
@@ -39651,6 +40055,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
39651
40055
|
customData: any[];
|
|
39652
40056
|
reactProfilerTimings: any[];
|
|
39653
40057
|
} | {
|
|
40058
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
39654
40059
|
unknownElementHierarchy?: string | undefined;
|
|
39655
40060
|
unknownElementName?: string | undefined;
|
|
39656
40061
|
'metric:ttai': number | undefined;
|
|
@@ -39747,6 +40152,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
39747
40152
|
customData: any[];
|
|
39748
40153
|
reactProfilerTimings: any[];
|
|
39749
40154
|
} | {
|
|
40155
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
39750
40156
|
unknownElementHierarchy?: string | undefined;
|
|
39751
40157
|
unknownElementName?: string | undefined;
|
|
39752
40158
|
'metric:ttai': number | undefined;
|
|
@@ -39859,6 +40265,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
39859
40265
|
customData: any[];
|
|
39860
40266
|
reactProfilerTimings: any[];
|
|
39861
40267
|
} | {
|
|
40268
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
39862
40269
|
unknownElementHierarchy?: string | undefined;
|
|
39863
40270
|
unknownElementName?: string | undefined;
|
|
39864
40271
|
'metric:ttai': number | undefined;
|
|
@@ -39961,6 +40368,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
39961
40368
|
customData: any[];
|
|
39962
40369
|
reactProfilerTimings: any[];
|
|
39963
40370
|
} | {
|
|
40371
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
39964
40372
|
unknownElementHierarchy?: string | undefined;
|
|
39965
40373
|
unknownElementName?: string | undefined;
|
|
39966
40374
|
'metric:ttai': number | undefined;
|
|
@@ -40132,6 +40540,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
40132
40540
|
} | null;
|
|
40133
40541
|
} | {
|
|
40134
40542
|
interactionMetrics: {
|
|
40543
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
40135
40544
|
unknownElementHierarchy?: string | undefined;
|
|
40136
40545
|
unknownElementName?: string | undefined;
|
|
40137
40546
|
'metric:ttai': number | undefined;
|
|
@@ -40197,6 +40606,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
40197
40606
|
customData: any[];
|
|
40198
40607
|
reactProfilerTimings: any[];
|
|
40199
40608
|
} | {
|
|
40609
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
40200
40610
|
unknownElementHierarchy?: string | undefined;
|
|
40201
40611
|
unknownElementName?: string | undefined;
|
|
40202
40612
|
'metric:ttai': number | undefined;
|
|
@@ -40278,6 +40688,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
40278
40688
|
customData: any[];
|
|
40279
40689
|
reactProfilerTimings: any[];
|
|
40280
40690
|
} | {
|
|
40691
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
40281
40692
|
unknownElementHierarchy?: string | undefined;
|
|
40282
40693
|
unknownElementName?: string | undefined;
|
|
40283
40694
|
'metric:ttai': number | undefined;
|
|
@@ -40349,6 +40760,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
40349
40760
|
customData: any[];
|
|
40350
40761
|
reactProfilerTimings: any[];
|
|
40351
40762
|
} | {
|
|
40763
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
40352
40764
|
unknownElementHierarchy?: string | undefined;
|
|
40353
40765
|
unknownElementName?: string | undefined;
|
|
40354
40766
|
'metric:ttai': number | undefined;
|
|
@@ -40436,6 +40848,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
40436
40848
|
customData: any[];
|
|
40437
40849
|
reactProfilerTimings: any[];
|
|
40438
40850
|
} | {
|
|
40851
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
40439
40852
|
unknownElementHierarchy?: string | undefined;
|
|
40440
40853
|
unknownElementName?: string | undefined;
|
|
40441
40854
|
'metric:ttai': number | undefined;
|
|
@@ -40532,6 +40945,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
40532
40945
|
customData: any[];
|
|
40533
40946
|
reactProfilerTimings: any[];
|
|
40534
40947
|
} | {
|
|
40948
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
40535
40949
|
unknownElementHierarchy?: string | undefined;
|
|
40536
40950
|
unknownElementName?: string | undefined;
|
|
40537
40951
|
'metric:ttai': number | undefined;
|
|
@@ -40644,6 +41058,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
40644
41058
|
customData: any[];
|
|
40645
41059
|
reactProfilerTimings: any[];
|
|
40646
41060
|
} | {
|
|
41061
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
40647
41062
|
unknownElementHierarchy?: string | undefined;
|
|
40648
41063
|
unknownElementName?: string | undefined;
|
|
40649
41064
|
'metric:ttai': number | undefined;
|
|
@@ -40746,6 +41161,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
40746
41161
|
customData: any[];
|
|
40747
41162
|
reactProfilerTimings: any[];
|
|
40748
41163
|
} | {
|
|
41164
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
40749
41165
|
unknownElementHierarchy?: string | undefined;
|
|
40750
41166
|
unknownElementName?: string | undefined;
|
|
40751
41167
|
'metric:ttai': number | undefined;
|
|
@@ -40917,6 +41333,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
40917
41333
|
} | null;
|
|
40918
41334
|
} | {
|
|
40919
41335
|
interactionMetrics: {
|
|
41336
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
40920
41337
|
unknownElementHierarchy?: string | undefined;
|
|
40921
41338
|
unknownElementName?: string | undefined;
|
|
40922
41339
|
'metric:ttai': number | undefined;
|
|
@@ -40982,6 +41399,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
40982
41399
|
customData: any[];
|
|
40983
41400
|
reactProfilerTimings: any[];
|
|
40984
41401
|
} | {
|
|
41402
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
40985
41403
|
unknownElementHierarchy?: string | undefined;
|
|
40986
41404
|
unknownElementName?: string | undefined;
|
|
40987
41405
|
'metric:ttai': number | undefined;
|
|
@@ -41063,6 +41481,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
41063
41481
|
customData: any[];
|
|
41064
41482
|
reactProfilerTimings: any[];
|
|
41065
41483
|
} | {
|
|
41484
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
41066
41485
|
unknownElementHierarchy?: string | undefined;
|
|
41067
41486
|
unknownElementName?: string | undefined;
|
|
41068
41487
|
'metric:ttai': number | undefined;
|
|
@@ -41134,6 +41553,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
41134
41553
|
customData: any[];
|
|
41135
41554
|
reactProfilerTimings: any[];
|
|
41136
41555
|
} | {
|
|
41556
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
41137
41557
|
unknownElementHierarchy?: string | undefined;
|
|
41138
41558
|
unknownElementName?: string | undefined;
|
|
41139
41559
|
'metric:ttai': number | undefined;
|
|
@@ -41221,6 +41641,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
41221
41641
|
customData: any[];
|
|
41222
41642
|
reactProfilerTimings: any[];
|
|
41223
41643
|
} | {
|
|
41644
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
41224
41645
|
unknownElementHierarchy?: string | undefined;
|
|
41225
41646
|
unknownElementName?: string | undefined;
|
|
41226
41647
|
'metric:ttai': number | undefined;
|
|
@@ -41317,6 +41738,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
41317
41738
|
customData: any[];
|
|
41318
41739
|
reactProfilerTimings: any[];
|
|
41319
41740
|
} | {
|
|
41741
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
41320
41742
|
unknownElementHierarchy?: string | undefined;
|
|
41321
41743
|
unknownElementName?: string | undefined;
|
|
41322
41744
|
'metric:ttai': number | undefined;
|
|
@@ -41429,6 +41851,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
41429
41851
|
customData: any[];
|
|
41430
41852
|
reactProfilerTimings: any[];
|
|
41431
41853
|
} | {
|
|
41854
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
41432
41855
|
unknownElementHierarchy?: string | undefined;
|
|
41433
41856
|
unknownElementName?: string | undefined;
|
|
41434
41857
|
'metric:ttai': number | undefined;
|
|
@@ -41531,6 +41954,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
41531
41954
|
customData: any[];
|
|
41532
41955
|
reactProfilerTimings: any[];
|
|
41533
41956
|
} | {
|
|
41957
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
41534
41958
|
unknownElementHierarchy?: string | undefined;
|
|
41535
41959
|
unknownElementName?: string | undefined;
|
|
41536
41960
|
'metric:ttai': number | undefined;
|
|
@@ -41702,6 +42126,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
41702
42126
|
} | null;
|
|
41703
42127
|
} | {
|
|
41704
42128
|
interactionMetrics: {
|
|
42129
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
41705
42130
|
unknownElementHierarchy?: string | undefined;
|
|
41706
42131
|
unknownElementName?: string | undefined;
|
|
41707
42132
|
'metric:ttai': number | undefined;
|
|
@@ -41767,6 +42192,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
41767
42192
|
customData: any[];
|
|
41768
42193
|
reactProfilerTimings: any[];
|
|
41769
42194
|
} | {
|
|
42195
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
41770
42196
|
unknownElementHierarchy?: string | undefined;
|
|
41771
42197
|
unknownElementName?: string | undefined;
|
|
41772
42198
|
'metric:ttai': number | undefined;
|
|
@@ -41848,6 +42274,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
41848
42274
|
customData: any[];
|
|
41849
42275
|
reactProfilerTimings: any[];
|
|
41850
42276
|
} | {
|
|
42277
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
41851
42278
|
unknownElementHierarchy?: string | undefined;
|
|
41852
42279
|
unknownElementName?: string | undefined;
|
|
41853
42280
|
'metric:ttai': number | undefined;
|
|
@@ -41919,6 +42346,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
41919
42346
|
customData: any[];
|
|
41920
42347
|
reactProfilerTimings: any[];
|
|
41921
42348
|
} | {
|
|
42349
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
41922
42350
|
unknownElementHierarchy?: string | undefined;
|
|
41923
42351
|
unknownElementName?: string | undefined;
|
|
41924
42352
|
'metric:ttai': number | undefined;
|
|
@@ -42006,6 +42434,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
42006
42434
|
customData: any[];
|
|
42007
42435
|
reactProfilerTimings: any[];
|
|
42008
42436
|
} | {
|
|
42437
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
42009
42438
|
unknownElementHierarchy?: string | undefined;
|
|
42010
42439
|
unknownElementName?: string | undefined;
|
|
42011
42440
|
'metric:ttai': number | undefined;
|
|
@@ -42102,6 +42531,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
42102
42531
|
customData: any[];
|
|
42103
42532
|
reactProfilerTimings: any[];
|
|
42104
42533
|
} | {
|
|
42534
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
42105
42535
|
unknownElementHierarchy?: string | undefined;
|
|
42106
42536
|
unknownElementName?: string | undefined;
|
|
42107
42537
|
'metric:ttai': number | undefined;
|
|
@@ -42214,6 +42644,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
42214
42644
|
customData: any[];
|
|
42215
42645
|
reactProfilerTimings: any[];
|
|
42216
42646
|
} | {
|
|
42647
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
42217
42648
|
unknownElementHierarchy?: string | undefined;
|
|
42218
42649
|
unknownElementName?: string | undefined;
|
|
42219
42650
|
'metric:ttai': number | undefined;
|
|
@@ -42316,6 +42747,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
42316
42747
|
customData: any[];
|
|
42317
42748
|
reactProfilerTimings: any[];
|
|
42318
42749
|
} | {
|
|
42750
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
42319
42751
|
unknownElementHierarchy?: string | undefined;
|
|
42320
42752
|
unknownElementName?: string | undefined;
|
|
42321
42753
|
'metric:ttai': number | undefined;
|
|
@@ -42487,6 +42919,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
42487
42919
|
} | null;
|
|
42488
42920
|
} | {
|
|
42489
42921
|
interactionMetrics: {
|
|
42922
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
42490
42923
|
unknownElementHierarchy?: string | undefined;
|
|
42491
42924
|
unknownElementName?: string | undefined;
|
|
42492
42925
|
'metric:ttai': number | undefined;
|
|
@@ -42552,6 +42985,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
42552
42985
|
customData: any[];
|
|
42553
42986
|
reactProfilerTimings: any[];
|
|
42554
42987
|
} | {
|
|
42988
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
42555
42989
|
unknownElementHierarchy?: string | undefined;
|
|
42556
42990
|
unknownElementName?: string | undefined;
|
|
42557
42991
|
'metric:ttai': number | undefined;
|
|
@@ -42633,6 +43067,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
42633
43067
|
customData: any[];
|
|
42634
43068
|
reactProfilerTimings: any[];
|
|
42635
43069
|
} | {
|
|
43070
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
42636
43071
|
unknownElementHierarchy?: string | undefined;
|
|
42637
43072
|
unknownElementName?: string | undefined;
|
|
42638
43073
|
'metric:ttai': number | undefined;
|
|
@@ -42704,6 +43139,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
42704
43139
|
customData: any[];
|
|
42705
43140
|
reactProfilerTimings: any[];
|
|
42706
43141
|
} | {
|
|
43142
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
42707
43143
|
unknownElementHierarchy?: string | undefined;
|
|
42708
43144
|
unknownElementName?: string | undefined;
|
|
42709
43145
|
'metric:ttai': number | undefined;
|
|
@@ -42791,6 +43227,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
42791
43227
|
customData: any[];
|
|
42792
43228
|
reactProfilerTimings: any[];
|
|
42793
43229
|
} | {
|
|
43230
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
42794
43231
|
unknownElementHierarchy?: string | undefined;
|
|
42795
43232
|
unknownElementName?: string | undefined;
|
|
42796
43233
|
'metric:ttai': number | undefined;
|
|
@@ -42887,6 +43324,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
42887
43324
|
customData: any[];
|
|
42888
43325
|
reactProfilerTimings: any[];
|
|
42889
43326
|
} | {
|
|
43327
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
42890
43328
|
unknownElementHierarchy?: string | undefined;
|
|
42891
43329
|
unknownElementName?: string | undefined;
|
|
42892
43330
|
'metric:ttai': number | undefined;
|
|
@@ -42999,6 +43437,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
42999
43437
|
customData: any[];
|
|
43000
43438
|
reactProfilerTimings: any[];
|
|
43001
43439
|
} | {
|
|
43440
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
43002
43441
|
unknownElementHierarchy?: string | undefined;
|
|
43003
43442
|
unknownElementName?: string | undefined;
|
|
43004
43443
|
'metric:ttai': number | undefined;
|
|
@@ -43101,6 +43540,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
43101
43540
|
customData: any[];
|
|
43102
43541
|
reactProfilerTimings: any[];
|
|
43103
43542
|
} | {
|
|
43543
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
43104
43544
|
unknownElementHierarchy?: string | undefined;
|
|
43105
43545
|
unknownElementName?: string | undefined;
|
|
43106
43546
|
'metric:ttai': number | undefined;
|
|
@@ -43272,6 +43712,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
43272
43712
|
} | null;
|
|
43273
43713
|
} | {
|
|
43274
43714
|
interactionMetrics: {
|
|
43715
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
43275
43716
|
unknownElementHierarchy?: string | undefined;
|
|
43276
43717
|
unknownElementName?: string | undefined;
|
|
43277
43718
|
'metric:ttai': number | undefined;
|
|
@@ -43337,6 +43778,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
43337
43778
|
customData: any[];
|
|
43338
43779
|
reactProfilerTimings: any[];
|
|
43339
43780
|
} | {
|
|
43781
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
43340
43782
|
unknownElementHierarchy?: string | undefined;
|
|
43341
43783
|
unknownElementName?: string | undefined;
|
|
43342
43784
|
'metric:ttai': number | undefined;
|
|
@@ -43418,6 +43860,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
43418
43860
|
customData: any[];
|
|
43419
43861
|
reactProfilerTimings: any[];
|
|
43420
43862
|
} | {
|
|
43863
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
43421
43864
|
unknownElementHierarchy?: string | undefined;
|
|
43422
43865
|
unknownElementName?: string | undefined;
|
|
43423
43866
|
'metric:ttai': number | undefined;
|
|
@@ -43489,6 +43932,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
43489
43932
|
customData: any[];
|
|
43490
43933
|
reactProfilerTimings: any[];
|
|
43491
43934
|
} | {
|
|
43935
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
43492
43936
|
unknownElementHierarchy?: string | undefined;
|
|
43493
43937
|
unknownElementName?: string | undefined;
|
|
43494
43938
|
'metric:ttai': number | undefined;
|
|
@@ -43576,6 +44020,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
43576
44020
|
customData: any[];
|
|
43577
44021
|
reactProfilerTimings: any[];
|
|
43578
44022
|
} | {
|
|
44023
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
43579
44024
|
unknownElementHierarchy?: string | undefined;
|
|
43580
44025
|
unknownElementName?: string | undefined;
|
|
43581
44026
|
'metric:ttai': number | undefined;
|
|
@@ -43672,6 +44117,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
43672
44117
|
customData: any[];
|
|
43673
44118
|
reactProfilerTimings: any[];
|
|
43674
44119
|
} | {
|
|
44120
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
43675
44121
|
unknownElementHierarchy?: string | undefined;
|
|
43676
44122
|
unknownElementName?: string | undefined;
|
|
43677
44123
|
'metric:ttai': number | undefined;
|
|
@@ -43784,6 +44230,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
43784
44230
|
customData: any[];
|
|
43785
44231
|
reactProfilerTimings: any[];
|
|
43786
44232
|
} | {
|
|
44233
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
43787
44234
|
unknownElementHierarchy?: string | undefined;
|
|
43788
44235
|
unknownElementName?: string | undefined;
|
|
43789
44236
|
'metric:ttai': number | undefined;
|
|
@@ -43886,6 +44333,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
43886
44333
|
customData: any[];
|
|
43887
44334
|
reactProfilerTimings: any[];
|
|
43888
44335
|
} | {
|
|
44336
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
43889
44337
|
unknownElementHierarchy?: string | undefined;
|
|
43890
44338
|
unknownElementName?: string | undefined;
|
|
43891
44339
|
'metric:ttai': number | undefined;
|
|
@@ -44057,6 +44505,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
44057
44505
|
} | null;
|
|
44058
44506
|
} | {
|
|
44059
44507
|
interactionMetrics: {
|
|
44508
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
44060
44509
|
unknownElementHierarchy?: string | undefined;
|
|
44061
44510
|
unknownElementName?: string | undefined;
|
|
44062
44511
|
'metric:ttai': number | undefined;
|
|
@@ -44122,6 +44571,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
44122
44571
|
customData: any[];
|
|
44123
44572
|
reactProfilerTimings: any[];
|
|
44124
44573
|
} | {
|
|
44574
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
44125
44575
|
unknownElementHierarchy?: string | undefined;
|
|
44126
44576
|
unknownElementName?: string | undefined;
|
|
44127
44577
|
'metric:ttai': number | undefined;
|
|
@@ -44203,6 +44653,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
44203
44653
|
customData: any[];
|
|
44204
44654
|
reactProfilerTimings: any[];
|
|
44205
44655
|
} | {
|
|
44656
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
44206
44657
|
unknownElementHierarchy?: string | undefined;
|
|
44207
44658
|
unknownElementName?: string | undefined;
|
|
44208
44659
|
'metric:ttai': number | undefined;
|
|
@@ -44274,6 +44725,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
44274
44725
|
customData: any[];
|
|
44275
44726
|
reactProfilerTimings: any[];
|
|
44276
44727
|
} | {
|
|
44728
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
44277
44729
|
unknownElementHierarchy?: string | undefined;
|
|
44278
44730
|
unknownElementName?: string | undefined;
|
|
44279
44731
|
'metric:ttai': number | undefined;
|
|
@@ -44361,6 +44813,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
44361
44813
|
customData: any[];
|
|
44362
44814
|
reactProfilerTimings: any[];
|
|
44363
44815
|
} | {
|
|
44816
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
44364
44817
|
unknownElementHierarchy?: string | undefined;
|
|
44365
44818
|
unknownElementName?: string | undefined;
|
|
44366
44819
|
'metric:ttai': number | undefined;
|
|
@@ -44457,6 +44910,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
44457
44910
|
customData: any[];
|
|
44458
44911
|
reactProfilerTimings: any[];
|
|
44459
44912
|
} | {
|
|
44913
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
44460
44914
|
unknownElementHierarchy?: string | undefined;
|
|
44461
44915
|
unknownElementName?: string | undefined;
|
|
44462
44916
|
'metric:ttai': number | undefined;
|
|
@@ -44569,6 +45023,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
44569
45023
|
customData: any[];
|
|
44570
45024
|
reactProfilerTimings: any[];
|
|
44571
45025
|
} | {
|
|
45026
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
44572
45027
|
unknownElementHierarchy?: string | undefined;
|
|
44573
45028
|
unknownElementName?: string | undefined;
|
|
44574
45029
|
'metric:ttai': number | undefined;
|
|
@@ -44671,6 +45126,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
44671
45126
|
customData: any[];
|
|
44672
45127
|
reactProfilerTimings: any[];
|
|
44673
45128
|
} | {
|
|
45129
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
44674
45130
|
unknownElementHierarchy?: string | undefined;
|
|
44675
45131
|
unknownElementName?: string | undefined;
|
|
44676
45132
|
'metric:ttai': number | undefined;
|
|
@@ -44845,6 +45301,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
44845
45301
|
} | null;
|
|
44846
45302
|
} | {
|
|
44847
45303
|
interactionMetrics: {
|
|
45304
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
44848
45305
|
unknownElementHierarchy?: string | undefined;
|
|
44849
45306
|
unknownElementName?: string | undefined;
|
|
44850
45307
|
'metric:ttai': number | undefined;
|
|
@@ -44910,6 +45367,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
44910
45367
|
customData: any[];
|
|
44911
45368
|
reactProfilerTimings: any[];
|
|
44912
45369
|
} | {
|
|
45370
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
44913
45371
|
unknownElementHierarchy?: string | undefined;
|
|
44914
45372
|
unknownElementName?: string | undefined;
|
|
44915
45373
|
'metric:ttai': number | undefined;
|
|
@@ -44991,6 +45449,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
44991
45449
|
customData: any[];
|
|
44992
45450
|
reactProfilerTimings: any[];
|
|
44993
45451
|
} | {
|
|
45452
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
44994
45453
|
unknownElementHierarchy?: string | undefined;
|
|
44995
45454
|
unknownElementName?: string | undefined;
|
|
44996
45455
|
'metric:ttai': number | undefined;
|
|
@@ -45062,6 +45521,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
45062
45521
|
customData: any[];
|
|
45063
45522
|
reactProfilerTimings: any[];
|
|
45064
45523
|
} | {
|
|
45524
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
45065
45525
|
unknownElementHierarchy?: string | undefined;
|
|
45066
45526
|
unknownElementName?: string | undefined;
|
|
45067
45527
|
'metric:ttai': number | undefined;
|
|
@@ -45149,6 +45609,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
45149
45609
|
customData: any[];
|
|
45150
45610
|
reactProfilerTimings: any[];
|
|
45151
45611
|
} | {
|
|
45612
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
45152
45613
|
unknownElementHierarchy?: string | undefined;
|
|
45153
45614
|
unknownElementName?: string | undefined;
|
|
45154
45615
|
'metric:ttai': number | undefined;
|
|
@@ -45245,6 +45706,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
45245
45706
|
customData: any[];
|
|
45246
45707
|
reactProfilerTimings: any[];
|
|
45247
45708
|
} | {
|
|
45709
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
45248
45710
|
unknownElementHierarchy?: string | undefined;
|
|
45249
45711
|
unknownElementName?: string | undefined;
|
|
45250
45712
|
'metric:ttai': number | undefined;
|
|
@@ -45357,6 +45819,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
45357
45819
|
customData: any[];
|
|
45358
45820
|
reactProfilerTimings: any[];
|
|
45359
45821
|
} | {
|
|
45822
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
45360
45823
|
unknownElementHierarchy?: string | undefined;
|
|
45361
45824
|
unknownElementName?: string | undefined;
|
|
45362
45825
|
'metric:ttai': number | undefined;
|
|
@@ -45459,6 +45922,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
45459
45922
|
customData: any[];
|
|
45460
45923
|
reactProfilerTimings: any[];
|
|
45461
45924
|
} | {
|
|
45925
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
45462
45926
|
unknownElementHierarchy?: string | undefined;
|
|
45463
45927
|
unknownElementName?: string | undefined;
|
|
45464
45928
|
'metric:ttai': number | undefined;
|
|
@@ -45633,6 +46097,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
45633
46097
|
} | null;
|
|
45634
46098
|
} | {
|
|
45635
46099
|
interactionMetrics: {
|
|
46100
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
45636
46101
|
unknownElementHierarchy?: string | undefined;
|
|
45637
46102
|
unknownElementName?: string | undefined;
|
|
45638
46103
|
'metric:ttai': number | undefined;
|
|
@@ -45698,6 +46163,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
45698
46163
|
customData: any[];
|
|
45699
46164
|
reactProfilerTimings: any[];
|
|
45700
46165
|
} | {
|
|
46166
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
45701
46167
|
unknownElementHierarchy?: string | undefined;
|
|
45702
46168
|
unknownElementName?: string | undefined;
|
|
45703
46169
|
'metric:ttai': number | undefined;
|
|
@@ -45779,6 +46245,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
45779
46245
|
customData: any[];
|
|
45780
46246
|
reactProfilerTimings: any[];
|
|
45781
46247
|
} | {
|
|
46248
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
45782
46249
|
unknownElementHierarchy?: string | undefined;
|
|
45783
46250
|
unknownElementName?: string | undefined;
|
|
45784
46251
|
'metric:ttai': number | undefined;
|
|
@@ -45850,6 +46317,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
45850
46317
|
customData: any[];
|
|
45851
46318
|
reactProfilerTimings: any[];
|
|
45852
46319
|
} | {
|
|
46320
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
45853
46321
|
unknownElementHierarchy?: string | undefined;
|
|
45854
46322
|
unknownElementName?: string | undefined;
|
|
45855
46323
|
'metric:ttai': number | undefined;
|
|
@@ -45937,6 +46405,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
45937
46405
|
customData: any[];
|
|
45938
46406
|
reactProfilerTimings: any[];
|
|
45939
46407
|
} | {
|
|
46408
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
45940
46409
|
unknownElementHierarchy?: string | undefined;
|
|
45941
46410
|
unknownElementName?: string | undefined;
|
|
45942
46411
|
'metric:ttai': number | undefined;
|
|
@@ -46033,6 +46502,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
46033
46502
|
customData: any[];
|
|
46034
46503
|
reactProfilerTimings: any[];
|
|
46035
46504
|
} | {
|
|
46505
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
46036
46506
|
unknownElementHierarchy?: string | undefined;
|
|
46037
46507
|
unknownElementName?: string | undefined;
|
|
46038
46508
|
'metric:ttai': number | undefined;
|
|
@@ -46145,6 +46615,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
46145
46615
|
customData: any[];
|
|
46146
46616
|
reactProfilerTimings: any[];
|
|
46147
46617
|
} | {
|
|
46618
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
46148
46619
|
unknownElementHierarchy?: string | undefined;
|
|
46149
46620
|
unknownElementName?: string | undefined;
|
|
46150
46621
|
'metric:ttai': number | undefined;
|
|
@@ -46247,6 +46718,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
46247
46718
|
customData: any[];
|
|
46248
46719
|
reactProfilerTimings: any[];
|
|
46249
46720
|
} | {
|
|
46721
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
46250
46722
|
unknownElementHierarchy?: string | undefined;
|
|
46251
46723
|
unknownElementName?: string | undefined;
|
|
46252
46724
|
'metric:ttai': number | undefined;
|
|
@@ -46421,6 +46893,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
46421
46893
|
} | null;
|
|
46422
46894
|
} | {
|
|
46423
46895
|
interactionMetrics: {
|
|
46896
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
46424
46897
|
unknownElementHierarchy?: string | undefined;
|
|
46425
46898
|
unknownElementName?: string | undefined;
|
|
46426
46899
|
'metric:ttai': number | undefined;
|
|
@@ -46486,6 +46959,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
46486
46959
|
customData: any[];
|
|
46487
46960
|
reactProfilerTimings: any[];
|
|
46488
46961
|
} | {
|
|
46962
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
46489
46963
|
unknownElementHierarchy?: string | undefined;
|
|
46490
46964
|
unknownElementName?: string | undefined;
|
|
46491
46965
|
'metric:ttai': number | undefined;
|
|
@@ -46567,6 +47041,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
46567
47041
|
customData: any[];
|
|
46568
47042
|
reactProfilerTimings: any[];
|
|
46569
47043
|
} | {
|
|
47044
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
46570
47045
|
unknownElementHierarchy?: string | undefined;
|
|
46571
47046
|
unknownElementName?: string | undefined;
|
|
46572
47047
|
'metric:ttai': number | undefined;
|
|
@@ -46638,6 +47113,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
46638
47113
|
customData: any[];
|
|
46639
47114
|
reactProfilerTimings: any[];
|
|
46640
47115
|
} | {
|
|
47116
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
46641
47117
|
unknownElementHierarchy?: string | undefined;
|
|
46642
47118
|
unknownElementName?: string | undefined;
|
|
46643
47119
|
'metric:ttai': number | undefined;
|
|
@@ -46725,6 +47201,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
46725
47201
|
customData: any[];
|
|
46726
47202
|
reactProfilerTimings: any[];
|
|
46727
47203
|
} | {
|
|
47204
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
46728
47205
|
unknownElementHierarchy?: string | undefined;
|
|
46729
47206
|
unknownElementName?: string | undefined;
|
|
46730
47207
|
'metric:ttai': number | undefined;
|
|
@@ -46821,6 +47298,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
46821
47298
|
customData: any[];
|
|
46822
47299
|
reactProfilerTimings: any[];
|
|
46823
47300
|
} | {
|
|
47301
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
46824
47302
|
unknownElementHierarchy?: string | undefined;
|
|
46825
47303
|
unknownElementName?: string | undefined;
|
|
46826
47304
|
'metric:ttai': number | undefined;
|
|
@@ -46933,6 +47411,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
46933
47411
|
customData: any[];
|
|
46934
47412
|
reactProfilerTimings: any[];
|
|
46935
47413
|
} | {
|
|
47414
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
46936
47415
|
unknownElementHierarchy?: string | undefined;
|
|
46937
47416
|
unknownElementName?: string | undefined;
|
|
46938
47417
|
'metric:ttai': number | undefined;
|
|
@@ -47035,6 +47514,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
47035
47514
|
customData: any[];
|
|
47036
47515
|
reactProfilerTimings: any[];
|
|
47037
47516
|
} | {
|
|
47517
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
47038
47518
|
unknownElementHierarchy?: string | undefined;
|
|
47039
47519
|
unknownElementName?: string | undefined;
|
|
47040
47520
|
'metric:ttai': number | undefined;
|
|
@@ -47209,6 +47689,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
47209
47689
|
} | null;
|
|
47210
47690
|
} | {
|
|
47211
47691
|
interactionMetrics: {
|
|
47692
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
47212
47693
|
unknownElementHierarchy?: string | undefined;
|
|
47213
47694
|
unknownElementName?: string | undefined;
|
|
47214
47695
|
'metric:ttai': number | undefined;
|
|
@@ -47274,6 +47755,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
47274
47755
|
customData: any[];
|
|
47275
47756
|
reactProfilerTimings: any[];
|
|
47276
47757
|
} | {
|
|
47758
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
47277
47759
|
unknownElementHierarchy?: string | undefined;
|
|
47278
47760
|
unknownElementName?: string | undefined;
|
|
47279
47761
|
'metric:ttai': number | undefined;
|
|
@@ -47355,6 +47837,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
47355
47837
|
customData: any[];
|
|
47356
47838
|
reactProfilerTimings: any[];
|
|
47357
47839
|
} | {
|
|
47840
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
47358
47841
|
unknownElementHierarchy?: string | undefined;
|
|
47359
47842
|
unknownElementName?: string | undefined;
|
|
47360
47843
|
'metric:ttai': number | undefined;
|
|
@@ -47426,6 +47909,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
47426
47909
|
customData: any[];
|
|
47427
47910
|
reactProfilerTimings: any[];
|
|
47428
47911
|
} | {
|
|
47912
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
47429
47913
|
unknownElementHierarchy?: string | undefined;
|
|
47430
47914
|
unknownElementName?: string | undefined;
|
|
47431
47915
|
'metric:ttai': number | undefined;
|
|
@@ -47513,6 +47997,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
47513
47997
|
customData: any[];
|
|
47514
47998
|
reactProfilerTimings: any[];
|
|
47515
47999
|
} | {
|
|
48000
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
47516
48001
|
unknownElementHierarchy?: string | undefined;
|
|
47517
48002
|
unknownElementName?: string | undefined;
|
|
47518
48003
|
'metric:ttai': number | undefined;
|
|
@@ -47609,6 +48094,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
47609
48094
|
customData: any[];
|
|
47610
48095
|
reactProfilerTimings: any[];
|
|
47611
48096
|
} | {
|
|
48097
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
47612
48098
|
unknownElementHierarchy?: string | undefined;
|
|
47613
48099
|
unknownElementName?: string | undefined;
|
|
47614
48100
|
'metric:ttai': number | undefined;
|
|
@@ -47721,6 +48207,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
47721
48207
|
customData: any[];
|
|
47722
48208
|
reactProfilerTimings: any[];
|
|
47723
48209
|
} | {
|
|
48210
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
47724
48211
|
unknownElementHierarchy?: string | undefined;
|
|
47725
48212
|
unknownElementName?: string | undefined;
|
|
47726
48213
|
'metric:ttai': number | undefined;
|
|
@@ -47823,6 +48310,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
47823
48310
|
customData: any[];
|
|
47824
48311
|
reactProfilerTimings: any[];
|
|
47825
48312
|
} | {
|
|
48313
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
47826
48314
|
unknownElementHierarchy?: string | undefined;
|
|
47827
48315
|
unknownElementName?: string | undefined;
|
|
47828
48316
|
'metric:ttai': number | undefined;
|
|
@@ -47997,6 +48485,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
47997
48485
|
} | null;
|
|
47998
48486
|
} | {
|
|
47999
48487
|
interactionMetrics: {
|
|
48488
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
48000
48489
|
unknownElementHierarchy?: string | undefined;
|
|
48001
48490
|
unknownElementName?: string | undefined;
|
|
48002
48491
|
'metric:ttai': number | undefined;
|
|
@@ -48062,6 +48551,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
48062
48551
|
customData: any[];
|
|
48063
48552
|
reactProfilerTimings: any[];
|
|
48064
48553
|
} | {
|
|
48554
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
48065
48555
|
unknownElementHierarchy?: string | undefined;
|
|
48066
48556
|
unknownElementName?: string | undefined;
|
|
48067
48557
|
'metric:ttai': number | undefined;
|
|
@@ -48143,6 +48633,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
48143
48633
|
customData: any[];
|
|
48144
48634
|
reactProfilerTimings: any[];
|
|
48145
48635
|
} | {
|
|
48636
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
48146
48637
|
unknownElementHierarchy?: string | undefined;
|
|
48147
48638
|
unknownElementName?: string | undefined;
|
|
48148
48639
|
'metric:ttai': number | undefined;
|
|
@@ -48214,6 +48705,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
48214
48705
|
customData: any[];
|
|
48215
48706
|
reactProfilerTimings: any[];
|
|
48216
48707
|
} | {
|
|
48708
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
48217
48709
|
unknownElementHierarchy?: string | undefined;
|
|
48218
48710
|
unknownElementName?: string | undefined;
|
|
48219
48711
|
'metric:ttai': number | undefined;
|
|
@@ -48301,6 +48793,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
48301
48793
|
customData: any[];
|
|
48302
48794
|
reactProfilerTimings: any[];
|
|
48303
48795
|
} | {
|
|
48796
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
48304
48797
|
unknownElementHierarchy?: string | undefined;
|
|
48305
48798
|
unknownElementName?: string | undefined;
|
|
48306
48799
|
'metric:ttai': number | undefined;
|
|
@@ -48397,6 +48890,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
48397
48890
|
customData: any[];
|
|
48398
48891
|
reactProfilerTimings: any[];
|
|
48399
48892
|
} | {
|
|
48893
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
48400
48894
|
unknownElementHierarchy?: string | undefined;
|
|
48401
48895
|
unknownElementName?: string | undefined;
|
|
48402
48896
|
'metric:ttai': number | undefined;
|
|
@@ -48509,6 +49003,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
48509
49003
|
customData: any[];
|
|
48510
49004
|
reactProfilerTimings: any[];
|
|
48511
49005
|
} | {
|
|
49006
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
48512
49007
|
unknownElementHierarchy?: string | undefined;
|
|
48513
49008
|
unknownElementName?: string | undefined;
|
|
48514
49009
|
'metric:ttai': number | undefined;
|
|
@@ -48611,6 +49106,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
48611
49106
|
customData: any[];
|
|
48612
49107
|
reactProfilerTimings: any[];
|
|
48613
49108
|
} | {
|
|
49109
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
48614
49110
|
unknownElementHierarchy?: string | undefined;
|
|
48615
49111
|
unknownElementName?: string | undefined;
|
|
48616
49112
|
'metric:ttai': number | undefined;
|
|
@@ -48785,6 +49281,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
48785
49281
|
} | null;
|
|
48786
49282
|
} | {
|
|
48787
49283
|
interactionMetrics: {
|
|
49284
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
48788
49285
|
unknownElementHierarchy?: string | undefined;
|
|
48789
49286
|
unknownElementName?: string | undefined;
|
|
48790
49287
|
'metric:ttai': number | undefined;
|
|
@@ -48850,6 +49347,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
48850
49347
|
customData: any[];
|
|
48851
49348
|
reactProfilerTimings: any[];
|
|
48852
49349
|
} | {
|
|
49350
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
48853
49351
|
unknownElementHierarchy?: string | undefined;
|
|
48854
49352
|
unknownElementName?: string | undefined;
|
|
48855
49353
|
'metric:ttai': number | undefined;
|
|
@@ -48931,6 +49429,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
48931
49429
|
customData: any[];
|
|
48932
49430
|
reactProfilerTimings: any[];
|
|
48933
49431
|
} | {
|
|
49432
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
48934
49433
|
unknownElementHierarchy?: string | undefined;
|
|
48935
49434
|
unknownElementName?: string | undefined;
|
|
48936
49435
|
'metric:ttai': number | undefined;
|
|
@@ -49002,6 +49501,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
49002
49501
|
customData: any[];
|
|
49003
49502
|
reactProfilerTimings: any[];
|
|
49004
49503
|
} | {
|
|
49504
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
49005
49505
|
unknownElementHierarchy?: string | undefined;
|
|
49006
49506
|
unknownElementName?: string | undefined;
|
|
49007
49507
|
'metric:ttai': number | undefined;
|
|
@@ -49089,6 +49589,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
49089
49589
|
customData: any[];
|
|
49090
49590
|
reactProfilerTimings: any[];
|
|
49091
49591
|
} | {
|
|
49592
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
49092
49593
|
unknownElementHierarchy?: string | undefined;
|
|
49093
49594
|
unknownElementName?: string | undefined;
|
|
49094
49595
|
'metric:ttai': number | undefined;
|
|
@@ -49185,6 +49686,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
49185
49686
|
customData: any[];
|
|
49186
49687
|
reactProfilerTimings: any[];
|
|
49187
49688
|
} | {
|
|
49689
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
49188
49690
|
unknownElementHierarchy?: string | undefined;
|
|
49189
49691
|
unknownElementName?: string | undefined;
|
|
49190
49692
|
'metric:ttai': number | undefined;
|
|
@@ -49297,6 +49799,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
49297
49799
|
customData: any[];
|
|
49298
49800
|
reactProfilerTimings: any[];
|
|
49299
49801
|
} | {
|
|
49802
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
49300
49803
|
unknownElementHierarchy?: string | undefined;
|
|
49301
49804
|
unknownElementName?: string | undefined;
|
|
49302
49805
|
'metric:ttai': number | undefined;
|
|
@@ -49399,6 +49902,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
49399
49902
|
customData: any[];
|
|
49400
49903
|
reactProfilerTimings: any[];
|
|
49401
49904
|
} | {
|
|
49905
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
49402
49906
|
unknownElementHierarchy?: string | undefined;
|
|
49403
49907
|
unknownElementName?: string | undefined;
|
|
49404
49908
|
'metric:ttai': number | undefined;
|
|
@@ -49573,6 +50077,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
49573
50077
|
} | null;
|
|
49574
50078
|
} | {
|
|
49575
50079
|
interactionMetrics: {
|
|
50080
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
49576
50081
|
unknownElementHierarchy?: string | undefined;
|
|
49577
50082
|
unknownElementName?: string | undefined;
|
|
49578
50083
|
'metric:ttai': number | undefined;
|
|
@@ -49638,6 +50143,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
49638
50143
|
customData: any[];
|
|
49639
50144
|
reactProfilerTimings: any[];
|
|
49640
50145
|
} | {
|
|
50146
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
49641
50147
|
unknownElementHierarchy?: string | undefined;
|
|
49642
50148
|
unknownElementName?: string | undefined;
|
|
49643
50149
|
'metric:ttai': number | undefined;
|
|
@@ -49719,6 +50225,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
49719
50225
|
customData: any[];
|
|
49720
50226
|
reactProfilerTimings: any[];
|
|
49721
50227
|
} | {
|
|
50228
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
49722
50229
|
unknownElementHierarchy?: string | undefined;
|
|
49723
50230
|
unknownElementName?: string | undefined;
|
|
49724
50231
|
'metric:ttai': number | undefined;
|
|
@@ -49790,6 +50297,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
49790
50297
|
customData: any[];
|
|
49791
50298
|
reactProfilerTimings: any[];
|
|
49792
50299
|
} | {
|
|
50300
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
49793
50301
|
unknownElementHierarchy?: string | undefined;
|
|
49794
50302
|
unknownElementName?: string | undefined;
|
|
49795
50303
|
'metric:ttai': number | undefined;
|
|
@@ -49877,6 +50385,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
49877
50385
|
customData: any[];
|
|
49878
50386
|
reactProfilerTimings: any[];
|
|
49879
50387
|
} | {
|
|
50388
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
49880
50389
|
unknownElementHierarchy?: string | undefined;
|
|
49881
50390
|
unknownElementName?: string | undefined;
|
|
49882
50391
|
'metric:ttai': number | undefined;
|
|
@@ -49973,6 +50482,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
49973
50482
|
customData: any[];
|
|
49974
50483
|
reactProfilerTimings: any[];
|
|
49975
50484
|
} | {
|
|
50485
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
49976
50486
|
unknownElementHierarchy?: string | undefined;
|
|
49977
50487
|
unknownElementName?: string | undefined;
|
|
49978
50488
|
'metric:ttai': number | undefined;
|
|
@@ -50085,6 +50595,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
50085
50595
|
customData: any[];
|
|
50086
50596
|
reactProfilerTimings: any[];
|
|
50087
50597
|
} | {
|
|
50598
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
50088
50599
|
unknownElementHierarchy?: string | undefined;
|
|
50089
50600
|
unknownElementName?: string | undefined;
|
|
50090
50601
|
'metric:ttai': number | undefined;
|
|
@@ -50187,6 +50698,7 @@ export declare function createExperimentalMetricsPayload(interactionId: string,
|
|
|
50187
50698
|
customData: any[];
|
|
50188
50699
|
reactProfilerTimings: any[];
|
|
50189
50700
|
} | {
|
|
50701
|
+
minorInteractions?: import("../common/common/types").MinorInteraction[] | undefined;
|
|
50190
50702
|
unknownElementHierarchy?: string | undefined;
|
|
50191
50703
|
unknownElementName?: string | undefined;
|
|
50192
50704
|
'metric:ttai': number | undefined;
|