formcycle 8.3.6 - JavaScript for forms
Preparing search index...
Formcycle
IAppointmentDaySlotData
Interface IAppointmentDaySlotData
Data about the free slots of a particular day.
interface
IAppointmentDaySlotData
{
date
:
IAppointmentLocalDate
;
slots
:
IAppointmentSlotData
[]
;
}
Index
Properties
date
slots
Properties
date
date
:
IAppointmentLocalDate
Date of the free slots.
slots
slots
:
IAppointmentSlotData
[]
All free slots at the date.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
date
slots
formcycle 8.3.6 - JavaScript for forms
Loading...
Data about the free slots of a particular day.