MCPcopy Create free account
hub / github.com/microsoft/SandDance / onClick

Function onClick

packages/sanddance/src/axisSelection.ts:42–42  ·  view source on GitHub ↗
(o, e)

Source from the content-addressed store, hash-verified

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,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected