@sapui5/ts-types 1.98.0 → 1.99.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 +2 -2
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +2 -652
- package/types/sap.f.d.ts +156 -64
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +19 -2
- package/types/sap.fe.macros.d.ts +13 -1
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +11 -12
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +71 -1
- package/types/sap.landvisz.d.ts +1 -1
- package/types/sap.m.d.ts +1024 -66
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.grid.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +201 -6
- package/types/sap.ui.core.d.ts +564 -190
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +3 -3
- package/types/sap.ui.fl.d.ts +7 -5
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +9 -9
- package/types/sap.ui.layout.d.ts +4 -1
- package/types/sap.ui.mdc.d.ts +5 -1
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +6 -6
- package/types/sap.ui.table.d.ts +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +41 -12
- package/types/sap.ui.vtm.d.ts +4 -4
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +468 -76
- package/types/sap.ushell_abap.d.ts +1 -495
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.99.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -180,7 +180,7 @@ declare namespace sap {
|
|
|
180
180
|
* - `workbook.context` - Context object that will be applied to the generated file. It may contain the
|
|
181
181
|
* following fields:
|
|
182
182
|
* - `application` (string) - The application that creates the XLSX document (default: "SAP UI5")
|
|
183
|
-
* - `version` (string) - Application version that creates the XLSX document (default: "1.
|
|
183
|
+
* - `version` (string) - Application version that creates the XLSX document (default: "1.99.0")
|
|
184
184
|
* - `title` (string) - Title of the XLSX document (NOT the filename)
|
|
185
185
|
* - `modifiedBy` (string) - User context for the XLSX document
|
|
186
186
|
* - `sheetName` (string) - The label of the data sheet
|
|
@@ -266,7 +266,7 @@ declare namespace sap {
|
|
|
266
266
|
* columns: aColumns,
|
|
267
267
|
* context: {
|
|
268
268
|
* application: 'Debug Test Application',
|
|
269
|
-
* version: '1.
|
|
269
|
+
* version: '1.99.0',
|
|
270
270
|
* title: 'Some random title',
|
|
271
271
|
* modifiedBy: 'John Doe',
|
|
272
272
|
* metaSheetName: 'Custom metadata',
|
package/types/sap.ui.fl.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.99.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
interface IUI5DefineDependencyNames {
|
|
@@ -68,6 +68,10 @@ declare namespace sap {
|
|
|
68
68
|
|
|
69
69
|
"sap/ui/fl/apply/_internal/flexState/UI2Personalization/UI2PersonalizationState": undefined;
|
|
70
70
|
|
|
71
|
+
"sap/ui/fl/apply/_internal/preprocessors/ControllerExtension": undefined;
|
|
72
|
+
|
|
73
|
+
"sap/ui/fl/apply/_internal/preprocessors/EventHistory": undefined;
|
|
74
|
+
|
|
71
75
|
"sap/ui/fl/apply/api/ControlVariantApplyAPI": undefined;
|
|
72
76
|
|
|
73
77
|
"sap/ui/fl/apply/api/DelegateMediatorAPI": undefined;
|
|
@@ -94,8 +98,6 @@ declare namespace sap {
|
|
|
94
98
|
|
|
95
99
|
"sap/ui/fl/descriptorRelated/api/DescriptorVariantFactory": undefined;
|
|
96
100
|
|
|
97
|
-
"sap/ui/fl/EventHistory": undefined;
|
|
98
|
-
|
|
99
101
|
"sap/ui/fl/FlexControllerFactory": undefined;
|
|
100
102
|
|
|
101
103
|
"sap/ui/fl/initial/_internal/changeHandlers/ChangeRegistryItem": undefined;
|
|
@@ -126,12 +128,12 @@ declare namespace sap {
|
|
|
126
128
|
|
|
127
129
|
"sap/ui/fl/library": undefined;
|
|
128
130
|
|
|
129
|
-
"sap/ui/fl/PreprocessorImpl": undefined;
|
|
130
|
-
|
|
131
131
|
"sap/ui/fl/registry/Settings": undefined;
|
|
132
132
|
|
|
133
133
|
"sap/ui/fl/support/_internal/getChangeDependencies": undefined;
|
|
134
134
|
|
|
135
|
+
"sap/ui/fl/support/_internal/getFlexSettings": undefined;
|
|
136
|
+
|
|
135
137
|
"sap/ui/fl/support/api/SupportAPI": undefined;
|
|
136
138
|
|
|
137
139
|
"sap/ui/fl/transport/TransportDialog": undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.99.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -612,7 +612,7 @@ declare namespace sap {
|
|
|
612
612
|
* "jsonp". Note: Complex Binding is not supported when a dataType is provided. Serialization of the response
|
|
613
613
|
* to an object is up to the developer.
|
|
614
614
|
*/
|
|
615
|
-
dataType?:
|
|
615
|
+
dataType?: string;
|
|
616
616
|
/**
|
|
617
617
|
* The HTTP headers of the request.
|
|
618
618
|
*/
|
|
@@ -646,9 +646,9 @@ declare namespace sap {
|
|
|
646
646
|
/**
|
|
647
647
|
* @EXPERIMENTAL (since 1.81)
|
|
648
648
|
*
|
|
649
|
-
* Displays a message strip
|
|
650
|
-
*
|
|
651
|
-
*
|
|
649
|
+
* Displays a message strip above the content with the given text. There can be only 1 message displayed.
|
|
650
|
+
* If there is a previous message, it is removed. Can be used only after the `manifestApplied` event is
|
|
651
|
+
* fired.
|
|
652
652
|
*/
|
|
653
653
|
showMessage(
|
|
654
654
|
/**
|
|
@@ -1519,7 +1519,7 @@ declare namespace sap {
|
|
|
1519
1519
|
* "jsonp". Note: Complex Binding is not supported when a dataType is provided. Serialization of the response
|
|
1520
1520
|
* to an object is up to the developer.
|
|
1521
1521
|
*/
|
|
1522
|
-
dataType?:
|
|
1522
|
+
dataType?: string;
|
|
1523
1523
|
/**
|
|
1524
1524
|
* The HTTP headers of the request.
|
|
1525
1525
|
*/
|
|
@@ -1638,9 +1638,9 @@ declare namespace sap {
|
|
|
1638
1638
|
/**
|
|
1639
1639
|
* @EXPERIMENTAL (since 1.81)
|
|
1640
1640
|
*
|
|
1641
|
-
* Displays a message strip
|
|
1642
|
-
*
|
|
1643
|
-
*
|
|
1641
|
+
* Displays a message strip above the content with the given text. There can be only 1 message displayed.
|
|
1642
|
+
* If there is a previous message, it is removed. Can be used only after the `manifestApplied` event is
|
|
1643
|
+
* fired.
|
|
1644
1644
|
*/
|
|
1645
1645
|
showMessage(
|
|
1646
1646
|
/**
|
package/types/sap.ui.layout.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.99.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -6921,6 +6921,9 @@ declare namespace sap {
|
|
|
6921
6921
|
*/
|
|
6922
6922
|
ColumnLayout = "ColumnLayout",
|
|
6923
6923
|
/**
|
|
6924
|
+
* @deprecated (since 1.67.0) - as the `sap.ui.commons` library is deprecated, and the `GridLayout` must
|
|
6925
|
+
* not be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
|
|
6926
|
+
*
|
|
6924
6927
|
* Uses the `GridLayout` layout to render the `SimpleForm` control
|
|
6925
6928
|
*/
|
|
6926
6929
|
GridLayout = "GridLayout",
|
package/types/sap.ui.mdc.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.99.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
interface IUI5DefineDependencyNames {
|
|
@@ -110,6 +110,10 @@ declare namespace sap {
|
|
|
110
110
|
|
|
111
111
|
"sap/ui/mdc/field/OutParameter": undefined;
|
|
112
112
|
|
|
113
|
+
"sap/ui/mdc/field/TokenDisplay": undefined;
|
|
114
|
+
|
|
115
|
+
"sap/ui/mdc/field/TokenizerDisplay": undefined;
|
|
116
|
+
|
|
113
117
|
"sap/ui/mdc/field/ValueHelpPanel": undefined;
|
|
114
118
|
|
|
115
119
|
"sap/ui/mdc/FilterBar": undefined;
|
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.99.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -238,7 +238,7 @@ declare namespace sap {
|
|
|
238
238
|
static getType(): string;
|
|
239
239
|
}
|
|
240
240
|
/**
|
|
241
|
-
* @SINCE 1.
|
|
241
|
+
* @SINCE 1.99.0
|
|
242
242
|
*
|
|
243
243
|
* Defines the Audiences.
|
|
244
244
|
*/
|
|
@@ -257,7 +257,7 @@ declare namespace sap {
|
|
|
257
257
|
Internal = "Internal",
|
|
258
258
|
}
|
|
259
259
|
/**
|
|
260
|
-
* @SINCE 1.
|
|
260
|
+
* @SINCE 1.99.0
|
|
261
261
|
*
|
|
262
262
|
* Issue Categories.
|
|
263
263
|
*/
|
|
@@ -312,7 +312,7 @@ declare namespace sap {
|
|
|
312
312
|
Usage = "Usage",
|
|
313
313
|
}
|
|
314
314
|
/**
|
|
315
|
-
* @SINCE 1.
|
|
315
|
+
* @SINCE 1.99.0
|
|
316
316
|
*
|
|
317
317
|
* Analysis history formats.
|
|
318
318
|
*/
|
|
@@ -327,7 +327,7 @@ declare namespace sap {
|
|
|
327
327
|
String = "String",
|
|
328
328
|
}
|
|
329
329
|
/**
|
|
330
|
-
* @SINCE 1.
|
|
330
|
+
* @SINCE 1.99.0
|
|
331
331
|
*
|
|
332
332
|
* Defines severity types.
|
|
333
333
|
*/
|
|
@@ -346,7 +346,7 @@ declare namespace sap {
|
|
|
346
346
|
Medium = "Medium",
|
|
347
347
|
}
|
|
348
348
|
/**
|
|
349
|
-
* @SINCE 1.
|
|
349
|
+
* @SINCE 1.99.0
|
|
350
350
|
*
|
|
351
351
|
* Contains the available system presets.
|
|
352
352
|
*/
|
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ui.vbm.d.ts
CHANGED
package/types/sap.ui.vk.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.99.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -13555,8 +13555,8 @@ declare namespace sap {
|
|
|
13555
13555
|
* View state managers.
|
|
13556
13556
|
*/
|
|
13557
13557
|
viewStateManagers?:
|
|
13558
|
-
| sap.ui.vk.
|
|
13559
|
-
| sap.ui.vk.
|
|
13558
|
+
| sap.ui.vk.ViewStateManagerBase[]
|
|
13559
|
+
| sap.ui.vk.ViewStateManagerBase
|
|
13560
13560
|
| sap.ui.base.ManagedObject.AggregationBindingInfo;
|
|
13561
13561
|
|
|
13562
13562
|
/**
|
|
@@ -15254,6 +15254,8 @@ declare namespace sap {
|
|
|
15254
15254
|
| boolean
|
|
15255
15255
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
15256
15256
|
|
|
15257
|
+
features?: string[] | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
15258
|
+
|
|
15257
15259
|
contentConnector?: sap.ui.vk.ContentConnector | string;
|
|
15258
15260
|
|
|
15259
15261
|
viewManager?: /* was: sap.ui.vk.ViewManager */ any | string;
|
|
@@ -17277,7 +17279,7 @@ declare namespace sap {
|
|
|
17277
17279
|
/**
|
|
17278
17280
|
* The viewStateManager to add; if empty, nothing is inserted
|
|
17279
17281
|
*/
|
|
17280
|
-
oViewStateManager: sap.ui.vk.
|
|
17282
|
+
oViewStateManager: sap.ui.vk.ViewStateManagerBase
|
|
17281
17283
|
): this;
|
|
17282
17284
|
/**
|
|
17283
17285
|
* Attaches event handler `fnFunction` to the {@link #event:contentChangesFinished contentChangesFinished}
|
|
@@ -17788,12 +17790,20 @@ declare namespace sap {
|
|
|
17788
17790
|
* Content resources to load and display.
|
|
17789
17791
|
*/
|
|
17790
17792
|
getContentResources(): sap.ui.vk.ContentResource[];
|
|
17793
|
+
/**
|
|
17794
|
+
* @SINCE 1.99.0
|
|
17795
|
+
*
|
|
17796
|
+
* Gets the default view state manager.
|
|
17797
|
+
*
|
|
17798
|
+
* The type of the default view state manager depends on the type of the currently loaded content.
|
|
17799
|
+
*/
|
|
17800
|
+
getDefaultViewStateManager(): sap.ui.vk.ViewStateManagerBase | null;
|
|
17791
17801
|
/**
|
|
17792
17802
|
* Gets content of aggregation {@link #getViewStateManagers viewStateManagers}.
|
|
17793
17803
|
*
|
|
17794
17804
|
* View state managers.
|
|
17795
17805
|
*/
|
|
17796
|
-
getViewStateManagers(): sap.ui.vk.
|
|
17806
|
+
getViewStateManagers(): sap.ui.vk.ViewStateManagerBase[];
|
|
17797
17807
|
/**
|
|
17798
17808
|
* Checks for the provided `sap.ui.vk.ContentResource` in the aggregation {@link #getContentResources contentResources}.
|
|
17799
17809
|
* and returns its index if found or -1 otherwise.
|
|
@@ -17805,14 +17815,14 @@ declare namespace sap {
|
|
|
17805
17815
|
oContentResource: sap.ui.vk.ContentResource
|
|
17806
17816
|
): int;
|
|
17807
17817
|
/**
|
|
17808
|
-
* Checks for the provided `sap.ui.vk.
|
|
17818
|
+
* Checks for the provided `sap.ui.vk.ViewStateManagerBase` in the aggregation {@link #getViewStateManagers
|
|
17809
17819
|
* viewStateManagers}. and returns its index if found or -1 otherwise.
|
|
17810
17820
|
*/
|
|
17811
17821
|
indexOfViewStateManager(
|
|
17812
17822
|
/**
|
|
17813
17823
|
* The viewStateManager whose index is looked for
|
|
17814
17824
|
*/
|
|
17815
|
-
oViewStateManager: sap.ui.vk.
|
|
17825
|
+
oViewStateManager: sap.ui.vk.ViewStateManagerBase
|
|
17816
17826
|
): int;
|
|
17817
17827
|
/**
|
|
17818
17828
|
* Inserts a contentResource into the aggregation {@link #getContentResources contentResources}.
|
|
@@ -17836,7 +17846,7 @@ declare namespace sap {
|
|
|
17836
17846
|
/**
|
|
17837
17847
|
* The viewStateManager to insert; if empty, nothing is inserted
|
|
17838
17848
|
*/
|
|
17839
|
-
oViewStateManager: sap.ui.vk.
|
|
17849
|
+
oViewStateManager: sap.ui.vk.ViewStateManagerBase,
|
|
17840
17850
|
/**
|
|
17841
17851
|
* The `0`-based index the viewStateManager should be inserted at; for a negative value of `iIndex`, the
|
|
17842
17852
|
* viewStateManager is inserted at position 0; for a value greater than the current size of the aggregation,
|
|
@@ -17855,7 +17865,7 @@ declare namespace sap {
|
|
|
17855
17865
|
*
|
|
17856
17866
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
17857
17867
|
*/
|
|
17858
|
-
removeAllViewStateManagers(): sap.ui.vk.
|
|
17868
|
+
removeAllViewStateManagers(): sap.ui.vk.ViewStateManagerBase[];
|
|
17859
17869
|
/**
|
|
17860
17870
|
* Removes a contentResource from the aggregation {@link #getContentResources contentResources}.
|
|
17861
17871
|
*/
|
|
@@ -17872,8 +17882,8 @@ declare namespace sap {
|
|
|
17872
17882
|
/**
|
|
17873
17883
|
* The viewStateManager to remove or its index or id
|
|
17874
17884
|
*/
|
|
17875
|
-
vViewStateManager: int | string | sap.ui.vk.
|
|
17876
|
-
): sap.ui.vk.
|
|
17885
|
+
vViewStateManager: int | string | sap.ui.vk.ViewStateManagerBase
|
|
17886
|
+
): sap.ui.vk.ViewStateManagerBase;
|
|
17877
17887
|
/**
|
|
17878
17888
|
* @SINCE 1.60.0
|
|
17879
17889
|
*
|
|
@@ -33595,7 +33605,7 @@ declare namespace sap {
|
|
|
33595
33605
|
*/
|
|
33596
33606
|
visible?: any[];
|
|
33597
33607
|
/**
|
|
33598
|
-
*
|
|
33608
|
+
* References of newly hidden nodes.
|
|
33599
33609
|
*/
|
|
33600
33610
|
hidden?: any[];
|
|
33601
33611
|
}
|
|
@@ -33605,6 +33615,12 @@ declare namespace sap {
|
|
|
33605
33615
|
* or `null`.
|
|
33606
33616
|
*/
|
|
33607
33617
|
getContentConnector(): sap.ui.core.ID;
|
|
33618
|
+
/**
|
|
33619
|
+
* Gets current value of property {@link #getFeatures features}.
|
|
33620
|
+
*
|
|
33621
|
+
* Default value is `[]`.
|
|
33622
|
+
*/
|
|
33623
|
+
getFeatures(): string[];
|
|
33608
33624
|
/**
|
|
33609
33625
|
* Gets the NodeHierarchy object associated with this ViewStateManagerBase object.
|
|
33610
33626
|
*/
|
|
@@ -33778,6 +33794,19 @@ declare namespace sap {
|
|
|
33778
33794
|
*/
|
|
33779
33795
|
oContentConnector: sap.ui.core.ID | sap.ui.vk.ContentConnector
|
|
33780
33796
|
): this;
|
|
33797
|
+
/**
|
|
33798
|
+
* Sets a new value for property {@link #getFeatures features}.
|
|
33799
|
+
*
|
|
33800
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
33801
|
+
*
|
|
33802
|
+
* Default value is `[]`.
|
|
33803
|
+
*/
|
|
33804
|
+
setFeatures(
|
|
33805
|
+
/**
|
|
33806
|
+
* New value for property `features`
|
|
33807
|
+
*/
|
|
33808
|
+
sFeatures?: string[]
|
|
33809
|
+
): this;
|
|
33781
33810
|
/**
|
|
33782
33811
|
* Set highlight display state.
|
|
33783
33812
|
*/
|
package/types/sap.ui.vtm.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.99.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -2980,12 +2980,12 @@ declare namespace sap {
|
|
|
2980
2980
|
*
|
|
2981
2981
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2982
2982
|
*/
|
|
2983
|
-
// @ts-ignore - unlike the overridden method in the base class, Column.setTooltip() only accepts strings because sap.ui.vtm.Column re-defines the 'tooltip' aggregation as a property
|
|
2984
2983
|
setTooltip(
|
|
2985
2984
|
/**
|
|
2986
|
-
* New value for property `tooltip
|
|
2985
|
+
* New value for property `tooltip`. NOTE: in sap.ui.vtm.Column you can ONLY use a string, not a TooltipBase,
|
|
2986
|
+
* even though the API formally allows it for TypeScript compatibility reasons.
|
|
2987
2987
|
*/
|
|
2988
|
-
sTooltip
|
|
2988
|
+
sTooltip: string | sap.ui.core.TooltipBase
|
|
2989
2989
|
): this;
|
|
2990
2990
|
/**
|
|
2991
2991
|
* Sets a new value for property {@link #getTooltipFormatter tooltipFormatter}.
|