Searched refs:captureData (Results 1 – 2 of 2) sorted by relevance
12 @property() captureData: Capture[] = []; property in PacketInformation159 this.captureData = data.captures;282 ${this.captureData.map(capture => this.handleListCaptures(capture))}
1 …captureData=[],this.deviceData=[]}connectedCallback(){super.connectedCallback(),r.registerObserver… property78 ${this.captureData.map((t=>this.handleListCaptures(t)))}