Skip to main content

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
NameType
color?"PROJECT" | "LABEL" | "PRIORITY" | null
layout?"WEEK" | "MONTH" | null
visibleDayCount?3 | 1 | 7 | null