The disposed() method returns true if the JavaScript Monthly Calendar component has already been disposed using the dispose() method.
Declaration
DayPilot.Month.disposed()Parameters
This method has no parameters.
Return Value
Returns true when the component has been disposed; otherwise returns false.
Example
if (month.disposed()) {
return;
}See Also
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot