Type Alias FolderPasteOptionsBeta

FolderPasteOptions: {
    files?: boolean;
    folders?: boolean;
    recursive?: boolean;
}

Options for pasting folders.

Type declaration

  • Optional Betafiles?: boolean

    Whether to include files in the paste.

  • Optional Betafolders?: boolean

    Whether to include folders in the paste.

  • Optional Betarecursive?: boolean

    Whether to paste recursively.