Type Alias: NotificationCardProps
NotificationCardProps =
object
Defined in: packages/components/src/components/NotificationCard/NotificationCard.tsx:13
Properties
actions?
optionalactions:NotificationAction[]
Defined in: packages/components/src/components/NotificationCard/NotificationCard.tsx:17
caption?
optionalcaption:string|React.ReactNode
Defined in: packages/components/src/components/NotificationCard/NotificationCard.tsx:18
message
message:
string|React.ReactNode
Defined in: packages/components/src/components/NotificationCard/NotificationCard.tsx:16
onClose()?
optionalonClose: () =>void
Defined in: packages/components/src/components/NotificationCard/NotificationCard.tsx:20
Returns
void
tags?
optionaltags:string[] |React.ReactNode
Defined in: packages/components/src/components/NotificationCard/NotificationCard.tsx:19
title?
optionaltitle:string|React.ReactNode
Defined in: packages/components/src/components/NotificationCard/NotificationCard.tsx:15
type
type:
NotificationType
Defined in: packages/components/src/components/NotificationCard/NotificationCard.tsx:14