Skip to content

Commit

Permalink
docs: add Sort/FilterItem API Refs (#5087)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 committed Apr 19, 2022
1 parent 801069d commit b93c2a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fiori/src/FilterItem.js
Expand Up @@ -32,7 +32,7 @@ const metadata = {
slots: /** @lends sap.ui.webcomponents.fiori.FilterItem.prototype */ {
/**
* Defines the <code>values</code> list.
* @type {sap.ui.webcomponents.fiori.IFilterItemOption[]}
* @type {sap.ui.webcomponents.fiori.IFilterItemOption[]}
* @slot values
* @public
*/
Expand Down
1 change: 1 addition & 0 deletions packages/fiori/src/ViewSettingsDialog.js
Expand Up @@ -214,6 +214,7 @@ const metadata = {
* @alias sap.ui.webcomponents.fiori.ViewSettingsDialog
* @extends UI5Element
* @tagname ui5-view-settings-dialog
* @appenddocs SortItem FilterItem FilterItemOption
* @since 1.0.0-rc.16
* @public
*/
Expand Down

0 comments on commit b93c2a3

Please sign in to comment.