Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Yqnn/svg-path-editor
/ DialogData
Interface
DialogData
src/app/save/save.component.ts:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import
{ StorageService } from
'../storage.service'
;
4
5
export
interface
DialogData {
6
name: string;
7
}
8
9
@Component({
10
selector:
'app-save-dialog'
,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected