DayPilot.Scheduler.resourceBubble

The resourceBubble property (DayPilot.Bubble class) specifies a bubble object that will be used to show resource details on hover.

Default Value

null

Example

Scheduler config:

{
  resourceBubble: new DayPilot.Bubble(),
  // ...
}

Related Properties

See Also