The ui5-notification-action represents an abstract action,
used in the ui5-li-notification and the ui5-li-notification-group items.
Properties​
| Description | Defines the text of the ui5-notification-action. |
| Type | string |
| Default | "" |
disabled​
| Description | Defines if the action is disabled. Note: a disabled action can't be pressed or focused, and it is not in the tab chain. |
| Type | boolean |
| Default | false |
| Description | Defines the action design. |
| Type | "Default" | "Positive" | "Negative" | "Transparent" | "Emphasized" | "Attention" |
| Default | "Transparent" |
| Description | Defines the icon source URI. Note: SAP-icons font provides numerous built-in icons. To find all the available icons, see the Icon Explorer. |
| Type | string |
| Default | "" |
No slots available for this component.
| Description | Fired, when the action is pressed. |
| Type | CustomEvent<NotificationActionClickEventDetail> |
Methods​
No methods available for this component.
CSS Parts​
No CSS parts available for this component.