OptionalcolorsCustom colors
OptionalcommentsWhether the comments panel is currently open
OptionalcustomCustom action button configuration
OptionalcustomCustom filter dropdowns rendered in the toolbar
OptionalforceForce flat view mode (hides folder navigation buttons)
OptionaliconsCustom icons
OptionalisWhether a download operation is in progress
OptionalisCheck if a folder is empty (for delete validation)
OptionalisOptional override for the per-item ownership check used to gate
rename/delete/share affordances. When omitted, the toolbar falls
back to a strict item.userId === userId comparison — the
historical behaviour. See FileManagerProps.isItemOwner for the
primary entry point; FileManager passes the resolved predicate
down so the toolbar and views agree.
OptionalisWhether a refresh operation is in progress
OptionalisWhether current user is room owner
OptionalisWhether an upload operation is in progress
OptionallabelsCustom labels
OptionalonOpen create folder dialog
OptionalonHandle file delete
OptionalonHandle folder delete
OptionalonHandle file download
OptionalonFetch available file types for filter dropdown
OptionalonHandle file type filter change
OptionalonRefresh file list
OptionalonOpen rename dialog
OptionalonSearch query change handler
OptionalonOpen share dialog
OptionalonSort change handler
OptionalonToggle comments panel visibility
OptionalonToggle flat/folder view
OptionalonToggle between table and card view
OptionalonHandle file upload
OptionalsearchCurrent search query
OptionalselectedArray of selected files for bulk operations
OptionalselectedCurrently selected file type filter
OptionalselectedCurrently selected single item
OptionalshowWhether toolbar should be visible
OptionalshowWhether flat view is currently shown
OptionalsortCurrent sort column
OptionalsortCurrent sort direction
OptionalstylesCustom styles
OptionalsxMUI sx styling prop
OptionaluserCurrent user's ID (for permission checks)
OptionalusersAvailable file types for filtering
OptionalviewCurrent view mode
Props for the FileManagerToolbar component.