Interface IAppointmentSetSlotOptions

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

Hierarchy

  • IAppointmentSetSlotOptions

Index

Properties

Properties

Optional addIfMissing

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.

default

false

Optional silent

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.

default

false