The update() method updates the Navigator control and applies configuration changes.
DayPilot.Navigator.update()This method has no parameters.
Call this method after changing Navigator configuration properties to refresh the control.
const nav = new DayPilot.Navigator("dp", {
// ...
});
nav.init();
// update configuration
nav.update();