gbox-sdk
    Preparing search index...

    Interface FListParams

    interface FListParams {
        depth?: number;
        path: string;
        workingDir?: string;
    }
    Index

    Properties

    depth?: number

    Depth of the directory

    path: string

    Target directory path in the box

    workingDir?: string

    Working directory. If not provided, the file will be read from the box.config.workingDir directory.