(o, e)
| 40 | }); |
| 41 | }); |
| 42 | const onClick: VegaDeckGl.LayerInputHandler = (o, e) => clickHandler(e.srcEvent, (o.object as SelectPolygon).search); |
| 43 | const polygonLayer = new VegaDeckGl.base.layers.PolygonLayer<SelectPolygon>({ |
| 44 | autoHighlight: true, |
| 45 | coordinateSystem: VegaDeckGl.base.deck.COORDINATE_SYSTEM.CARTESIAN, |
nothing calls this directly
no outgoing calls
no test coverage detected