Skip to main content

Interface: INotificationItem\<T>

model.INotificationItem

Type parameters

NameType
Tany

Table of contents

Properties

Methods

Properties

id

id: UniqueId

Defined in

src/model/notification.tsx:12


status

Optional status: NotificationStatus

Defined in

src/model/notification.tsx:15


value

value: T

Defined in

src/model/notification.tsx:13

Methods

render

render(item): ReactNode

Parameters

NameType
itemINotificationItem\<any>

Returns

ReactNode

Defined in

src/model/notification.tsx:14