Skip to main content

InterfaceWeeklyEventCalenderProps

Admin Docs


Interface: InterfaceWeeklyEventCalenderProps

Defined in: src/components/EventCalender/Weekly/WeeklyEventCalender.tsx:47

Extends

Properties

currentDate

currentDate: Date

Defined in: src/components/EventCalender/Weekly/WeeklyEventCalender.tsx:48


currentMonth?

optional currentMonth: number

Defined in: src/types/Event/interface.ts:130

Inherited from

InterfaceCalendarProps.currentMonth


currentYear?

optional currentYear: number

Defined in: src/types/Event/interface.ts:131

Inherited from

InterfaceCalendarProps.currentYear


eventData

eventData: IEvent[]

Defined in: src/types/Event/interface.ts:123

Inherited from

InterfaceCalendarProps.eventData


onMonthChange()?

optional onMonthChange: (month, year) => void

Defined in: src/types/Event/interface.ts:129

Parameters

month

number

year

number

Returns

void

Inherited from

InterfaceCalendarProps.onMonthChange


orgData?

optional orgData: IOrgList | InterfaceOrgForEventFilter

Defined in: src/types/Event/interface.ts:125

Inherited from

InterfaceCalendarProps.orgData


refetchEvents()?

optional refetchEvents: () => void

Defined in: src/types/Event/interface.ts:124

Returns

void

Inherited from

InterfaceCalendarProps.refetchEvents


userId?

optional userId: string

Defined in: src/types/Event/interface.ts:127

Inherited from

InterfaceCalendarProps.userId


userRole?

optional userRole: string

Defined in: src/types/Event/interface.ts:126

Inherited from

InterfaceCalendarProps.userRole


viewType?

optional viewType: ViewType

Defined in: src/types/Event/interface.ts:128

Inherited from

InterfaceCalendarProps.viewType