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
currentDateOfMonth?
optionalcurrentDateOfMonth:number
Defined in: src/types/Event/interface.ts:136
Inherited from
InterfaceCalendarProps.currentDateOfMonth
currentMonth?
optionalcurrentMonth:number
Defined in: src/types/Event/interface.ts:134
Inherited from
InterfaceCalendarProps.currentMonth
currentYear?
optionalcurrentYear:number
Defined in: src/types/Event/interface.ts:135
Inherited from
InterfaceCalendarProps.currentYear
dayEventsResetKey?
optionaldayEventsResetKey:number
Defined in: src/types/Event/interface.ts:129
Inherited from
InterfaceCalendarProps.dayEventsResetKey
dayHasMoreMap?
optionaldayHasMoreMap: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?
optionalisMonthChangeDisabled:boolean
Defined in: src/types/Event/interface.ts:131
Inherited from
InterfaceCalendarProps.isMonthChangeDisabled
onCurrentDateChange()?
optionalonCurrentDateChange: (dayOfMonth) =>void
Defined in: src/types/Event/interface.ts:133
Parameters
dayOfMonth
number
Returns
void
Inherited from
InterfaceCalendarProps.onCurrentDateChange
onMonthChange()?
optionalonMonthChange: (month,year) =>void
Defined in: src/types/Event/interface.ts:132
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