ICalendarProps
Interface: ICalendarProps
Defined in: src/types/Event/interface.ts:101
Properties
currentMonth?
optionalcurrentMonth:number
Defined in: src/types/Event/interface.ts:109
currentYear?
optionalcurrentYear:number
Defined in: src/types/Event/interface.ts:110
eventData
eventData:
IEvent[]
Defined in: src/types/Event/interface.ts:102
onMonthChange()?
optionalonMonthChange: (month,year) =>void
Defined in: src/types/Event/interface.ts:108
Parameters
month
number
year
number
Returns
void
orgData?
optionalorgData:IOrgList
Defined in: src/types/Event/interface.ts:104
refetchEvents()?
optionalrefetchEvents: () =>void
Defined in: src/types/Event/interface.ts:103
Returns
void
userId?
optionaluserId:string
Defined in: src/types/Event/interface.ts:106
userRole?
optionaluserRole:string
Defined in: src/types/Event/interface.ts:105
viewType?
optionalviewType:ViewType
Defined in: src/types/Event/interface.ts:107