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


currentDateOfMonth?

optional currentDateOfMonth: number

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

Inherited from

InterfaceCalendarProps.currentDateOfMonth


currentMonth?

optional currentMonth: number

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

Inherited from

InterfaceCalendarProps.currentMonth


currentYear?

optional currentYear: number

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

Inherited from

InterfaceCalendarProps.currentYear


dayEventsResetKey?

optional dayEventsResetKey: number

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

Inherited from

InterfaceCalendarProps.dayEventsResetKey


dayHasMoreMap?

optional dayHasMoreMap: Record<string, boolean>

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

Inherited from

InterfaceCalendarProps.dayHasMoreMap


eventData

eventData: IEvent[]

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

Inherited from

InterfaceCalendarProps.eventData


isMonthChangeDisabled?

optional isMonthChangeDisabled: boolean

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

Inherited from

InterfaceCalendarProps.isMonthChangeDisabled


onCurrentDateChange()?

optional onCurrentDateChange: (dayOfMonth) => void

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

Parameters

dayOfMonth

number

Returns

void

Inherited from

InterfaceCalendarProps.onCurrentDateChange


onMonthChange()?

optional onMonthChange: (month, year) => void

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

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