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

Interface DataWithInsight

packages/sanddance-embed/src/sanddance-embed.ts:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11namespace SandDanceEmbed {
12
13 interface DataWithInsight {
14 data: DataToLoad;
15 insight: Partial<SandDance.specs.Insight>;
16 }
17
18 export let sandDanceExplorer: SandDanceExplorer.Explorer_Class;
19 export const requests: MessageRequestWithSource[] = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected