The hideAfter property (number) sets the delay after which the bubble gets hidden (in milliseconds).
Declaration
DayPilot.Bubble.hideAfterDefault Value
500Notes
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
Hide Timeout [doc.daypilot.org]
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot