UploadcareUploaderConfig

Api-interface icon interface

Configuration interface for the Uploadcare File Uploader component.

This interface extends the Uploadcare config, excluding certain keys that are either not supported or have been modified.

You can find detailed information in the Uploadcare documentation.

Properties

  • Chevron-right icon

    sourceList : Array<'local' | 'url' | 'facebook' | 'dropbox' | 'gdrive' | 'gphotos' | 'onedrive'> | undefined

    Comma-separated list of file sources.

    Defaults to [ 'local', 'url' ]