InterfaceWeeklyEventCalenderProps
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?
optionalcurrentMonth:number
Defined in: src/types/Event/interface.ts:130
Inherited from
InterfaceCalendarProps.currentMonth
currentYear?
optionalcurrentYear: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()?
optionalonMonthChange: (month,year) =>void
Defined in: src/types/Event/interface.ts:129
Parameters
month
number
year
number
Returns
void
Inherited from
InterfaceCalendarProps.onMonthChange
orgData?
optionalorgData:IOrgList|InterfaceOrgForEventFilter
Defined in: src/types/Event/interface.ts:125
Inherited from
InterfaceCalendarProps.orgData
refetchEvents()?
optionalrefetchEvents: () =>void
Defined in: src/types/Event/interface.ts:124
Returns
void
Inherited from
InterfaceCalendarProps.refetchEvents
userId?
optionaluserId:string
Defined in: src/types/Event/interface.ts:127
Inherited from
InterfaceCalendarProps.userId
userRole?
optionaluserRole:string
Defined in: src/types/Event/interface.ts:126
Inherited from
InterfaceCalendarProps.userRole
viewType?
optionalviewType:ViewType
Defined in: src/types/Event/interface.ts:128
Inherited from
InterfaceCalendarProps.viewType