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

Method setUserData

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

* sets the user data associated with the specified event * @param id the event's id * @param name the user data name * @param value the user data value

(id: string, name: string, value: any)

Source from the content-addressed store, hash-verified

2185 * @param value the user data value
2186 */
2187 setUserData(id: string, name: string, value: any): void;
2188
2189 /**
2190 * shows the lightbox modal overlay that blocks interactions with the remaining screen

Callers 12

KtFunction · 0.65
dhtmlxscheduler.jsFile · 0.65
KtFunction · 0.65
DataProcessorEventsFunction · 0.65
extendSchedulerFunction · 0.65
dhtmlxscheduler.jsFile · 0.65
layerFunction · 0.65
DataProcessorEventsFunction · 0.65
extendSchedulerFunction · 0.65
layerFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected