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

Method checkCollision

codebase/dhtmlxscheduler.es.d.ts:1670–1670  ·  view source on GitHub ↗

* checks whether the specified event occurs at the time that has already been occupied by another event(s) * @param event the event object

(event: any)

Source from the content-addressed store, hash-verified

1668 * @param event the event object
1669 */
1670 checkCollision(event: any): boolean;
1671
1672 /**
1673 * checks whether an event has some handler(s) specified

Callers 12

dhtmlxscheduler.jsFile · 0.65
collisionFunction · 0.65
recurringFunction · 0.65
handleOccurrenceFunction · 0.65
handleFollowingFunction · 0.65
handleAllEventsFunction · 0.65
collisionFunction · 0.65
recurringFunction · 0.65
handleOccurrenceFunction · 0.65
handleFollowingFunction · 0.65
handleAllEventsFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected