MCPcopy Index your code
hub / github.com/MankaiHuang/screen-visualization / IAllNodeConfig

Interface IAllNodeConfig

src/interface/index.tsx:1–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface IAllNodeConfig {
2 component: object;
3 dataHandler: object;
4 interActive: object;
5 judge: object;
6}
7export interface INodeData {
8 edges: object;
9 nodes: object;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected