ICalendarProps
Interface: ICalendarProps
Defined in: src/types/Event/interface.ts:111
Properties
currentMonth?
optionalcurrentMonth:number
Defined in: src/types/Event/interface.ts:119
currentYear?
optionalcurrentYear:number
Defined in: src/types/Event/interface.ts:120
eventData
eventData:
IEvent[]
Defined in: src/types/Event/interface.ts:112
onMonthChange()?
optionalonMonthChange: (month,year) =>void
Defined in: src/types/Event/interface.ts:118
Parameters
month
number
year
number
Returns
void
orgData?
optionalorgData:IOrgList
Defined in: src/types/Event/interface.ts:114
refetchEvents()?
optionalrefetchEvents: () =>void
Defined in: src/types/Event/interface.ts:113
Returns
void
userId?
optionaluserId:string
Defined in: src/types/Event/interface.ts:116
userRole?
optionaluserRole:string
Defined in: src/types/Event/interface.ts:115
viewType?
optionalviewType:ViewType
Defined in: src/types/Event/interface.ts:117