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

    Interface UseFileOperationsOptions

    Options for the useFileOperations hook.

    interface UseFileOperationsOptions {
        callbacks: FileOperationCallbacks;
        currentPath: string;
        userId?: string;
    }
    Index

    Properties

    Operation callbacks

    currentPath: string

    Current folder path

    userId?: string

    Current user's ID (for filtering attendees)