gbox-sdk
    Preparing search index...

    Interface FReadParams

    interface FReadParams {
        path: string;
        workingDir?: string;
    }
    Index

    Properties

    Properties

    path: string

    Target path in the box. If the path does not start with '/', the file will be read from the working directory.

    workingDir?: string

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