DayPilot.Scheduler.eventHoverHandling

The eventHoverHandling property (string) determines the default action when the user hovers over an event.

Declaration

DayPilot.Scheduler.eventHoverHandling

Possible Values

Default Value

"Bubble"

Examples

JavaScript

const dp = new DayPilot.Scheduler("dp", {
  eventHoverHandling: "Disabled",
  // ...
});
dp.init();

Angular

<daypilot-scheduler [config]="config"></daypilot-scheduler>
config: DayPilot.SchedulerConfig = {
  eventHoverHandling: "Disabled",
  // ...
};

React

<DayPilotScheduler
  eventHoverHandling="Disabled"
  {/* ... */}
/>

Vue

<DayPilotScheduler
  eventHoverHandling="Disabled"
  <!-- ... -->
/>

See Also

DayPilot.Bubble Class

DayPilot.Scheduler.bubble

DayPilot.Scheduler Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript