Skip to main content

ViewSettingsDialogCustomTab

<ui5-view-settings-dialog-custom-tab> | Since 2.22.0

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​

DescriptionDefines the icon of the custom tab button in the segmented button.
Typestring
Default"action-settings"

titleText​

DescriptionDefines the title text of the custom tab.
Note: It is displayed in the dialog header when this tab is selected.
Typestring
Default""

tooltip​

DescriptionDefines the tooltip of the custom tab button.
Note: It is shown on the segmented button item.
Typestring
Default""

Slots​

default​

DescriptionDefines the custom tab content.
TypeArray<Node>

Events​

No events available for this component.

Methods​

No methods available for this component.

CSS Parts​

No CSS parts available for this component.

CSS Custom States​

No CSS custom states available for this component.