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

Method getUserData

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

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

(id: string, name: string)

Source from the content-addressed store, hash-verified

1939 * @param name the user data name
1940 */
1941 getUserData(id: string, name: string): any;
1942
1943 /**
1944 * returns a view object by its name. If no name is specified, returns the current view

Callers 14

dhtmlxscheduler.jsFile · 0.65
_prepareItemForJsonFunction · 0.65
_prepareItemForFormFunction · 0.65
_prepareItemForJsonFunction · 0.65
_prepareItemForFormFunction · 0.65
extendSchedulerFunction · 0.65
dhtmlxscheduler.jsFile · 0.65
_prepareItemForJsonFunction · 0.65
_prepareItemForFormFunction · 0.65
extendSchedulerFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected