formcycle 8.3.6 - JavaScript for forms
    Preparing search index...

    Interface AppointmentSlotData

    Data about a particular slot, with the capacity for the slot.

    interface AppointmentSlotData {
        capacity: number;
        slot: AppointmentSlot;
    }
    Index

    Properties

    Properties

    capacity: number

    The free capacity of the slot, e.g. how many appointments can be still be booked at the same time.

    The slot with the date and time.