DayPilot.Scheduler.id

The id property (string) stores the placeholder div id. This value is required in the DayPilot.Scheduler Constructor.

Declaration

DayPilot.Scheduler.id

Example

const dp = new DayPilot.Scheduler("dp", {
  // ...
});
dp.init();

const id = dp.id;  // "dp"

See Also

DayPilot.Scheduler Constructor