Interface: INotificationItem\<T>
model.INotificationItem
Type parameters
| Name | Type |
|---|---|
T | any |
Table of contents
Properties
Methods
Properties
id
• id: UniqueId
Defined in
status
• Optional status: NotificationStatus
Defined in
value
• value: T
Defined in
Methods
render
▸ render(item): ReactNode
Parameters
| Name | Type |
|---|---|
item | INotificationItem\<any> |
Returns
ReactNode