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

Method unmarkTimespan

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

* removes marking/blocking set by the markTimespan() method * @param divs a timespan to remove marking/blocking from (or an array of timespans)

(divs: HTMLElement|any[])

Source from the content-addressed store, hash-verified

2277 * @param divs a timespan to remove marking/blocking from (or an array of timespans)
2278 */
2279 unmarkTimespan(divs: HTMLElement|any[]): void;
2280
2281 /**
2282 * unselects the specified event

Callers 4

MtFunction · 0.65
MtFunction · 0.65
dragHighlightPosFunction · 0.65
dragHighlightPosFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected