MCPcopy Index your code
hub / github.com/microsoft/SandDance / create

Function create

packages/sanddance-embed/src/sanddance-embed.ts:33–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 };
32
33 const create = () => {
34 SandDanceExplorer.use(FluentUIReact, React, ReactDOM, vega, deck, deck, luma);
35 const explorerProps: SandDanceExplorer.Props = {
36 logoClickUrl: 'https://microsoft.github.io/SandDance/',
37 mounted: explorer => {
38 sandDanceExplorer = explorer;
39 innerLoad();
40 },
41 };
42 ReactDOM.render(React.createElement(SandDanceExplorer.Explorer, explorerProps), document.getElementById('app'));
43 };
44
45 if (sandDanceExplorer) {
46 innerLoad();

Callers 1

loadFunction · 0.70

Calls 2

innerLoadFunction · 0.85
renderMethod · 0.45

Tested by

no test coverage detected