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

Standardmäßig löst der Terminwöhler entsprechende Verändungsereignisse aus.

Diesen Wert auf true, um das Verhalten zu unterdrücken und nur den Wert zu setzen.

default

false