- Preparing search index...
 
- The search index is not available
 
filestack-js 
 
Type alias StoreUploadOptions
 
Store
Upload
Options
: StoreBaseParams & {     altText
?: string;     filename
?: ((file
: File) => string) | string;     mimetype
?: string;     sanitizer
?: SanitizeOptions;     workflows
?: (string | WorkflowConfig)[]; }