Type alias UploadParams

UploadParams: {
    contextPath: string;
    files: string[];
    uuid: string;
}

Parameters required to upload a set of files

Type declaration

  • contextPath: string

    Absolute path to target location in drive. Note that folders must already exist.

  • files: string[]

    Local paths to files for upload

  • uuid: string

    The node to upload files to

Generated using TypeDoc