packages/components/layout/eui-notifications/eui-notification-item.component.ts
Metadata interface for notification items containing read status, URLs, importance flags, and timestamp. Used to extend UxLinkLegacy with notification-specific properties for state management and display logic.
Properties |
|
| date |
date:
|
Type : Date | string | number
|
| Optional |
| important |
important:
|
Type : boolean
|
| Optional |
| new |
new:
|
Type : boolean
|
| Optional |
| read |
read:
|
Type : boolean
|
| Optional |
| url |
url:
|
Type : string
|
| Optional |
| urlExternal |
urlExternal:
|
Type : string
|
| Optional |
| urlExternalTarget |
urlExternalTarget:
|
Type : string
|
| Optional |