MCPcopy
hub / github.com/microsoft/SandDance / LegendViewProps

Interface LegendViewProps

packages/vega-deck.gl/src/legend.tsx:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { KeyCodes, Table, TableRow } from './controls';
6
7export interface LegendViewProps {
8 legend: Legend;
9 onClick: (e: Event, legend: Legend, clickedIndex: number) => void;
10}
11
12export const LegendView: StatelessComponent<LegendViewProps> = (props: StatelessProps<LegendViewProps>) => {
13 const rows: TableRow[] = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected