FolderCommandHandler.canExecuteFolders method
FolderCommandHandler › canExecuteFolders
Checks whether the command can execute for multiple folders. Default implementation checks each folder individually.Signature:
canExecuteFolders(folders: TFolder[]): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| folders | TFolder[] | The folders. |
Returns: boolean — Whether the command can execute.