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

    Interface AppointmentPickerSetSlotOptions

    Options for setting a slot on the appointment picker.

    interface AppointmentPickerSetSlotOptions {
        keepMonthYear?: boolean;
        silent?: boolean;
    }
    Index

    Properties

    keepMonthYear?: boolean

    true to keep the currently viewed month and year of the calendar, false to change the calendar's month to the month of the selected slot.

    false
    
    silent?: boolean

    true if the change was triggered in a programmatic fashion and event listeners should not be invoked.

    false