MCPcopy
hub / github.com/pascalorg/editor / SaveButtonProps

Interface SaveButtonProps

apps/editor/components/save-button.tsx:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12interface SaveButtonProps {
13 sceneId: string
14 name: string
15 version: number
16 getGraph: () => SceneGraph | null
17}
18
19/**
20 * Creates a new empty scene and navigates the user to it.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…