Interface RenameFilesParams

The parameters sent in notifications/requests for user-initiated renames of files.

3.16.0

interface RenameFilesParams {
    files: FileRename[];
}

Properties

Properties

files: FileRename[]

An array of all files/folders renamed in this operation. When a folder is renamed, only the folder will be included, and not its children.