MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / _notifyStateChange

Method _notifyStateChange

codebase/sources/dhtmlxscheduler.es.js:9022–9024  ·  view source on GitHub ↗
(oldState, newState)

Source from the content-addressed store, hash-verified

9020 };
9021 }
9022 _notifyStateChange(oldState, newState) {
9023 this.onStateChangeHandlers.forEach((handler) => handler(oldState, newState));
9024 }
9025 _adjustDate(direction) {
9026 const { mode, date } = this.getState();
9027 const newDate = new Date(date);

Callers 1

setStateMethod · 0.95

Calls 1

handlerFunction · 0.70

Tested by

no test coverage detected