@ctrl/plex
    Preparing search index...

    Interface ServerBrowseOptions

    interface ServerBrowseOptions {
        includeFiles?: boolean;
        path?: string | ServerPath;
    }
    Index
    includeFiles?: boolean

    Include files in addition to directories. Defaults to true.

    path?: string | ServerPath

    Server-visible path or a ServerPath object returned by browse(). Omit to browse roots.