Skip to main content
Version: 1.x

Interface: INotificationItem<T>

molecule.model.INotificationItem

Type parameters

NameType
Tany

Properties

id

id: UniqueId

Defined in

model/notification.tsx:12


status

Optional status: NotificationStatus

Defined in

model/notification.tsx:15


value

value: T

Defined in

model/notification.tsx:13

Methods

render

Optional render(item): ReactNode

Parameters

NameType
itemINotificationItem<any>

Returns

ReactNode

Defined in

model/notification.tsx:14