@@ -24,7 +24,7 @@ class SuggestionItem extends UI5Element {
24
24
* Defines the text of the component.
25
25
*
26
26
* @type {string }
27
- * @name sap.ui.webc.main.SuggestionGroupItem .prototype.text
27
+ * @name sap.ui.webc.main.SuggestionItem .prototype.text
28
28
* @defaultvalue ""
29
29
* @public
30
30
*/
@@ -39,7 +39,7 @@ class SuggestionItem extends UI5Element {
39
39
* while when <code>Inactive</code> or <code>Detail</code> - will not.
40
40
*
41
41
* @type {sap.ui.webc.main.types.ListItemType }
42
- * @name sap.ui.webc.main.SuggestionGroupItem .prototype.type
42
+ * @name sap.ui.webc.main.SuggestionItem .prototype.type
43
43
* @defaultvalue "Active"
44
44
* @public
45
45
* @since 1.0.0-rc.8
@@ -50,7 +50,7 @@ class SuggestionItem extends UI5Element {
50
50
/**
51
51
* Defines the description displayed right under the item text, if such is present.
52
52
* @type {string }
53
- * @name sap.ui.webc.main.SuggestionGroupItem .prototype.description
53
+ * @name sap.ui.webc.main.SuggestionItem .prototype.description
54
54
* @defaultvalue : ""
55
55
* @public
56
56
*/
@@ -65,7 +65,7 @@ class SuggestionItem extends UI5Element {
65
65
* <ui5-link target="_blank" href="https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html" class="api-table-content-cell-link">Icon Explorer</ui5-link>.
66
66
*
67
67
* @type {string }
68
- * @name sap.ui.webc.main.SuggestionGroupItem .prototype.icon
68
+ * @name sap.ui.webc.main.SuggestionItem .prototype.icon
69
69
* @public
70
70
*/
71
71
@property ( )
@@ -77,7 +77,7 @@ class SuggestionItem extends UI5Element {
77
77
* <b>Note:</b> If <code>image</code> is set, the <code>icon</code> would be displayed after the <code>image</code>.
78
78
*
79
79
* @type {boolean }
80
- * @name sap.ui.webc.main.SuggestionGroupItem .prototype.iconEnd
80
+ * @name sap.ui.webc.main.SuggestionItem .prototype.iconEnd
81
81
* @defaultvalue false
82
82
* @public
83
83
*/
@@ -89,7 +89,7 @@ class SuggestionItem extends UI5Element {
89
89
* <b>Note:</b> The <code>image</code> would be displayed in the beginning of the item.
90
90
*
91
91
* @type {string }
92
- * @name sap.ui.webc.main.SuggestionGroupItem .prototype.image
92
+ * @name sap.ui.webc.main.SuggestionItem .prototype.image
93
93
* @public
94
94
*/
95
95
@property ( )
@@ -98,7 +98,7 @@ class SuggestionItem extends UI5Element {
98
98
/**
99
99
* Defines the <code>additionalText</code>, displayed in the end of the item.
100
100
* @type {string }
101
- * @name sap.ui.webc.main.SuggestionGroupItem .prototype.additionalText
101
+ * @name sap.ui.webc.main.SuggestionItem .prototype.additionalText
102
102
* @since 1.0.0-rc.15
103
103
* @public
104
104
*/
@@ -110,7 +110,7 @@ class SuggestionItem extends UI5Element {
110
110
* <br><br>
111
111
* Available options are: <code>"None"</code> (by default), <code>"Success"</code>, <code>"Information"</code>, <code>"Warning"</code> and <code>"Error"</code>.
112
112
* @type {sap.ui.webc.base.types.ValueState }
113
- * @name sap.ui.webc.main.SuggestionGroupItem .prototype.additionalTextState
113
+ * @name sap.ui.webc.main.SuggestionItem .prototype.additionalTextState
114
114
* @defaultvalue "None"
115
115
* @since 1.0.0-rc.15
116
116
* @public
0 commit comments