atomic-notifications

This is for:

Developer
In this article

The atomic-notifications component is responsible for displaying notifications generated by the Coveo Search API (see Trigger).

Properties

Property Attribute Description Type Default

headingLevel

heading-level

The heading level to use above the notifications, from 1 to 6.

number

0

icon

icon

Specifies an icon to display at the left-end of a notification.

  • Use a value that starts with http://, https://, ./, or ../, to fetch and display an icon from a given location.

  • Use a value that starts with assets://, to display an icon from the Atomic package.

  • Use a stringified SVG to display it directly

string | undefined

Shadow Parts

Part Description

icon

The icon of the notification.

notification

The wrapper around a single notification.

notifications

The wrapper around the notifications.

text

The text of the notification.