The showEvent() method displays the bubble for the specified source event.
Declaration
DayPilot.Bubble.showEvent(e)Parameters
e(DayPilot.Event) - the source event object
Example
const dp = new DayPilot.Scheduler("dp");
const bubble = new DayPilot.Bubble();
// ...
const event = dp.events.find(101);
bubble.showEvent(event);See Also
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot