* 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)
| 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 |
no outgoing calls
no test coverage detected