Searched refs:recordTempDelProbe (Results 1 – 1 of 1) sorted by relevance
384 this.spRecordTemplate?.addEventListener('delProbe', this.recordTempDelProbe);400 this.spRecordTemplate?.removeEventListener('delProbe', this.recordTempDelProbe);420 recordTempDelProbe = (ev: CustomEventInit<{ elementId: string }>): void => { property in SpRecordTrace