@sapui5/ts-types-esm 1.132.1 → 1.134.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/sap.apf.d.ts +12 -11
- package/types/sap.ca.ui.d.ts +413 -415
- package/types/sap.chart.d.ts +6 -6
- package/types/sap.collaboration.d.ts +31 -31
- package/types/sap.cux.home.d.ts +927 -110
- package/types/sap.esh.search.ui.d.ts +45 -1
- package/types/sap.f.d.ts +211 -183
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +40 -11
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +141 -99
- package/types/sap.fe.navigation.d.ts +3 -3
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +3 -8
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +576 -464
- package/types/sap.insights.d.ts +3 -3
- package/types/sap.m.d.ts +2574 -1193
- package/types/sap.makit.d.ts +182 -182
- package/types/sap.me.d.ts +25 -27
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +41 -41
- package/types/sap.sac.df.d.ts +465 -193
- package/types/sap.suite.ui.commons.d.ts +432 -487
- package/types/sap.suite.ui.generic.template.d.ts +80 -37
- package/types/sap.suite.ui.microchart.d.ts +55 -79
- package/types/sap.tnt.d.ts +335 -20
- package/types/sap.ui.codeeditor.d.ts +9 -7
- package/types/sap.ui.commons.d.ts +326 -335
- package/types/sap.ui.comp.d.ts +432 -445
- package/types/sap.ui.core.d.ts +46978 -46714
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +5 -5
- package/types/sap.ui.generic.app.d.ts +83 -66
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +322 -236
- package/types/sap.ui.layout.d.ts +90 -104
- package/types/sap.ui.mdc.d.ts +393 -153
- package/types/sap.ui.richtexteditor.d.ts +48 -8
- package/types/sap.ui.rta.d.ts +76 -1
- package/types/sap.ui.suite.d.ts +14 -14
- package/types/sap.ui.support.d.ts +2 -2
- package/types/sap.ui.table.d.ts +219 -197
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +170 -158
- package/types/sap.ui.ux3.d.ts +113 -117
- package/types/sap.ui.vbm.d.ts +391 -60
- package/types/sap.ui.vk.d.ts +138 -135
- package/types/sap.ui.vtm.d.ts +112 -103
- package/types/sap.ui.webc.common.d.ts +7 -7
- package/types/sap.ui.webc.fiori.d.ts +164 -176
- package/types/sap.ui.webc.main.d.ts +527 -531
- package/types/sap.uiext.inbox.d.ts +43 -43
- package/types/sap.ushell.d.ts +246 -126
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +39 -51
- package/types/sap.viz.d.ts +2782 -2858
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +17 -17
- package/types/sap.zen.crosstab.d.ts +10 -10
- package/types/sap.zen.dsh.d.ts +11 -11
package/types/sap.uxap.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.134.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/uxap/library" {
|
|
4
4
|
/**
|
|
@@ -292,7 +292,7 @@ declare module "sap/uxap/AnchorBar" {
|
|
|
292
292
|
*
|
|
293
293
|
* @returns Value of property `backgroundDesign`
|
|
294
294
|
*/
|
|
295
|
-
getBackgroundDesign(): BackgroundDesign
|
|
295
|
+
getBackgroundDesign(): BackgroundDesign;
|
|
296
296
|
/**
|
|
297
297
|
* Returns an sap.ui.core.delegate.ScrollEnablement object used to handle scrolling.
|
|
298
298
|
*
|
|
@@ -707,9 +707,7 @@ declare module "sap/uxap/BlockBase" {
|
|
|
707
707
|
*
|
|
708
708
|
* @returns Value of property `formAdjustment`
|
|
709
709
|
*/
|
|
710
|
-
getFormAdjustment():
|
|
711
|
-
| BlockBaseFormAdjustment
|
|
712
|
-
| keyof typeof BlockBaseFormAdjustment;
|
|
710
|
+
getFormAdjustment(): BlockBaseFormAdjustment;
|
|
713
711
|
/**
|
|
714
712
|
* Gets content of aggregation {@link #getMappings mappings}.
|
|
715
713
|
*
|
|
@@ -1644,9 +1642,7 @@ declare module "sap/uxap/ObjectPageAccessibleLandmarkInfo" {
|
|
|
1644
1642
|
*
|
|
1645
1643
|
* @returns Value of property `contentRole`
|
|
1646
1644
|
*/
|
|
1647
|
-
getContentRole():
|
|
1648
|
-
| AccessibleLandmarkRole
|
|
1649
|
-
| keyof typeof AccessibleLandmarkRole;
|
|
1645
|
+
getContentRole(): AccessibleLandmarkRole;
|
|
1650
1646
|
/**
|
|
1651
1647
|
* Gets current value of property {@link #getFooterLabel footerLabel}.
|
|
1652
1648
|
*
|
|
@@ -1672,9 +1668,7 @@ declare module "sap/uxap/ObjectPageAccessibleLandmarkInfo" {
|
|
|
1672
1668
|
*
|
|
1673
1669
|
* @returns Value of property `footerRole`
|
|
1674
1670
|
*/
|
|
1675
|
-
getFooterRole():
|
|
1676
|
-
| AccessibleLandmarkRole
|
|
1677
|
-
| keyof typeof AccessibleLandmarkRole;
|
|
1671
|
+
getFooterRole(): AccessibleLandmarkRole;
|
|
1678
1672
|
/**
|
|
1679
1673
|
* Gets current value of property {@link #getHeaderContentLabel headerContentLabel}.
|
|
1680
1674
|
*
|
|
@@ -1713,9 +1707,7 @@ declare module "sap/uxap/ObjectPageAccessibleLandmarkInfo" {
|
|
|
1713
1707
|
*
|
|
1714
1708
|
* @returns Value of property `headerRole`
|
|
1715
1709
|
*/
|
|
1716
|
-
getHeaderRole():
|
|
1717
|
-
| AccessibleLandmarkRole
|
|
1718
|
-
| keyof typeof AccessibleLandmarkRole;
|
|
1710
|
+
getHeaderRole(): AccessibleLandmarkRole;
|
|
1719
1711
|
/**
|
|
1720
1712
|
* Gets current value of property {@link #getNavigationLabel navigationLabel}.
|
|
1721
1713
|
*
|
|
@@ -1741,9 +1733,7 @@ declare module "sap/uxap/ObjectPageAccessibleLandmarkInfo" {
|
|
|
1741
1733
|
*
|
|
1742
1734
|
* @returns Value of property `navigationRole`
|
|
1743
1735
|
*/
|
|
1744
|
-
getNavigationRole():
|
|
1745
|
-
| AccessibleLandmarkRole
|
|
1746
|
-
| keyof typeof AccessibleLandmarkRole;
|
|
1736
|
+
getNavigationRole(): AccessibleLandmarkRole;
|
|
1747
1737
|
/**
|
|
1748
1738
|
* Gets current value of property {@link #getRootLabel rootLabel}.
|
|
1749
1739
|
*
|
|
@@ -1769,7 +1759,7 @@ declare module "sap/uxap/ObjectPageAccessibleLandmarkInfo" {
|
|
|
1769
1759
|
*
|
|
1770
1760
|
* @returns Value of property `rootRole`
|
|
1771
1761
|
*/
|
|
1772
|
-
getRootRole(): AccessibleLandmarkRole
|
|
1762
|
+
getRootRole(): AccessibleLandmarkRole;
|
|
1773
1763
|
/**
|
|
1774
1764
|
* Sets a new value for property {@link #getContentLabel contentLabel}.
|
|
1775
1765
|
*
|
|
@@ -2461,7 +2451,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
2461
2451
|
/**
|
|
2462
2452
|
* Adds some breadCrumbLink to the aggregation {@link #getBreadCrumbsLinks breadCrumbsLinks}.
|
|
2463
2453
|
*
|
|
2464
|
-
* @deprecated
|
|
2454
|
+
* @deprecated As of version 1.50. use the `breadcrumbs` aggregation instead.
|
|
2465
2455
|
*
|
|
2466
2456
|
* @returns Reference to `this` in order to allow method chaining
|
|
2467
2457
|
*/
|
|
@@ -2636,7 +2626,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
2636
2626
|
/**
|
|
2637
2627
|
* Destroys all the breadCrumbsLinks in the aggregation {@link #getBreadCrumbsLinks breadCrumbsLinks}.
|
|
2638
2628
|
*
|
|
2639
|
-
* @deprecated
|
|
2629
|
+
* @deprecated As of version 1.50. use the `breadcrumbs` aggregation instead.
|
|
2640
2630
|
*
|
|
2641
2631
|
* @returns Reference to `this` in order to allow method chaining
|
|
2642
2632
|
*/
|
|
@@ -2786,7 +2776,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
2786
2776
|
*
|
|
2787
2777
|
* A list of all the active link elements in the BreadCrumbs control.
|
|
2788
2778
|
*
|
|
2789
|
-
* @deprecated
|
|
2779
|
+
* @deprecated As of version 1.50. use the `breadcrumbs` aggregation instead.
|
|
2790
2780
|
*/
|
|
2791
2781
|
getBreadCrumbsLinks(): Link[];
|
|
2792
2782
|
/**
|
|
@@ -2797,13 +2787,11 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
2797
2787
|
*
|
|
2798
2788
|
* Default value is `Light`.
|
|
2799
2789
|
*
|
|
2800
|
-
* @deprecated
|
|
2790
|
+
* @deprecated As of version 1.40.1. without replacement.
|
|
2801
2791
|
*
|
|
2802
2792
|
* @returns Value of property `headerDesign`
|
|
2803
2793
|
*/
|
|
2804
|
-
getHeaderDesign():
|
|
2805
|
-
| ObjectPageHeaderDesign
|
|
2806
|
-
| keyof typeof ObjectPageHeaderDesign;
|
|
2794
|
+
getHeaderDesign(): ObjectPageHeaderDesign;
|
|
2807
2795
|
/**
|
|
2808
2796
|
* Gets current value of property {@link #getIsActionAreaAlwaysVisible isActionAreaAlwaysVisible}.
|
|
2809
2797
|
*
|
|
@@ -2924,7 +2912,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
2924
2912
|
*
|
|
2925
2913
|
* @returns Value of property `objectImageBackgroundColor`
|
|
2926
2914
|
*/
|
|
2927
|
-
getObjectImageBackgroundColor(): AvatarColor
|
|
2915
|
+
getObjectImageBackgroundColor(): AvatarColor;
|
|
2928
2916
|
/**
|
|
2929
2917
|
* Gets current value of property {@link #getObjectImageDensityAware objectImageDensityAware}.
|
|
2930
2918
|
*
|
|
@@ -2947,7 +2935,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
2947
2935
|
*
|
|
2948
2936
|
* @returns Value of property `objectImageShape`
|
|
2949
2937
|
*/
|
|
2950
|
-
getObjectImageShape(): AvatarShape
|
|
2938
|
+
getObjectImageShape(): AvatarShape;
|
|
2951
2939
|
/**
|
|
2952
2940
|
* Gets current value of property {@link #getObjectImageURI objectImageURI}.
|
|
2953
2941
|
*
|
|
@@ -3047,7 +3035,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
3047
3035
|
* Checks for the provided `sap.m.Link` in the aggregation {@link #getBreadCrumbsLinks breadCrumbsLinks}.
|
|
3048
3036
|
* and returns its index if found or -1 otherwise.
|
|
3049
3037
|
*
|
|
3050
|
-
* @deprecated
|
|
3038
|
+
* @deprecated As of version 1.50. use the `breadcrumbs` aggregation instead.
|
|
3051
3039
|
*
|
|
3052
3040
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
3053
3041
|
*/
|
|
@@ -3078,7 +3066,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
3078
3066
|
/**
|
|
3079
3067
|
* Inserts a breadCrumbLink into the aggregation {@link #getBreadCrumbsLinks breadCrumbsLinks}.
|
|
3080
3068
|
*
|
|
3081
|
-
* @deprecated
|
|
3069
|
+
* @deprecated As of version 1.50. use the `breadcrumbs` aggregation instead.
|
|
3082
3070
|
*
|
|
3083
3071
|
* @returns Reference to `this` in order to allow method chaining
|
|
3084
3072
|
*/
|
|
@@ -3120,7 +3108,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
3120
3108
|
*
|
|
3121
3109
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
3122
3110
|
*
|
|
3123
|
-
* @deprecated
|
|
3111
|
+
* @deprecated As of version 1.50. use the `breadcrumbs` aggregation instead.
|
|
3124
3112
|
*
|
|
3125
3113
|
* @returns An array of the removed elements (might be empty)
|
|
3126
3114
|
*/
|
|
@@ -3128,7 +3116,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
3128
3116
|
/**
|
|
3129
3117
|
* Removes a breadCrumbLink from the aggregation {@link #getBreadCrumbsLinks breadCrumbsLinks}.
|
|
3130
3118
|
*
|
|
3131
|
-
* @deprecated
|
|
3119
|
+
* @deprecated As of version 1.50. use the `breadcrumbs` aggregation instead.
|
|
3132
3120
|
*
|
|
3133
3121
|
* @returns The removed breadCrumbLink or `null`
|
|
3134
3122
|
*/
|
|
@@ -3590,7 +3578,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
3590
3578
|
* Determines the design of the header - Light or Dark. **Note: **This property is deprecated. It will continue
|
|
3591
3579
|
* to work in the Blue Crystal theme, but it will not be taken into account for the Belize themes.
|
|
3592
3580
|
*
|
|
3593
|
-
* @deprecated
|
|
3581
|
+
* @deprecated As of version 1.40.1. without replacement.
|
|
3594
3582
|
*/
|
|
3595
3583
|
headerDesign?:
|
|
3596
3584
|
| (ObjectPageHeaderDesign | keyof typeof ObjectPageHeaderDesign)
|
|
@@ -3649,7 +3637,7 @@ declare module "sap/uxap/ObjectPageHeader" {
|
|
|
3649
3637
|
/**
|
|
3650
3638
|
* A list of all the active link elements in the BreadCrumbs control.
|
|
3651
3639
|
*
|
|
3652
|
-
* @deprecated
|
|
3640
|
+
* @deprecated As of version 1.50. use the `breadcrumbs` aggregation instead.
|
|
3653
3641
|
*/
|
|
3654
3642
|
breadCrumbsLinks?: Link[] | Link | AggregationBindingInfo | `{${string}}`;
|
|
3655
3643
|
|
|
@@ -3884,7 +3872,7 @@ declare module "sap/uxap/ObjectPageHeaderActionButton" {
|
|
|
3884
3872
|
*
|
|
3885
3873
|
* @returns Value of property `importance`
|
|
3886
3874
|
*/
|
|
3887
|
-
getImportance(): Importance
|
|
3875
|
+
getImportance(): Importance;
|
|
3888
3876
|
/**
|
|
3889
3877
|
* Sets a new value for property {@link #getHideIcon hideIcon}.
|
|
3890
3878
|
*
|
|
@@ -4109,13 +4097,11 @@ declare module "sap/uxap/ObjectPageHeaderContent" {
|
|
|
4109
4097
|
*
|
|
4110
4098
|
* Default value is `Light`.
|
|
4111
4099
|
*
|
|
4112
|
-
* @deprecated
|
|
4100
|
+
* @deprecated As of version 1.40.1. without replacement.
|
|
4113
4101
|
*
|
|
4114
4102
|
* @returns Value of property `contentDesign`
|
|
4115
4103
|
*/
|
|
4116
|
-
getContentDesign():
|
|
4117
|
-
| ObjectPageHeaderDesign
|
|
4118
|
-
| keyof typeof ObjectPageHeaderDesign;
|
|
4104
|
+
getContentDesign(): ObjectPageHeaderDesign;
|
|
4119
4105
|
/**
|
|
4120
4106
|
* Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getContent content}. and returns
|
|
4121
4107
|
* its index if found or -1 otherwise.
|
|
@@ -4178,7 +4164,7 @@ declare module "sap/uxap/ObjectPageHeaderContent" {
|
|
|
4178
4164
|
*
|
|
4179
4165
|
* Default value is `Light`.
|
|
4180
4166
|
*
|
|
4181
|
-
* @deprecated
|
|
4167
|
+
* @deprecated As of version 1.40.1. without replacement.
|
|
4182
4168
|
*
|
|
4183
4169
|
* @returns Reference to `this` in order to allow method chaining
|
|
4184
4170
|
*/
|
|
@@ -4199,7 +4185,7 @@ declare module "sap/uxap/ObjectPageHeaderContent" {
|
|
|
4199
4185
|
* Determines the design of the header - Light or Dark. **Note: **This property is deprecated. It will continue
|
|
4200
4186
|
* to work in the Blue Crystal theme, but it will not be taken into account for the Belize themes.
|
|
4201
4187
|
*
|
|
4202
|
-
* @deprecated
|
|
4188
|
+
* @deprecated As of version 1.40.1. without replacement.
|
|
4203
4189
|
*/
|
|
4204
4190
|
contentDesign?:
|
|
4205
4191
|
| (ObjectPageHeaderDesign | keyof typeof ObjectPageHeaderDesign)
|
|
@@ -5345,9 +5331,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5345
5331
|
*
|
|
5346
5332
|
* @returns Value of property `backgroundDesignAnchorBar`
|
|
5347
5333
|
*/
|
|
5348
|
-
getBackgroundDesignAnchorBar():
|
|
5349
|
-
| BackgroundDesign
|
|
5350
|
-
| keyof typeof BackgroundDesign;
|
|
5334
|
+
getBackgroundDesignAnchorBar(): BackgroundDesign;
|
|
5351
5335
|
/**
|
|
5352
5336
|
* Gets current value of property {@link #getEnableLazyLoading enableLazyLoading}.
|
|
5353
5337
|
*
|
|
@@ -5538,7 +5522,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5538
5522
|
*
|
|
5539
5523
|
* @returns Value of property `sectionTitleLevel`
|
|
5540
5524
|
*/
|
|
5541
|
-
getSectionTitleLevel(): TitleLevel
|
|
5525
|
+
getSectionTitleLevel(): TitleLevel;
|
|
5542
5526
|
/**
|
|
5543
5527
|
* ID of the element which is the current target of the association {@link #getSelectedSection selectedSection},
|
|
5544
5528
|
* or `null`.
|
|
@@ -5643,9 +5627,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5643
5627
|
*
|
|
5644
5628
|
* @returns Value of property `subSectionLayout`
|
|
5645
5629
|
*/
|
|
5646
|
-
getSubSectionLayout():
|
|
5647
|
-
| ObjectPageSubSectionLayout
|
|
5648
|
-
| keyof typeof ObjectPageSubSectionLayout;
|
|
5630
|
+
getSubSectionLayout(): ObjectPageSubSectionLayout;
|
|
5649
5631
|
/**
|
|
5650
5632
|
* Gets current value of property {@link #getToggleHeaderOnTitleClick toggleHeaderOnTitleClick}.
|
|
5651
5633
|
*
|
|
@@ -7131,7 +7113,7 @@ declare module "sap/uxap/ObjectPageSection" {
|
|
|
7131
7113
|
*
|
|
7132
7114
|
* @returns Value of property `anchorBarButtonColor`
|
|
7133
7115
|
*/
|
|
7134
|
-
getAnchorBarButtonColor(): IconColor
|
|
7116
|
+
getAnchorBarButtonColor(): IconColor;
|
|
7135
7117
|
/**
|
|
7136
7118
|
* Gets content of aggregation {@link #getHeading heading}.
|
|
7137
7119
|
*
|
|
@@ -7162,6 +7144,9 @@ declare module "sap/uxap/ObjectPageSection" {
|
|
|
7162
7144
|
* Gets content of aggregation {@link #getSubSections subSections}.
|
|
7163
7145
|
*
|
|
7164
7146
|
* The list of Subsections.
|
|
7147
|
+
*
|
|
7148
|
+
* Note: If multiple subsections are used, it is highly recommended to set a title for the section for accessibility
|
|
7149
|
+
* reasons.
|
|
7165
7150
|
*/
|
|
7166
7151
|
getSubSections(): ObjectPageSubSection[];
|
|
7167
7152
|
/**
|
|
@@ -7373,6 +7358,9 @@ declare module "sap/uxap/ObjectPageSection" {
|
|
|
7373
7358
|
|
|
7374
7359
|
/**
|
|
7375
7360
|
* The list of Subsections.
|
|
7361
|
+
*
|
|
7362
|
+
* Note: If multiple subsections are used, it is highly recommended to set a title for the section for accessibility
|
|
7363
|
+
* reasons.
|
|
7376
7364
|
*/
|
|
7377
7365
|
subSections?:
|
|
7378
7366
|
| ObjectPageSubSection[]
|
|
@@ -7510,7 +7498,7 @@ declare module "sap/uxap/ObjectPageSectionBase" {
|
|
|
7510
7498
|
*
|
|
7511
7499
|
* @returns Value of property `importance`
|
|
7512
7500
|
*/
|
|
7513
|
-
getImportance(): Importance
|
|
7501
|
+
getImportance(): Importance;
|
|
7514
7502
|
/**
|
|
7515
7503
|
* Returns the control name text.
|
|
7516
7504
|
*
|
|
@@ -7551,7 +7539,7 @@ declare module "sap/uxap/ObjectPageSectionBase" {
|
|
|
7551
7539
|
*
|
|
7552
7540
|
* @returns Value of property `titleLevel`
|
|
7553
7541
|
*/
|
|
7554
|
-
getTitleLevel(): TitleLevel
|
|
7542
|
+
getTitleLevel(): TitleLevel;
|
|
7555
7543
|
/**
|
|
7556
7544
|
* Gets current value of property {@link #getTitleVisible titleVisible}.
|
|
7557
7545
|
*
|
|
@@ -7966,7 +7954,7 @@ declare module "sap/uxap/ObjectPageSubSection" {
|
|
|
7966
7954
|
*
|
|
7967
7955
|
* @returns Value of property `mode`
|
|
7968
7956
|
*/
|
|
7969
|
-
getMode(): ObjectPageSubSectionMode
|
|
7957
|
+
getMode(): ObjectPageSubSectionMode;
|
|
7970
7958
|
/**
|
|
7971
7959
|
* Gets content of aggregation {@link #getMoreBlocks moreBlocks}.
|
|
7972
7960
|
*
|