Hiyve Components - v1.0.0
    Preparing search index...

    Interface UseFileSelectionOptions

    Options for the useFileSelection hook.

    interface UseFileSelectionOptions {
        enableMultiSelect?: boolean;
        onSelectionChange?: (files: FileEntry[]) => void;
    }
    Index

    Properties

    enableMultiSelect?: boolean

    Whether multi-select is enabled

    onSelectionChange?: (files: FileEntry[]) => void

    Callback when selection changes