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

Method _notifyStateChange

codebase/sources/dhtmlxscheduler.js:9026–9028  ·  view source on GitHub ↗
(oldState, newState)

Source from the content-addressed store, hash-verified

9024 };
9025 }
9026 _notifyStateChange(oldState, newState) {
9027 this.onStateChangeHandlers.forEach((handler) => handler(oldState, newState));
9028 }
9029 _adjustDate(direction) {
9030 const { mode, date } = this.getState();
9031 const newDate = new Date(date);

Callers 1

setStateMethod · 0.95

Calls 1

handlerFunction · 0.70

Tested by

no test coverage detected