Searched refs:canvasRef (Results 1 – 4 of 4) sorted by relevance
49 @ViewChild('canvas', {static: false}) canvasRef: ElementRef | undefined; property in AbstractTimelineRowComponent57 return this.canvasRef?.nativeElement;
258 const canvas = assertDefined(component.canvasRef).nativeElement;
542 const canvas = assertDefined(component.canvasRef).nativeElement;
146 @ViewChild('canvas', {static: false}) canvasRef: ElementRef | undefined; property in MiniTimelineComponent149 return assertDefined(this.canvasRef).nativeElement;