@dcl/playground-assets 7.4.4 → 7.4.5-8055633679.commit-2c5f6a7

Sign up to get free protection for your applications and to get access to all the features.
@@ -14633,7 +14633,7 @@
14633
14633
  {
14634
14634
  "kind": "Function",
14635
14635
  "canonicalReference": "@dcl/playground-assets!createEthereumProvider:function(1)",
14636
- "docComment": "",
14636
+ "docComment": "/**\n * Etherum Provider\n *\n * @public\n */\n",
14637
14637
  "excerptTokens": [
14638
14638
  {
14639
14639
  "kind": "Content",
@@ -16976,7 +16976,7 @@
16976
16976
  {
16977
16977
  "kind": "TypeAlias",
16978
16978
  "canonicalReference": "@dcl/playground-assets!EngineEvent:type",
16979
- "docComment": "",
16979
+ "docComment": "/**\n * @public\n */\n",
16980
16980
  "excerptTokens": [
16981
16981
  {
16982
16982
  "kind": "Content",
@@ -18171,7 +18171,7 @@
18171
18171
  {
18172
18172
  "kind": "TypeAlias",
18173
18173
  "canonicalReference": "@dcl/playground-assets!GizmoDragEndEvent:type",
18174
- "docComment": "",
18174
+ "docComment": "/**\n * @public\n */\n",
18175
18175
  "excerptTokens": [
18176
18176
  {
18177
18177
  "kind": "Content",
@@ -18233,7 +18233,7 @@
18233
18233
  {
18234
18234
  "kind": "TypeAlias",
18235
18235
  "canonicalReference": "@dcl/playground-assets!GizmoSelectedEvent:type",
18236
- "docComment": "",
18236
+ "docComment": "/**\n * @public\n */\n",
18237
18237
  "excerptTokens": [
18238
18238
  {
18239
18239
  "kind": "Content",
@@ -18330,7 +18330,7 @@
18330
18330
  {
18331
18331
  "kind": "TypeAlias",
18332
18332
  "canonicalReference": "@dcl/playground-assets!GlobalInputEventResult:type",
18333
- "docComment": "",
18333
+ "docComment": "/**\n * @public\n */\n",
18334
18334
  "excerptTokens": [
18335
18335
  {
18336
18336
  "kind": "Content",
@@ -20249,7 +20249,7 @@
20249
20249
  {
20250
20250
  "kind": "TypeAlias",
20251
20251
  "canonicalReference": "@dcl/playground-assets!IEventNames:type",
20252
- "docComment": "",
20252
+ "docComment": "/**\n * @public\n */\n",
20253
20253
  "excerptTokens": [
20254
20254
  {
20255
20255
  "kind": "Content",
@@ -20280,7 +20280,7 @@
20280
20280
  {
20281
20281
  "kind": "Interface",
20282
20282
  "canonicalReference": "@dcl/playground-assets!IEvents:interface",
20283
- "docComment": "",
20283
+ "docComment": "/**\n * Note: Don't use `on` prefix for IEvents to avoid redundancy with `event.on(\"onEventName\")` syntax.\n *\n * @public\n */\n",
20284
20284
  "excerptTokens": [
20285
20285
  {
20286
20286
  "kind": "Content",
@@ -20295,7 +20295,7 @@
20295
20295
  {
20296
20296
  "kind": "PropertySignature",
20297
20297
  "canonicalReference": "@dcl/playground-assets!IEvents#actionButtonEvent:member",
20298
- "docComment": "",
20298
+ "docComment": "/**\n * `actionButtonEvent` is triggered when the user press or releases an input pointer. It could be a VR controller, a touch screen or the mouse.\n *\n * This event is exactly the same as `pointerEvent` but the logic in the ECS had an unsolvable condition that required us to create this new event to handle more cases for new buttons.\n */\n",
20299
20299
  "excerptTokens": [
20300
20300
  {
20301
20301
  "kind": "Content",
@@ -20323,7 +20323,7 @@
20323
20323
  {
20324
20324
  "kind": "PropertySignature",
20325
20325
  "canonicalReference": "@dcl/playground-assets!IEvents#builderSceneStart:member",
20326
- "docComment": "",
20326
+ "docComment": "/**\n * This is triggered once the builder scene is loaded.\n */\n",
20327
20327
  "excerptTokens": [
20328
20328
  {
20329
20329
  "kind": "Content",
@@ -20350,7 +20350,7 @@
20350
20350
  {
20351
20351
  "kind": "PropertySignature",
20352
20352
  "canonicalReference": "@dcl/playground-assets!IEvents#builderSceneUnloaded:member",
20353
- "docComment": "",
20353
+ "docComment": "/**\n * This is triggered once the builder scene is unloaded.\n */\n",
20354
20354
  "excerptTokens": [
20355
20355
  {
20356
20356
  "kind": "Content",
@@ -20377,7 +20377,7 @@
20377
20377
  {
20378
20378
  "kind": "PropertySignature",
20379
20379
  "canonicalReference": "@dcl/playground-assets!IEvents#cameraModeChanged:member",
20380
- "docComment": "",
20380
+ "docComment": "/**\n * `cameraModeChanged` is triggered when the user changes the camera mode\n */\n",
20381
20381
  "excerptTokens": [
20382
20382
  {
20383
20383
  "kind": "Content",
@@ -20404,7 +20404,7 @@
20404
20404
  {
20405
20405
  "kind": "PropertySignature",
20406
20406
  "canonicalReference": "@dcl/playground-assets!IEvents#chatMessage:member",
20407
- "docComment": "",
20407
+ "docComment": "/**\n * `chatMessage` is triggered when the user sends a message through chat entity.\n */\n",
20408
20408
  "excerptTokens": [
20409
20409
  {
20410
20410
  "kind": "Content",
@@ -20431,7 +20431,7 @@
20431
20431
  {
20432
20432
  "kind": "PropertySignature",
20433
20433
  "canonicalReference": "@dcl/playground-assets!IEvents#comms:member",
20434
- "docComment": "",
20434
+ "docComment": "/**\n * This event gets triggered after receiving a comms message.\n */\n",
20435
20435
  "excerptTokens": [
20436
20436
  {
20437
20437
  "kind": "Content",
@@ -20458,7 +20458,7 @@
20458
20458
  {
20459
20459
  "kind": "PropertySignature",
20460
20460
  "canonicalReference": "@dcl/playground-assets!IEvents#entitiesOutOfBoundaries:member",
20461
- "docComment": "",
20461
+ "docComment": "/**\n * After checking entities outside the fences, if any is outside, this event will be triggered with all the entities outside the scene.\n */\n",
20462
20462
  "excerptTokens": [
20463
20463
  {
20464
20464
  "kind": "Content",
@@ -20485,7 +20485,7 @@
20485
20485
  {
20486
20486
  "kind": "PropertySignature",
20487
20487
  "canonicalReference": "@dcl/playground-assets!IEvents#entityBackInScene:member",
20488
- "docComment": "",
20488
+ "docComment": "/**\n * This event gets triggered when an entity enters the scene fences.\n */\n",
20489
20489
  "excerptTokens": [
20490
20490
  {
20491
20491
  "kind": "Content",
@@ -20512,7 +20512,7 @@
20512
20512
  {
20513
20513
  "kind": "PropertySignature",
20514
20514
  "canonicalReference": "@dcl/playground-assets!IEvents#entityOutOfScene:member",
20515
- "docComment": "",
20515
+ "docComment": "/**\n * This event gets triggered when an entity leaves the scene fences.\n */\n",
20516
20516
  "excerptTokens": [
20517
20517
  {
20518
20518
  "kind": "Content",
@@ -20566,7 +20566,7 @@
20566
20566
  {
20567
20567
  "kind": "PropertySignature",
20568
20568
  "canonicalReference": "@dcl/playground-assets!IEvents#gizmoEvent:member",
20569
- "docComment": "",
20569
+ "docComment": "/**\n * For gizmos\n */\n",
20570
20570
  "excerptTokens": [
20571
20571
  {
20572
20572
  "kind": "Content",
@@ -20603,7 +20603,7 @@
20603
20603
  {
20604
20604
  "kind": "PropertySignature",
20605
20605
  "canonicalReference": "@dcl/playground-assets!IEvents#idleStateChanged:member",
20606
- "docComment": "",
20606
+ "docComment": "/**\n * `idleStateChanged` is triggered when the user not moves for a defined period of time\n */\n",
20607
20607
  "excerptTokens": [
20608
20608
  {
20609
20609
  "kind": "Content",
@@ -20720,7 +20720,7 @@
20720
20720
  {
20721
20721
  "kind": "PropertySignature",
20722
20722
  "canonicalReference": "@dcl/playground-assets!IEvents#onAnimationEnd:member",
20723
- "docComment": "",
20723
+ "docComment": "/**\n * `onAnimationEnd` is triggered when an animation clip gets finish\n */\n",
20724
20724
  "excerptTokens": [
20725
20725
  {
20726
20726
  "kind": "Content",
@@ -20747,7 +20747,7 @@
20747
20747
  {
20748
20748
  "kind": "PropertySignature",
20749
20749
  "canonicalReference": "@dcl/playground-assets!IEvents#onBlur:member",
20750
- "docComment": "",
20750
+ "docComment": "/**\n * `onBlur` is triggered when an entity loses its focus. Dispatched by the `ui-input` and `ui-password` entities when the value is changed. It triggers a callback.\n *\n * Notice: Only entities with ID will be listening for click events.\n */\n",
20751
20751
  "excerptTokens": [
20752
20752
  {
20753
20753
  "kind": "Content",
@@ -20774,7 +20774,7 @@
20774
20774
  {
20775
20775
  "kind": "PropertySignature",
20776
20776
  "canonicalReference": "@dcl/playground-assets!IEvents#onChange:member",
20777
- "docComment": "",
20777
+ "docComment": "/**\n * `onChange` is triggered when an entity changes its own internal state. Dispatched by the `ui-*` entities when their value is changed. It triggers a callback. Notice: Only entities with ID will be listening for click events.\n */\n",
20778
20778
  "excerptTokens": [
20779
20779
  {
20780
20780
  "kind": "Content",
@@ -20801,7 +20801,7 @@
20801
20801
  {
20802
20802
  "kind": "PropertySignature",
20803
20803
  "canonicalReference": "@dcl/playground-assets!IEvents#onClick:member",
20804
- "docComment": "",
20804
+ "docComment": "/**\n * The onClick event is only used for UI elements\n */\n",
20805
20805
  "excerptTokens": [
20806
20806
  {
20807
20807
  "kind": "Content",
@@ -20828,7 +20828,7 @@
20828
20828
  {
20829
20829
  "kind": "PropertySignature",
20830
20830
  "canonicalReference": "@dcl/playground-assets!IEvents#onEnter:member",
20831
- "docComment": "",
20831
+ "docComment": "/**\n * `onEnter` is triggered when the user hits the \"Enter\" key from the keyboard Used principally by the Chat internal scene\n */\n",
20832
20832
  "excerptTokens": [
20833
20833
  {
20834
20834
  "kind": "Content",
@@ -20855,7 +20855,7 @@
20855
20855
  {
20856
20856
  "kind": "PropertySignature",
20857
20857
  "canonicalReference": "@dcl/playground-assets!IEvents#onEnterScene:member",
20858
- "docComment": "",
20858
+ "docComment": "/**\n * This event gets triggered when the user enters the scene\n */\n",
20859
20859
  "excerptTokens": [
20860
20860
  {
20861
20861
  "kind": "Content",
@@ -20882,7 +20882,7 @@
20882
20882
  {
20883
20883
  "kind": "PropertySignature",
20884
20884
  "canonicalReference": "@dcl/playground-assets!IEvents#onFocus:member",
20885
- "docComment": "",
20885
+ "docComment": "/**\n * `onFocus` is triggered when an entity focus is active. Dispatched by the `ui-input` and `ui-password` entities when the value is changed. It triggers a callback.\n *\n * Notice: Only entities with ID will be listening for click events.\n */\n",
20886
20886
  "excerptTokens": [
20887
20887
  {
20888
20888
  "kind": "Content",
@@ -20909,7 +20909,7 @@
20909
20909
  {
20910
20910
  "kind": "PropertySignature",
20911
20911
  "canonicalReference": "@dcl/playground-assets!IEvents#onLeaveScene:member",
20912
- "docComment": "",
20912
+ "docComment": "/**\n * This event gets triggered when the user leaves the scene\n */\n",
20913
20913
  "excerptTokens": [
20914
20914
  {
20915
20915
  "kind": "Content",
@@ -20936,7 +20936,7 @@
20936
20936
  {
20937
20937
  "kind": "PropertySignature",
20938
20938
  "canonicalReference": "@dcl/playground-assets!IEvents#onPointerLock:member",
20939
- "docComment": "",
20939
+ "docComment": "/**\n * `onPointerLock` is triggered when the user clicks the world canvas and the pointer locks to it so the pointer moves the camera\n */\n",
20940
20940
  "excerptTokens": [
20941
20941
  {
20942
20942
  "kind": "Content",
@@ -20963,7 +20963,7 @@
20963
20963
  {
20964
20964
  "kind": "PropertySignature",
20965
20965
  "canonicalReference": "@dcl/playground-assets!IEvents#onRealmChanged:member",
20966
- "docComment": "",
20966
+ "docComment": "/**\n * Triggered when current realm or island changes\n */\n",
20967
20967
  "excerptTokens": [
20968
20968
  {
20969
20969
  "kind": "Content",
@@ -21017,7 +21017,7 @@
21017
21017
  {
21018
21018
  "kind": "PropertySignature",
21019
21019
  "canonicalReference": "@dcl/playground-assets!IEvents#playerClicked:member",
21020
- "docComment": "",
21020
+ "docComment": "/**\n * Triggered when other player's avatar is clicked\n */\n",
21021
21021
  "excerptTokens": [
21022
21022
  {
21023
21023
  "kind": "Content",
@@ -21062,7 +21062,7 @@
21062
21062
  {
21063
21063
  "kind": "PropertySignature",
21064
21064
  "canonicalReference": "@dcl/playground-assets!IEvents#playerConnected:member",
21065
- "docComment": "",
21065
+ "docComment": "/**\n * Triggered when peer's avatar is connected and visible\n */\n",
21066
21066
  "excerptTokens": [
21067
21067
  {
21068
21068
  "kind": "Content",
@@ -21089,7 +21089,7 @@
21089
21089
  {
21090
21090
  "kind": "PropertySignature",
21091
21091
  "canonicalReference": "@dcl/playground-assets!IEvents#playerDisconnected:member",
21092
- "docComment": "",
21092
+ "docComment": "/**\n * Triggered when peer disconnect and/or it avatar is set invisible by comms\n */\n",
21093
21093
  "excerptTokens": [
21094
21094
  {
21095
21095
  "kind": "Content",
@@ -21143,7 +21143,7 @@
21143
21143
  {
21144
21144
  "kind": "PropertySignature",
21145
21145
  "canonicalReference": "@dcl/playground-assets!IEvents#pointerDown:member",
21146
- "docComment": "",
21146
+ "docComment": "/**\n * `pointerDown` is triggered when the user press an input pointer. It could be a VR controller, a touch screen or the mouse.\n */\n",
21147
21147
  "excerptTokens": [
21148
21148
  {
21149
21149
  "kind": "Content",
@@ -21171,7 +21171,7 @@
21171
21171
  {
21172
21172
  "kind": "PropertySignature",
21173
21173
  "canonicalReference": "@dcl/playground-assets!IEvents#pointerEvent:member",
21174
- "docComment": "",
21174
+ "docComment": "/**\n * `pointerEvent` is triggered when the user press or releases an input pointer. It could be a VR controller, a touch screen or the mouse.\n *\n * @deprecated\n *\n * use actionButtonEvent instead\n */\n",
21175
21175
  "excerptTokens": [
21176
21176
  {
21177
21177
  "kind": "Content",
@@ -21199,7 +21199,7 @@
21199
21199
  {
21200
21200
  "kind": "PropertySignature",
21201
21201
  "canonicalReference": "@dcl/playground-assets!IEvents#pointerHoverEnter:member",
21202
- "docComment": "",
21202
+ "docComment": "/**\n * Triggered when pointer start hovering an entities' shape\n */\n",
21203
21203
  "excerptTokens": [
21204
21204
  {
21205
21205
  "kind": "Content",
@@ -21226,7 +21226,7 @@
21226
21226
  {
21227
21227
  "kind": "PropertySignature",
21228
21228
  "canonicalReference": "@dcl/playground-assets!IEvents#pointerHoverExit:member",
21229
- "docComment": "",
21229
+ "docComment": "/**\n * Triggered when pointer stop hovering an entities' shape\n */\n",
21230
21230
  "excerptTokens": [
21231
21231
  {
21232
21232
  "kind": "Content",
@@ -21253,7 +21253,7 @@
21253
21253
  {
21254
21254
  "kind": "PropertySignature",
21255
21255
  "canonicalReference": "@dcl/playground-assets!IEvents#pointerUp:member",
21256
- "docComment": "",
21256
+ "docComment": "/**\n * `pointerUp` is triggered when the user releases an input pointer. It could be a VR controller, a touch screen or the mouse.\n */\n",
21257
21257
  "excerptTokens": [
21258
21258
  {
21259
21259
  "kind": "Content",
@@ -21281,7 +21281,7 @@
21281
21281
  {
21282
21282
  "kind": "PropertySignature",
21283
21283
  "canonicalReference": "@dcl/playground-assets!IEvents#positionChanged:member",
21284
- "docComment": "",
21284
+ "docComment": "/**\n * `positionChanged` is triggered when the position of the camera changes This event is throttled to 10 times per second.\n */\n",
21285
21285
  "excerptTokens": [
21286
21286
  {
21287
21287
  "kind": "Content",
@@ -21326,7 +21326,7 @@
21326
21326
  {
21327
21327
  "kind": "PropertySignature",
21328
21328
  "canonicalReference": "@dcl/playground-assets!IEvents#profileChanged:member",
21329
- "docComment": "",
21329
+ "docComment": "/**\n * This is trigger everytime a profile is changed\n */\n",
21330
21330
  "excerptTokens": [
21331
21331
  {
21332
21332
  "kind": "Content",
@@ -21353,7 +21353,7 @@
21353
21353
  {
21354
21354
  "kind": "PropertySignature",
21355
21355
  "canonicalReference": "@dcl/playground-assets!IEvents#raycastResponse:member",
21356
- "docComment": "",
21356
+ "docComment": "/**\n * `raycastResponse` is triggered in response to a raycast query\n */\n",
21357
21357
  "excerptTokens": [
21358
21358
  {
21359
21359
  "kind": "Content",
@@ -21385,7 +21385,7 @@
21385
21385
  {
21386
21386
  "kind": "PropertySignature",
21387
21387
  "canonicalReference": "@dcl/playground-assets!IEvents#rotationChanged:member",
21388
- "docComment": "",
21388
+ "docComment": "/**\n * `rotationChanged` is triggered when the rotation of the camera changes. This event is throttled to 10 times per second.\n */\n",
21389
21389
  "excerptTokens": [
21390
21390
  {
21391
21391
  "kind": "Content",
@@ -21430,7 +21430,7 @@
21430
21430
  {
21431
21431
  "kind": "PropertySignature",
21432
21432
  "canonicalReference": "@dcl/playground-assets!IEvents#sceneStart:member",
21433
- "docComment": "",
21433
+ "docComment": "/**\n * This is triggered once the scene should start.\n */\n",
21434
21434
  "excerptTokens": [
21435
21435
  {
21436
21436
  "kind": "Content",
@@ -21511,7 +21511,7 @@
21511
21511
  {
21512
21512
  "kind": "PropertySignature",
21513
21513
  "canonicalReference": "@dcl/playground-assets!IEvents#videoEvent:member",
21514
- "docComment": "",
21514
+ "docComment": "/**\n * This is triggered at least for each videoStatus change\n */\n",
21515
21515
  "excerptTokens": [
21516
21516
  {
21517
21517
  "kind": "Content",
@@ -22284,7 +22284,7 @@
22284
22284
  {
22285
22285
  "kind": "TypeAlias",
22286
22286
  "canonicalReference": "@dcl/playground-assets!InputEventResult:type",
22287
- "docComment": "",
22287
+ "docComment": "/**\n * @public\n */\n",
22288
22288
  "excerptTokens": [
22289
22289
  {
22290
22290
  "kind": "Content",
@@ -32434,7 +32434,7 @@
32434
32434
  {
32435
32435
  "kind": "Class",
32436
32436
  "canonicalReference": "@dcl/playground-assets!MessageBus:class",
32437
- "docComment": "",
32437
+ "docComment": "/**\n * @deprecated\n *\n * this will only exist for a few releases in ECS7\n *\n * @alpha\n */\n",
32438
32438
  "excerptTokens": [
32439
32439
  {
32440
32440
  "kind": "Content",
@@ -32442,7 +32442,7 @@
32442
32442
  }
32443
32443
  ],
32444
32444
  "fileUrlPath": "../sdk/message-bus.d.ts",
32445
- "releaseTag": "Public",
32445
+ "releaseTag": "Alpha",
32446
32446
  "isAbstract": false,
32447
32447
  "name": "MessageBus",
32448
32448
  "preserveMemberOrder": false,
@@ -32457,157 +32457,10 @@
32457
32457
  "text": "constructor();"
32458
32458
  }
32459
32459
  ],
32460
- "releaseTag": "Public",
32460
+ "releaseTag": "Alpha",
32461
32461
  "isProtected": false,
32462
32462
  "overloadIndex": 1,
32463
32463
  "parameters": []
32464
- },
32465
- {
32466
- "kind": "Method",
32467
- "canonicalReference": "@dcl/playground-assets!MessageBus#emit:member(1)",
32468
- "docComment": "",
32469
- "excerptTokens": [
32470
- {
32471
- "kind": "Content",
32472
- "text": "emit(message: "
32473
- },
32474
- {
32475
- "kind": "Content",
32476
- "text": "string"
32477
- },
32478
- {
32479
- "kind": "Content",
32480
- "text": ", payload: "
32481
- },
32482
- {
32483
- "kind": "Reference",
32484
- "text": "Record",
32485
- "canonicalReference": "!Record:type"
32486
- },
32487
- {
32488
- "kind": "Content",
32489
- "text": "<any, any>"
32490
- },
32491
- {
32492
- "kind": "Content",
32493
- "text": "): "
32494
- },
32495
- {
32496
- "kind": "Content",
32497
- "text": "void"
32498
- },
32499
- {
32500
- "kind": "Content",
32501
- "text": ";"
32502
- }
32503
- ],
32504
- "isStatic": false,
32505
- "returnTypeTokenRange": {
32506
- "startIndex": 6,
32507
- "endIndex": 7
32508
- },
32509
- "releaseTag": "Public",
32510
- "isProtected": false,
32511
- "overloadIndex": 1,
32512
- "parameters": [
32513
- {
32514
- "parameterName": "message",
32515
- "parameterTypeTokenRange": {
32516
- "startIndex": 1,
32517
- "endIndex": 2
32518
- },
32519
- "isOptional": false
32520
- },
32521
- {
32522
- "parameterName": "payload",
32523
- "parameterTypeTokenRange": {
32524
- "startIndex": 3,
32525
- "endIndex": 5
32526
- },
32527
- "isOptional": false
32528
- }
32529
- ],
32530
- "isOptional": false,
32531
- "isAbstract": false,
32532
- "name": "emit"
32533
- },
32534
- {
32535
- "kind": "Method",
32536
- "canonicalReference": "@dcl/playground-assets!MessageBus#on:member(1)",
32537
- "docComment": "",
32538
- "excerptTokens": [
32539
- {
32540
- "kind": "Content",
32541
- "text": "on(message: "
32542
- },
32543
- {
32544
- "kind": "Content",
32545
- "text": "string"
32546
- },
32547
- {
32548
- "kind": "Content",
32549
- "text": ", callback: "
32550
- },
32551
- {
32552
- "kind": "Content",
32553
- "text": "(value: any, sender: string) => void"
32554
- },
32555
- {
32556
- "kind": "Content",
32557
- "text": "): "
32558
- },
32559
- {
32560
- "kind": "Reference",
32561
- "text": "Observer",
32562
- "canonicalReference": "@dcl/playground-assets!Observer:class"
32563
- },
32564
- {
32565
- "kind": "Content",
32566
- "text": "<"
32567
- },
32568
- {
32569
- "kind": "Reference",
32570
- "text": "IEvents",
32571
- "canonicalReference": "@dcl/playground-assets!IEvents:interface"
32572
- },
32573
- {
32574
- "kind": "Content",
32575
- "text": "['comms']>"
32576
- },
32577
- {
32578
- "kind": "Content",
32579
- "text": ";"
32580
- }
32581
- ],
32582
- "isStatic": false,
32583
- "returnTypeTokenRange": {
32584
- "startIndex": 5,
32585
- "endIndex": 9
32586
- },
32587
- "releaseTag": "Public",
32588
- "isProtected": false,
32589
- "overloadIndex": 1,
32590
- "parameters": [
32591
- {
32592
- "parameterName": "message",
32593
- "parameterTypeTokenRange": {
32594
- "startIndex": 1,
32595
- "endIndex": 2
32596
- },
32597
- "isOptional": false
32598
- },
32599
- {
32600
- "parameterName": "callback",
32601
- "parameterTypeTokenRange": {
32602
- "startIndex": 3,
32603
- "endIndex": 4
32604
- },
32605
- "isOptional": false
32606
- }
32607
- ],
32608
- "isOptional": false,
32609
- "isAbstract": false,
32610
- "name": "on"
32611
32464
  }
32612
32465
  ],
32613
32466
  "implementsTokenRanges": []
@@ -33569,7 +33422,7 @@
33569
33422
  {
33570
33423
  "kind": "Class",
33571
33424
  "canonicalReference": "@dcl/playground-assets!Observable:class",
33572
- "docComment": "",
33425
+ "docComment": "/**\n * The Observable class is a simple implementation of the Observable pattern.\n *\n * There's one slight particularity though: a given Observable can notify its observer using a particular mask value, only the Observers registered with this mask value will be notified. This enable a more fine grained execution without having to rely on multiple different Observable objects. For instance you may have a given Observable that have four different types of notifications: Move (mask = 0x01), Stop (mask = 0x02), Turn Right (mask = 0X04), Turn Left (mask = 0X08). A given observer can register itself with only Move and Stop (mask = 0x03), then it will only be notified when one of these two occurs and will never be for Turn Left/Right.\n *\n * @deprecated\n *\n * This function is an inheritance of ECS6, it's here temporary for the feature parity, please read the news and docs to know how handle when it's removed\n *\n * @public\n */\n",
33573
33426
  "excerptTokens": [
33574
33427
  {
33575
33428
  "kind": "Content",
@@ -33598,7 +33451,7 @@
33598
33451
  {
33599
33452
  "kind": "Constructor",
33600
33453
  "canonicalReference": "@dcl/playground-assets!Observable:constructor(1)",
33601
- "docComment": "/**\n * Constructs a new instance of the `Observable` class\n */\n",
33454
+ "docComment": "/**\n * Creates a new observable\n *\n * @param onObserverAdded - defines a callback to call when a new observer is added\n */\n",
33602
33455
  "excerptTokens": [
33603
33456
  {
33604
33457
  "kind": "Content",
@@ -33639,7 +33492,7 @@
33639
33492
  {
33640
33493
  "kind": "Method",
33641
33494
  "canonicalReference": "@dcl/playground-assets!Observable#add:member(1)",
33642
- "docComment": "",
33495
+ "docComment": "/**\n * Create a new Observer with the specified callback\n *\n * @param callback - the callback that will be executed for that Observer\n *\n * @param mask - the mask used to filter observers\n *\n * @param insertFirst - if true the callback will be inserted at the first position, hence executed before the others ones. If false (default behavior) the callback will be inserted at the last position, executed after all the others already present.\n *\n * @param scope - optional scope for the callback to be called from\n *\n * @param unregisterOnFirstCall - defines if the observer as to be unregistered after the next notification\n *\n * @returns the new observer created for the callback\n */\n",
33643
33496
  "excerptTokens": [
33644
33497
  {
33645
33498
  "kind": "Content",
@@ -33769,7 +33622,7 @@
33769
33622
  {
33770
33623
  "kind": "Method",
33771
33624
  "canonicalReference": "@dcl/playground-assets!Observable#addOnce:member(1)",
33772
- "docComment": "",
33625
+ "docComment": "/**\n * Create a new Observer with the specified callback and unregisters after the next notification\n *\n * @param callback - the callback that will be executed for that Observer\n *\n * @returns the new observer created for the callback\n */\n",
33773
33626
  "excerptTokens": [
33774
33627
  {
33775
33628
  "kind": "Content",
@@ -33835,7 +33688,7 @@
33835
33688
  {
33836
33689
  "kind": "Method",
33837
33690
  "canonicalReference": "@dcl/playground-assets!Observable#clear:member(1)",
33838
- "docComment": "",
33691
+ "docComment": "/**\n * Clear the list of observers\n */\n",
33839
33692
  "excerptTokens": [
33840
33693
  {
33841
33694
  "kind": "Content",
@@ -33866,7 +33719,7 @@
33866
33719
  {
33867
33720
  "kind": "Method",
33868
33721
  "canonicalReference": "@dcl/playground-assets!Observable#clone:member(1)",
33869
- "docComment": "",
33722
+ "docComment": "/**\n * Clone the current observable\n *\n * @returns a new observable\n */\n",
33870
33723
  "excerptTokens": [
33871
33724
  {
33872
33725
  "kind": "Content",
@@ -33902,7 +33755,7 @@
33902
33755
  {
33903
33756
  "kind": "Method",
33904
33757
  "canonicalReference": "@dcl/playground-assets!Observable#hasObservers:member(1)",
33905
- "docComment": "",
33758
+ "docComment": "/**\n * Gets a boolean indicating if the observable has at least one observer\n *\n * @returns true is the Observable has at least one Observer registered\n */\n",
33906
33759
  "excerptTokens": [
33907
33760
  {
33908
33761
  "kind": "Content",
@@ -33933,7 +33786,7 @@
33933
33786
  {
33934
33787
  "kind": "Method",
33935
33788
  "canonicalReference": "@dcl/playground-assets!Observable#hasSpecificMask:member(1)",
33936
- "docComment": "",
33789
+ "docComment": "/**\n * Does this observable handles observer registered with a given mask\n *\n * @param mask - defines the mask to be tested\n *\n * @returns whether or not one observer registered with the given mask is handeled\n */\n",
33937
33790
  "excerptTokens": [
33938
33791
  {
33939
33792
  "kind": "Content",
@@ -33981,7 +33834,7 @@
33981
33834
  {
33982
33835
  "kind": "Method",
33983
33836
  "canonicalReference": "@dcl/playground-assets!Observable#notifyObserver:member(1)",
33984
- "docComment": "",
33837
+ "docComment": "/**\n * Notify a specific observer\n *\n * @param observer - defines the observer to notify\n *\n * @param eventData - defines the data to be sent to each callback\n *\n * @param mask - is used to filter observers defaults to -1\n */\n",
33985
33838
  "excerptTokens": [
33986
33839
  {
33987
33840
  "kind": "Content",
@@ -34066,7 +33919,7 @@
34066
33919
  {
34067
33920
  "kind": "Method",
34068
33921
  "canonicalReference": "@dcl/playground-assets!Observable#notifyObservers:member(1)",
34069
- "docComment": "",
33922
+ "docComment": "/**\n * Notify all Observers by calling their respective callback with the given data Will return true if all observers were executed, false if an observer set skipNextObservers to true, then prevent the subsequent ones to execute\n *\n * @param eventData - defines the data to send to all observers\n *\n * @param mask - defines the mask of the current notification (observers with incompatible mask (ie mask & observer.mask === 0) will not be notified)\n *\n * @param target - defines the original target of the state\n *\n * @param currentTarget - defines the current target of the state\n *\n * @returns false if the complete observer chain was not processed (because one observer set the skipNextObservers to true)\n */\n",
34070
33923
  "excerptTokens": [
34071
33924
  {
34072
33925
  "kind": "Content",
@@ -34162,7 +34015,7 @@
34162
34015
  {
34163
34016
  "kind": "Method",
34164
34017
  "canonicalReference": "@dcl/playground-assets!Observable#notifyObserversWithPromise:member(1)",
34165
- "docComment": "",
34018
+ "docComment": "/**\n * Calling this will execute each callback, expecting it to be a promise or return a value. If at any point in the chain one function fails, the promise will fail and the execution will not continue. This is useful when a chain of events (sometimes async events) is needed to initialize a certain object and it is crucial that all callbacks will be executed. The order of the callbacks is kept, callbacks are not executed parallel.\n *\n * @param eventData - The data to be sent to each callback\n *\n * @param mask - is used to filter observers defaults to -1\n *\n * @param target - defines the callback target (see EventState)\n *\n * @param currentTarget - defines he current object in the bubbling phase\n *\n * @returns will return a Promise than resolves when all callbacks executed successfully.\n */\n",
34166
34019
  "excerptTokens": [
34167
34020
  {
34168
34021
  "kind": "Content",
@@ -34263,7 +34116,7 @@
34263
34116
  {
34264
34117
  "kind": "Method",
34265
34118
  "canonicalReference": "@dcl/playground-assets!Observable#remove:member(1)",
34266
- "docComment": "",
34119
+ "docComment": "/**\n * Remove an Observer from the Observable object\n *\n * @param observer - the instance of the Observer to remove\n *\n * @returns false if it doesn't belong to this Observable\n */\n",
34267
34120
  "excerptTokens": [
34268
34121
  {
34269
34122
  "kind": "Content",
@@ -34320,7 +34173,7 @@
34320
34173
  {
34321
34174
  "kind": "Method",
34322
34175
  "canonicalReference": "@dcl/playground-assets!Observable#removeCallback:member(1)",
34323
- "docComment": "",
34176
+ "docComment": "/**\n * Remove a callback from the Observable object\n *\n * @param callback - the callback to remove\n *\n * @param scope - optional scope. If used only the callbacks with this scope will be removed\n *\n * @returns false if it doesn't belong to this Observable\n */\n",
34324
34177
  "excerptTokens": [
34325
34178
  {
34326
34179
  "kind": "Content",
@@ -34396,7 +34249,7 @@
34396
34249
  {
34397
34250
  "kind": "Class",
34398
34251
  "canonicalReference": "@dcl/playground-assets!Observer:class",
34399
- "docComment": "",
34252
+ "docComment": "/**\n * Represent an Observer registered to a given Observable object.\n *\n * @deprecated\n *\n * This function is an inheritance of ECS6, it's here temporary for the feature parity, please read the news and docs to know how handle when it's removed\n *\n * @public\n */\n",
34400
34253
  "excerptTokens": [
34401
34254
  {
34402
34255
  "kind": "Content",
@@ -34425,7 +34278,7 @@
34425
34278
  {
34426
34279
  "kind": "Property",
34427
34280
  "canonicalReference": "@dcl/playground-assets!Observer#_willBeUnregistered:member",
34428
- "docComment": "",
34281
+ "docComment": "/**\n * For internal usage\n */\n",
34429
34282
  "excerptTokens": [
34430
34283
  {
34431
34284
  "kind": "Content",
@@ -34455,11 +34308,11 @@
34455
34308
  {
34456
34309
  "kind": "Constructor",
34457
34310
  "canonicalReference": "@dcl/playground-assets!Observer:constructor(1)",
34458
- "docComment": "/**\n * Constructs a new instance of the `Observer` class\n */\n",
34311
+ "docComment": "/**\n * Creates a new observer\n *\n * @param callback - defines the callback to call when the observer is notified\n *\n * @param mask - defines the mask of the observer (used to filter notifications)\n *\n * @param scope - defines the current scope used to restore the JS context\n */\n",
34459
34312
  "excerptTokens": [
34460
34313
  {
34461
34314
  "kind": "Content",
34462
- "text": "constructor(callback: "
34315
+ "text": "constructor(\n callback: "
34463
34316
  },
34464
34317
  {
34465
34318
  "kind": "Content",
@@ -34476,7 +34329,7 @@
34476
34329
  },
34477
34330
  {
34478
34331
  "kind": "Content",
34479
- "text": ", mask: "
34332
+ "text": ", \n mask: "
34480
34333
  },
34481
34334
  {
34482
34335
  "kind": "Content",
@@ -34484,7 +34337,7 @@
34484
34337
  },
34485
34338
  {
34486
34339
  "kind": "Content",
34487
- "text": ", scope?: "
34340
+ "text": ", \n scope?: "
34488
34341
  },
34489
34342
  {
34490
34343
  "kind": "Content",
@@ -34528,7 +34381,7 @@
34528
34381
  {
34529
34382
  "kind": "Property",
34530
34383
  "canonicalReference": "@dcl/playground-assets!Observer#callback:member",
34531
- "docComment": "",
34384
+ "docComment": "/**\n * Defines the callback to call when the observer is notified\n */\n",
34532
34385
  "excerptTokens": [
34533
34386
  {
34534
34387
  "kind": "Content",
@@ -34567,7 +34420,7 @@
34567
34420
  {
34568
34421
  "kind": "Property",
34569
34422
  "canonicalReference": "@dcl/playground-assets!Observer#mask:member",
34570
- "docComment": "",
34423
+ "docComment": "/**\n * Defines the mask of the observer (used to filter notifications)\n */\n",
34571
34424
  "excerptTokens": [
34572
34425
  {
34573
34426
  "kind": "Content",
@@ -34597,7 +34450,7 @@
34597
34450
  {
34598
34451
  "kind": "Property",
34599
34452
  "canonicalReference": "@dcl/playground-assets!Observer#scope:member",
34600
- "docComment": "",
34453
+ "docComment": "/**\n * Defines the current scope used to restore the JS context\n */\n",
34601
34454
  "excerptTokens": [
34602
34455
  {
34603
34456
  "kind": "Content",
@@ -34627,7 +34480,7 @@
34627
34480
  {
34628
34481
  "kind": "Property",
34629
34482
  "canonicalReference": "@dcl/playground-assets!Observer#unregisterOnNextCall:member",
34630
- "docComment": "",
34483
+ "docComment": "/**\n * Gets or sets a property defining that the observer as to be unregistered after the next notification\n */\n",
34631
34484
  "excerptTokens": [
34632
34485
  {
34633
34486
  "kind": "Content",
@@ -34660,7 +34513,7 @@
34660
34513
  {
34661
34514
  "kind": "Class",
34662
34515
  "canonicalReference": "@dcl/playground-assets!ObserverEventState:class",
34663
- "docComment": "",
34516
+ "docComment": "/**\n * A class serves as a medium between the observable and its observers\n *\n * @deprecated\n *\n * This function is an inheritance of ECS6, it's here temporary for the feature parity, please read the news and docs to know how handle when it's removed\n *\n * @public\n */\n",
34664
34517
  "excerptTokens": [
34665
34518
  {
34666
34519
  "kind": "Content",
@@ -34676,7 +34529,7 @@
34676
34529
  {
34677
34530
  "kind": "Constructor",
34678
34531
  "canonicalReference": "@dcl/playground-assets!ObserverEventState:constructor(1)",
34679
- "docComment": "/**\n * Constructs a new instance of the `ObserverEventState` class\n */\n",
34532
+ "docComment": "/**\n * Create a new EventState\n *\n * @param mask - defines the mask associated with this state\n *\n * @param skipNextObservers - defines a flag which will instruct the observable to skip following observers when set to true\n *\n * @param target - defines the original target of the state\n *\n * @param currentTarget - defines the current target of the state\n */\n",
34680
34533
  "excerptTokens": [
34681
34534
  {
34682
34535
  "kind": "Content",
@@ -34756,7 +34609,7 @@
34756
34609
  {
34757
34610
  "kind": "Property",
34758
34611
  "canonicalReference": "@dcl/playground-assets!ObserverEventState#currentTarget:member",
34759
- "docComment": "",
34612
+ "docComment": "/**\n * The current object in the bubbling phase\n */\n",
34760
34613
  "excerptTokens": [
34761
34614
  {
34762
34615
  "kind": "Content",
@@ -34786,7 +34639,7 @@
34786
34639
  {
34787
34640
  "kind": "Method",
34788
34641
  "canonicalReference": "@dcl/playground-assets!ObserverEventState#initalize:member(1)",
34789
- "docComment": "",
34642
+ "docComment": "/**\n * Initialize the current event state\n *\n * @param mask - defines the mask associated with this state\n *\n * @param skipNextObservers - defines a flag which will instruct the observable to skip following observers when set to true\n *\n * @param target - defines the original target of the state\n *\n * @param currentTarget - defines the current target of the state\n *\n * @returns the current event state\n */\n",
34790
34643
  "excerptTokens": [
34791
34644
  {
34792
34645
  "kind": "Content",
@@ -34883,7 +34736,7 @@
34883
34736
  {
34884
34737
  "kind": "Property",
34885
34738
  "canonicalReference": "@dcl/playground-assets!ObserverEventState#lastReturnValue:member",
34886
- "docComment": "",
34739
+ "docComment": "/**\n * This will be populated with the return value of the last function that was executed. If it is the first function in the callback chain it will be the event data.\n */\n",
34887
34740
  "excerptTokens": [
34888
34741
  {
34889
34742
  "kind": "Content",
@@ -34913,7 +34766,7 @@
34913
34766
  {
34914
34767
  "kind": "Property",
34915
34768
  "canonicalReference": "@dcl/playground-assets!ObserverEventState#mask:member",
34916
- "docComment": "",
34769
+ "docComment": "/**\n * Get the mask value that were used to trigger the event corresponding to this EventState object\n */\n",
34917
34770
  "excerptTokens": [
34918
34771
  {
34919
34772
  "kind": "Content",
@@ -34943,7 +34796,7 @@
34943
34796
  {
34944
34797
  "kind": "Property",
34945
34798
  "canonicalReference": "@dcl/playground-assets!ObserverEventState#skipNextObservers:member",
34946
- "docComment": "",
34799
+ "docComment": "/**\n * An Observer can set this property to true to prevent subsequent observers of being notified\n */\n",
34947
34800
  "excerptTokens": [
34948
34801
  {
34949
34802
  "kind": "Content",
@@ -34973,7 +34826,7 @@
34973
34826
  {
34974
34827
  "kind": "Property",
34975
34828
  "canonicalReference": "@dcl/playground-assets!ObserverEventState#target:member",
34976
- "docComment": "",
34829
+ "docComment": "/**\n * The object that originally notified the event\n */\n",
34977
34830
  "excerptTokens": [
34978
34831
  {
34979
34832
  "kind": "Content",
@@ -35059,7 +34912,7 @@
35059
34912
  {
35060
34913
  "kind": "Variable",
35061
34914
  "canonicalReference": "@dcl/playground-assets!onEnterScene:var",
35062
- "docComment": "",
34915
+ "docComment": "/**\n * @deprecated\n *\n * This function is an inheritance of ECS6, it's here temporary for the feature parity, please read the news and docs to know how handle when it's removed. Use onEnterSceneObservable instead.\n *\n * @public\n */\n",
35063
34916
  "excerptTokens": [
35064
34917
  {
35065
34918
  "kind": "Content",
@@ -35087,7 +34940,7 @@
35087
34940
  {
35088
34941
  "kind": "Variable",
35089
34942
  "canonicalReference": "@dcl/playground-assets!onEnterSceneObservable:var",
35090
- "docComment": "",
34943
+ "docComment": "/**\n * These events are triggered after your character enters the scene.\n *\n * @deprecated\n *\n * This function is an inheritance of ECS6, it's here temporary for the feature parity, please read the news and docs to know how handle when it's removed.\n *\n * @public\n */\n",
35091
34944
  "excerptTokens": [
35092
34945
  {
35093
34946
  "kind": "Content",
@@ -35115,7 +34968,7 @@
35115
34968
  {
35116
34969
  "kind": "Variable",
35117
34970
  "canonicalReference": "@dcl/playground-assets!onLeaveScene:var",
35118
- "docComment": "",
34971
+ "docComment": "/**\n * @deprecated\n *\n * This function is an inheritance of ECS6, it's here temporary for the feature parity, please read the news and docs to know how handle when it's removed. Use onLeaveSceneObservable instead.\n *\n * @public\n */\n",
35119
34972
  "excerptTokens": [
35120
34973
  {
35121
34974
  "kind": "Content",
@@ -35143,7 +34996,7 @@
35143
34996
  {
35144
34997
  "kind": "Variable",
35145
34998
  "canonicalReference": "@dcl/playground-assets!onLeaveSceneObservable:var",
35146
- "docComment": "",
34999
+ "docComment": "/**\n * These events are triggered after your character leaves the scene.\n *\n * @deprecated\n *\n * This function is an inheritance of ECS6, it's here temporary for the feature parity, please read the news and docs to know how handle when it's removed.\n *\n * @public\n */\n",
35147
35000
  "excerptTokens": [
35148
35001
  {
35149
35002
  "kind": "Content",
@@ -35267,7 +35120,7 @@
35267
35120
  {
35268
35121
  "kind": "Variable",
35269
35122
  "canonicalReference": "@dcl/playground-assets!onPlayerClickedObservable:var",
35270
- "docComment": "",
35123
+ "docComment": "/**\n * @deprecated\n *\n * This function is an inheritance of ECS6, it's here temporary for the feature parity, please read the news and docs to know how handle when it's removed.\n *\n * @public\n */\n",
35271
35124
  "excerptTokens": [
35272
35125
  {
35273
35126
  "kind": "Content",
@@ -35313,7 +35166,7 @@
35313
35166
  {
35314
35167
  "kind": "Variable",
35315
35168
  "canonicalReference": "@dcl/playground-assets!onPlayerConnectedObservable:var",
35316
- "docComment": "",
35169
+ "docComment": "/**\n * @deprecated\n *\n * This function is an inheritance of ECS6, it's here temporary for the feature parity, please read the news and docs to know how handle when it's removed.\n *\n * @public\n */\n",
35317
35170
  "excerptTokens": [
35318
35171
  {
35319
35172
  "kind": "Content",
@@ -35341,7 +35194,7 @@
35341
35194
  {
35342
35195
  "kind": "Variable",
35343
35196
  "canonicalReference": "@dcl/playground-assets!onPlayerDisconnectedObservable:var",
35344
- "docComment": "",
35197
+ "docComment": "/**\n * @deprecated\n *\n * This function is an inheritance of ECS6, it's here temporary for the feature parity, please read the news and docs to know how handle when it's removed.\n *\n * @public\n */\n",
35345
35198
  "excerptTokens": [
35346
35199
  {
35347
35200
  "kind": "Content",
@@ -35369,7 +35222,7 @@
35369
35222
  {
35370
35223
  "kind": "Variable",
35371
35224
  "canonicalReference": "@dcl/playground-assets!onPlayerExpressionObservable:var",
35372
- "docComment": "",
35225
+ "docComment": "/**\n * @deprecated\n *\n * This function is an inheritance of ECS6, it's here temporary for the feature parity, please read the news and docs to know how handle when it's removed.\n *\n * @public\n */\n",
35373
35226
  "excerptTokens": [
35374
35227
  {
35375
35228
  "kind": "Content",
@@ -35397,7 +35250,7 @@
35397
35250
  {
35398
35251
  "kind": "Variable",
35399
35252
  "canonicalReference": "@dcl/playground-assets!onProfileChanged:var",
35400
- "docComment": "",
35253
+ "docComment": "/**\n * @deprecated\n *\n * This function is an inheritance of ECS6, it's here temporary for the feature parity, please read the news and docs to know how handle when it's removed.\n *\n * @public\n */\n",
35401
35254
  "excerptTokens": [
35402
35255
  {
35403
35256
  "kind": "Content",
@@ -35425,7 +35278,7 @@
35425
35278
  {
35426
35279
  "kind": "Variable",
35427
35280
  "canonicalReference": "@dcl/playground-assets!onRealmChangedObservable:var",
35428
- "docComment": "",
35281
+ "docComment": "/**\n * @deprecated\n *\n * This function is an inheritance of ECS6, it's here temporary for the feature parity, please read the news and docs to know how handle when it's removed.\n *\n * @public\n */\n",
35429
35282
  "excerptTokens": [
35430
35283
  {
35431
35284
  "kind": "Content",
@@ -35453,7 +35306,7 @@
35453
35306
  {
35454
35307
  "kind": "Variable",
35455
35308
  "canonicalReference": "@dcl/playground-assets!onSceneReadyObservable:var",
35456
- "docComment": "",
35309
+ "docComment": "/**\n * This event is triggered after all the resources of the scene were loaded (models, textures, etc...)\n *\n * @deprecated\n *\n * This function is an inheritance of ECS6, it's here temporary for the feature parity, please read the news and docs to know how handle when it's removed.\n *\n * @public\n */\n",
35457
35310
  "excerptTokens": [
35458
35311
  {
35459
35312
  "kind": "Content",
@@ -35531,7 +35384,7 @@
35531
35384
  {
35532
35385
  "kind": "Variable",
35533
35386
  "canonicalReference": "@dcl/playground-assets!onVideoEvent:var",
35534
- "docComment": "",
35387
+ "docComment": "/**\n * @deprecated\n *\n * This function is an inheritance of ECS6, it's here temporary for the feature parity, please read the news and docs to know how handle when it's removed.\n *\n * @public\n */\n",
35535
35388
  "excerptTokens": [
35536
35389
  {
35537
35390
  "kind": "Content",
@@ -58326,7 +58179,7 @@
58326
58179
  {
58327
58180
  "kind": "TypeAlias",
58328
58181
  "canonicalReference": "@dcl/playground-assets!RaycastResponsePayload:type",
58329
- "docComment": "",
58182
+ "docComment": "/**\n * @public\n */\n",
58330
58183
  "excerptTokens": [
58331
58184
  {
58332
58185
  "kind": "Content",