Home > @vsf-enterprise/bigcommerce-theme > UseUiNotificationInterface
# UseUiNotificationInterface interface
Data and methods returned from the useUiNotification() composable
Signature:
export interface UseUiNotificationInterface
# Properties
Property | Type | Description |
---|---|---|
notifications | ComputedRef<UiNotification[]> | Contains notifications added using the send method |
# Methods
Method | Description |
---|---|
send(notification) | Displays the notification in the UI |