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

Interface Props

packages/sanddance-react/src/viewer.tsx:7–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { specs, types, VegaDeckGl, Viewer } from '@msrvida/sanddance';
6
7export interface Props {
8 viewerOptions?: Partial<types.ViewerOptions>;
9 insight: specs.Insight;
10 data: object[];
11 renderOptions?: types.RenderOptions;
12 onView?: (renderResult: types.RenderResult) => void;
13 onError?: (error: any) => void;
14 onMount?: (element: HTMLElement) => boolean | void;
15}
16
17export interface State {
18}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected