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

    Interface AppointmentPickerPersistedAppointment

    Describes an appointment that is booked on the server.

    interface AppointmentPickerPersistedAppointment {
        slot: AppointmentSlot;
        uuid: string;
    }
    Index

    Properties

    Properties

    The slot of the appointment with the start and end time.

    uuid: string

    The UUID of the booked appointment.