Home > @vsf-enterprise/bigcommerce-theme > UiNotification
# UiNotification interface
A UI notification
Signature:
export interface UiNotification
# Properties
| Property | Type | Description |
|---|---|---|
| action | { text: string; onClick: (...args: any) => void; } | Action. |
| dismiss | () => void | Dismiss call. |
| icon | string | Icon. |
| id | symbol | Id. |
| message | string | Message. |
| persist | boolean | If persist. |
| type | 'danger' | 'success' | 'info' | Type. |