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