Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileUploadProps

Hierarchy

  • MainStoreInjected
    • FileUploadProps

Index

Properties

Optional disabled

disabled: undefined | false | true

Optional enableFullWidth

enableFullWidth: undefined | false | true

Whether the component shall take all available width. Default: true.

Optional mainStore

mainStore: MainStore

Optional onChange

onChange: undefined | function

Сoming from antd Form field decorator

Optional render

render: undefined | function

Render function that allows to customize the file drop area.

param

a valid FileInfo object

Optional uploadProps

uploadProps: UploadProps

UploadProps object that is passed through to the underlying antd Upload component

Optional value

value: FileInfo

Сoming from antd Form field decorator

Generated using TypeDoc