Searched defs:eventParams (Results 1 – 1 of 1) sorted by relevance
117 const eventParams: ParamInfo[] = (event as MethodInfo).getParams(); constant133 const firstParam: ParamInfo | undefined = eventParams.length ? eventParams[0] : undefined; constant