Searched refs:selectedDevice (Results 1 – 2 of 2) sorted by relevance
31 @property() selectedDevice: Device|undefined; property in DeviceInformation228 this.selectedDevice = device;245 console.assert(this.selectedDevice !== null); // eslint-disable-line249 name: this.selectedDevice?.name,266 console.assert(this.selectedDevice !== undefined); // eslint-disable-line267 if (this.selectedDevice === undefined) return;268 this.selectedDevice.orientation = {275 name: this.selectedDevice.name,276 orientation: this.selectedDevice.orientation,282 console.assert(this.selectedDevice !== undefined); // eslint-disable-line[all …]
12 …@click=${()=>{var i;null===(i=this.selectedDevice)||void 0===i||i.toggleChipState(e),this.patchRad…15 …selectedDevice=i,this.holdRange||(this.yaw=i.orientation.yaw,this.pitch=i.orientation.pitch,this.r…67 …selectedDevice||!this.selectedDevice.chips)return i``;if(this.selectedDevice.chips.some((e=>(e=>e.…71 </div>`:i``}render(){return i`${this.selectedDevice?i`75 <div class="info">${this.selectedDevice.name}</div>