File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import { Axis, ParallelAxis } from "./axes"
10
10
import { ShapeCollection , GroupCollection , PointSet } from "./collections"
11
11
import { RemoteFigure } from "./remoteFigure"
12
12
import { DataInterface } from "./dataInterfaces"
13
+ import { HighlightData } from "./interactions"
13
14
14
15
export class Figure extends RemoteFigure {
15
16
constructor (
@@ -1171,7 +1172,7 @@ export class Draw extends Frame {
1171
1172
1172
1173
protected receiveRubberBandFromFigure ( figure : Figure ) : void { }
1173
1174
1174
- public highlightFromReferencePath ( highlightData ) {
1175
+ public highlightFromReferencePath ( highlightData : HighlightData ) {
1175
1176
const highlight = highlightData . highlight ;
1176
1177
const shapes = this . getShapesFromPath ( highlightData . referencePath ) ;
1177
1178
shapes . forEach ( ( shape ) => {
You can’t perform that action at this time.
0 commit comments