Skip to main content

eventData

Admin Docs


Variable: eventData

const eventData: ({ _id: string; allDay: boolean; attendees: any[]; creator: {}; description: string; endDate: string; endTime: string; isPublic: boolean; isRegisterable: boolean; location: string; startDate: string; startTime: string; title: string; viewType: ViewType; } | { _id: string; allDay: boolean; attendees: any[]; creator: {}; description: string; endDate: string; endTime: string; isPublic: boolean; isRegisterable: boolean; location: string; startDate: string; startTime: string; title: string; viewType: undefined; })[]

Defined in: src/components/EventCalender/EventCalenderMocks.ts:7