@@ -42,7 +42,7 @@ This document describes events dispatched in PageBuilder and parameters.
42
42
* [ slider:block: ready ] ( #sliderblockready )
43
43
* [ stage: error ] ( #stageerror )
44
44
* [ stage:ready:{{id}}] ( #stagereadyid )
45
- * [ stage:renderTrree :{{id}}] ( #stagerendertrreeid )
45
+ * [ stage:renderTree :{{id}}] ( #stagerendertreeid )
46
46
* [ stage: updated ] ( #stageupdated )
47
47
* [ state] ( #state )
48
48
* [ tab-item:block: duplicate ] ( #tab-itemblockduplicate )
@@ -268,7 +268,7 @@ This document describes events dispatched in PageBuilder and parameters.
268
268
269
269
``` js
270
270
{
271
- column: ContentTypeInterface ;
271
+ column: Column ;
272
272
stageId: string;
273
273
}
274
274
```
@@ -284,9 +284,9 @@ This document describes events dispatched in PageBuilder and parameters.
284
284
285
285
``` js
286
286
{
287
- column,
287
+ column: Column ,
288
288
handle,
289
- parent
289
+ parent: ColumnGroup
290
290
}
291
291
```
292
292
@@ -302,8 +302,8 @@ This document describes events dispatched in PageBuilder and parameters.
302
302
303
303
``` js
304
304
{
305
- column,
306
- stageId
305
+ column: Column ,
306
+ stageId: string
307
307
}
308
308
```
309
309
@@ -319,9 +319,9 @@ This document describes events dispatched in PageBuilder and parameters.
319
319
320
320
``` js
321
321
{
322
- column,
322
+ column: Column ,
323
323
element,
324
- parent
324
+ parent: ColumnGroup
325
325
}
326
326
```
327
327
@@ -405,8 +405,7 @@ This document describes events dispatched in PageBuilder and parameters.
405
405
406
406
** Params**
407
407
408
- ``` js
409
- ```
408
+ object
410
409
411
410
## ` image:block:ready `
412
411
@@ -416,8 +415,7 @@ This document describes events dispatched in PageBuilder and parameters.
416
415
417
416
** Params**
418
417
419
- ``` js
420
- ```
418
+ Function
421
419
422
420
[ Back to top]
423
421
@@ -429,11 +427,7 @@ This document describes events dispatched in PageBuilder and parameters.
429
427
430
428
** Params**
431
429
432
- ``` js
433
- {
434
- callback : (files : object [ ] ) => any
435
- }
436
- ```
430
+ Function
437
431
438
432
[ Back to top]
439
433
@@ -543,7 +537,6 @@ This document describes events dispatched in PageBuilder and parameters.
543
537
** Triggers**
544
538
545
539
* ` ContentTypeFactory::fireBlockReadyEvent `
546
- * ` ContentTypeMountEventParamsInterface `
547
540
548
541
** Params**
549
542
@@ -561,7 +554,6 @@ This document describes events dispatched in PageBuilder and parameters.
561
554
** Triggers**
562
555
563
556
* ` ContentTypeFactory::createContentType `
564
- * ` ContentTypeCreateEventParamsInterface `
565
557
566
558
** Params**
567
559
@@ -577,7 +569,6 @@ This document describes events dispatched in PageBuilder and parameters.
577
569
** Triggers**
578
570
579
571
* ` Stage::onBlockDropped `
580
- * ` ContentTypeReadyEventParamsInterface `
581
572
582
573
** Params**
583
574
@@ -615,7 +606,6 @@ This document describes events dispatched in PageBuilder and parameters.
615
606
616
607
* ` ContentTypeCollection::addChild `
617
608
* ` Column.Preview::fireMountEvent `
618
- * ` ContentTypeMountEventParamsInterface `
619
609
620
610
** Params**
621
611
@@ -652,7 +642,6 @@ This document describes events dispatched in PageBuilder and parameters.
652
642
** Triggers**
653
643
654
644
* ` ContentTypeFactory::fireBlockReadyEvent `
655
- * ` ContentTypeReadyEventParamsInterface `
656
645
657
646
** Params**
658
647
@@ -673,8 +662,7 @@ This document describes events dispatched in PageBuilder and parameters.
673
662
674
663
** Params**
675
664
676
- ``` js
677
- ```
665
+ Error
678
666
679
667
[ Back to top]
680
668
@@ -685,7 +673,7 @@ This document describes events dispatched in PageBuilder and parameters.
685
673
* ` Stage::ready `
686
674
* ` stage instance `
687
675
688
- ## ` stage:renderTrree :{{id}} `
676
+ ## ` stage:renderTree :{{id}} `
689
677
690
678
** Triggers**
691
679
@@ -695,7 +683,7 @@ This document describes events dispatched in PageBuilder and parameters.
695
683
696
684
``` js
697
685
{
698
- value
686
+ value: string
699
687
}
700
688
```
701
689
@@ -712,7 +700,7 @@ This document describes events dispatched in PageBuilder and parameters.
712
700
713
701
``` js
714
702
{
715
- stageId
703
+ stageId: number
716
704
}
717
705
```
718
706
@@ -728,7 +716,7 @@ This document describes events dispatched in PageBuilder and parameters.
728
716
729
717
``` js
730
718
{
731
- state
719
+ state: DataObject
732
720
}
733
721
```
734
722
@@ -745,9 +733,9 @@ This document describes events dispatched in PageBuilder and parameters.
745
733
746
734
``` js
747
735
{
748
- original: originalBlock ,
749
- duplicateBlock,
750
- index,
736
+ original: ContentTypeInterface ,
737
+ duplicateBlock: ContentTypeInterface ,
738
+ index: number ,
751
739
}
752
740
```
753
741
@@ -759,7 +747,6 @@ This document describes events dispatched in PageBuilder and parameters.
759
747
760
748
* ` ContentTypeCollection::addChild `
761
749
* ` Column.Preview::fireMountEvent `
762
- * ` ContentTypeMountEventParamsInterface `
763
750
764
751
** Params**
765
752
@@ -797,7 +784,6 @@ This document describes events dispatched in PageBuilder and parameters.
797
784
** Triggers**
798
785
799
786
* ` Stage::onBlockDropped `
800
- * ` ContentTypeReadyEventParamsInterface `
801
787
802
788
** Params**
803
789
@@ -815,7 +801,6 @@ This document describes events dispatched in PageBuilder and parameters.
815
801
** Triggers**
816
802
817
803
* ` ContentTypeFactory::fireBlockReadyEvent `
818
- * ` ContentTypeReadyEventParamsInterface `
819
804
820
805
** Params**
821
806
0 commit comments