DayPilot.Calendar.id

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

Declaration

DayPilot.Calendar.id

Example

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

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

See Also

DayPilot.Calendar Constructor