packages/components/eui-calendar/models.ts
Interface for defining an event in the calendar.
Properties |
| date |
date:
|
Type : WritableSignal<Date>
|
| id |
id:
|
Type : string
|
| label |
label:
|
Type : WritableSignal<string>
|
| subLabel |
subLabel:
|
Type : WritableSignal<string>
|
| Optional |
| type |
type:
|
Type : WritableSignal<string>
|
| Optional |