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

Method map_text

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

* specifies the text in the second column of the view * @param start the date when an event is scheduled to begin * @param end the date when an event is scheduled to be completed * @param event the event object

(start: Date, end: Date, event: any)

Source from the content-addressed store, hash-verified

268 * @param event the event object
269 */
270 map_text(start: Date, end: Date, event: any): string;
271
272 /**
273 * specifies the date in the first column of the view

Callers 4

rFunction · 0.65
rFunction · 0.65
fill_map_tabFunction · 0.65
fill_map_tabFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected