Notification
The Notification category in the @itwin/core-react
package includes components, interfaces and types for displaying messages and tooltips. These include:
- MessageRenderer - React component renders a string,
HTMLElement
or React node in adiv
orspan
- ReactMessage - Interface that describes a React based message. The
reactNode
member is aReact.ReactNode
that represents the message. - MessageType - Type that lists the valid types for a message:
string | HTMLElement | ReactMessage
API Reference
Last Updated: 29 September, 2021