Deprecated: Creates a FileUploader for the data object, optionally scoped to a field. Use getUploadManager for new code.
FileUploader
getUploadManager
const uploader = ds.getUploader('File');
getUploader(fieldName?: string): FileUploader;
Legacy method returning a FileUploader. Prefer getUploadManager.
Last updated 5 months ago
Was this helpful?