InterfaceCalendarProps
Interface: InterfaceCalendarProps
Defined in: src/types/Event/interface.ts:99
Properties
eventData
eventData:
InterfaceEvent
[]
Defined in: src/types/Event/interface.ts:100
orgData?
optional
orgData:InterfaceIOrgList
Defined in: src/types/Event/interface.ts:102
refetchEvents()?
optional
refetchEvents: () =>void
Defined in: src/types/Event/interface.ts:101
Returns
void
userId?
optional
userId:string
Defined in: src/types/Event/interface.ts:104
userRole?
optional
userRole:string
Defined in: src/types/Event/interface.ts:103
viewType?
optional
viewType:ViewType
Defined in: src/types/Event/interface.ts:105