| 10 | } |
| 11 | |
| 12 | interface 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. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…