Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 438 Bytes

File metadata and controls

13 lines (8 loc) · 438 Bytes

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[]>;