MCPcopy
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

3import { StorageService } from '../storage.service';
4
5export 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