allowedFileTypes? | string[] | Allowed file extensions |
ariaLabel? | string | ARIA label |
currentPath? | string | Current folder path |
customActions? | ICustomAction[] | Custom actions |
emptyStateIcon? | ReactNode | Empty state icon |
emptyStateMessage? | string | Empty state message |
enableCopyLink? | boolean | Enable copy link functionality (default: true) |
enableDelete? | boolean | Enable delete functionality |
enableDuplicate? | boolean | Enable duplicate functionality |
enableMove? | boolean | Enable move functionality |
enableMultiSelect? | boolean | Enable multi-selection |
enableRename? | boolean | Enable rename functionality |
enableUpload? | boolean | Enable upload functionality |
error? | string | Error | Error state |
loading? | boolean | Loading state indicator |
maxFileSize? | number | Maximum file size in bytes |
rootName? | string | Display name for root in breadcrumb (e.g., library name) |
rootPath? | string | Root folder path for breadcrumb navigation |
uploadAreaText? | string | Upload area text |
validationRules? | IValidationRule[] | Custom validation rules |
viewMode? | ViewMode | Initial view mode |