ICalendarProps
Interface: ICalendarProps
Defined in: src/types/Event/interface.ts:122
Properties
currentDateOfMonth?
optionalcurrentDateOfMonth:number
Defined in: src/types/Event/interface.ts:136
currentMonth?
optionalcurrentMonth:number
Defined in: src/types/Event/interface.ts:134
currentYear?
optionalcurrentYear:number
Defined in: src/types/Event/interface.ts:135
dayEventsResetKey?
optionaldayEventsResetKey:number
Defined in: src/types/Event/interface.ts:129
dayHasMoreMap?
optionaldayHasMoreMap:Record<string,boolean>
Defined in: src/types/Event/interface.ts:130
eventData
eventData:
IEvent[]
Defined in: src/types/Event/interface.ts:123
isMonthChangeDisabled?
optionalisMonthChangeDisabled:boolean
Defined in: src/types/Event/interface.ts:131
onCurrentDateChange()?
optionalonCurrentDateChange: (dayOfMonth) =>void
Defined in: src/types/Event/interface.ts:133
Parameters
dayOfMonth
number
Returns
void
onMonthChange()?
optionalonMonthChange: (month,year) =>void
Defined in: src/types/Event/interface.ts:132
Parameters
month
number
year
number
Returns
void
orgData?
optionalorgData:IOrgList|InterfaceOrgForEventFilter
Defined in: src/types/Event/interface.ts:125
refetchEvents()?
optionalrefetchEvents: () =>void
Defined in: src/types/Event/interface.ts:124
Returns
void
userId?
optionaluserId:string
Defined in: src/types/Event/interface.ts:127
userRole?
optionaluserRole:string
Defined in: src/types/Event/interface.ts:126
viewType?
optionalviewType:ViewType
Defined in: src/types/Event/interface.ts:128