DayPilot.Bubble.showEvent

The showEvent() method displays the bubble for the specified source event.

Declaration

DayPilot.Bubble.showEvent(e)

Parameters

Example

const dp = new DayPilot.Scheduler("dp");
const bubble = new DayPilot.Bubble();

// ...

const event = dp.events.find(101);
bubble.showEvent(event);

See Also

DayPilot.Bubble Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript