DayPilot.Bubble.hideAfter

The hideAfter property (number) sets the delay after which the bubble gets hidden (in milliseconds).

Declaration

DayPilot.Bubble.hideAfter

Default Value

500

Notes

  • If the value is >0, the bubble will be hidden when the mouse cursor moves out of both the bubble and the source object, after the specified delay.

  • If the value is set to 0, the bubble will not be hidden on mouseout.

Example

const bubble = new DayPilot.Bubble({
  hideAfter: 1000
});

See Also

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript