Searched defs:onEvent (Results 1 – 3 of 3) sorted by relevance
51 const onEvent: MethodInfo[] = eventMethod.onEvents.length > 0 ? eventMethod.onEvents : []; constant52 …const onEventPublishVersionValue: string = onEvent.length > 0 ? onEvent[0].jsDocInfos[0].since : '… constant
331 onEvent: (info: SysEventInfo) => void; property
125 onEvent?(formId: string, message: string): void; method