DayPilot.Bubble.hideOnHover

The hideOnHover property (boolean) determines whether the bubble popup should be closed when you move the move cursor over it.

Default Value

false

Example

const bubble = new DayPilot.Bubble({
  hideOnHover: false
});