Hiyve Components - v1.0.0
Preparing search index...
@hiyve/react-intelligence
CalendarMonthViewProps
Interface CalendarMonthViewProps
interface
CalendarMonthViewProps
{
colors
?:
Partial
<
SchedulingColors
>
;
currentDate
:
Date
;
meetings
?:
SchedulingMeeting
[]
;
onDayClick
?:
(
date
:
Date
)
=>
void
;
onEventClick
?:
(
meeting
:
SchedulingMeeting
)
=>
void
;
weekStartsOn
?:
0
|
1
;
}
Index
Properties
colors?
current
Date
meetings?
on
Day
Click?
on
Event
Click?
week
Starts
On?
Properties
Optional
colors
colors
?:
Partial
<
SchedulingColors
>
current
Date
currentDate
:
Date
Optional
meetings
meetings
?:
SchedulingMeeting
[]
Optional
on
Day
Click
onDayClick
?:
(
date
:
Date
)
=>
void
Optional
on
Event
Click
onEventClick
?:
(
meeting
:
SchedulingMeeting
)
=>
void
Optional
week
Starts
On
weekStartsOn
?:
0
|
1
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
colors
current
Date
meetings
on
Day
Click
on
Event
Click
week
Starts
On
Hiyve Components - v1.0.0
Loading...