@sapui5/ts-types 1.115.0 → 1.116.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.
Files changed (66) hide show
  1. package/README.md +4 -14
  2. package/package.json +1 -1
  3. package/types/index.d.ts +11 -3
  4. package/types/sap.apf.d.ts +38 -30
  5. package/types/sap.ca.ui.d.ts +129 -87
  6. package/types/sap.chart.d.ts +51 -53
  7. package/types/sap.collaboration.d.ts +22 -20
  8. package/types/sap.esh.search.ui.d.ts +111 -107
  9. package/types/sap.f.d.ts +637 -726
  10. package/types/sap.fe.core.d.ts +187 -61
  11. package/types/sap.fe.macros.d.ts +46 -16
  12. package/types/sap.fe.navigation.d.ts +5 -5
  13. package/types/sap.fe.placeholder.d.ts +3 -0
  14. package/types/sap.fe.templates.d.ts +5 -6
  15. package/types/sap.fe.test.d.ts +4 -4
  16. package/types/sap.fe.tools.d.ts +3 -0
  17. package/types/sap.feedback.ui.d.ts +1 -1
  18. package/types/sap.gantt.d.ts +1074 -1207
  19. package/types/sap.insights.d.ts +3 -3
  20. package/types/sap.landvisz.d.ts +53 -27
  21. package/types/sap.m.d.ts +6012 -6875
  22. package/types/sap.makit.d.ts +42 -30
  23. package/types/sap.me.d.ts +61 -85
  24. package/types/sap.ndc.d.ts +43 -34
  25. package/types/sap.ovp.d.ts +19 -6
  26. package/types/sap.rules.ui.d.ts +29 -37
  27. package/types/sap.sac.df.d.ts +7 -5
  28. package/types/sap.suite.ui.commons.d.ts +1012 -1165
  29. package/types/sap.suite.ui.generic.template.d.ts +66 -64
  30. package/types/sap.suite.ui.microchart.d.ts +253 -225
  31. package/types/sap.tnt.d.ts +108 -87
  32. package/types/sap.ui.codeeditor.d.ts +26 -38
  33. package/types/sap.ui.commons.d.ts +541 -751
  34. package/types/sap.ui.comp.d.ts +2160 -2168
  35. package/types/sap.ui.core.d.ts +2094 -2062
  36. package/types/sap.ui.dt.d.ts +1 -1
  37. package/types/sap.ui.export.d.ts +31 -27
  38. package/types/sap.ui.fl.d.ts +48 -100
  39. package/types/sap.ui.generic.app.d.ts +28 -30
  40. package/types/sap.ui.generic.template.d.ts +1 -1
  41. package/types/sap.ui.integration.d.ts +391 -319
  42. package/types/sap.ui.layout.d.ts +317 -341
  43. package/types/sap.ui.mdc.d.ts +1505 -1386
  44. package/types/sap.ui.richtexteditor.d.ts +39 -39
  45. package/types/sap.ui.rta.d.ts +7 -7
  46. package/types/sap.ui.suite.d.ts +12 -8
  47. package/types/sap.ui.support.d.ts +11 -11
  48. package/types/sap.ui.table.d.ts +344 -454
  49. package/types/sap.ui.testrecorder.d.ts +1 -1
  50. package/types/sap.ui.unified.d.ts +875 -953
  51. package/types/sap.ui.ux3.d.ts +598 -816
  52. package/types/sap.ui.vbm.d.ts +496 -764
  53. package/types/sap.ui.vk.d.ts +1332 -1844
  54. package/types/sap.ui.vtm.d.ts +312 -386
  55. package/types/sap.ui.webc.common.d.ts +9 -9
  56. package/types/sap.ui.webc.fiori.d.ts +1036 -480
  57. package/types/sap.ui.webc.main.d.ts +4920 -1500
  58. package/types/sap.uiext.inbox.d.ts +57 -31
  59. package/types/sap.ushell.d.ts +451 -981
  60. package/types/sap.ushell_abap.d.ts +1 -1
  61. package/types/sap.uxap.d.ts +220 -252
  62. package/types/sap.viz.d.ts +861 -605
  63. package/types/sap.webanalytics.core.d.ts +1 -1
  64. package/types/sap.zen.commons.d.ts +2 -2
  65. package/types/sap.zen.crosstab.d.ts +2 -2
  66. package/types/sap.zen.dsh.d.ts +127 -157
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.115.0
1
+ // For Library Version: 1.116.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -17,9 +17,7 @@ declare namespace sap {
17
17
  * The event is raised when a when the Adapter receives an event from GeoMap control. It is intended to
18
18
  * unify the various GeoMap events as provided by VBI.
19
19
  */
20
- submit?: (
21
- oEvent: sap.ui.base.Event<sap.ui.vbm.$AdapterSubmitEventParameters>
22
- ) => void;
20
+ submit?: (oEvent: Adapter$SubmitEvent) => void;
23
21
  }
24
22
 
25
23
  interface $Adapter3DSettings extends sap.ui.core.$ElementSettings {
@@ -32,9 +30,7 @@ declare namespace sap {
32
30
  /**
33
31
  * This event is fired when interactions in the viewport happen.
34
32
  */
35
- submit?: (
36
- oEvent: sap.ui.base.Event<sap.ui.vbm.$Adapter3DSubmitEventParameters>
37
- ) => void;
33
+ submit?: (oEvent: Adapter3D$SubmitEvent) => void;
38
34
  }
39
35
 
40
36
  interface $AnalyticMapSettings extends sap.ui.vbm.$GeoMapSettings {
@@ -51,15 +47,13 @@ declare namespace sap {
51
47
  /**
52
48
  * The event is raised when there is a click or a tap on a region.
53
49
  */
54
- regionClick?: (
55
- oEvent: sap.ui.base.Event<sap.ui.vbm.$AnalyticMapRegionClickEventParameters>
56
- ) => void;
50
+ regionClick?: (oEvent: AnalyticMap$RegionClickEvent) => void;
57
51
 
58
52
  /**
59
53
  * The event is raised when there is a right click or a tap and hold action on a region.
60
54
  */
61
55
  regionContextMenu?: (
62
- oEvent: sap.ui.base.Event<sap.ui.vbm.$AnalyticMapRegionContextMenuEventParameters>
56
+ oEvent: AnalyticMap$RegionContextMenuEvent
63
57
  ) => void;
64
58
 
65
59
  /**
@@ -132,16 +126,12 @@ declare namespace sap {
132
126
  /**
133
127
  * This event is raised when the edge of an Area is clicked.
134
128
  */
135
- edgeClick?: (
136
- oEvent: sap.ui.base.Event<sap.ui.vbm.$AreasEdgeClickEventParameters>
137
- ) => void;
129
+ edgeClick?: (oEvent: Areas$EdgeClickEvent) => void;
138
130
 
139
131
  /**
140
132
  * This event is raised when the edge of an Area is right clicked.
141
133
  */
142
- edgeContextMenu?: (
143
- oEvent: sap.ui.base.Event<sap.ui.vbm.$AreasEdgeContextMenuEventParameters>
144
- ) => void;
134
+ edgeContextMenu?: (oEvent: Areas$EdgeContextMenuEvent) => void;
145
135
  }
146
136
 
147
137
  interface $BoxSettings extends sap.ui.vbm.$VoBaseSettings {
@@ -339,16 +329,12 @@ declare namespace sap {
339
329
  /**
340
330
  * The event is raised when there is a click action on a Cluster Object.
341
331
  */
342
- click?: (
343
- oEvent: sap.ui.base.Event<sap.ui.vbm.$ClusterBaseClickEventParameters>
344
- ) => void;
332
+ click?: (oEvent: ClusterBase$ClickEvent) => void;
345
333
 
346
334
  /**
347
335
  * The event is raised when there is a right click or a tap and hold action on a Cluster.
348
336
  */
349
- contextMenu?: (
350
- oEvent: sap.ui.base.Event<sap.ui.vbm.$ClusterBaseContextMenuEventParameters>
351
- ) => void;
337
+ contextMenu?: (oEvent: ClusterBase$ContextMenuEvent) => void;
352
338
  }
353
339
 
354
340
  interface $ClusterContainerSettings
@@ -488,9 +474,7 @@ declare namespace sap {
488
474
  /**
489
475
  * The event is raised when there is a right click or a tap and hold action on a Feature.
490
476
  */
491
- contextMenu?: (
492
- oEvent: sap.ui.base.Event<sap.ui.vbm.$FeatureContextMenuEventParameters>
493
- ) => void;
477
+ contextMenu?: (oEvent: Feature$ContextMenuEvent) => void;
494
478
  }
495
479
 
496
480
  interface $FeatureCollectionSettings
@@ -508,17 +492,13 @@ declare namespace sap {
508
492
  * The event is raised when there is a click action on an aggregated Feature. Clicks on other Features from
509
493
  * the GeoJSON are ignored.
510
494
  */
511
- click?: (
512
- oEvent: sap.ui.base.Event<sap.ui.vbm.$FeatureCollectionClickEventParameters>
513
- ) => void;
495
+ click?: (oEvent: FeatureCollection$ClickEvent) => void;
514
496
 
515
497
  /**
516
498
  * The event is raised when there is a right click or a tap and hold action on an aggregated Feature. Clicks
517
499
  * on other Features from the GeoJSON are ignored.
518
500
  */
519
- contextMenu?: (
520
- oEvent: sap.ui.base.Event<sap.ui.vbm.$FeatureCollectionContextMenuEventParameters>
521
- ) => void;
501
+ contextMenu?: (oEvent: FeatureCollection$ContextMenuEvent) => void;
522
502
  }
523
503
 
524
504
  interface $GeoCircleSettings extends sap.ui.vbm.$VoBaseSettings {
@@ -629,17 +609,13 @@ declare namespace sap {
629
609
  * The event is raised when there is a click action on an aggregated Feature. Clicks on other Features from
630
610
  * the GeoJSON are ignored.
631
611
  */
632
- click?: (
633
- oEvent: sap.ui.base.Event<sap.ui.vbm.$GeoJsonLayerClickEventParameters>
634
- ) => void;
612
+ click?: (oEvent: GeoJsonLayer$ClickEvent) => void;
635
613
 
636
614
  /**
637
615
  * The event is raised when there is a right click or a tap and hold action on an aggregated Feature. Clicks
638
616
  * on other Features from the GeoJSON are ignored.
639
617
  */
640
- contextMenu?: (
641
- oEvent: sap.ui.base.Event<sap.ui.vbm.$GeoJsonLayerContextMenuEventParameters>
642
- ) => void;
618
+ contextMenu?: (oEvent: GeoJsonLayer$ContextMenuEvent) => void;
643
619
  }
644
620
 
645
621
  interface $GeoMapSettings extends sap.ui.vbm.$VBISettings {
@@ -809,23 +785,17 @@ declare namespace sap {
809
785
  /**
810
786
  * Raised when the map is clicked.
811
787
  */
812
- click?: (
813
- oEvent: sap.ui.base.Event<sap.ui.vbm.$GeoMapClickEventParameters>
814
- ) => void;
788
+ click?: (oEvent: GeoMap$ClickEvent) => void;
815
789
 
816
790
  /**
817
791
  * Raised when the map is right clicked/longPressed(tap and hold).
818
792
  */
819
- contextMenu?: (
820
- oEvent: sap.ui.base.Event<sap.ui.vbm.$GeoMapContextMenuEventParameters>
821
- ) => void;
793
+ contextMenu?: (oEvent: GeoMap$ContextMenuEvent) => void;
822
794
 
823
795
  /**
824
796
  * Raised when something is dropped on the map.
825
797
  */
826
- drop?: (
827
- oEvent: sap.ui.base.Event<sap.ui.vbm.$GeoMapDropEventParameters>
828
- ) => void;
798
+ drop?: (oEvent: GeoMap$DropEvent) => void;
829
799
 
830
800
  /**
831
801
  * This event is raised when a multi selection of visual objects has occurred
@@ -835,37 +805,27 @@ declare namespace sap {
835
805
  /**
836
806
  * this event is raised on zoom in or zoom out.
837
807
  */
838
- zoomChanged?: (
839
- oEvent: sap.ui.base.Event<sap.ui.vbm.$GeoMapZoomChangedEventParameters>
840
- ) => void;
808
+ zoomChanged?: (oEvent: GeoMap$ZoomChangedEvent) => void;
841
809
 
842
810
  /**
843
811
  * this event is raised on map move.
844
812
  */
845
- centerChanged?: (
846
- oEvent: sap.ui.base.Event<sap.ui.vbm.$GeoMapCenterChangedEventParameters>
847
- ) => void;
813
+ centerChanged?: (oEvent: GeoMap$CenterChangedEvent) => void;
848
814
 
849
815
  /**
850
816
  * this event is raised on map key down
851
817
  */
852
- keyDown?: (
853
- oEvent: sap.ui.base.Event<sap.ui.vbm.$GeoMapKeyDownEventParameters>
854
- ) => void;
818
+ keyDown?: (oEvent: GeoMap$KeyDownEvent) => void;
855
819
 
856
820
  /**
857
821
  * this event is raised on map key press
858
822
  */
859
- keyPress?: (
860
- oEvent: sap.ui.base.Event<sap.ui.vbm.$GeoMapKeyPressEventParameters>
861
- ) => void;
823
+ keyPress?: (oEvent: GeoMap$KeyPressEvent) => void;
862
824
 
863
825
  /**
864
826
  * this event is raised on map key up
865
827
  */
866
- keyUp?: (
867
- oEvent: sap.ui.base.Event<sap.ui.vbm.$GeoMapKeyUpEventParameters>
868
- ) => void;
828
+ keyUp?: (oEvent: GeoMap$KeyUpEvent) => void;
869
829
  }
870
830
 
871
831
  interface $HeatmapSettings extends sap.ui.vbm.$VoAbstractSettings {
@@ -965,9 +925,7 @@ declare namespace sap {
965
925
  /**
966
926
  * The event is raised when there is a click action on a legend.
967
927
  */
968
- click?: (
969
- oEvent: sap.ui.base.Event<sap.ui.vbm.$LegendClickEventParameters>
970
- ) => void;
928
+ click?: (oEvent: Legend$ClickEvent) => void;
971
929
  }
972
930
 
973
931
  interface $LegendItemSettings extends sap.ui.core.$ElementSettings {
@@ -997,9 +955,7 @@ declare namespace sap {
997
955
  /**
998
956
  * The event is raised when there is a click action on a legend item.
999
957
  */
1000
- click?: (
1001
- oEvent: sap.ui.base.Event<sap.ui.vbm.$LegendItemClickEventParameters>
1002
- ) => void;
958
+ click?: (oEvent: LegendItem$ClickEvent) => void;
1003
959
  }
1004
960
 
1005
961
  interface $PieSettings extends sap.ui.vbm.$VoBaseSettings {
@@ -1126,16 +1082,12 @@ declare namespace sap {
1126
1082
  /**
1127
1083
  * The event is raised when there is a click action on a region.
1128
1084
  */
1129
- click?: (
1130
- oEvent: sap.ui.base.Event<sap.ui.vbm.$RegionClickEventParameters>
1131
- ) => void;
1085
+ click?: (oEvent: Region$ClickEvent) => void;
1132
1086
 
1133
1087
  /**
1134
1088
  * The event is raised when there is a right click or a tap and hold action on a region.
1135
1089
  */
1136
- contextMenu?: (
1137
- oEvent: sap.ui.base.Event<sap.ui.vbm.$RegionContextMenuEventParameters>
1138
- ) => void;
1090
+ contextMenu?: (oEvent: Region$ContextMenuEvent) => void;
1139
1091
  }
1140
1092
 
1141
1093
  interface $ResourceSettings extends sap.ui.core.$ElementSettings {
@@ -1216,7 +1168,7 @@ declare namespace sap {
1216
1168
  dotwidth?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
1217
1169
 
1218
1170
  /**
1219
- * @EXPERIMENTAL (since 1.32.0) - this method is experimental and might be modified or removed in future
1171
+ * @experimental (since 1.32.0) - this method is experimental and might be modified or removed in future
1220
1172
  * versions.
1221
1173
  *
1222
1174
  * Defines the type of the route, default is 'Straight'. Other types are 'Geodesic' which show the shortest
@@ -1544,77 +1496,57 @@ declare namespace sap {
1544
1496
  /**
1545
1497
  * High level API. Submit event is raised.
1546
1498
  */
1547
- submit?: (
1548
- oEvent: sap.ui.base.Event<sap.ui.vbm.$VBISubmitEventParameters>
1549
- ) => void;
1499
+ submit?: (oEvent: VBI$SubmitEvent) => void;
1550
1500
 
1551
1501
  /**
1552
1502
  * High level API. ThumbnailClick event is raised.
1553
1503
  */
1554
- thumbnailClick?: (
1555
- oEvent: sap.ui.base.Event<sap.ui.vbm.$VBIThumbnailClickEventParameters>
1556
- ) => void;
1504
+ thumbnailClick?: (oEvent: VBI$ThumbnailClickEvent) => void;
1557
1505
 
1558
1506
  /**
1559
1507
  * Low level API. Rendering of the canvas content is reqested. This event can be used to do custom rendering
1560
1508
  * into the Visual Business overlay canvas. This function is not supported in plugin mode.
1561
1509
  */
1562
- render?: (
1563
- oEvent: sap.ui.base.Event<sap.ui.vbm.$VBIRenderEventParameters>
1564
- ) => void;
1510
+ render?: (oEvent: VBI$RenderEvent) => void;
1565
1511
 
1566
1512
  /**
1567
1513
  * Low level API. Tracking mode is set or reset. This function is not supported in plugin mode.
1568
1514
  */
1569
- changeTrackingMode?: (
1570
- oEvent: sap.ui.base.Event<sap.ui.vbm.$VBIChangeTrackingModeEventParameters>
1571
- ) => void;
1515
+ changeTrackingMode?: (oEvent: VBI$ChangeTrackingModeEvent) => void;
1572
1516
 
1573
1517
  /**
1574
1518
  * Low level API. The canvas is zoomed. This function is not supported in plugin mode.
1575
1519
  */
1576
- zoom?: (
1577
- oEvent: sap.ui.base.Event<sap.ui.vbm.$VBIZoomEventParameters>
1578
- ) => void;
1520
+ zoom?: (oEvent: VBI$ZoomEvent) => void;
1579
1521
 
1580
1522
  /**
1581
1523
  * Low level API. The canvas was moved. This function is not supported in plugin mode.
1582
1524
  */
1583
- move?: (
1584
- oEvent: sap.ui.base.Event<sap.ui.vbm.$VBIMoveEventParameters>
1585
- ) => void;
1525
+ move?: (oEvent: VBI$MoveEvent) => void;
1586
1526
 
1587
1527
  /**
1588
1528
  * The event is raised before a Visual Business window is opened. It is intended to be used to place arbitrary
1589
1529
  * content in e.g. a Detail Window. This event is not supported in plugin mode.
1590
1530
  */
1591
- openWindow?: (
1592
- oEvent: sap.ui.base.Event<sap.ui.vbm.$VBIOpenWindowEventParameters>
1593
- ) => void;
1531
+ openWindow?: (oEvent: VBI$OpenWindowEvent) => void;
1594
1532
 
1595
1533
  /**
1596
1534
  * The event is raised before a Visual Business window is closed. This function is not supported in plugin
1597
1535
  * mode.
1598
1536
  */
1599
- closeWindow?: (
1600
- oEvent: sap.ui.base.Event<sap.ui.vbm.$VBICloseWindowEventParameters>
1601
- ) => void;
1537
+ closeWindow?: (oEvent: VBI$CloseWindowEvent) => void;
1602
1538
 
1603
1539
  /**
1604
1540
  * The event is raised when a Visual Business container VO instance is created. It is intended to be used
1605
1541
  * to place arbitrary content in e.g. other controls. This event is not supported in plugin mode.
1606
1542
  */
1607
- containerCreated?: (
1608
- oEvent: sap.ui.base.Event<sap.ui.vbm.$VBIContainerCreatedEventParameters>
1609
- ) => void;
1543
+ containerCreated?: (oEvent: VBI$ContainerCreatedEvent) => void;
1610
1544
 
1611
1545
  /**
1612
1546
  * The event is raised before a Visual Business container VO instance is destroyed. This function is not
1613
1547
  * supported in plugin mode.
1614
1548
  */
1615
- containerDestroyed?: (
1616
- oEvent: sap.ui.base.Event<sap.ui.vbm.$VBIContainerDestroyedEventParameters>
1617
- ) => void;
1549
+ containerDestroyed?: (oEvent: VBI$ContainerDestroyedEvent) => void;
1618
1550
  }
1619
1551
 
1620
1552
  interface $ViewportSettings extends sap.ui.core.$ControlSettings {
@@ -1653,9 +1585,7 @@ declare namespace sap {
1653
1585
  /**
1654
1586
  * This event is fired when camera positioning changed (whole movement has been finished)
1655
1587
  */
1656
- cameraChange?: (
1657
- oEvent: sap.ui.base.Event<sap.ui.vbm.$ViewportCameraChangeEventParameters>
1658
- ) => void;
1588
+ cameraChange?: (oEvent: Viewport$CameraChangeEvent) => void;
1659
1589
  }
1660
1590
 
1661
1591
  interface $VoAbstractSettings extends sap.ui.core.$ElementSettings {}
@@ -1683,58 +1613,44 @@ declare namespace sap {
1683
1613
  /**
1684
1614
  * This event is raised when a Design handle is moved.
1685
1615
  */
1686
- handleMoved?: (
1687
- oEvent: sap.ui.base.Event<sap.ui.vbm.$VoAggregationHandleMovedEventParameters>
1688
- ) => void;
1616
+ handleMoved?: (oEvent: VoAggregation$HandleMovedEvent) => void;
1689
1617
 
1690
1618
  /**
1691
1619
  * This event is raised when a Design handle is right clicked.
1692
1620
  */
1693
1621
  handleContextMenu?: (
1694
- oEvent: sap.ui.base.Event<sap.ui.vbm.$VoAggregationHandleContextMenuEventParameters>
1622
+ oEvent: VoAggregation$HandleContextMenuEvent
1695
1623
  ) => void;
1696
1624
 
1697
1625
  /**
1698
1626
  * This event is raised when a Design handle is clicked.
1699
1627
  */
1700
- handleClick?: (
1701
- oEvent: sap.ui.base.Event<sap.ui.vbm.$VoAggregationHandleClickEventParameters>
1702
- ) => void;
1628
+ handleClick?: (oEvent: VoAggregation$HandleClickEvent) => void;
1703
1629
 
1704
1630
  /**
1705
1631
  * This event is raised when aggregated elements get selected
1706
1632
  */
1707
- select?: (
1708
- oEvent: sap.ui.base.Event<sap.ui.vbm.$VoAggregationSelectEventParameters>
1709
- ) => void;
1633
+ select?: (oEvent: VoAggregation$SelectEvent) => void;
1710
1634
 
1711
1635
  /**
1712
1636
  * This event is raised when aggregated elements get deselected
1713
1637
  */
1714
- deselect?: (
1715
- oEvent: sap.ui.base.Event<sap.ui.vbm.$VoAggregationDeselectEventParameters>
1716
- ) => void;
1638
+ deselect?: (oEvent: VoAggregation$DeselectEvent) => void;
1717
1639
 
1718
1640
  /**
1719
1641
  * The event is raised when there is a click action on a VO.
1720
1642
  */
1721
- click?: (
1722
- oEvent: sap.ui.base.Event<sap.ui.vbm.$VoAggregationClickEventParameters>
1723
- ) => void;
1643
+ click?: (oEvent: VoAggregation$ClickEvent) => void;
1724
1644
 
1725
1645
  /**
1726
1646
  * The event is raised when there is a right click or a tap and hold action on a VO.
1727
1647
  */
1728
- contextMenu?: (
1729
- oEvent: sap.ui.base.Event<sap.ui.vbm.$VoAggregationContextMenuEventParameters>
1730
- ) => void;
1648
+ contextMenu?: (oEvent: VoAggregation$ContextMenuEvent) => void;
1731
1649
 
1732
1650
  /**
1733
1651
  * The event is raised when something is dropped on a VO.
1734
1652
  */
1735
- drop?: (
1736
- oEvent: sap.ui.base.Event<sap.ui.vbm.$VoAggregationDropEventParameters>
1737
- ) => void;
1653
+ drop?: (oEvent: VoAggregation$DropEvent) => void;
1738
1654
  }
1739
1655
 
1740
1656
  interface $VoBaseSettings extends sap.ui.core.$ElementSettings {
@@ -1865,73 +1781,63 @@ declare namespace sap {
1865
1781
  /**
1866
1782
  * The event is raised when there is a right click or a tap and hold action on a visual object.
1867
1783
  */
1868
- contextMenu?: (
1869
- oEvent: sap.ui.base.Event<sap.ui.vbm.$VoBaseContextMenuEventParameters>
1870
- ) => void;
1784
+ contextMenu?: (oEvent: VoBase$ContextMenuEvent) => void;
1871
1785
 
1872
1786
  /**
1873
1787
  * This event is raised when the design handle is moved.
1874
1788
  */
1875
- handleMoved?: (
1876
- oEvent: sap.ui.base.Event<sap.ui.vbm.$VoBaseHandleMovedEventParameters>
1877
- ) => void;
1789
+ handleMoved?: (oEvent: VoBase$HandleMovedEvent) => void;
1878
1790
 
1879
1791
  /**
1880
1792
  * This event is raised when the design handle is right clicked.
1881
1793
  */
1882
- handleContextMenu?: (
1883
- oEvent: sap.ui.base.Event<sap.ui.vbm.$VoBaseHandleContextMenuEventParameters>
1884
- ) => void;
1794
+ handleContextMenu?: (oEvent: VoBase$HandleContextMenuEvent) => void;
1885
1795
 
1886
1796
  /**
1887
1797
  * This event is raised when the design handle is clicked.
1888
1798
  */
1889
- handleClick?: (
1890
- oEvent: sap.ui.base.Event<sap.ui.vbm.$VoBaseHandleClickEventParameters>
1891
- ) => void;
1799
+ handleClick?: (oEvent: VoBase$HandleClickEvent) => void;
1892
1800
 
1893
1801
  /**
1894
1802
  * The event is raised when something is dropped on the object.
1895
1803
  */
1896
- drop?: (
1897
- oEvent: sap.ui.base.Event<sap.ui.vbm.$VoBaseDropEventParameters>
1898
- ) => void;
1804
+ drop?: (oEvent: VoBase$DropEvent) => void;
1899
1805
  }
1900
1806
 
1901
- interface $AdapterSubmitEventParameters {
1807
+ interface Adapter$SubmitEventParameters {
1902
1808
  data?: string;
1903
1809
  }
1904
1810
 
1905
- interface $Adapter3DSubmitEventParameters {
1811
+ interface Adapter3D$SubmitEventParameters {
1906
1812
  /**
1907
1813
  * A string in the VBI JSON format.
1908
1814
  */
1909
1815
  data?: string;
1910
1816
  }
1911
1817
 
1912
- interface $AnalyticMapRegionClickEventParameters {
1818
+ interface AnalyticMap$RegionClickEventParameters {
1913
1819
  /**
1914
1820
  * The regions code.
1915
1821
  */
1916
1822
  code?: string;
1917
1823
  }
1918
1824
 
1919
- interface $AnalyticMapRegionContextMenuEventParameters {
1825
+ interface AnalyticMap$RegionContextMenuEventParameters {
1920
1826
  /**
1921
1827
  * The regions code.
1922
1828
  */
1923
1829
  code?: string;
1924
1830
  }
1925
1831
 
1926
- interface $AnalyticMapRegionDeselectEventParameters {}
1832
+ interface AnalyticMap$RegionDeselectEventParameters {}
1927
1833
 
1928
- interface $AnalyticMapRegionSelectEventParameters {}
1834
+ interface AnalyticMap$RegionSelectEventParameters {}
1929
1835
 
1930
- interface $AreaEdgeClickEventParameters {}
1836
+ interface Area$EdgeClickEventParameters {}
1931
1837
 
1932
- interface $AreaEdgeContextMenuEventParameters {}
1838
+ interface Area$EdgeContextMenuEventParameters {}
1933
1839
 
1934
- interface $AreasEdgeClickEventParameters {
1840
+ interface Areas$EdgeClickEventParameters {
1935
1841
  /**
1936
1842
  * Clicked instance
1937
1843
  */
@@ -1944,7 +1850,7 @@ declare namespace sap {
1944
1850
  edge?: int;
1945
1851
  }
1946
1852
 
1947
- interface $AreasEdgeContextMenuEventParameters {
1853
+ interface Areas$EdgeContextMenuEventParameters {
1948
1854
  /**
1949
1855
  * Clicked instance
1950
1856
  */
@@ -1957,14 +1863,14 @@ declare namespace sap {
1957
1863
  edge?: int;
1958
1864
  }
1959
1865
 
1960
- interface $ClusterBaseClickEventParameters {
1866
+ interface ClusterBase$ClickEventParameters {
1961
1867
  /**
1962
1868
  * ID of the clicked cluster object. Can serve as input for GeoMap function getInfoForCluster
1963
1869
  */
1964
1870
  clusterID?: string;
1965
1871
  }
1966
1872
 
1967
- interface $ClusterBaseContextMenuEventParameters {
1873
+ interface ClusterBase$ContextMenuEventParameters {
1968
1874
  /**
1969
1875
  * ID of the clicked cluster object. Can serve as input for GeoMap function getInfoForCluster
1970
1876
  */
@@ -1976,36 +1882,36 @@ declare namespace sap {
1976
1882
  menu?: sap.ui.unified.Menu;
1977
1883
  }
1978
1884
 
1979
- interface $FeatureClickEventParameters {}
1885
+ interface Feature$ClickEventParameters {}
1980
1886
 
1981
- interface $FeatureContextMenuEventParameters {
1887
+ interface Feature$ContextMenuEventParameters {
1982
1888
  /**
1983
1889
  * Menu object to be used with openContextMenu().
1984
1890
  */
1985
1891
  menu?: sap.ui.unified.Menu;
1986
1892
  }
1987
1893
 
1988
- interface $FeatureCollectionClickEventParameters
1989
- extends sap.ui.vbm.$GeoJsonLayerClickEventParameters {}
1894
+ interface FeatureCollection$ClickEventParameters
1895
+ extends sap.ui.vbm.GeoJsonLayer$ClickEventParameters {}
1990
1896
 
1991
- interface $FeatureCollectionContextMenuEventParameters
1992
- extends sap.ui.vbm.$GeoJsonLayerContextMenuEventParameters {}
1897
+ interface FeatureCollection$ContextMenuEventParameters
1898
+ extends sap.ui.vbm.GeoJsonLayer$ContextMenuEventParameters {}
1993
1899
 
1994
- interface $GeoJsonLayerClickEventParameters {
1900
+ interface GeoJsonLayer$ClickEventParameters {
1995
1901
  /**
1996
1902
  * Id of clicked Feature
1997
1903
  */
1998
1904
  featureId?: string;
1999
1905
  }
2000
1906
 
2001
- interface $GeoJsonLayerContextMenuEventParameters {
1907
+ interface GeoJsonLayer$ContextMenuEventParameters {
2002
1908
  /**
2003
1909
  * Id of clicked Feature
2004
1910
  */
2005
1911
  featureId?: string;
2006
1912
  }
2007
1913
 
2008
- interface $GeoMapCenterChangedEventParameters {
1914
+ interface GeoMap$CenterChangedEventParameters {
2009
1915
  /**
2010
1916
  * Center point of the map. Format : Lon;Lat;0.0.
2011
1917
  */
@@ -2022,14 +1928,14 @@ declare namespace sap {
2022
1928
  zoomLevel?: int;
2023
1929
  }
2024
1930
 
2025
- interface $GeoMapClickEventParameters {
1931
+ interface GeoMap$ClickEventParameters {
2026
1932
  /**
2027
1933
  * Geo coordinates in format "<longitude>;<latitude>;0"
2028
1934
  */
2029
1935
  pos?: string;
2030
1936
  }
2031
1937
 
2032
- interface $GeoMapContextMenuEventParameters {
1938
+ interface GeoMap$ContextMenuEventParameters {
2033
1939
  /**
2034
1940
  * Client coordinate X
2035
1941
  */
@@ -2046,14 +1952,14 @@ declare namespace sap {
2046
1952
  pos?: string;
2047
1953
  }
2048
1954
 
2049
- interface $GeoMapDropEventParameters {
1955
+ interface GeoMap$DropEventParameters {
2050
1956
  /**
2051
1957
  * Geo coordinates in format "<longitude>;<latitude>;0"
2052
1958
  */
2053
1959
  pos?: string;
2054
1960
  }
2055
1961
 
2056
- interface $GeoMapKeyDownEventParameters {
1962
+ interface GeoMap$KeyDownEventParameters {
2057
1963
  /**
2058
1964
  * Key value of the key
2059
1965
  */
@@ -2085,7 +1991,7 @@ declare namespace sap {
2085
1991
  meta?: boolean;
2086
1992
  }
2087
1993
 
2088
- interface $GeoMapKeyPressEventParameters {
1994
+ interface GeoMap$KeyPressEventParameters {
2089
1995
  /**
2090
1996
  * Key value of the key
2091
1997
  */
@@ -2117,7 +2023,7 @@ declare namespace sap {
2117
2023
  meta?: boolean;
2118
2024
  }
2119
2025
 
2120
- interface $GeoMapKeyUpEventParameters {
2026
+ interface GeoMap$KeyUpEventParameters {
2121
2027
  /**
2122
2028
  * Key value of the key
2123
2029
  */
@@ -2149,9 +2055,9 @@ declare namespace sap {
2149
2055
  meta?: boolean;
2150
2056
  }
2151
2057
 
2152
- interface $GeoMapSelectEventParameters {}
2058
+ interface GeoMap$SelectEventParameters {}
2153
2059
 
2154
- interface $GeoMapZoomChangedEventParameters {
2060
+ interface GeoMap$ZoomChangedEventParameters {
2155
2061
  /**
2156
2062
  * Center point of the map. Format : Lon;Lat;0.0.
2157
2063
  */
@@ -2168,7 +2074,7 @@ declare namespace sap {
2168
2074
  zoomLevel?: int;
2169
2075
  }
2170
2076
 
2171
- interface $LegendClickEventParameters {
2077
+ interface Legend$ClickEventParameters {
2172
2078
  /**
2173
2079
  * Event data object
2174
2080
  */
@@ -2200,7 +2106,7 @@ declare namespace sap {
2200
2106
  altKey?: boolean;
2201
2107
  }
2202
2108
 
2203
- interface $LegendItemClickEventParameters {
2109
+ interface LegendItem$ClickEventParameters {
2204
2110
  /**
2205
2111
  * Event data object
2206
2112
  */
@@ -2227,32 +2133,32 @@ declare namespace sap {
2227
2133
  altKey?: boolean;
2228
2134
  }
2229
2135
 
2230
- interface $PieItemClickEventParameters {}
2136
+ interface PieItem$ClickEventParameters {}
2231
2137
 
2232
- interface $RegionClickEventParameters {
2138
+ interface Region$ClickEventParameters {
2233
2139
  /**
2234
2140
  * The region code.
2235
2141
  */
2236
2142
  code?: string;
2237
2143
  }
2238
2144
 
2239
- interface $RegionContextMenuEventParameters {
2145
+ interface Region$ContextMenuEventParameters {
2240
2146
  /**
2241
2147
  * The region code.
2242
2148
  */
2243
2149
  code?: string;
2244
2150
  }
2245
2151
 
2246
- interface $RoutesClickEventParameters
2247
- extends sap.ui.vbm.$VoAggregationClickEventParameters {}
2152
+ interface Routes$ClickEventParameters
2153
+ extends sap.ui.vbm.VoAggregation$ClickEventParameters {}
2248
2154
 
2249
- interface $RoutesContextMenuEventParameters
2250
- extends sap.ui.vbm.$VoAggregationContextMenuEventParameters {}
2155
+ interface Routes$ContextMenuEventParameters
2156
+ extends sap.ui.vbm.VoAggregation$ContextMenuEventParameters {}
2251
2157
 
2252
- interface $RoutesDropEventParameters
2253
- extends sap.ui.vbm.$VoAggregationDropEventParameters {}
2158
+ interface Routes$DropEventParameters
2159
+ extends sap.ui.vbm.VoAggregation$DropEventParameters {}
2254
2160
 
2255
- interface $VBIChangeTrackingModeEventParameters {
2161
+ interface VBI$ChangeTrackingModeEventParameters {
2256
2162
  /**
2257
2163
  * tracking mode to set or reset
2258
2164
  */
@@ -2264,7 +2170,7 @@ declare namespace sap {
2264
2170
  bSet?: boolean;
2265
2171
  }
2266
2172
 
2267
- interface $VBICloseWindowEventParameters {
2173
+ interface VBI$CloseWindowEventParameters {
2268
2174
  /**
2269
2175
  * DomRef of placeholder Div for content.
2270
2176
  */
@@ -2276,7 +2182,7 @@ declare namespace sap {
2276
2182
  id?: string;
2277
2183
  }
2278
2184
 
2279
- interface $VBIContainerCreatedEventParameters {
2185
+ interface VBI$ContainerCreatedEventParameters {
2280
2186
  /**
2281
2187
  * DomRef of placeholder Div to render into.
2282
2188
  */
@@ -2288,7 +2194,7 @@ declare namespace sap {
2288
2194
  id?: string;
2289
2195
  }
2290
2196
 
2291
- interface $VBIContainerDestroyedEventParameters {
2197
+ interface VBI$ContainerDestroyedEventParameters {
2292
2198
  /**
2293
2199
  * DomRef of placeholder Div of content.
2294
2200
  */
@@ -2300,14 +2206,14 @@ declare namespace sap {
2300
2206
  id?: string;
2301
2207
  }
2302
2208
 
2303
- interface $VBIMoveEventParameters {
2209
+ interface VBI$MoveEventParameters {
2304
2210
  /**
2305
2211
  * Canvas object to render into.
2306
2212
  */
2307
2213
  canvas?: object;
2308
2214
  }
2309
2215
 
2310
- interface $VBIOpenWindowEventParameters {
2216
+ interface VBI$OpenWindowEventParameters {
2311
2217
  /**
2312
2218
  * DomRef of placeholder Div to render into.
2313
2219
  */
@@ -2319,14 +2225,14 @@ declare namespace sap {
2319
2225
  id?: string;
2320
2226
  }
2321
2227
 
2322
- interface $VBIRenderEventParameters {
2228
+ interface VBI$RenderEventParameters {
2323
2229
  /**
2324
2230
  * Canvas object to render into.
2325
2231
  */
2326
2232
  canvas?: object;
2327
2233
  }
2328
2234
 
2329
- interface $VBISubmitEventParameters {
2235
+ interface VBI$SubmitEventParameters {
2330
2236
  /**
2331
2237
  * JSON (or possibly XML and case the plugin is used) string describing the delta state of Visual Business
2332
2238
  * and the information about the event.
@@ -2334,7 +2240,7 @@ declare namespace sap {
2334
2240
  data?: string;
2335
2241
  }
2336
2242
 
2337
- interface $VBIThumbnailClickEventParameters {
2243
+ interface VBI$ThumbnailClickEventParameters {
2338
2244
  /**
2339
2245
  * Geo coordinates in format "lon;lat;0"
2340
2246
  */
@@ -2346,14 +2252,14 @@ declare namespace sap {
2346
2252
  zoomLevel?: int;
2347
2253
  }
2348
2254
 
2349
- interface $VBIZoomEventParameters {
2255
+ interface VBI$ZoomEventParameters {
2350
2256
  /**
2351
2257
  * Canvas object to render into
2352
2258
  */
2353
2259
  canvas?: object;
2354
2260
  }
2355
2261
 
2356
- interface $ViewportCameraChangeEventParameters {
2262
+ interface Viewport$CameraChangeEventParameters {
2357
2263
  /**
2358
2264
  * Current position in camera history
2359
2265
  */
@@ -2365,14 +2271,14 @@ declare namespace sap {
2365
2271
  historyLength?: int;
2366
2272
  }
2367
2273
 
2368
- interface $VoAggregationClickEventParameters {
2274
+ interface VoAggregation$ClickEventParameters {
2369
2275
  /**
2370
2276
  * Clicked instance
2371
2277
  */
2372
2278
  instance?: sap.ui.vbm.VoBase;
2373
2279
  }
2374
2280
 
2375
- interface $VoAggregationContextMenuEventParameters {
2281
+ interface VoAggregation$ContextMenuEventParameters {
2376
2282
  /**
2377
2283
  * Clicked instance
2378
2284
  */
@@ -2384,14 +2290,14 @@ declare namespace sap {
2384
2290
  menu?: sap.ui.unified.Menu;
2385
2291
  }
2386
2292
 
2387
- interface $VoAggregationDeselectEventParameters {
2293
+ interface VoAggregation$DeselectEventParameters {
2388
2294
  /**
2389
2295
  * Array of deselected VOs
2390
2296
  */
2391
2297
  deselected?: any[];
2392
2298
  }
2393
2299
 
2394
- interface $VoAggregationDropEventParameters {
2300
+ interface VoAggregation$DropEventParameters {
2395
2301
  /**
2396
2302
  * Drop target instance
2397
2303
  */
@@ -2403,7 +2309,7 @@ declare namespace sap {
2403
2309
  dragSource?: sap.ui.vbm.VoBase;
2404
2310
  }
2405
2311
 
2406
- interface $VoAggregationHandleClickEventParameters {
2312
+ interface VoAggregation$HandleClickEventParameters {
2407
2313
  /**
2408
2314
  * Clicked instance
2409
2315
  */
@@ -2415,7 +2321,7 @@ declare namespace sap {
2415
2321
  handle?: int;
2416
2322
  }
2417
2323
 
2418
- interface $VoAggregationHandleContextMenuEventParameters {
2324
+ interface VoAggregation$HandleContextMenuEventParameters {
2419
2325
  /**
2420
2326
  * Clicked instance
2421
2327
  */
@@ -2432,7 +2338,7 @@ declare namespace sap {
2432
2338
  handle?: int;
2433
2339
  }
2434
2340
 
2435
- interface $VoAggregationHandleMovedEventParameters {
2341
+ interface VoAggregation$HandleMovedEventParameters {
2436
2342
  /**
2437
2343
  * Clicked instance
2438
2344
  */
@@ -2444,37 +2350,37 @@ declare namespace sap {
2444
2350
  handle?: int;
2445
2351
  }
2446
2352
 
2447
- interface $VoAggregationSelectEventParameters {
2353
+ interface VoAggregation$SelectEventParameters {
2448
2354
  /**
2449
2355
  * Array of selected VOs
2450
2356
  */
2451
2357
  selected?: any[];
2452
2358
  }
2453
2359
 
2454
- interface $VoBaseClickEventParameters {}
2360
+ interface VoBase$ClickEventParameters {}
2455
2361
 
2456
- interface $VoBaseContextMenuEventParameters {
2362
+ interface VoBase$ContextMenuEventParameters {
2457
2363
  /**
2458
2364
  * Menu to open
2459
2365
  */
2460
2366
  menu?: sap.ui.unified.Menu;
2461
2367
  }
2462
2368
 
2463
- interface $VoBaseDropEventParameters {
2369
+ interface VoBase$DropEventParameters {
2464
2370
  /**
2465
2371
  * Dragged instance
2466
2372
  */
2467
2373
  dragSource?: sap.ui.vbm.VoBase;
2468
2374
  }
2469
2375
 
2470
- interface $VoBaseHandleClickEventParameters {
2376
+ interface VoBase$HandleClickEventParameters {
2471
2377
  /**
2472
2378
  * The number of the handle where the click occured. Handles are numbered zero based.
2473
2379
  */
2474
2380
  handle?: int;
2475
2381
  }
2476
2382
 
2477
- interface $VoBaseHandleContextMenuEventParameters {
2383
+ interface VoBase$HandleContextMenuEventParameters {
2478
2384
  /**
2479
2385
  * The number of the handle where the click occured. Handles are numbered zero based.
2480
2386
  */
@@ -2486,7 +2392,7 @@ declare namespace sap {
2486
2392
  menu?: sap.ui.unified.Menu;
2487
2393
  }
2488
2394
 
2489
- interface $VoBaseHandleMovedEventParameters {
2395
+ interface VoBase$HandleMovedEventParameters {
2490
2396
  /**
2491
2397
  * The number of the handle where the click occured. Handles are numbered zero based.
2492
2398
  */
@@ -2577,9 +2483,7 @@ declare namespace sap {
2577
2483
  /**
2578
2484
  * The function to be called when the event occurs
2579
2485
  */
2580
- fnFunction: (
2581
- p1: sap.ui.base.Event<sap.ui.vbm.$AdapterSubmitEventParameters>
2582
- ) => void,
2486
+ fnFunction: (p1: Adapter$SubmitEvent) => void,
2583
2487
  /**
2584
2488
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Adapter` itself
2585
2489
  */
@@ -2600,9 +2504,7 @@ declare namespace sap {
2600
2504
  /**
2601
2505
  * The function to be called when the event occurs
2602
2506
  */
2603
- fnFunction: (
2604
- p1: sap.ui.base.Event<sap.ui.vbm.$AdapterSubmitEventParameters>
2605
- ) => void,
2507
+ fnFunction: (p1: Adapter$SubmitEvent) => void,
2606
2508
  /**
2607
2509
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Adapter` itself
2608
2510
  */
@@ -2619,16 +2521,14 @@ declare namespace sap {
2619
2521
  /**
2620
2522
  * The function to be called, when the event occurs
2621
2523
  */
2622
- fnFunction: (
2623
- p1: sap.ui.base.Event<sap.ui.vbm.$AdapterSubmitEventParameters>
2624
- ) => void,
2524
+ fnFunction: (p1: Adapter$SubmitEvent) => void,
2625
2525
  /**
2626
2526
  * Context object on which the given function had to be called
2627
2527
  */
2628
2528
  oListener?: object
2629
2529
  ): this;
2630
2530
  /**
2631
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2531
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
2632
2532
  *
2633
2533
  * Fires event {@link #event:submit submit} to attached listeners.
2634
2534
  *
@@ -2638,7 +2538,7 @@ declare namespace sap {
2638
2538
  /**
2639
2539
  * Parameters to pass along with the event
2640
2540
  */
2641
- mParameters?: sap.ui.vbm.$AdapterSubmitEventParameters
2541
+ mParameters?: sap.ui.vbm.Adapter$SubmitEventParameters
2642
2542
  ): this;
2643
2543
  /**
2644
2544
  * ID of the element which is the current target of the association {@link #getMap map}, or `null`.
@@ -2751,9 +2651,7 @@ declare namespace sap {
2751
2651
  /**
2752
2652
  * The function to be called when the event occurs
2753
2653
  */
2754
- fnFunction: (
2755
- p1: sap.ui.base.Event<sap.ui.vbm.$Adapter3DSubmitEventParameters>
2756
- ) => void,
2654
+ fnFunction: (p1: Adapter3D$SubmitEvent) => void,
2757
2655
  /**
2758
2656
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Adapter3D` itself
2759
2657
  */
@@ -2773,9 +2671,7 @@ declare namespace sap {
2773
2671
  /**
2774
2672
  * The function to be called when the event occurs
2775
2673
  */
2776
- fnFunction: (
2777
- p1: sap.ui.base.Event<sap.ui.vbm.$Adapter3DSubmitEventParameters>
2778
- ) => void,
2674
+ fnFunction: (p1: Adapter3D$SubmitEvent) => void,
2779
2675
  /**
2780
2676
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Adapter3D` itself
2781
2677
  */
@@ -2792,16 +2688,14 @@ declare namespace sap {
2792
2688
  /**
2793
2689
  * The function to be called, when the event occurs
2794
2690
  */
2795
- fnFunction: (
2796
- p1: sap.ui.base.Event<sap.ui.vbm.$Adapter3DSubmitEventParameters>
2797
- ) => void,
2691
+ fnFunction: (p1: Adapter3D$SubmitEvent) => void,
2798
2692
  /**
2799
2693
  * Context object on which the given function had to be called
2800
2694
  */
2801
2695
  oListener?: object
2802
2696
  ): this;
2803
2697
  /**
2804
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2698
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
2805
2699
  *
2806
2700
  * Fires event {@link #event:submit submit} to attached listeners.
2807
2701
  *
@@ -2811,7 +2705,7 @@ declare namespace sap {
2811
2705
  /**
2812
2706
  * Parameters to pass along with the event
2813
2707
  */
2814
- mParameters?: sap.ui.vbm.$Adapter3DSubmitEventParameters
2708
+ mParameters?: sap.ui.vbm.Adapter3D$SubmitEventParameters
2815
2709
  ): this;
2816
2710
  /**
2817
2711
  * ID of the element which is the current target of the association {@link #getViewport viewport}, or `null`.
@@ -2945,9 +2839,7 @@ declare namespace sap {
2945
2839
  /**
2946
2840
  * The function to be called when the event occurs
2947
2841
  */
2948
- fnFunction: (
2949
- p1: sap.ui.base.Event<sap.ui.vbm.$AnalyticMapRegionClickEventParameters>
2950
- ) => void,
2842
+ fnFunction: (p1: AnalyticMap$RegionClickEvent) => void,
2951
2843
  /**
2952
2844
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.AnalyticMap` itself
2953
2845
  */
@@ -2967,9 +2859,7 @@ declare namespace sap {
2967
2859
  /**
2968
2860
  * The function to be called when the event occurs
2969
2861
  */
2970
- fnFunction: (
2971
- p1: sap.ui.base.Event<sap.ui.vbm.$AnalyticMapRegionClickEventParameters>
2972
- ) => void,
2862
+ fnFunction: (p1: AnalyticMap$RegionClickEvent) => void,
2973
2863
  /**
2974
2864
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.AnalyticMap` itself
2975
2865
  */
@@ -2995,9 +2885,7 @@ declare namespace sap {
2995
2885
  /**
2996
2886
  * The function to be called when the event occurs
2997
2887
  */
2998
- fnFunction: (
2999
- p1: sap.ui.base.Event<sap.ui.vbm.$AnalyticMapRegionContextMenuEventParameters>
3000
- ) => void,
2888
+ fnFunction: (p1: AnalyticMap$RegionContextMenuEvent) => void,
3001
2889
  /**
3002
2890
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.AnalyticMap` itself
3003
2891
  */
@@ -3018,9 +2906,7 @@ declare namespace sap {
3018
2906
  /**
3019
2907
  * The function to be called when the event occurs
3020
2908
  */
3021
- fnFunction: (
3022
- p1: sap.ui.base.Event<sap.ui.vbm.$AnalyticMapRegionContextMenuEventParameters>
3023
- ) => void,
2909
+ fnFunction: (p1: AnalyticMap$RegionContextMenuEvent) => void,
3024
2910
  /**
3025
2911
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.AnalyticMap` itself
3026
2912
  */
@@ -3135,9 +3021,7 @@ declare namespace sap {
3135
3021
  /**
3136
3022
  * The function to be called, when the event occurs
3137
3023
  */
3138
- fnFunction: (
3139
- p1: sap.ui.base.Event<sap.ui.vbm.$AnalyticMapRegionClickEventParameters>
3140
- ) => void,
3024
+ fnFunction: (p1: AnalyticMap$RegionClickEvent) => void,
3141
3025
  /**
3142
3026
  * Context object on which the given function had to be called
3143
3027
  */
@@ -3155,9 +3039,7 @@ declare namespace sap {
3155
3039
  /**
3156
3040
  * The function to be called, when the event occurs
3157
3041
  */
3158
- fnFunction: (
3159
- p1: sap.ui.base.Event<sap.ui.vbm.$AnalyticMapRegionContextMenuEventParameters>
3160
- ) => void,
3042
+ fnFunction: (p1: AnalyticMap$RegionContextMenuEvent) => void,
3161
3043
  /**
3162
3044
  * Context object on which the given function had to be called
3163
3045
  */
@@ -3199,7 +3081,7 @@ declare namespace sap {
3199
3081
  oListener?: object
3200
3082
  ): this;
3201
3083
  /**
3202
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3084
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3203
3085
  *
3204
3086
  * Fires event {@link #event:regionClick regionClick} to attached listeners.
3205
3087
  *
@@ -3209,10 +3091,10 @@ declare namespace sap {
3209
3091
  /**
3210
3092
  * Parameters to pass along with the event
3211
3093
  */
3212
- mParameters?: sap.ui.vbm.$AnalyticMapRegionClickEventParameters
3094
+ mParameters?: sap.ui.vbm.AnalyticMap$RegionClickEventParameters
3213
3095
  ): this;
3214
3096
  /**
3215
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3097
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3216
3098
  *
3217
3099
  * Fires event {@link #event:regionContextMenu regionContextMenu} to attached listeners.
3218
3100
  *
@@ -3222,10 +3104,10 @@ declare namespace sap {
3222
3104
  /**
3223
3105
  * Parameters to pass along with the event
3224
3106
  */
3225
- mParameters?: sap.ui.vbm.$AnalyticMapRegionContextMenuEventParameters
3107
+ mParameters?: sap.ui.vbm.AnalyticMap$RegionContextMenuEventParameters
3226
3108
  ): this;
3227
3109
  /**
3228
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3110
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3229
3111
  *
3230
3112
  * Fires event {@link #event:regionDeselect regionDeselect} to attached listeners.
3231
3113
  *
@@ -3238,7 +3120,7 @@ declare namespace sap {
3238
3120
  mParameters?: object
3239
3121
  ): this;
3240
3122
  /**
3241
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3123
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3242
3124
  *
3243
3125
  * Fires event {@link #event:regionSelect regionSelect} to attached listeners.
3244
3126
  *
@@ -3530,7 +3412,7 @@ declare namespace sap {
3530
3412
  oListener?: object
3531
3413
  ): this;
3532
3414
  /**
3533
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3415
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3534
3416
  *
3535
3417
  * Fires event {@link #event:edgeClick edgeClick} to attached listeners.
3536
3418
  *
@@ -3543,7 +3425,7 @@ declare namespace sap {
3543
3425
  mParameters?: object
3544
3426
  ): this;
3545
3427
  /**
3546
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3428
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3547
3429
  *
3548
3430
  * Fires event {@link #event:edgeContextMenu edgeContextMenu} to attached listeners.
3549
3431
  *
@@ -3752,9 +3634,7 @@ declare namespace sap {
3752
3634
  /**
3753
3635
  * The function to be called when the event occurs
3754
3636
  */
3755
- fnFunction: (
3756
- p1: sap.ui.base.Event<sap.ui.vbm.$AreasEdgeClickEventParameters>
3757
- ) => void,
3637
+ fnFunction: (p1: Areas$EdgeClickEvent) => void,
3758
3638
  /**
3759
3639
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Areas` itself
3760
3640
  */
@@ -3774,9 +3654,7 @@ declare namespace sap {
3774
3654
  /**
3775
3655
  * The function to be called when the event occurs
3776
3656
  */
3777
- fnFunction: (
3778
- p1: sap.ui.base.Event<sap.ui.vbm.$AreasEdgeClickEventParameters>
3779
- ) => void,
3657
+ fnFunction: (p1: Areas$EdgeClickEvent) => void,
3780
3658
  /**
3781
3659
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Areas` itself
3782
3660
  */
@@ -3802,9 +3680,7 @@ declare namespace sap {
3802
3680
  /**
3803
3681
  * The function to be called when the event occurs
3804
3682
  */
3805
- fnFunction: (
3806
- p1: sap.ui.base.Event<sap.ui.vbm.$AreasEdgeContextMenuEventParameters>
3807
- ) => void,
3683
+ fnFunction: (p1: Areas$EdgeContextMenuEvent) => void,
3808
3684
  /**
3809
3685
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Areas` itself
3810
3686
  */
@@ -3825,9 +3701,7 @@ declare namespace sap {
3825
3701
  /**
3826
3702
  * The function to be called when the event occurs
3827
3703
  */
3828
- fnFunction: (
3829
- p1: sap.ui.base.Event<sap.ui.vbm.$AreasEdgeContextMenuEventParameters>
3830
- ) => void,
3704
+ fnFunction: (p1: Areas$EdgeContextMenuEvent) => void,
3831
3705
  /**
3832
3706
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Areas` itself
3833
3707
  */
@@ -3850,9 +3724,7 @@ declare namespace sap {
3850
3724
  /**
3851
3725
  * The function to be called, when the event occurs
3852
3726
  */
3853
- fnFunction: (
3854
- p1: sap.ui.base.Event<sap.ui.vbm.$AreasEdgeClickEventParameters>
3855
- ) => void,
3727
+ fnFunction: (p1: Areas$EdgeClickEvent) => void,
3856
3728
  /**
3857
3729
  * Context object on which the given function had to be called
3858
3730
  */
@@ -3870,16 +3742,14 @@ declare namespace sap {
3870
3742
  /**
3871
3743
  * The function to be called, when the event occurs
3872
3744
  */
3873
- fnFunction: (
3874
- p1: sap.ui.base.Event<sap.ui.vbm.$AreasEdgeContextMenuEventParameters>
3875
- ) => void,
3745
+ fnFunction: (p1: Areas$EdgeContextMenuEvent) => void,
3876
3746
  /**
3877
3747
  * Context object on which the given function had to be called
3878
3748
  */
3879
3749
  oListener?: object
3880
3750
  ): this;
3881
3751
  /**
3882
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3752
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3883
3753
  *
3884
3754
  * Fires event {@link #event:edgeClick edgeClick} to attached listeners.
3885
3755
  *
@@ -3889,10 +3759,10 @@ declare namespace sap {
3889
3759
  /**
3890
3760
  * Parameters to pass along with the event
3891
3761
  */
3892
- mParameters?: sap.ui.vbm.$AreasEdgeClickEventParameters
3762
+ mParameters?: sap.ui.vbm.Areas$EdgeClickEventParameters
3893
3763
  ): this;
3894
3764
  /**
3895
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3765
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3896
3766
  *
3897
3767
  * Fires event {@link #event:edgeContextMenu edgeContextMenu} to attached listeners.
3898
3768
  *
@@ -3902,7 +3772,7 @@ declare namespace sap {
3902
3772
  /**
3903
3773
  * Parameters to pass along with the event
3904
3774
  */
3905
- mParameters?: sap.ui.vbm.$AreasEdgeContextMenuEventParameters
3775
+ mParameters?: sap.ui.vbm.Areas$EdgeContextMenuEventParameters
3906
3776
  ): this;
3907
3777
  /**
3908
3778
  * Gets content of aggregation {@link #getItems items}.
@@ -5016,9 +4886,7 @@ declare namespace sap {
5016
4886
  /**
5017
4887
  * The function to be called when the event occurs
5018
4888
  */
5019
- fnFunction: (
5020
- p1: sap.ui.base.Event<sap.ui.vbm.$ClusterBaseClickEventParameters>
5021
- ) => void,
4889
+ fnFunction: (p1: ClusterBase$ClickEvent) => void,
5022
4890
  /**
5023
4891
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.ClusterBase` itself
5024
4892
  */
@@ -5038,9 +4906,7 @@ declare namespace sap {
5038
4906
  /**
5039
4907
  * The function to be called when the event occurs
5040
4908
  */
5041
- fnFunction: (
5042
- p1: sap.ui.base.Event<sap.ui.vbm.$ClusterBaseClickEventParameters>
5043
- ) => void,
4909
+ fnFunction: (p1: ClusterBase$ClickEvent) => void,
5044
4910
  /**
5045
4911
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.ClusterBase` itself
5046
4912
  */
@@ -5065,9 +4931,7 @@ declare namespace sap {
5065
4931
  /**
5066
4932
  * The function to be called when the event occurs
5067
4933
  */
5068
- fnFunction: (
5069
- p1: sap.ui.base.Event<sap.ui.vbm.$ClusterBaseContextMenuEventParameters>
5070
- ) => void,
4934
+ fnFunction: (p1: ClusterBase$ContextMenuEvent) => void,
5071
4935
  /**
5072
4936
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.ClusterBase` itself
5073
4937
  */
@@ -5087,9 +4951,7 @@ declare namespace sap {
5087
4951
  /**
5088
4952
  * The function to be called when the event occurs
5089
4953
  */
5090
- fnFunction: (
5091
- p1: sap.ui.base.Event<sap.ui.vbm.$ClusterBaseContextMenuEventParameters>
5092
- ) => void,
4954
+ fnFunction: (p1: ClusterBase$ContextMenuEvent) => void,
5093
4955
  /**
5094
4956
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.ClusterBase` itself
5095
4957
  */
@@ -5118,9 +4980,7 @@ declare namespace sap {
5118
4980
  /**
5119
4981
  * The function to be called, when the event occurs
5120
4982
  */
5121
- fnFunction: (
5122
- p1: sap.ui.base.Event<sap.ui.vbm.$ClusterBaseClickEventParameters>
5123
- ) => void,
4983
+ fnFunction: (p1: ClusterBase$ClickEvent) => void,
5124
4984
  /**
5125
4985
  * Context object on which the given function had to be called
5126
4986
  */
@@ -5137,16 +4997,14 @@ declare namespace sap {
5137
4997
  /**
5138
4998
  * The function to be called, when the event occurs
5139
4999
  */
5140
- fnFunction: (
5141
- p1: sap.ui.base.Event<sap.ui.vbm.$ClusterBaseContextMenuEventParameters>
5142
- ) => void,
5000
+ fnFunction: (p1: ClusterBase$ContextMenuEvent) => void,
5143
5001
  /**
5144
5002
  * Context object on which the given function had to be called
5145
5003
  */
5146
5004
  oListener?: object
5147
5005
  ): this;
5148
5006
  /**
5149
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5007
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
5150
5008
  *
5151
5009
  * Fires event {@link #event:click click} to attached listeners.
5152
5010
  *
@@ -5156,10 +5014,10 @@ declare namespace sap {
5156
5014
  /**
5157
5015
  * Parameters to pass along with the event
5158
5016
  */
5159
- mParameters?: sap.ui.vbm.$ClusterBaseClickEventParameters
5017
+ mParameters?: sap.ui.vbm.ClusterBase$ClickEventParameters
5160
5018
  ): this;
5161
5019
  /**
5162
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5020
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
5163
5021
  *
5164
5022
  * Fires event {@link #event:contextMenu contextMenu} to attached listeners.
5165
5023
  *
@@ -5169,7 +5027,7 @@ declare namespace sap {
5169
5027
  /**
5170
5028
  * Parameters to pass along with the event
5171
5029
  */
5172
- mParameters?: sap.ui.vbm.$ClusterBaseContextMenuEventParameters
5030
+ mParameters?: sap.ui.vbm.ClusterBase$ContextMenuEventParameters
5173
5031
  ): this;
5174
5032
  /**
5175
5033
  * Gets current value of property {@link #getAreaAlwaysVisible areaAlwaysVisible}.
@@ -6489,9 +6347,7 @@ declare namespace sap {
6489
6347
  /**
6490
6348
  * The function to be called when the event occurs
6491
6349
  */
6492
- fnFunction: (
6493
- p1: sap.ui.base.Event<sap.ui.vbm.$FeatureContextMenuEventParameters>
6494
- ) => void,
6350
+ fnFunction: (p1: Feature$ContextMenuEvent) => void,
6495
6351
  /**
6496
6352
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Feature` itself
6497
6353
  */
@@ -6511,9 +6367,7 @@ declare namespace sap {
6511
6367
  /**
6512
6368
  * The function to be called when the event occurs
6513
6369
  */
6514
- fnFunction: (
6515
- p1: sap.ui.base.Event<sap.ui.vbm.$FeatureContextMenuEventParameters>
6516
- ) => void,
6370
+ fnFunction: (p1: Feature$ContextMenuEvent) => void,
6517
6371
  /**
6518
6372
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Feature` itself
6519
6373
  */
@@ -6547,16 +6401,14 @@ declare namespace sap {
6547
6401
  /**
6548
6402
  * The function to be called, when the event occurs
6549
6403
  */
6550
- fnFunction: (
6551
- p1: sap.ui.base.Event<sap.ui.vbm.$FeatureContextMenuEventParameters>
6552
- ) => void,
6404
+ fnFunction: (p1: Feature$ContextMenuEvent) => void,
6553
6405
  /**
6554
6406
  * Context object on which the given function had to be called
6555
6407
  */
6556
6408
  oListener?: object
6557
6409
  ): this;
6558
6410
  /**
6559
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
6411
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
6560
6412
  *
6561
6413
  * Fires event {@link #event:click click} to attached listeners.
6562
6414
  *
@@ -6569,7 +6421,7 @@ declare namespace sap {
6569
6421
  mParameters?: object
6570
6422
  ): this;
6571
6423
  /**
6572
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
6424
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
6573
6425
  *
6574
6426
  * Fires event {@link #event:contextMenu contextMenu} to attached listeners.
6575
6427
  *
@@ -6579,7 +6431,7 @@ declare namespace sap {
6579
6431
  /**
6580
6432
  * Parameters to pass along with the event
6581
6433
  */
6582
- mParameters?: sap.ui.vbm.$FeatureContextMenuEventParameters
6434
+ mParameters?: sap.ui.vbm.Feature$ContextMenuEventParameters
6583
6435
  ): this;
6584
6436
  /**
6585
6437
  * Gets current value of property {@link #getColor color}.
@@ -6757,9 +6609,7 @@ declare namespace sap {
6757
6609
  /**
6758
6610
  * The function to be called when the event occurs
6759
6611
  */
6760
- fnFunction: (
6761
- p1: sap.ui.base.Event<sap.ui.vbm.$FeatureCollectionClickEventParameters>
6762
- ) => void,
6612
+ fnFunction: (p1: FeatureCollection$ClickEvent) => void,
6763
6613
  /**
6764
6614
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.FeatureCollection` itself
6765
6615
  */
@@ -6780,9 +6630,7 @@ declare namespace sap {
6780
6630
  /**
6781
6631
  * The function to be called when the event occurs
6782
6632
  */
6783
- fnFunction: (
6784
- p1: sap.ui.base.Event<sap.ui.vbm.$FeatureCollectionClickEventParameters>
6785
- ) => void,
6633
+ fnFunction: (p1: FeatureCollection$ClickEvent) => void,
6786
6634
  /**
6787
6635
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.FeatureCollection` itself
6788
6636
  */
@@ -6808,9 +6656,7 @@ declare namespace sap {
6808
6656
  /**
6809
6657
  * The function to be called when the event occurs
6810
6658
  */
6811
- fnFunction: (
6812
- p1: sap.ui.base.Event<sap.ui.vbm.$FeatureCollectionContextMenuEventParameters>
6813
- ) => void,
6659
+ fnFunction: (p1: FeatureCollection$ContextMenuEvent) => void,
6814
6660
  /**
6815
6661
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.FeatureCollection` itself
6816
6662
  */
@@ -6831,9 +6677,7 @@ declare namespace sap {
6831
6677
  /**
6832
6678
  * The function to be called when the event occurs
6833
6679
  */
6834
- fnFunction: (
6835
- p1: sap.ui.base.Event<sap.ui.vbm.$FeatureCollectionContextMenuEventParameters>
6836
- ) => void,
6680
+ fnFunction: (p1: FeatureCollection$ContextMenuEvent) => void,
6837
6681
  /**
6838
6682
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.FeatureCollection` itself
6839
6683
  */
@@ -6856,9 +6700,7 @@ declare namespace sap {
6856
6700
  /**
6857
6701
  * The function to be called, when the event occurs
6858
6702
  */
6859
- fnFunction: (
6860
- p1: sap.ui.base.Event<sap.ui.vbm.$FeatureCollectionClickEventParameters>
6861
- ) => void,
6703
+ fnFunction: (p1: FeatureCollection$ClickEvent) => void,
6862
6704
  /**
6863
6705
  * Context object on which the given function had to be called
6864
6706
  */
@@ -6875,16 +6717,14 @@ declare namespace sap {
6875
6717
  /**
6876
6718
  * The function to be called, when the event occurs
6877
6719
  */
6878
- fnFunction: (
6879
- p1: sap.ui.base.Event<sap.ui.vbm.$FeatureCollectionContextMenuEventParameters>
6880
- ) => void,
6720
+ fnFunction: (p1: FeatureCollection$ContextMenuEvent) => void,
6881
6721
  /**
6882
6722
  * Context object on which the given function had to be called
6883
6723
  */
6884
6724
  oListener?: object
6885
6725
  ): this;
6886
6726
  /**
6887
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
6727
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
6888
6728
  *
6889
6729
  * Fires event {@link #event:click click} to attached listeners.
6890
6730
  *
@@ -6894,10 +6734,10 @@ declare namespace sap {
6894
6734
  /**
6895
6735
  * Parameters to pass along with the event
6896
6736
  */
6897
- mParameters?: sap.ui.vbm.$FeatureCollectionClickEventParameters
6737
+ mParameters?: sap.ui.vbm.FeatureCollection$ClickEventParameters
6898
6738
  ): this;
6899
6739
  /**
6900
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
6740
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
6901
6741
  *
6902
6742
  * Fires event {@link #event:contextMenu contextMenu} to attached listeners.
6903
6743
  *
@@ -6907,7 +6747,7 @@ declare namespace sap {
6907
6747
  /**
6908
6748
  * Parameters to pass along with the event
6909
6749
  */
6910
- mParameters?: sap.ui.vbm.$FeatureCollectionContextMenuEventParameters
6750
+ mParameters?: sap.ui.vbm.FeatureCollection$ContextMenuEventParameters
6911
6751
  ): this;
6912
6752
  /**
6913
6753
  * Returns Properties for Features like name, bounding box, and midpoint
@@ -7487,9 +7327,7 @@ declare namespace sap {
7487
7327
  /**
7488
7328
  * The function to be called when the event occurs
7489
7329
  */
7490
- fnFunction: (
7491
- p1: sap.ui.base.Event<sap.ui.vbm.$GeoJsonLayerClickEventParameters>
7492
- ) => void,
7330
+ fnFunction: (p1: GeoJsonLayer$ClickEvent) => void,
7493
7331
  /**
7494
7332
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoJsonLayer` itself
7495
7333
  */
@@ -7510,9 +7348,7 @@ declare namespace sap {
7510
7348
  /**
7511
7349
  * The function to be called when the event occurs
7512
7350
  */
7513
- fnFunction: (
7514
- p1: sap.ui.base.Event<sap.ui.vbm.$GeoJsonLayerClickEventParameters>
7515
- ) => void,
7351
+ fnFunction: (p1: GeoJsonLayer$ClickEvent) => void,
7516
7352
  /**
7517
7353
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoJsonLayer` itself
7518
7354
  */
@@ -7538,9 +7374,7 @@ declare namespace sap {
7538
7374
  /**
7539
7375
  * The function to be called when the event occurs
7540
7376
  */
7541
- fnFunction: (
7542
- p1: sap.ui.base.Event<sap.ui.vbm.$GeoJsonLayerContextMenuEventParameters>
7543
- ) => void,
7377
+ fnFunction: (p1: GeoJsonLayer$ContextMenuEvent) => void,
7544
7378
  /**
7545
7379
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoJsonLayer` itself
7546
7380
  */
@@ -7561,9 +7395,7 @@ declare namespace sap {
7561
7395
  /**
7562
7396
  * The function to be called when the event occurs
7563
7397
  */
7564
- fnFunction: (
7565
- p1: sap.ui.base.Event<sap.ui.vbm.$GeoJsonLayerContextMenuEventParameters>
7566
- ) => void,
7398
+ fnFunction: (p1: GeoJsonLayer$ContextMenuEvent) => void,
7567
7399
  /**
7568
7400
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoJsonLayer` itself
7569
7401
  */
@@ -7586,9 +7418,7 @@ declare namespace sap {
7586
7418
  /**
7587
7419
  * The function to be called, when the event occurs
7588
7420
  */
7589
- fnFunction: (
7590
- p1: sap.ui.base.Event<sap.ui.vbm.$GeoJsonLayerClickEventParameters>
7591
- ) => void,
7421
+ fnFunction: (p1: GeoJsonLayer$ClickEvent) => void,
7592
7422
  /**
7593
7423
  * Context object on which the given function had to be called
7594
7424
  */
@@ -7605,16 +7435,14 @@ declare namespace sap {
7605
7435
  /**
7606
7436
  * The function to be called, when the event occurs
7607
7437
  */
7608
- fnFunction: (
7609
- p1: sap.ui.base.Event<sap.ui.vbm.$GeoJsonLayerContextMenuEventParameters>
7610
- ) => void,
7438
+ fnFunction: (p1: GeoJsonLayer$ContextMenuEvent) => void,
7611
7439
  /**
7612
7440
  * Context object on which the given function had to be called
7613
7441
  */
7614
7442
  oListener?: object
7615
7443
  ): this;
7616
7444
  /**
7617
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7445
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
7618
7446
  *
7619
7447
  * Fires event {@link #event:click click} to attached listeners.
7620
7448
  *
@@ -7624,10 +7452,10 @@ declare namespace sap {
7624
7452
  /**
7625
7453
  * Parameters to pass along with the event
7626
7454
  */
7627
- mParameters?: sap.ui.vbm.$GeoJsonLayerClickEventParameters
7455
+ mParameters?: sap.ui.vbm.GeoJsonLayer$ClickEventParameters
7628
7456
  ): this;
7629
7457
  /**
7630
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7458
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
7631
7459
  *
7632
7460
  * Fires event {@link #event:contextMenu contextMenu} to attached listeners.
7633
7461
  *
@@ -7637,7 +7465,7 @@ declare namespace sap {
7637
7465
  /**
7638
7466
  * Parameters to pass along with the event
7639
7467
  */
7640
- mParameters?: sap.ui.vbm.$GeoJsonLayerContextMenuEventParameters
7468
+ mParameters?: sap.ui.vbm.GeoJsonLayer$ContextMenuEventParameters
7641
7469
  ): this;
7642
7470
  /**
7643
7471
  * Gets current value of property {@link #getData data}.
@@ -8027,9 +7855,7 @@ declare namespace sap {
8027
7855
  /**
8028
7856
  * The function to be called when the event occurs
8029
7857
  */
8030
- fnFunction: (
8031
- p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapCenterChangedEventParameters>
8032
- ) => void,
7858
+ fnFunction: (p1: GeoMap$CenterChangedEvent) => void,
8033
7859
  /**
8034
7860
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
8035
7861
  */
@@ -8049,9 +7875,7 @@ declare namespace sap {
8049
7875
  /**
8050
7876
  * The function to be called when the event occurs
8051
7877
  */
8052
- fnFunction: (
8053
- p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapCenterChangedEventParameters>
8054
- ) => void,
7878
+ fnFunction: (p1: GeoMap$CenterChangedEvent) => void,
8055
7879
  /**
8056
7880
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
8057
7881
  */
@@ -8076,9 +7900,7 @@ declare namespace sap {
8076
7900
  /**
8077
7901
  * The function to be called when the event occurs
8078
7902
  */
8079
- fnFunction: (
8080
- p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapClickEventParameters>
8081
- ) => void,
7903
+ fnFunction: (p1: GeoMap$ClickEvent) => void,
8082
7904
  /**
8083
7905
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
8084
7906
  */
@@ -8098,9 +7920,7 @@ declare namespace sap {
8098
7920
  /**
8099
7921
  * The function to be called when the event occurs
8100
7922
  */
8101
- fnFunction: (
8102
- p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapClickEventParameters>
8103
- ) => void,
7923
+ fnFunction: (p1: GeoMap$ClickEvent) => void,
8104
7924
  /**
8105
7925
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
8106
7926
  */
@@ -8125,9 +7945,7 @@ declare namespace sap {
8125
7945
  /**
8126
7946
  * The function to be called when the event occurs
8127
7947
  */
8128
- fnFunction: (
8129
- p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapContextMenuEventParameters>
8130
- ) => void,
7948
+ fnFunction: (p1: GeoMap$ContextMenuEvent) => void,
8131
7949
  /**
8132
7950
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
8133
7951
  */
@@ -8147,9 +7965,7 @@ declare namespace sap {
8147
7965
  /**
8148
7966
  * The function to be called when the event occurs
8149
7967
  */
8150
- fnFunction: (
8151
- p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapContextMenuEventParameters>
8152
- ) => void,
7968
+ fnFunction: (p1: GeoMap$ContextMenuEvent) => void,
8153
7969
  /**
8154
7970
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
8155
7971
  */
@@ -8174,9 +7990,7 @@ declare namespace sap {
8174
7990
  /**
8175
7991
  * The function to be called when the event occurs
8176
7992
  */
8177
- fnFunction: (
8178
- p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapDropEventParameters>
8179
- ) => void,
7993
+ fnFunction: (p1: GeoMap$DropEvent) => void,
8180
7994
  /**
8181
7995
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
8182
7996
  */
@@ -8196,9 +8010,7 @@ declare namespace sap {
8196
8010
  /**
8197
8011
  * The function to be called when the event occurs
8198
8012
  */
8199
- fnFunction: (
8200
- p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapDropEventParameters>
8201
- ) => void,
8013
+ fnFunction: (p1: GeoMap$DropEvent) => void,
8202
8014
  /**
8203
8015
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
8204
8016
  */
@@ -8223,9 +8035,7 @@ declare namespace sap {
8223
8035
  /**
8224
8036
  * The function to be called when the event occurs
8225
8037
  */
8226
- fnFunction: (
8227
- p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapKeyDownEventParameters>
8228
- ) => void,
8038
+ fnFunction: (p1: GeoMap$KeyDownEvent) => void,
8229
8039
  /**
8230
8040
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
8231
8041
  */
@@ -8245,9 +8055,7 @@ declare namespace sap {
8245
8055
  /**
8246
8056
  * The function to be called when the event occurs
8247
8057
  */
8248
- fnFunction: (
8249
- p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapKeyDownEventParameters>
8250
- ) => void,
8058
+ fnFunction: (p1: GeoMap$KeyDownEvent) => void,
8251
8059
  /**
8252
8060
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
8253
8061
  */
@@ -8272,9 +8080,7 @@ declare namespace sap {
8272
8080
  /**
8273
8081
  * The function to be called when the event occurs
8274
8082
  */
8275
- fnFunction: (
8276
- p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapKeyPressEventParameters>
8277
- ) => void,
8083
+ fnFunction: (p1: GeoMap$KeyPressEvent) => void,
8278
8084
  /**
8279
8085
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
8280
8086
  */
@@ -8294,9 +8100,7 @@ declare namespace sap {
8294
8100
  /**
8295
8101
  * The function to be called when the event occurs
8296
8102
  */
8297
- fnFunction: (
8298
- p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapKeyPressEventParameters>
8299
- ) => void,
8103
+ fnFunction: (p1: GeoMap$KeyPressEvent) => void,
8300
8104
  /**
8301
8105
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
8302
8106
  */
@@ -8321,9 +8125,7 @@ declare namespace sap {
8321
8125
  /**
8322
8126
  * The function to be called when the event occurs
8323
8127
  */
8324
- fnFunction: (
8325
- p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapKeyUpEventParameters>
8326
- ) => void,
8128
+ fnFunction: (p1: GeoMap$KeyUpEvent) => void,
8327
8129
  /**
8328
8130
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
8329
8131
  */
@@ -8343,9 +8145,7 @@ declare namespace sap {
8343
8145
  /**
8344
8146
  * The function to be called when the event occurs
8345
8147
  */
8346
- fnFunction: (
8347
- p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapKeyUpEventParameters>
8348
- ) => void,
8148
+ fnFunction: (p1: GeoMap$KeyUpEvent) => void,
8349
8149
  /**
8350
8150
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
8351
8151
  */
@@ -8415,9 +8215,7 @@ declare namespace sap {
8415
8215
  /**
8416
8216
  * The function to be called when the event occurs
8417
8217
  */
8418
- fnFunction: (
8419
- p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapZoomChangedEventParameters>
8420
- ) => void,
8218
+ fnFunction: (p1: GeoMap$ZoomChangedEvent) => void,
8421
8219
  /**
8422
8220
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
8423
8221
  */
@@ -8437,9 +8235,7 @@ declare namespace sap {
8437
8235
  /**
8438
8236
  * The function to be called when the event occurs
8439
8237
  */
8440
- fnFunction: (
8441
- p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapZoomChangedEventParameters>
8442
- ) => void,
8238
+ fnFunction: (p1: GeoMap$ZoomChangedEvent) => void,
8443
8239
  /**
8444
8240
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.GeoMap` itself
8445
8241
  */
@@ -8500,9 +8296,7 @@ declare namespace sap {
8500
8296
  /**
8501
8297
  * The function to be called, when the event occurs
8502
8298
  */
8503
- fnFunction: (
8504
- p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapCenterChangedEventParameters>
8505
- ) => void,
8299
+ fnFunction: (p1: GeoMap$CenterChangedEvent) => void,
8506
8300
  /**
8507
8301
  * Context object on which the given function had to be called
8508
8302
  */
@@ -8519,9 +8313,7 @@ declare namespace sap {
8519
8313
  /**
8520
8314
  * The function to be called, when the event occurs
8521
8315
  */
8522
- fnFunction: (
8523
- p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapClickEventParameters>
8524
- ) => void,
8316
+ fnFunction: (p1: GeoMap$ClickEvent) => void,
8525
8317
  /**
8526
8318
  * Context object on which the given function had to be called
8527
8319
  */
@@ -8538,9 +8330,7 @@ declare namespace sap {
8538
8330
  /**
8539
8331
  * The function to be called, when the event occurs
8540
8332
  */
8541
- fnFunction: (
8542
- p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapContextMenuEventParameters>
8543
- ) => void,
8333
+ fnFunction: (p1: GeoMap$ContextMenuEvent) => void,
8544
8334
  /**
8545
8335
  * Context object on which the given function had to be called
8546
8336
  */
@@ -8557,9 +8347,7 @@ declare namespace sap {
8557
8347
  /**
8558
8348
  * The function to be called, when the event occurs
8559
8349
  */
8560
- fnFunction: (
8561
- p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapDropEventParameters>
8562
- ) => void,
8350
+ fnFunction: (p1: GeoMap$DropEvent) => void,
8563
8351
  /**
8564
8352
  * Context object on which the given function had to be called
8565
8353
  */
@@ -8576,9 +8364,7 @@ declare namespace sap {
8576
8364
  /**
8577
8365
  * The function to be called, when the event occurs
8578
8366
  */
8579
- fnFunction: (
8580
- p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapKeyDownEventParameters>
8581
- ) => void,
8367
+ fnFunction: (p1: GeoMap$KeyDownEvent) => void,
8582
8368
  /**
8583
8369
  * Context object on which the given function had to be called
8584
8370
  */
@@ -8595,9 +8381,7 @@ declare namespace sap {
8595
8381
  /**
8596
8382
  * The function to be called, when the event occurs
8597
8383
  */
8598
- fnFunction: (
8599
- p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapKeyPressEventParameters>
8600
- ) => void,
8384
+ fnFunction: (p1: GeoMap$KeyPressEvent) => void,
8601
8385
  /**
8602
8386
  * Context object on which the given function had to be called
8603
8387
  */
@@ -8614,9 +8398,7 @@ declare namespace sap {
8614
8398
  /**
8615
8399
  * The function to be called, when the event occurs
8616
8400
  */
8617
- fnFunction: (
8618
- p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapKeyUpEventParameters>
8619
- ) => void,
8401
+ fnFunction: (p1: GeoMap$KeyUpEvent) => void,
8620
8402
  /**
8621
8403
  * Context object on which the given function had to be called
8622
8404
  */
@@ -8650,16 +8432,14 @@ declare namespace sap {
8650
8432
  /**
8651
8433
  * The function to be called, when the event occurs
8652
8434
  */
8653
- fnFunction: (
8654
- p1: sap.ui.base.Event<sap.ui.vbm.$GeoMapZoomChangedEventParameters>
8655
- ) => void,
8435
+ fnFunction: (p1: GeoMap$ZoomChangedEvent) => void,
8656
8436
  /**
8657
8437
  * Context object on which the given function had to be called
8658
8438
  */
8659
8439
  oListener?: object
8660
8440
  ): this;
8661
8441
  /**
8662
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8442
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8663
8443
  *
8664
8444
  * Fires event {@link #event:centerChanged centerChanged} to attached listeners.
8665
8445
  *
@@ -8669,10 +8449,10 @@ declare namespace sap {
8669
8449
  /**
8670
8450
  * Parameters to pass along with the event
8671
8451
  */
8672
- mParameters?: sap.ui.vbm.$GeoMapCenterChangedEventParameters
8452
+ mParameters?: sap.ui.vbm.GeoMap$CenterChangedEventParameters
8673
8453
  ): this;
8674
8454
  /**
8675
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8455
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8676
8456
  *
8677
8457
  * Fires event {@link #event:click click} to attached listeners.
8678
8458
  *
@@ -8682,10 +8462,10 @@ declare namespace sap {
8682
8462
  /**
8683
8463
  * Parameters to pass along with the event
8684
8464
  */
8685
- mParameters?: sap.ui.vbm.$GeoMapClickEventParameters
8465
+ mParameters?: sap.ui.vbm.GeoMap$ClickEventParameters
8686
8466
  ): this;
8687
8467
  /**
8688
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8468
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8689
8469
  *
8690
8470
  * Fires event {@link #event:contextMenu contextMenu} to attached listeners.
8691
8471
  *
@@ -8695,10 +8475,10 @@ declare namespace sap {
8695
8475
  /**
8696
8476
  * Parameters to pass along with the event
8697
8477
  */
8698
- mParameters?: sap.ui.vbm.$GeoMapContextMenuEventParameters
8478
+ mParameters?: sap.ui.vbm.GeoMap$ContextMenuEventParameters
8699
8479
  ): this;
8700
8480
  /**
8701
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8481
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8702
8482
  *
8703
8483
  * Fires event {@link #event:drop drop} to attached listeners.
8704
8484
  *
@@ -8708,10 +8488,10 @@ declare namespace sap {
8708
8488
  /**
8709
8489
  * Parameters to pass along with the event
8710
8490
  */
8711
- mParameters?: sap.ui.vbm.$GeoMapDropEventParameters
8491
+ mParameters?: sap.ui.vbm.GeoMap$DropEventParameters
8712
8492
  ): this;
8713
8493
  /**
8714
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8494
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8715
8495
  *
8716
8496
  * Fires event {@link #event:keyDown keyDown} to attached listeners.
8717
8497
  *
@@ -8721,10 +8501,10 @@ declare namespace sap {
8721
8501
  /**
8722
8502
  * Parameters to pass along with the event
8723
8503
  */
8724
- mParameters?: sap.ui.vbm.$GeoMapKeyDownEventParameters
8504
+ mParameters?: sap.ui.vbm.GeoMap$KeyDownEventParameters
8725
8505
  ): this;
8726
8506
  /**
8727
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8507
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8728
8508
  *
8729
8509
  * Fires event {@link #event:keyPress keyPress} to attached listeners.
8730
8510
  *
@@ -8734,10 +8514,10 @@ declare namespace sap {
8734
8514
  /**
8735
8515
  * Parameters to pass along with the event
8736
8516
  */
8737
- mParameters?: sap.ui.vbm.$GeoMapKeyPressEventParameters
8517
+ mParameters?: sap.ui.vbm.GeoMap$KeyPressEventParameters
8738
8518
  ): this;
8739
8519
  /**
8740
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8520
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8741
8521
  *
8742
8522
  * Fires event {@link #event:keyUp keyUp} to attached listeners.
8743
8523
  *
@@ -8747,10 +8527,10 @@ declare namespace sap {
8747
8527
  /**
8748
8528
  * Parameters to pass along with the event
8749
8529
  */
8750
- mParameters?: sap.ui.vbm.$GeoMapKeyUpEventParameters
8530
+ mParameters?: sap.ui.vbm.GeoMap$KeyUpEventParameters
8751
8531
  ): this;
8752
8532
  /**
8753
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8533
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8754
8534
  *
8755
8535
  * Fires event {@link #event:select select} to attached listeners.
8756
8536
  *
@@ -8763,7 +8543,7 @@ declare namespace sap {
8763
8543
  mParameters?: object
8764
8544
  ): this;
8765
8545
  /**
8766
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8546
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
8767
8547
  *
8768
8548
  * Fires event {@link #event:zoomChanged zoomChanged} to attached listeners.
8769
8549
  *
@@ -8773,7 +8553,7 @@ declare namespace sap {
8773
8553
  /**
8774
8554
  * Parameters to pass along with the event
8775
8555
  */
8776
- mParameters?: sap.ui.vbm.$GeoMapZoomChangedEventParameters
8556
+ mParameters?: sap.ui.vbm.GeoMap$ZoomChangedEventParameters
8777
8557
  ): this;
8778
8558
  /**
8779
8559
  * Retrieves the center position of the current map.
@@ -8908,7 +8688,7 @@ declare namespace sap {
8908
8688
  */
8909
8689
  getNavcontrolVisible(): boolean;
8910
8690
  /**
8911
- * @EXPERIMENTAL (since 1.30.0) - This method is experimental and might be modified or removerd in future
8691
+ * @experimental (since 1.30.0) - This method is experimental and might be modified or removerd in future
8912
8692
  * versions.
8913
8693
  *
8914
8694
  * Trigger the interactive creation mode to get a position or position array.
@@ -10172,9 +9952,7 @@ declare namespace sap {
10172
9952
  /**
10173
9953
  * The function to be called when the event occurs
10174
9954
  */
10175
- fnFunction: (
10176
- p1: sap.ui.base.Event<sap.ui.vbm.$LegendClickEventParameters>
10177
- ) => void,
9955
+ fnFunction: (p1: Legend$ClickEvent) => void,
10178
9956
  /**
10179
9957
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Legend` itself
10180
9958
  */
@@ -10194,9 +9972,7 @@ declare namespace sap {
10194
9972
  /**
10195
9973
  * The function to be called when the event occurs
10196
9974
  */
10197
- fnFunction: (
10198
- p1: sap.ui.base.Event<sap.ui.vbm.$LegendClickEventParameters>
10199
- ) => void,
9975
+ fnFunction: (p1: Legend$ClickEvent) => void,
10200
9976
  /**
10201
9977
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Legend` itself
10202
9978
  */
@@ -10219,16 +9995,14 @@ declare namespace sap {
10219
9995
  /**
10220
9996
  * The function to be called, when the event occurs
10221
9997
  */
10222
- fnFunction: (
10223
- p1: sap.ui.base.Event<sap.ui.vbm.$LegendClickEventParameters>
10224
- ) => void,
9998
+ fnFunction: (p1: Legend$ClickEvent) => void,
10225
9999
  /**
10226
10000
  * Context object on which the given function had to be called
10227
10001
  */
10228
10002
  oListener?: object
10229
10003
  ): this;
10230
10004
  /**
10231
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10005
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
10232
10006
  *
10233
10007
  * Fires event {@link #event:click click} to attached listeners.
10234
10008
  *
@@ -10238,7 +10012,7 @@ declare namespace sap {
10238
10012
  /**
10239
10013
  * Parameters to pass along with the event
10240
10014
  */
10241
- mParameters?: sap.ui.vbm.$LegendClickEventParameters
10015
+ mParameters?: sap.ui.vbm.Legend$ClickEventParameters
10242
10016
  ): this;
10243
10017
  /**
10244
10018
  * Gets current value of property {@link #getCaption caption}.
@@ -10407,9 +10181,7 @@ declare namespace sap {
10407
10181
  /**
10408
10182
  * The function to be called when the event occurs
10409
10183
  */
10410
- fnFunction: (
10411
- p1: sap.ui.base.Event<sap.ui.vbm.$LegendItemClickEventParameters>
10412
- ) => void,
10184
+ fnFunction: (p1: LegendItem$ClickEvent) => void,
10413
10185
  /**
10414
10186
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.LegendItem` itself
10415
10187
  */
@@ -10429,9 +10201,7 @@ declare namespace sap {
10429
10201
  /**
10430
10202
  * The function to be called when the event occurs
10431
10203
  */
10432
- fnFunction: (
10433
- p1: sap.ui.base.Event<sap.ui.vbm.$LegendItemClickEventParameters>
10434
- ) => void,
10204
+ fnFunction: (p1: LegendItem$ClickEvent) => void,
10435
10205
  /**
10436
10206
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.LegendItem` itself
10437
10207
  */
@@ -10448,16 +10218,14 @@ declare namespace sap {
10448
10218
  /**
10449
10219
  * The function to be called, when the event occurs
10450
10220
  */
10451
- fnFunction: (
10452
- p1: sap.ui.base.Event<sap.ui.vbm.$LegendItemClickEventParameters>
10453
- ) => void,
10221
+ fnFunction: (p1: LegendItem$ClickEvent) => void,
10454
10222
  /**
10455
10223
  * Context object on which the given function had to be called
10456
10224
  */
10457
10225
  oListener?: object
10458
10226
  ): this;
10459
10227
  /**
10460
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10228
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
10461
10229
  *
10462
10230
  * Fires event {@link #event:click click} to attached listeners.
10463
10231
  *
@@ -10467,7 +10235,7 @@ declare namespace sap {
10467
10235
  /**
10468
10236
  * Parameters to pass along with the event
10469
10237
  */
10470
- mParameters?: sap.ui.vbm.$LegendItemClickEventParameters
10238
+ mParameters?: sap.ui.vbm.LegendItem$ClickEventParameters
10471
10239
  ): this;
10472
10240
  /**
10473
10241
  * Gets current value of property {@link #getColor color}.
@@ -10889,7 +10657,7 @@ declare namespace sap {
10889
10657
  /**
10890
10658
  * @deprecated (since 1.31) - This event should no longer be used. Click event from Pie and Pies now includes
10891
10659
  * Pie Item index when event occurs.
10892
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10660
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
10893
10661
  *
10894
10662
  * Fires event {@link #event:click click} to attached listeners.
10895
10663
  *
@@ -11252,9 +11020,7 @@ declare namespace sap {
11252
11020
  /**
11253
11021
  * The function to be called when the event occurs
11254
11022
  */
11255
- fnFunction: (
11256
- p1: sap.ui.base.Event<sap.ui.vbm.$RegionClickEventParameters>
11257
- ) => void,
11023
+ fnFunction: (p1: Region$ClickEvent) => void,
11258
11024
  /**
11259
11025
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Region` itself
11260
11026
  */
@@ -11274,9 +11040,7 @@ declare namespace sap {
11274
11040
  /**
11275
11041
  * The function to be called when the event occurs
11276
11042
  */
11277
- fnFunction: (
11278
- p1: sap.ui.base.Event<sap.ui.vbm.$RegionClickEventParameters>
11279
- ) => void,
11043
+ fnFunction: (p1: Region$ClickEvent) => void,
11280
11044
  /**
11281
11045
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Region` itself
11282
11046
  */
@@ -11301,9 +11065,7 @@ declare namespace sap {
11301
11065
  /**
11302
11066
  * The function to be called when the event occurs
11303
11067
  */
11304
- fnFunction: (
11305
- p1: sap.ui.base.Event<sap.ui.vbm.$RegionContextMenuEventParameters>
11306
- ) => void,
11068
+ fnFunction: (p1: Region$ContextMenuEvent) => void,
11307
11069
  /**
11308
11070
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Region` itself
11309
11071
  */
@@ -11323,9 +11085,7 @@ declare namespace sap {
11323
11085
  /**
11324
11086
  * The function to be called when the event occurs
11325
11087
  */
11326
- fnFunction: (
11327
- p1: sap.ui.base.Event<sap.ui.vbm.$RegionContextMenuEventParameters>
11328
- ) => void,
11088
+ fnFunction: (p1: Region$ContextMenuEvent) => void,
11329
11089
  /**
11330
11090
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Region` itself
11331
11091
  */
@@ -11342,9 +11102,7 @@ declare namespace sap {
11342
11102
  /**
11343
11103
  * The function to be called, when the event occurs
11344
11104
  */
11345
- fnFunction: (
11346
- p1: sap.ui.base.Event<sap.ui.vbm.$RegionClickEventParameters>
11347
- ) => void,
11105
+ fnFunction: (p1: Region$ClickEvent) => void,
11348
11106
  /**
11349
11107
  * Context object on which the given function had to be called
11350
11108
  */
@@ -11361,16 +11119,14 @@ declare namespace sap {
11361
11119
  /**
11362
11120
  * The function to be called, when the event occurs
11363
11121
  */
11364
- fnFunction: (
11365
- p1: sap.ui.base.Event<sap.ui.vbm.$RegionContextMenuEventParameters>
11366
- ) => void,
11122
+ fnFunction: (p1: Region$ContextMenuEvent) => void,
11367
11123
  /**
11368
11124
  * Context object on which the given function had to be called
11369
11125
  */
11370
11126
  oListener?: object
11371
11127
  ): this;
11372
11128
  /**
11373
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11129
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
11374
11130
  *
11375
11131
  * Fires event {@link #event:click click} to attached listeners.
11376
11132
  *
@@ -11380,10 +11136,10 @@ declare namespace sap {
11380
11136
  /**
11381
11137
  * Parameters to pass along with the event
11382
11138
  */
11383
- mParameters?: sap.ui.vbm.$RegionClickEventParameters
11139
+ mParameters?: sap.ui.vbm.Region$ClickEventParameters
11384
11140
  ): this;
11385
11141
  /**
11386
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11142
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
11387
11143
  *
11388
11144
  * Fires event {@link #event:contextMenu contextMenu} to attached listeners.
11389
11145
  *
@@ -11393,7 +11149,7 @@ declare namespace sap {
11393
11149
  /**
11394
11150
  * Parameters to pass along with the event
11395
11151
  */
11396
- mParameters?: sap.ui.vbm.$RegionContextMenuEventParameters
11152
+ mParameters?: sap.ui.vbm.Region$ContextMenuEventParameters
11397
11153
  ): this;
11398
11154
  /**
11399
11155
  * Gets current value of property {@link #getCode code}.
@@ -11962,7 +11718,7 @@ declare namespace sap {
11962
11718
  */
11963
11719
  getPosition(): string;
11964
11720
  /**
11965
- * @EXPERIMENTAL (since 1.32.0) - this method is experimental and might be modified or removed in future
11721
+ * @experimental (since 1.32.0) - this method is experimental and might be modified or removed in future
11966
11722
  * versions.
11967
11723
  *
11968
11724
  * Gets current value of property {@link #getRoutetype routetype}.
@@ -12255,7 +12011,7 @@ declare namespace sap {
12255
12011
  sPosition?: string
12256
12012
  ): this;
12257
12013
  /**
12258
- * @EXPERIMENTAL (since 1.32.0) - this method is experimental and might be modified or removed in future
12014
+ * @experimental (since 1.32.0) - this method is experimental and might be modified or removed in future
12259
12015
  * versions.
12260
12016
  *
12261
12017
  * Sets a new value for property {@link #getRoutetype routetype}.
@@ -12600,7 +12356,7 @@ declare namespace sap {
12600
12356
  oListener?: object
12601
12357
  ): this;
12602
12358
  /**
12603
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12359
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
12604
12360
  *
12605
12361
  * Fires event {@link #event:click click} to attached listeners.
12606
12362
  *
@@ -12613,7 +12369,7 @@ declare namespace sap {
12613
12369
  mParameters?: object
12614
12370
  ): this;
12615
12371
  /**
12616
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12372
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
12617
12373
  *
12618
12374
  * Fires event {@link #event:contextMenu contextMenu} to attached listeners.
12619
12375
  *
@@ -12626,7 +12382,7 @@ declare namespace sap {
12626
12382
  mParameters?: object
12627
12383
  ): this;
12628
12384
  /**
12629
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12385
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
12630
12386
  *
12631
12387
  * Fires event {@link #event:drop drop} to attached listeners.
12632
12388
  *
@@ -13788,7 +13544,7 @@ declare namespace sap {
13788
13544
  vAriaLabelledBy: sap.ui.core.ID | sap.ui.core.Control
13789
13545
  ): this;
13790
13546
  /**
13791
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13547
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
13792
13548
  *
13793
13549
  * Add dependant child control for rendering.
13794
13550
  */
@@ -13822,9 +13578,7 @@ declare namespace sap {
13822
13578
  /**
13823
13579
  * The function to be called when the event occurs
13824
13580
  */
13825
- fnFunction: (
13826
- p1: sap.ui.base.Event<sap.ui.vbm.$VBIChangeTrackingModeEventParameters>
13827
- ) => void,
13581
+ fnFunction: (p1: VBI$ChangeTrackingModeEvent) => void,
13828
13582
  /**
13829
13583
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
13830
13584
  */
@@ -13845,9 +13599,7 @@ declare namespace sap {
13845
13599
  /**
13846
13600
  * The function to be called when the event occurs
13847
13601
  */
13848
- fnFunction: (
13849
- p1: sap.ui.base.Event<sap.ui.vbm.$VBIChangeTrackingModeEventParameters>
13850
- ) => void,
13602
+ fnFunction: (p1: VBI$ChangeTrackingModeEvent) => void,
13851
13603
  /**
13852
13604
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
13853
13605
  */
@@ -13873,9 +13625,7 @@ declare namespace sap {
13873
13625
  /**
13874
13626
  * The function to be called when the event occurs
13875
13627
  */
13876
- fnFunction: (
13877
- p1: sap.ui.base.Event<sap.ui.vbm.$VBICloseWindowEventParameters>
13878
- ) => void,
13628
+ fnFunction: (p1: VBI$CloseWindowEvent) => void,
13879
13629
  /**
13880
13630
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
13881
13631
  */
@@ -13896,9 +13646,7 @@ declare namespace sap {
13896
13646
  /**
13897
13647
  * The function to be called when the event occurs
13898
13648
  */
13899
- fnFunction: (
13900
- p1: sap.ui.base.Event<sap.ui.vbm.$VBICloseWindowEventParameters>
13901
- ) => void,
13649
+ fnFunction: (p1: VBI$CloseWindowEvent) => void,
13902
13650
  /**
13903
13651
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
13904
13652
  */
@@ -13925,9 +13673,7 @@ declare namespace sap {
13925
13673
  /**
13926
13674
  * The function to be called when the event occurs
13927
13675
  */
13928
- fnFunction: (
13929
- p1: sap.ui.base.Event<sap.ui.vbm.$VBIContainerCreatedEventParameters>
13930
- ) => void,
13676
+ fnFunction: (p1: VBI$ContainerCreatedEvent) => void,
13931
13677
  /**
13932
13678
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
13933
13679
  */
@@ -13949,9 +13695,7 @@ declare namespace sap {
13949
13695
  /**
13950
13696
  * The function to be called when the event occurs
13951
13697
  */
13952
- fnFunction: (
13953
- p1: sap.ui.base.Event<sap.ui.vbm.$VBIContainerCreatedEventParameters>
13954
- ) => void,
13698
+ fnFunction: (p1: VBI$ContainerCreatedEvent) => void,
13955
13699
  /**
13956
13700
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
13957
13701
  */
@@ -13978,9 +13722,7 @@ declare namespace sap {
13978
13722
  /**
13979
13723
  * The function to be called when the event occurs
13980
13724
  */
13981
- fnFunction: (
13982
- p1: sap.ui.base.Event<sap.ui.vbm.$VBIContainerDestroyedEventParameters>
13983
- ) => void,
13725
+ fnFunction: (p1: VBI$ContainerDestroyedEvent) => void,
13984
13726
  /**
13985
13727
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
13986
13728
  */
@@ -14002,9 +13744,7 @@ declare namespace sap {
14002
13744
  /**
14003
13745
  * The function to be called when the event occurs
14004
13746
  */
14005
- fnFunction: (
14006
- p1: sap.ui.base.Event<sap.ui.vbm.$VBIContainerDestroyedEventParameters>
14007
- ) => void,
13747
+ fnFunction: (p1: VBI$ContainerDestroyedEvent) => void,
14008
13748
  /**
14009
13749
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
14010
13750
  */
@@ -14029,9 +13769,7 @@ declare namespace sap {
14029
13769
  /**
14030
13770
  * The function to be called when the event occurs
14031
13771
  */
14032
- fnFunction: (
14033
- p1: sap.ui.base.Event<sap.ui.vbm.$VBIMoveEventParameters>
14034
- ) => void,
13772
+ fnFunction: (p1: VBI$MoveEvent) => void,
14035
13773
  /**
14036
13774
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
14037
13775
  */
@@ -14051,9 +13789,7 @@ declare namespace sap {
14051
13789
  /**
14052
13790
  * The function to be called when the event occurs
14053
13791
  */
14054
- fnFunction: (
14055
- p1: sap.ui.base.Event<sap.ui.vbm.$VBIMoveEventParameters>
14056
- ) => void,
13792
+ fnFunction: (p1: VBI$MoveEvent) => void,
14057
13793
  /**
14058
13794
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
14059
13795
  */
@@ -14079,9 +13815,7 @@ declare namespace sap {
14079
13815
  /**
14080
13816
  * The function to be called when the event occurs
14081
13817
  */
14082
- fnFunction: (
14083
- p1: sap.ui.base.Event<sap.ui.vbm.$VBIOpenWindowEventParameters>
14084
- ) => void,
13818
+ fnFunction: (p1: VBI$OpenWindowEvent) => void,
14085
13819
  /**
14086
13820
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
14087
13821
  */
@@ -14102,9 +13836,7 @@ declare namespace sap {
14102
13836
  /**
14103
13837
  * The function to be called when the event occurs
14104
13838
  */
14105
- fnFunction: (
14106
- p1: sap.ui.base.Event<sap.ui.vbm.$VBIOpenWindowEventParameters>
14107
- ) => void,
13839
+ fnFunction: (p1: VBI$OpenWindowEvent) => void,
14108
13840
  /**
14109
13841
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
14110
13842
  */
@@ -14130,9 +13862,7 @@ declare namespace sap {
14130
13862
  /**
14131
13863
  * The function to be called when the event occurs
14132
13864
  */
14133
- fnFunction: (
14134
- p1: sap.ui.base.Event<sap.ui.vbm.$VBIRenderEventParameters>
14135
- ) => void,
13865
+ fnFunction: (p1: VBI$RenderEvent) => void,
14136
13866
  /**
14137
13867
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
14138
13868
  */
@@ -14153,9 +13883,7 @@ declare namespace sap {
14153
13883
  /**
14154
13884
  * The function to be called when the event occurs
14155
13885
  */
14156
- fnFunction: (
14157
- p1: sap.ui.base.Event<sap.ui.vbm.$VBIRenderEventParameters>
14158
- ) => void,
13886
+ fnFunction: (p1: VBI$RenderEvent) => void,
14159
13887
  /**
14160
13888
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
14161
13889
  */
@@ -14180,9 +13908,7 @@ declare namespace sap {
14180
13908
  /**
14181
13909
  * The function to be called when the event occurs
14182
13910
  */
14183
- fnFunction: (
14184
- p1: sap.ui.base.Event<sap.ui.vbm.$VBISubmitEventParameters>
14185
- ) => void,
13911
+ fnFunction: (p1: VBI$SubmitEvent) => void,
14186
13912
  /**
14187
13913
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
14188
13914
  */
@@ -14202,9 +13928,7 @@ declare namespace sap {
14202
13928
  /**
14203
13929
  * The function to be called when the event occurs
14204
13930
  */
14205
- fnFunction: (
14206
- p1: sap.ui.base.Event<sap.ui.vbm.$VBISubmitEventParameters>
14207
- ) => void,
13931
+ fnFunction: (p1: VBI$SubmitEvent) => void,
14208
13932
  /**
14209
13933
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
14210
13934
  */
@@ -14230,9 +13954,7 @@ declare namespace sap {
14230
13954
  /**
14231
13955
  * The function to be called when the event occurs
14232
13956
  */
14233
- fnFunction: (
14234
- p1: sap.ui.base.Event<sap.ui.vbm.$VBIThumbnailClickEventParameters>
14235
- ) => void,
13957
+ fnFunction: (p1: VBI$ThumbnailClickEvent) => void,
14236
13958
  /**
14237
13959
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
14238
13960
  */
@@ -14253,9 +13975,7 @@ declare namespace sap {
14253
13975
  /**
14254
13976
  * The function to be called when the event occurs
14255
13977
  */
14256
- fnFunction: (
14257
- p1: sap.ui.base.Event<sap.ui.vbm.$VBIThumbnailClickEventParameters>
14258
- ) => void,
13978
+ fnFunction: (p1: VBI$ThumbnailClickEvent) => void,
14259
13979
  /**
14260
13980
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
14261
13981
  */
@@ -14280,9 +14000,7 @@ declare namespace sap {
14280
14000
  /**
14281
14001
  * The function to be called when the event occurs
14282
14002
  */
14283
- fnFunction: (
14284
- p1: sap.ui.base.Event<sap.ui.vbm.$VBIZoomEventParameters>
14285
- ) => void,
14003
+ fnFunction: (p1: VBI$ZoomEvent) => void,
14286
14004
  /**
14287
14005
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
14288
14006
  */
@@ -14302,9 +14020,7 @@ declare namespace sap {
14302
14020
  /**
14303
14021
  * The function to be called when the event occurs
14304
14022
  */
14305
- fnFunction: (
14306
- p1: sap.ui.base.Event<sap.ui.vbm.$VBIZoomEventParameters>
14307
- ) => void,
14023
+ fnFunction: (p1: VBI$ZoomEvent) => void,
14308
14024
  /**
14309
14025
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VBI` itself
14310
14026
  */
@@ -14322,9 +14038,7 @@ declare namespace sap {
14322
14038
  /**
14323
14039
  * The function to be called, when the event occurs
14324
14040
  */
14325
- fnFunction: (
14326
- p1: sap.ui.base.Event<sap.ui.vbm.$VBIChangeTrackingModeEventParameters>
14327
- ) => void,
14041
+ fnFunction: (p1: VBI$ChangeTrackingModeEvent) => void,
14328
14042
  /**
14329
14043
  * Context object on which the given function had to be called
14330
14044
  */
@@ -14341,9 +14055,7 @@ declare namespace sap {
14341
14055
  /**
14342
14056
  * The function to be called, when the event occurs
14343
14057
  */
14344
- fnFunction: (
14345
- p1: sap.ui.base.Event<sap.ui.vbm.$VBICloseWindowEventParameters>
14346
- ) => void,
14058
+ fnFunction: (p1: VBI$CloseWindowEvent) => void,
14347
14059
  /**
14348
14060
  * Context object on which the given function had to be called
14349
14061
  */
@@ -14361,9 +14073,7 @@ declare namespace sap {
14361
14073
  /**
14362
14074
  * The function to be called, when the event occurs
14363
14075
  */
14364
- fnFunction: (
14365
- p1: sap.ui.base.Event<sap.ui.vbm.$VBIContainerCreatedEventParameters>
14366
- ) => void,
14076
+ fnFunction: (p1: VBI$ContainerCreatedEvent) => void,
14367
14077
  /**
14368
14078
  * Context object on which the given function had to be called
14369
14079
  */
@@ -14381,9 +14091,7 @@ declare namespace sap {
14381
14091
  /**
14382
14092
  * The function to be called, when the event occurs
14383
14093
  */
14384
- fnFunction: (
14385
- p1: sap.ui.base.Event<sap.ui.vbm.$VBIContainerDestroyedEventParameters>
14386
- ) => void,
14094
+ fnFunction: (p1: VBI$ContainerDestroyedEvent) => void,
14387
14095
  /**
14388
14096
  * Context object on which the given function had to be called
14389
14097
  */
@@ -14400,9 +14108,7 @@ declare namespace sap {
14400
14108
  /**
14401
14109
  * The function to be called, when the event occurs
14402
14110
  */
14403
- fnFunction: (
14404
- p1: sap.ui.base.Event<sap.ui.vbm.$VBIMoveEventParameters>
14405
- ) => void,
14111
+ fnFunction: (p1: VBI$MoveEvent) => void,
14406
14112
  /**
14407
14113
  * Context object on which the given function had to be called
14408
14114
  */
@@ -14419,9 +14125,7 @@ declare namespace sap {
14419
14125
  /**
14420
14126
  * The function to be called, when the event occurs
14421
14127
  */
14422
- fnFunction: (
14423
- p1: sap.ui.base.Event<sap.ui.vbm.$VBIOpenWindowEventParameters>
14424
- ) => void,
14128
+ fnFunction: (p1: VBI$OpenWindowEvent) => void,
14425
14129
  /**
14426
14130
  * Context object on which the given function had to be called
14427
14131
  */
@@ -14438,9 +14142,7 @@ declare namespace sap {
14438
14142
  /**
14439
14143
  * The function to be called, when the event occurs
14440
14144
  */
14441
- fnFunction: (
14442
- p1: sap.ui.base.Event<sap.ui.vbm.$VBIRenderEventParameters>
14443
- ) => void,
14145
+ fnFunction: (p1: VBI$RenderEvent) => void,
14444
14146
  /**
14445
14147
  * Context object on which the given function had to be called
14446
14148
  */
@@ -14457,9 +14159,7 @@ declare namespace sap {
14457
14159
  /**
14458
14160
  * The function to be called, when the event occurs
14459
14161
  */
14460
- fnFunction: (
14461
- p1: sap.ui.base.Event<sap.ui.vbm.$VBISubmitEventParameters>
14462
- ) => void,
14162
+ fnFunction: (p1: VBI$SubmitEvent) => void,
14463
14163
  /**
14464
14164
  * Context object on which the given function had to be called
14465
14165
  */
@@ -14477,9 +14177,7 @@ declare namespace sap {
14477
14177
  /**
14478
14178
  * The function to be called, when the event occurs
14479
14179
  */
14480
- fnFunction: (
14481
- p1: sap.ui.base.Event<sap.ui.vbm.$VBIThumbnailClickEventParameters>
14482
- ) => void,
14180
+ fnFunction: (p1: VBI$ThumbnailClickEvent) => void,
14483
14181
  /**
14484
14182
  * Context object on which the given function had to be called
14485
14183
  */
@@ -14496,16 +14194,14 @@ declare namespace sap {
14496
14194
  /**
14497
14195
  * The function to be called, when the event occurs
14498
14196
  */
14499
- fnFunction: (
14500
- p1: sap.ui.base.Event<sap.ui.vbm.$VBIZoomEventParameters>
14501
- ) => void,
14197
+ fnFunction: (p1: VBI$ZoomEvent) => void,
14502
14198
  /**
14503
14199
  * Context object on which the given function had to be called
14504
14200
  */
14505
14201
  oListener?: object
14506
14202
  ): this;
14507
14203
  /**
14508
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14204
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
14509
14205
  *
14510
14206
  * Fires event {@link #event:changeTrackingMode changeTrackingMode} to attached listeners.
14511
14207
  *
@@ -14515,10 +14211,10 @@ declare namespace sap {
14515
14211
  /**
14516
14212
  * Parameters to pass along with the event
14517
14213
  */
14518
- mParameters?: sap.ui.vbm.$VBIChangeTrackingModeEventParameters
14214
+ mParameters?: sap.ui.vbm.VBI$ChangeTrackingModeEventParameters
14519
14215
  ): this;
14520
14216
  /**
14521
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14217
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
14522
14218
  *
14523
14219
  * Fires event {@link #event:closeWindow closeWindow} to attached listeners.
14524
14220
  *
@@ -14528,10 +14224,10 @@ declare namespace sap {
14528
14224
  /**
14529
14225
  * Parameters to pass along with the event
14530
14226
  */
14531
- mParameters?: sap.ui.vbm.$VBICloseWindowEventParameters
14227
+ mParameters?: sap.ui.vbm.VBI$CloseWindowEventParameters
14532
14228
  ): this;
14533
14229
  /**
14534
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14230
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
14535
14231
  *
14536
14232
  * Fires event {@link #event:containerCreated containerCreated} to attached listeners.
14537
14233
  *
@@ -14541,10 +14237,10 @@ declare namespace sap {
14541
14237
  /**
14542
14238
  * Parameters to pass along with the event
14543
14239
  */
14544
- mParameters?: sap.ui.vbm.$VBIContainerCreatedEventParameters
14240
+ mParameters?: sap.ui.vbm.VBI$ContainerCreatedEventParameters
14545
14241
  ): this;
14546
14242
  /**
14547
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14243
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
14548
14244
  *
14549
14245
  * Fires event {@link #event:containerDestroyed containerDestroyed} to attached listeners.
14550
14246
  *
@@ -14554,10 +14250,10 @@ declare namespace sap {
14554
14250
  /**
14555
14251
  * Parameters to pass along with the event
14556
14252
  */
14557
- mParameters?: sap.ui.vbm.$VBIContainerDestroyedEventParameters
14253
+ mParameters?: sap.ui.vbm.VBI$ContainerDestroyedEventParameters
14558
14254
  ): this;
14559
14255
  /**
14560
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14256
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
14561
14257
  *
14562
14258
  * Fires event {@link #event:move move} to attached listeners.
14563
14259
  *
@@ -14567,10 +14263,10 @@ declare namespace sap {
14567
14263
  /**
14568
14264
  * Parameters to pass along with the event
14569
14265
  */
14570
- mParameters?: sap.ui.vbm.$VBIMoveEventParameters
14266
+ mParameters?: sap.ui.vbm.VBI$MoveEventParameters
14571
14267
  ): this;
14572
14268
  /**
14573
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14269
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
14574
14270
  *
14575
14271
  * Fires event {@link #event:openWindow openWindow} to attached listeners.
14576
14272
  *
@@ -14580,10 +14276,10 @@ declare namespace sap {
14580
14276
  /**
14581
14277
  * Parameters to pass along with the event
14582
14278
  */
14583
- mParameters?: sap.ui.vbm.$VBIOpenWindowEventParameters
14279
+ mParameters?: sap.ui.vbm.VBI$OpenWindowEventParameters
14584
14280
  ): this;
14585
14281
  /**
14586
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14282
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
14587
14283
  *
14588
14284
  * Fires event {@link #event:render render} to attached listeners.
14589
14285
  *
@@ -14593,10 +14289,10 @@ declare namespace sap {
14593
14289
  /**
14594
14290
  * Parameters to pass along with the event
14595
14291
  */
14596
- mParameters?: sap.ui.vbm.$VBIRenderEventParameters
14292
+ mParameters?: sap.ui.vbm.VBI$RenderEventParameters
14597
14293
  ): this;
14598
14294
  /**
14599
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14295
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
14600
14296
  *
14601
14297
  * Fires event {@link #event:submit submit} to attached listeners.
14602
14298
  *
@@ -14606,10 +14302,10 @@ declare namespace sap {
14606
14302
  /**
14607
14303
  * Parameters to pass along with the event
14608
14304
  */
14609
- mParameters?: sap.ui.vbm.$VBISubmitEventParameters
14305
+ mParameters?: sap.ui.vbm.VBI$SubmitEventParameters
14610
14306
  ): this;
14611
14307
  /**
14612
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14308
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
14613
14309
  *
14614
14310
  * Fires event {@link #event:thumbnailClick thumbnailClick} to attached listeners.
14615
14311
  *
@@ -14619,10 +14315,10 @@ declare namespace sap {
14619
14315
  /**
14620
14316
  * Parameters to pass along with the event
14621
14317
  */
14622
- mParameters?: sap.ui.vbm.$VBIThumbnailClickEventParameters
14318
+ mParameters?: sap.ui.vbm.VBI$ThumbnailClickEventParameters
14623
14319
  ): this;
14624
14320
  /**
14625
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14321
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
14626
14322
  *
14627
14323
  * Fires event {@link #event:zoom zoom} to attached listeners.
14628
14324
  *
@@ -14632,7 +14328,7 @@ declare namespace sap {
14632
14328
  /**
14633
14329
  * Parameters to pass along with the event
14634
14330
  */
14635
- mParameters?: sap.ui.vbm.$VBIZoomEventParameters
14331
+ mParameters?: sap.ui.vbm.VBI$ZoomEventParameters
14636
14332
  ): this;
14637
14333
  /**
14638
14334
  * Gets current value of property {@link #getAllowKeyEventRepeat allowKeyEventRepeat}.
@@ -15147,9 +14843,7 @@ declare namespace sap {
15147
14843
  /**
15148
14844
  * The function to be called when the event occurs
15149
14845
  */
15150
- fnFunction: (
15151
- p1: sap.ui.base.Event<sap.ui.vbm.$ViewportCameraChangeEventParameters>
15152
- ) => void,
14846
+ fnFunction: (p1: Viewport$CameraChangeEvent) => void,
15153
14847
  /**
15154
14848
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Viewport` itself
15155
14849
  */
@@ -15169,9 +14863,7 @@ declare namespace sap {
15169
14863
  /**
15170
14864
  * The function to be called when the event occurs
15171
14865
  */
15172
- fnFunction: (
15173
- p1: sap.ui.base.Event<sap.ui.vbm.$ViewportCameraChangeEventParameters>
15174
- ) => void,
14866
+ fnFunction: (p1: Viewport$CameraChangeEvent) => void,
15175
14867
  /**
15176
14868
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Viewport` itself
15177
14869
  */
@@ -15188,16 +14880,14 @@ declare namespace sap {
15188
14880
  /**
15189
14881
  * The function to be called, when the event occurs
15190
14882
  */
15191
- fnFunction: (
15192
- p1: sap.ui.base.Event<sap.ui.vbm.$ViewportCameraChangeEventParameters>
15193
- ) => void,
14883
+ fnFunction: (p1: Viewport$CameraChangeEvent) => void,
15194
14884
  /**
15195
14885
  * Context object on which the given function had to be called
15196
14886
  */
15197
14887
  oListener?: object
15198
14888
  ): this;
15199
14889
  /**
15200
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14890
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
15201
14891
  *
15202
14892
  * Fires event {@link #event:cameraChange cameraChange} to attached listeners.
15203
14893
  *
@@ -15207,7 +14897,7 @@ declare namespace sap {
15207
14897
  /**
15208
14898
  * Parameters to pass along with the event
15209
14899
  */
15210
- mParameters?: sap.ui.vbm.$ViewportCameraChangeEventParameters
14900
+ mParameters?: sap.ui.vbm.Viewport$CameraChangeEventParameters
15211
14901
  ): this;
15212
14902
  /**
15213
14903
  * Gets current value of property {@link #getCameraHistoryLength cameraHistoryLength}.
@@ -15487,9 +15177,7 @@ declare namespace sap {
15487
15177
  /**
15488
15178
  * The function to be called when the event occurs
15489
15179
  */
15490
- fnFunction: (
15491
- p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationClickEventParameters>
15492
- ) => void,
15180
+ fnFunction: (p1: VoAggregation$ClickEvent) => void,
15493
15181
  /**
15494
15182
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
15495
15183
  */
@@ -15509,9 +15197,7 @@ declare namespace sap {
15509
15197
  /**
15510
15198
  * The function to be called when the event occurs
15511
15199
  */
15512
- fnFunction: (
15513
- p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationClickEventParameters>
15514
- ) => void,
15200
+ fnFunction: (p1: VoAggregation$ClickEvent) => void,
15515
15201
  /**
15516
15202
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
15517
15203
  */
@@ -15536,9 +15222,7 @@ declare namespace sap {
15536
15222
  /**
15537
15223
  * The function to be called when the event occurs
15538
15224
  */
15539
- fnFunction: (
15540
- p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationContextMenuEventParameters>
15541
- ) => void,
15225
+ fnFunction: (p1: VoAggregation$ContextMenuEvent) => void,
15542
15226
  /**
15543
15227
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
15544
15228
  */
@@ -15558,9 +15242,7 @@ declare namespace sap {
15558
15242
  /**
15559
15243
  * The function to be called when the event occurs
15560
15244
  */
15561
- fnFunction: (
15562
- p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationContextMenuEventParameters>
15563
- ) => void,
15245
+ fnFunction: (p1: VoAggregation$ContextMenuEvent) => void,
15564
15246
  /**
15565
15247
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
15566
15248
  */
@@ -15585,9 +15267,7 @@ declare namespace sap {
15585
15267
  /**
15586
15268
  * The function to be called when the event occurs
15587
15269
  */
15588
- fnFunction: (
15589
- p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationDeselectEventParameters>
15590
- ) => void,
15270
+ fnFunction: (p1: VoAggregation$DeselectEvent) => void,
15591
15271
  /**
15592
15272
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
15593
15273
  */
@@ -15607,9 +15287,7 @@ declare namespace sap {
15607
15287
  /**
15608
15288
  * The function to be called when the event occurs
15609
15289
  */
15610
- fnFunction: (
15611
- p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationDeselectEventParameters>
15612
- ) => void,
15290
+ fnFunction: (p1: VoAggregation$DeselectEvent) => void,
15613
15291
  /**
15614
15292
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
15615
15293
  */
@@ -15634,9 +15312,7 @@ declare namespace sap {
15634
15312
  /**
15635
15313
  * The function to be called when the event occurs
15636
15314
  */
15637
- fnFunction: (
15638
- p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationDropEventParameters>
15639
- ) => void,
15315
+ fnFunction: (p1: VoAggregation$DropEvent) => void,
15640
15316
  /**
15641
15317
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
15642
15318
  */
@@ -15656,9 +15332,7 @@ declare namespace sap {
15656
15332
  /**
15657
15333
  * The function to be called when the event occurs
15658
15334
  */
15659
- fnFunction: (
15660
- p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationDropEventParameters>
15661
- ) => void,
15335
+ fnFunction: (p1: VoAggregation$DropEvent) => void,
15662
15336
  /**
15663
15337
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
15664
15338
  */
@@ -15683,9 +15357,7 @@ declare namespace sap {
15683
15357
  /**
15684
15358
  * The function to be called when the event occurs
15685
15359
  */
15686
- fnFunction: (
15687
- p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationHandleClickEventParameters>
15688
- ) => void,
15360
+ fnFunction: (p1: VoAggregation$HandleClickEvent) => void,
15689
15361
  /**
15690
15362
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
15691
15363
  */
@@ -15705,9 +15377,7 @@ declare namespace sap {
15705
15377
  /**
15706
15378
  * The function to be called when the event occurs
15707
15379
  */
15708
- fnFunction: (
15709
- p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationHandleClickEventParameters>
15710
- ) => void,
15380
+ fnFunction: (p1: VoAggregation$HandleClickEvent) => void,
15711
15381
  /**
15712
15382
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
15713
15383
  */
@@ -15733,9 +15403,7 @@ declare namespace sap {
15733
15403
  /**
15734
15404
  * The function to be called when the event occurs
15735
15405
  */
15736
- fnFunction: (
15737
- p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationHandleContextMenuEventParameters>
15738
- ) => void,
15406
+ fnFunction: (p1: VoAggregation$HandleContextMenuEvent) => void,
15739
15407
  /**
15740
15408
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
15741
15409
  */
@@ -15756,9 +15424,7 @@ declare namespace sap {
15756
15424
  /**
15757
15425
  * The function to be called when the event occurs
15758
15426
  */
15759
- fnFunction: (
15760
- p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationHandleContextMenuEventParameters>
15761
- ) => void,
15427
+ fnFunction: (p1: VoAggregation$HandleContextMenuEvent) => void,
15762
15428
  /**
15763
15429
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
15764
15430
  */
@@ -15783,9 +15449,7 @@ declare namespace sap {
15783
15449
  /**
15784
15450
  * The function to be called when the event occurs
15785
15451
  */
15786
- fnFunction: (
15787
- p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationHandleMovedEventParameters>
15788
- ) => void,
15452
+ fnFunction: (p1: VoAggregation$HandleMovedEvent) => void,
15789
15453
  /**
15790
15454
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
15791
15455
  */
@@ -15805,9 +15469,7 @@ declare namespace sap {
15805
15469
  /**
15806
15470
  * The function to be called when the event occurs
15807
15471
  */
15808
- fnFunction: (
15809
- p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationHandleMovedEventParameters>
15810
- ) => void,
15472
+ fnFunction: (p1: VoAggregation$HandleMovedEvent) => void,
15811
15473
  /**
15812
15474
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
15813
15475
  */
@@ -15832,9 +15494,7 @@ declare namespace sap {
15832
15494
  /**
15833
15495
  * The function to be called when the event occurs
15834
15496
  */
15835
- fnFunction: (
15836
- p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationSelectEventParameters>
15837
- ) => void,
15497
+ fnFunction: (p1: VoAggregation$SelectEvent) => void,
15838
15498
  /**
15839
15499
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
15840
15500
  */
@@ -15854,9 +15514,7 @@ declare namespace sap {
15854
15514
  /**
15855
15515
  * The function to be called when the event occurs
15856
15516
  */
15857
- fnFunction: (
15858
- p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationSelectEventParameters>
15859
- ) => void,
15517
+ fnFunction: (p1: VoAggregation$SelectEvent) => void,
15860
15518
  /**
15861
15519
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoAggregation` itself
15862
15520
  */
@@ -15873,9 +15531,7 @@ declare namespace sap {
15873
15531
  /**
15874
15532
  * The function to be called, when the event occurs
15875
15533
  */
15876
- fnFunction: (
15877
- p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationClickEventParameters>
15878
- ) => void,
15534
+ fnFunction: (p1: VoAggregation$ClickEvent) => void,
15879
15535
  /**
15880
15536
  * Context object on which the given function had to be called
15881
15537
  */
@@ -15892,9 +15548,7 @@ declare namespace sap {
15892
15548
  /**
15893
15549
  * The function to be called, when the event occurs
15894
15550
  */
15895
- fnFunction: (
15896
- p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationContextMenuEventParameters>
15897
- ) => void,
15551
+ fnFunction: (p1: VoAggregation$ContextMenuEvent) => void,
15898
15552
  /**
15899
15553
  * Context object on which the given function had to be called
15900
15554
  */
@@ -15911,9 +15565,7 @@ declare namespace sap {
15911
15565
  /**
15912
15566
  * The function to be called, when the event occurs
15913
15567
  */
15914
- fnFunction: (
15915
- p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationDeselectEventParameters>
15916
- ) => void,
15568
+ fnFunction: (p1: VoAggregation$DeselectEvent) => void,
15917
15569
  /**
15918
15570
  * Context object on which the given function had to be called
15919
15571
  */
@@ -15930,9 +15582,7 @@ declare namespace sap {
15930
15582
  /**
15931
15583
  * The function to be called, when the event occurs
15932
15584
  */
15933
- fnFunction: (
15934
- p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationDropEventParameters>
15935
- ) => void,
15585
+ fnFunction: (p1: VoAggregation$DropEvent) => void,
15936
15586
  /**
15937
15587
  * Context object on which the given function had to be called
15938
15588
  */
@@ -15949,9 +15599,7 @@ declare namespace sap {
15949
15599
  /**
15950
15600
  * The function to be called, when the event occurs
15951
15601
  */
15952
- fnFunction: (
15953
- p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationHandleClickEventParameters>
15954
- ) => void,
15602
+ fnFunction: (p1: VoAggregation$HandleClickEvent) => void,
15955
15603
  /**
15956
15604
  * Context object on which the given function had to be called
15957
15605
  */
@@ -15969,9 +15617,7 @@ declare namespace sap {
15969
15617
  /**
15970
15618
  * The function to be called, when the event occurs
15971
15619
  */
15972
- fnFunction: (
15973
- p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationHandleContextMenuEventParameters>
15974
- ) => void,
15620
+ fnFunction: (p1: VoAggregation$HandleContextMenuEvent) => void,
15975
15621
  /**
15976
15622
  * Context object on which the given function had to be called
15977
15623
  */
@@ -15988,9 +15634,7 @@ declare namespace sap {
15988
15634
  /**
15989
15635
  * The function to be called, when the event occurs
15990
15636
  */
15991
- fnFunction: (
15992
- p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationHandleMovedEventParameters>
15993
- ) => void,
15637
+ fnFunction: (p1: VoAggregation$HandleMovedEvent) => void,
15994
15638
  /**
15995
15639
  * Context object on which the given function had to be called
15996
15640
  */
@@ -16007,16 +15651,14 @@ declare namespace sap {
16007
15651
  /**
16008
15652
  * The function to be called, when the event occurs
16009
15653
  */
16010
- fnFunction: (
16011
- p1: sap.ui.base.Event<sap.ui.vbm.$VoAggregationSelectEventParameters>
16012
- ) => void,
15654
+ fnFunction: (p1: VoAggregation$SelectEvent) => void,
16013
15655
  /**
16014
15656
  * Context object on which the given function had to be called
16015
15657
  */
16016
15658
  oListener?: object
16017
15659
  ): this;
16018
15660
  /**
16019
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
15661
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
16020
15662
  *
16021
15663
  * Fires event {@link #event:click click} to attached listeners.
16022
15664
  *
@@ -16026,10 +15668,10 @@ declare namespace sap {
16026
15668
  /**
16027
15669
  * Parameters to pass along with the event
16028
15670
  */
16029
- mParameters?: sap.ui.vbm.$VoAggregationClickEventParameters
15671
+ mParameters?: sap.ui.vbm.VoAggregation$ClickEventParameters
16030
15672
  ): this;
16031
15673
  /**
16032
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
15674
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
16033
15675
  *
16034
15676
  * Fires event {@link #event:contextMenu contextMenu} to attached listeners.
16035
15677
  *
@@ -16039,10 +15681,10 @@ declare namespace sap {
16039
15681
  /**
16040
15682
  * Parameters to pass along with the event
16041
15683
  */
16042
- mParameters?: sap.ui.vbm.$VoAggregationContextMenuEventParameters
15684
+ mParameters?: sap.ui.vbm.VoAggregation$ContextMenuEventParameters
16043
15685
  ): this;
16044
15686
  /**
16045
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
15687
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
16046
15688
  *
16047
15689
  * Fires event {@link #event:deselect deselect} to attached listeners.
16048
15690
  *
@@ -16052,10 +15694,10 @@ declare namespace sap {
16052
15694
  /**
16053
15695
  * Parameters to pass along with the event
16054
15696
  */
16055
- mParameters?: sap.ui.vbm.$VoAggregationDeselectEventParameters
15697
+ mParameters?: sap.ui.vbm.VoAggregation$DeselectEventParameters
16056
15698
  ): this;
16057
15699
  /**
16058
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
15700
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
16059
15701
  *
16060
15702
  * Fires event {@link #event:drop drop} to attached listeners.
16061
15703
  *
@@ -16065,10 +15707,10 @@ declare namespace sap {
16065
15707
  /**
16066
15708
  * Parameters to pass along with the event
16067
15709
  */
16068
- mParameters?: sap.ui.vbm.$VoAggregationDropEventParameters
15710
+ mParameters?: sap.ui.vbm.VoAggregation$DropEventParameters
16069
15711
  ): this;
16070
15712
  /**
16071
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
15713
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
16072
15714
  *
16073
15715
  * Fires event {@link #event:handleClick handleClick} to attached listeners.
16074
15716
  *
@@ -16078,10 +15720,10 @@ declare namespace sap {
16078
15720
  /**
16079
15721
  * Parameters to pass along with the event
16080
15722
  */
16081
- mParameters?: sap.ui.vbm.$VoAggregationHandleClickEventParameters
15723
+ mParameters?: sap.ui.vbm.VoAggregation$HandleClickEventParameters
16082
15724
  ): this;
16083
15725
  /**
16084
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
15726
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
16085
15727
  *
16086
15728
  * Fires event {@link #event:handleContextMenu handleContextMenu} to attached listeners.
16087
15729
  *
@@ -16091,10 +15733,10 @@ declare namespace sap {
16091
15733
  /**
16092
15734
  * Parameters to pass along with the event
16093
15735
  */
16094
- mParameters?: sap.ui.vbm.$VoAggregationHandleContextMenuEventParameters
15736
+ mParameters?: sap.ui.vbm.VoAggregation$HandleContextMenuEventParameters
16095
15737
  ): this;
16096
15738
  /**
16097
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
15739
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
16098
15740
  *
16099
15741
  * Fires event {@link #event:handleMoved handleMoved} to attached listeners.
16100
15742
  *
@@ -16104,10 +15746,10 @@ declare namespace sap {
16104
15746
  /**
16105
15747
  * Parameters to pass along with the event
16106
15748
  */
16107
- mParameters?: sap.ui.vbm.$VoAggregationHandleMovedEventParameters
15749
+ mParameters?: sap.ui.vbm.VoAggregation$HandleMovedEventParameters
16108
15750
  ): this;
16109
15751
  /**
16110
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
15752
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
16111
15753
  *
16112
15754
  * Fires event {@link #event:select select} to attached listeners.
16113
15755
  *
@@ -16117,7 +15759,7 @@ declare namespace sap {
16117
15759
  /**
16118
15760
  * Parameters to pass along with the event
16119
15761
  */
16120
- mParameters?: sap.ui.vbm.$VoAggregationSelectEventParameters
15762
+ mParameters?: sap.ui.vbm.VoAggregation$SelectEventParameters
16121
15763
  ): this;
16122
15764
  /**
16123
15765
  * Gets current value of property {@link #getCustomProperties customProperties}.
@@ -16364,9 +16006,7 @@ declare namespace sap {
16364
16006
  /**
16365
16007
  * The function to be called when the event occurs
16366
16008
  */
16367
- fnFunction: (
16368
- p1: sap.ui.base.Event<sap.ui.vbm.$VoBaseContextMenuEventParameters>
16369
- ) => void,
16009
+ fnFunction: (p1: VoBase$ContextMenuEvent) => void,
16370
16010
  /**
16371
16011
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoBase` itself
16372
16012
  */
@@ -16386,9 +16026,7 @@ declare namespace sap {
16386
16026
  /**
16387
16027
  * The function to be called when the event occurs
16388
16028
  */
16389
- fnFunction: (
16390
- p1: sap.ui.base.Event<sap.ui.vbm.$VoBaseContextMenuEventParameters>
16391
- ) => void,
16029
+ fnFunction: (p1: VoBase$ContextMenuEvent) => void,
16392
16030
  /**
16393
16031
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoBase` itself
16394
16032
  */
@@ -16413,9 +16051,7 @@ declare namespace sap {
16413
16051
  /**
16414
16052
  * The function to be called when the event occurs
16415
16053
  */
16416
- fnFunction: (
16417
- p1: sap.ui.base.Event<sap.ui.vbm.$VoBaseDropEventParameters>
16418
- ) => void,
16054
+ fnFunction: (p1: VoBase$DropEvent) => void,
16419
16055
  /**
16420
16056
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoBase` itself
16421
16057
  */
@@ -16435,9 +16071,7 @@ declare namespace sap {
16435
16071
  /**
16436
16072
  * The function to be called when the event occurs
16437
16073
  */
16438
- fnFunction: (
16439
- p1: sap.ui.base.Event<sap.ui.vbm.$VoBaseDropEventParameters>
16440
- ) => void,
16074
+ fnFunction: (p1: VoBase$DropEvent) => void,
16441
16075
  /**
16442
16076
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoBase` itself
16443
16077
  */
@@ -16462,9 +16096,7 @@ declare namespace sap {
16462
16096
  /**
16463
16097
  * The function to be called when the event occurs
16464
16098
  */
16465
- fnFunction: (
16466
- p1: sap.ui.base.Event<sap.ui.vbm.$VoBaseHandleClickEventParameters>
16467
- ) => void,
16099
+ fnFunction: (p1: VoBase$HandleClickEvent) => void,
16468
16100
  /**
16469
16101
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoBase` itself
16470
16102
  */
@@ -16484,9 +16116,7 @@ declare namespace sap {
16484
16116
  /**
16485
16117
  * The function to be called when the event occurs
16486
16118
  */
16487
- fnFunction: (
16488
- p1: sap.ui.base.Event<sap.ui.vbm.$VoBaseHandleClickEventParameters>
16489
- ) => void,
16119
+ fnFunction: (p1: VoBase$HandleClickEvent) => void,
16490
16120
  /**
16491
16121
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoBase` itself
16492
16122
  */
@@ -16512,9 +16142,7 @@ declare namespace sap {
16512
16142
  /**
16513
16143
  * The function to be called when the event occurs
16514
16144
  */
16515
- fnFunction: (
16516
- p1: sap.ui.base.Event<sap.ui.vbm.$VoBaseHandleContextMenuEventParameters>
16517
- ) => void,
16145
+ fnFunction: (p1: VoBase$HandleContextMenuEvent) => void,
16518
16146
  /**
16519
16147
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoBase` itself
16520
16148
  */
@@ -16535,9 +16163,7 @@ declare namespace sap {
16535
16163
  /**
16536
16164
  * The function to be called when the event occurs
16537
16165
  */
16538
- fnFunction: (
16539
- p1: sap.ui.base.Event<sap.ui.vbm.$VoBaseHandleContextMenuEventParameters>
16540
- ) => void,
16166
+ fnFunction: (p1: VoBase$HandleContextMenuEvent) => void,
16541
16167
  /**
16542
16168
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoBase` itself
16543
16169
  */
@@ -16562,9 +16188,7 @@ declare namespace sap {
16562
16188
  /**
16563
16189
  * The function to be called when the event occurs
16564
16190
  */
16565
- fnFunction: (
16566
- p1: sap.ui.base.Event<sap.ui.vbm.$VoBaseHandleMovedEventParameters>
16567
- ) => void,
16191
+ fnFunction: (p1: VoBase$HandleMovedEvent) => void,
16568
16192
  /**
16569
16193
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoBase` itself
16570
16194
  */
@@ -16584,9 +16208,7 @@ declare namespace sap {
16584
16208
  /**
16585
16209
  * The function to be called when the event occurs
16586
16210
  */
16587
- fnFunction: (
16588
- p1: sap.ui.base.Event<sap.ui.vbm.$VoBaseHandleMovedEventParameters>
16589
- ) => void,
16211
+ fnFunction: (p1: VoBase$HandleMovedEvent) => void,
16590
16212
  /**
16591
16213
  * Context object to call the event handler with. Defaults to this `sap.ui.vbm.VoBase` itself
16592
16214
  */
@@ -16620,9 +16242,7 @@ declare namespace sap {
16620
16242
  /**
16621
16243
  * The function to be called, when the event occurs
16622
16244
  */
16623
- fnFunction: (
16624
- p1: sap.ui.base.Event<sap.ui.vbm.$VoBaseContextMenuEventParameters>
16625
- ) => void,
16245
+ fnFunction: (p1: VoBase$ContextMenuEvent) => void,
16626
16246
  /**
16627
16247
  * Context object on which the given function had to be called
16628
16248
  */
@@ -16639,9 +16259,7 @@ declare namespace sap {
16639
16259
  /**
16640
16260
  * The function to be called, when the event occurs
16641
16261
  */
16642
- fnFunction: (
16643
- p1: sap.ui.base.Event<sap.ui.vbm.$VoBaseDropEventParameters>
16644
- ) => void,
16262
+ fnFunction: (p1: VoBase$DropEvent) => void,
16645
16263
  /**
16646
16264
  * Context object on which the given function had to be called
16647
16265
  */
@@ -16658,9 +16276,7 @@ declare namespace sap {
16658
16276
  /**
16659
16277
  * The function to be called, when the event occurs
16660
16278
  */
16661
- fnFunction: (
16662
- p1: sap.ui.base.Event<sap.ui.vbm.$VoBaseHandleClickEventParameters>
16663
- ) => void,
16279
+ fnFunction: (p1: VoBase$HandleClickEvent) => void,
16664
16280
  /**
16665
16281
  * Context object on which the given function had to be called
16666
16282
  */
@@ -16678,9 +16294,7 @@ declare namespace sap {
16678
16294
  /**
16679
16295
  * The function to be called, when the event occurs
16680
16296
  */
16681
- fnFunction: (
16682
- p1: sap.ui.base.Event<sap.ui.vbm.$VoBaseHandleContextMenuEventParameters>
16683
- ) => void,
16297
+ fnFunction: (p1: VoBase$HandleContextMenuEvent) => void,
16684
16298
  /**
16685
16299
  * Context object on which the given function had to be called
16686
16300
  */
@@ -16697,16 +16311,14 @@ declare namespace sap {
16697
16311
  /**
16698
16312
  * The function to be called, when the event occurs
16699
16313
  */
16700
- fnFunction: (
16701
- p1: sap.ui.base.Event<sap.ui.vbm.$VoBaseHandleMovedEventParameters>
16702
- ) => void,
16314
+ fnFunction: (p1: VoBase$HandleMovedEvent) => void,
16703
16315
  /**
16704
16316
  * Context object on which the given function had to be called
16705
16317
  */
16706
16318
  oListener?: object
16707
16319
  ): this;
16708
16320
  /**
16709
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
16321
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
16710
16322
  *
16711
16323
  * Fires event {@link #event:click click} to attached listeners.
16712
16324
  *
@@ -16719,7 +16331,7 @@ declare namespace sap {
16719
16331
  mParameters?: object
16720
16332
  ): this;
16721
16333
  /**
16722
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
16334
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
16723
16335
  *
16724
16336
  * Fires event {@link #event:contextMenu contextMenu} to attached listeners.
16725
16337
  *
@@ -16729,10 +16341,10 @@ declare namespace sap {
16729
16341
  /**
16730
16342
  * Parameters to pass along with the event
16731
16343
  */
16732
- mParameters?: sap.ui.vbm.$VoBaseContextMenuEventParameters
16344
+ mParameters?: sap.ui.vbm.VoBase$ContextMenuEventParameters
16733
16345
  ): this;
16734
16346
  /**
16735
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
16347
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
16736
16348
  *
16737
16349
  * Fires event {@link #event:drop drop} to attached listeners.
16738
16350
  *
@@ -16742,10 +16354,10 @@ declare namespace sap {
16742
16354
  /**
16743
16355
  * Parameters to pass along with the event
16744
16356
  */
16745
- mParameters?: sap.ui.vbm.$VoBaseDropEventParameters
16357
+ mParameters?: sap.ui.vbm.VoBase$DropEventParameters
16746
16358
  ): this;
16747
16359
  /**
16748
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
16360
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
16749
16361
  *
16750
16362
  * Fires event {@link #event:handleClick handleClick} to attached listeners.
16751
16363
  *
@@ -16755,10 +16367,10 @@ declare namespace sap {
16755
16367
  /**
16756
16368
  * Parameters to pass along with the event
16757
16369
  */
16758
- mParameters?: sap.ui.vbm.$VoBaseHandleClickEventParameters
16370
+ mParameters?: sap.ui.vbm.VoBase$HandleClickEventParameters
16759
16371
  ): this;
16760
16372
  /**
16761
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
16373
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
16762
16374
  *
16763
16375
  * Fires event {@link #event:handleContextMenu handleContextMenu} to attached listeners.
16764
16376
  *
@@ -16768,10 +16380,10 @@ declare namespace sap {
16768
16380
  /**
16769
16381
  * Parameters to pass along with the event
16770
16382
  */
16771
- mParameters?: sap.ui.vbm.$VoBaseHandleContextMenuEventParameters
16383
+ mParameters?: sap.ui.vbm.VoBase$HandleContextMenuEventParameters
16772
16384
  ): this;
16773
16385
  /**
16774
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
16386
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
16775
16387
  *
16776
16388
  * Fires event {@link #event:handleMoved handleMoved} to attached listeners.
16777
16389
  *
@@ -16781,7 +16393,7 @@ declare namespace sap {
16781
16393
  /**
16782
16394
  * Parameters to pass along with the event
16783
16395
  */
16784
- mParameters?: sap.ui.vbm.$VoBaseHandleMovedEventParameters
16396
+ mParameters?: sap.ui.vbm.VoBase$HandleMovedEventParameters
16785
16397
  ): this;
16786
16398
  /**
16787
16399
  * Gets current value of property {@link #getChangeable changeable}.
@@ -17345,6 +16957,126 @@ declare namespace sap {
17345
16957
  */
17346
16958
  Warning = "Warning",
17347
16959
  }
16960
+
16961
+ type Adapter$SubmitEvent = sap.ui.base.Event<Adapter$SubmitEventParameters>;
16962
+
16963
+ type Adapter3D$SubmitEvent = sap.ui.base.Event<Adapter3D$SubmitEventParameters>;
16964
+
16965
+ type AnalyticMap$RegionClickEvent = sap.ui.base.Event<AnalyticMap$RegionClickEventParameters>;
16966
+
16967
+ type AnalyticMap$RegionContextMenuEvent = sap.ui.base.Event<AnalyticMap$RegionContextMenuEventParameters>;
16968
+
16969
+ type AnalyticMap$RegionDeselectEvent = sap.ui.base.Event<AnalyticMap$RegionDeselectEventParameters>;
16970
+
16971
+ type AnalyticMap$RegionSelectEvent = sap.ui.base.Event<AnalyticMap$RegionSelectEventParameters>;
16972
+
16973
+ type Area$EdgeClickEvent = sap.ui.base.Event<Area$EdgeClickEventParameters>;
16974
+
16975
+ type Area$EdgeContextMenuEvent = sap.ui.base.Event<Area$EdgeContextMenuEventParameters>;
16976
+
16977
+ type Areas$EdgeClickEvent = sap.ui.base.Event<Areas$EdgeClickEventParameters>;
16978
+
16979
+ type Areas$EdgeContextMenuEvent = sap.ui.base.Event<Areas$EdgeContextMenuEventParameters>;
16980
+
16981
+ type ClusterBase$ClickEvent = sap.ui.base.Event<ClusterBase$ClickEventParameters>;
16982
+
16983
+ type ClusterBase$ContextMenuEvent = sap.ui.base.Event<ClusterBase$ContextMenuEventParameters>;
16984
+
16985
+ type Feature$ClickEvent = sap.ui.base.Event<Feature$ClickEventParameters>;
16986
+
16987
+ type Feature$ContextMenuEvent = sap.ui.base.Event<Feature$ContextMenuEventParameters>;
16988
+
16989
+ type FeatureCollection$ClickEvent = sap.ui.base.Event<FeatureCollection$ClickEventParameters>;
16990
+
16991
+ type FeatureCollection$ContextMenuEvent = sap.ui.base.Event<FeatureCollection$ContextMenuEventParameters>;
16992
+
16993
+ type GeoJsonLayer$ClickEvent = sap.ui.base.Event<GeoJsonLayer$ClickEventParameters>;
16994
+
16995
+ type GeoJsonLayer$ContextMenuEvent = sap.ui.base.Event<GeoJsonLayer$ContextMenuEventParameters>;
16996
+
16997
+ type GeoMap$CenterChangedEvent = sap.ui.base.Event<GeoMap$CenterChangedEventParameters>;
16998
+
16999
+ type GeoMap$ClickEvent = sap.ui.base.Event<GeoMap$ClickEventParameters>;
17000
+
17001
+ type GeoMap$ContextMenuEvent = sap.ui.base.Event<GeoMap$ContextMenuEventParameters>;
17002
+
17003
+ type GeoMap$DropEvent = sap.ui.base.Event<GeoMap$DropEventParameters>;
17004
+
17005
+ type GeoMap$KeyDownEvent = sap.ui.base.Event<GeoMap$KeyDownEventParameters>;
17006
+
17007
+ type GeoMap$KeyPressEvent = sap.ui.base.Event<GeoMap$KeyPressEventParameters>;
17008
+
17009
+ type GeoMap$KeyUpEvent = sap.ui.base.Event<GeoMap$KeyUpEventParameters>;
17010
+
17011
+ type GeoMap$SelectEvent = sap.ui.base.Event<GeoMap$SelectEventParameters>;
17012
+
17013
+ type GeoMap$ZoomChangedEvent = sap.ui.base.Event<GeoMap$ZoomChangedEventParameters>;
17014
+
17015
+ type Legend$ClickEvent = sap.ui.base.Event<Legend$ClickEventParameters>;
17016
+
17017
+ type LegendItem$ClickEvent = sap.ui.base.Event<LegendItem$ClickEventParameters>;
17018
+
17019
+ type PieItem$ClickEvent = sap.ui.base.Event<PieItem$ClickEventParameters>;
17020
+
17021
+ type Region$ClickEvent = sap.ui.base.Event<Region$ClickEventParameters>;
17022
+
17023
+ type Region$ContextMenuEvent = sap.ui.base.Event<Region$ContextMenuEventParameters>;
17024
+
17025
+ type Routes$ClickEvent = sap.ui.base.Event<Routes$ClickEventParameters>;
17026
+
17027
+ type Routes$ContextMenuEvent = sap.ui.base.Event<Routes$ContextMenuEventParameters>;
17028
+
17029
+ type Routes$DropEvent = sap.ui.base.Event<Routes$DropEventParameters>;
17030
+
17031
+ type VBI$ChangeTrackingModeEvent = sap.ui.base.Event<VBI$ChangeTrackingModeEventParameters>;
17032
+
17033
+ type VBI$CloseWindowEvent = sap.ui.base.Event<VBI$CloseWindowEventParameters>;
17034
+
17035
+ type VBI$ContainerCreatedEvent = sap.ui.base.Event<VBI$ContainerCreatedEventParameters>;
17036
+
17037
+ type VBI$ContainerDestroyedEvent = sap.ui.base.Event<VBI$ContainerDestroyedEventParameters>;
17038
+
17039
+ type VBI$MoveEvent = sap.ui.base.Event<VBI$MoveEventParameters>;
17040
+
17041
+ type VBI$OpenWindowEvent = sap.ui.base.Event<VBI$OpenWindowEventParameters>;
17042
+
17043
+ type VBI$RenderEvent = sap.ui.base.Event<VBI$RenderEventParameters>;
17044
+
17045
+ type VBI$SubmitEvent = sap.ui.base.Event<VBI$SubmitEventParameters>;
17046
+
17047
+ type VBI$ThumbnailClickEvent = sap.ui.base.Event<VBI$ThumbnailClickEventParameters>;
17048
+
17049
+ type VBI$ZoomEvent = sap.ui.base.Event<VBI$ZoomEventParameters>;
17050
+
17051
+ type Viewport$CameraChangeEvent = sap.ui.base.Event<Viewport$CameraChangeEventParameters>;
17052
+
17053
+ type VoAggregation$ClickEvent = sap.ui.base.Event<VoAggregation$ClickEventParameters>;
17054
+
17055
+ type VoAggregation$ContextMenuEvent = sap.ui.base.Event<VoAggregation$ContextMenuEventParameters>;
17056
+
17057
+ type VoAggregation$DeselectEvent = sap.ui.base.Event<VoAggregation$DeselectEventParameters>;
17058
+
17059
+ type VoAggregation$DropEvent = sap.ui.base.Event<VoAggregation$DropEventParameters>;
17060
+
17061
+ type VoAggregation$HandleClickEvent = sap.ui.base.Event<VoAggregation$HandleClickEventParameters>;
17062
+
17063
+ type VoAggregation$HandleContextMenuEvent = sap.ui.base.Event<VoAggregation$HandleContextMenuEventParameters>;
17064
+
17065
+ type VoAggregation$HandleMovedEvent = sap.ui.base.Event<VoAggregation$HandleMovedEventParameters>;
17066
+
17067
+ type VoAggregation$SelectEvent = sap.ui.base.Event<VoAggregation$SelectEventParameters>;
17068
+
17069
+ type VoBase$ClickEvent = sap.ui.base.Event<VoBase$ClickEventParameters>;
17070
+
17071
+ type VoBase$ContextMenuEvent = sap.ui.base.Event<VoBase$ContextMenuEventParameters>;
17072
+
17073
+ type VoBase$DropEvent = sap.ui.base.Event<VoBase$DropEventParameters>;
17074
+
17075
+ type VoBase$HandleClickEvent = sap.ui.base.Event<VoBase$HandleClickEventParameters>;
17076
+
17077
+ type VoBase$HandleContextMenuEvent = sap.ui.base.Event<VoBase$HandleContextMenuEventParameters>;
17078
+
17079
+ type VoBase$HandleMovedEvent = sap.ui.base.Event<VoBase$HandleMovedEventParameters>;
17348
17080
  }
17349
17081
  }
17350
17082