The init() method initializes and displays the Queue component.
Declaration
DayPilot.Queue.init()Example
const dp = new DayPilot.Queue("dp", {
events: [
{ id: 1, text: "Task 1", duration: DayPilot.Duration.ofHours(5) }
],
// ...
});
dp.init();See Also
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot