CalendarSettings
type CalendarSettings = {
[key: string]: unknown;
color?: "PROJECT" | "LABEL" | "PRIORITY" | null;
layout?: "WEEK" | "MONTH" | null;
visibleDayCount?: 3 | 1 | 7 | null;
};
Type Declaration
Index Signature
[key: string]: unknown
| Name | Type |
|---|---|
color? | "PROJECT" | "LABEL" | "PRIORITY" | null |
layout? | "WEEK" | "MONTH" | null |
visibleDayCount? | 3 | 1 | 7 | null |