Type Alias: NotificationCardProps
NotificationCardProps =
object
Defined in: packages/components/src/components/NotificationCard/NotificationCard.tsx:13
Properties
actions?
optional
actions:NotificationAction
[]
Defined in: packages/components/src/components/NotificationCard/NotificationCard.tsx:17
caption?
optional
caption: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()?
optional
onClose: () =>void
Defined in: packages/components/src/components/NotificationCard/NotificationCard.tsx:20
Returns
void
tags?
optional
tags:string
[] |React.ReactNode
Defined in: packages/components/src/components/NotificationCard/NotificationCard.tsx:19
title?
optional
title: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