Home
last modified time | relevance | path

Searched refs:rowSettingPop (Results 1 – 1 of 1) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRow.ts174 private rowSettingPop: LitPopover | null | undefined; property in TraceRow
317 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 …]