Skip to content

FolderCommandHandler.canExecuteFolders method

FolderCommandHandler › canExecuteFolders

Checks whether the command can execute for multiple folders. Default implementation checks each folder individually.

Signature:

canExecuteFolders(folders: TFolder[]): boolean

Parameters:

ParameterTypeDescription
foldersTFolder[]The folders.

Returns: booleanWhether the command can execute.