Searched refs:recordTempAddProbe (Results 1 – 1 of 1) sorted by relevance
383 this.spRecordTemplate?.addEventListener('addProbe', this.recordTempAddProbe);399 this.spRecordTemplate?.removeEventListener('addProbe', this.recordTempAddProbe);403 recordTempAddProbe = (ev: CustomEventInit<{ elementId: string }>): void => { property in SpRecordTrace