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

    Interface IAppointmentSetSlotOptions

    Options that affect how a time slot is set on the appointment picker via $.fn.appointmentPicker("setSlot").

    interface IAppointmentSetSlotOptions {
        addIfMissing?: boolean;
        silent?: boolean;
    }
    Index

    Properties

    addIfMissing?: boolean

    By default, when no free slot exists, the slot is not changed.

    When this is set to true, the slot is added instead and is then selected.

    false
    
    silent?: boolean

    By default, the appointment picker triggers various events such as change.

    Set this to true to suppress this behavior and just set the value.

    false