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

DayPilot.Navigator.dispose()

DayPilot.Navigator Class

Availability

Availability of this API item in DayPilot editions:

ProductLitePro
DayPilot for JavaScript