Searched refs:rowSettingPop (Results 1 – 1 of 1) sorted by relevance
174 private rowSettingPop: LitPopover | null | undefined; property in TraceRow317 if (this.rowSettingPop) {318 this.rowSettingPop.placement = value;320 if (this.rowSettingPop) {321 this.rowSettingPop.placement = value;326 return this.rowSettingPop?.placement || 'bottomLeft';738 this.rowSettingPop!.visible = false;741 this.rowSettingPop!.visible = true;744 this.rowSettingPop!.visible = false;809 this.rowSettingPop = document.createElement('lit-popover') as LitPopover;[all …]