The ui5-view-settings-dialog-custom-tab component allows defining custom tabs for the ui5-view-settings-dialog.
ES6 Module Import
import "@ui5/webcomponents-fiori/dist/ViewSettingsDialogCustomTab.js";
Properties
icon
| Description | Defines the icon of the custom tab button in the segmented button. |
| Type | string |
| Default | "action-settings" |
titleText
| Description | Defines the title text of the custom tab. Note: It is displayed in the dialog header when this tab is selected. |
| Type | string |
| Default | "" |
| Description | Defines the tooltip of the custom tab button. Note: It is shown on the segmented button item. |
| Type | string |
| Default | "" |
Slots
default
| Description | Defines the custom tab content. |
| Type | Array<Node> |
Events