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

    Interface UseFileNavigationOptions

    Options for the useFileNavigation hook.

    interface UseFileNavigationOptions {
        initialPath?: string;
        onPathChange?: (path: string) => void;
    }
    Index

    Properties

    initialPath?: string

    Initial path

    onPathChange?: (path: string) => void

    Callback when path changes