workflow.profilehandler.save.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/workflow > ProfileHandler > save
ProfileHandler.save property
Save custom resources into the files map.
Signature:
save?: (data: Res, path: string, files: Map<string, Blob>) => Promise<string[]>;