FileCommandHandler.canExecuteFiles method
FileCommandHandler › canExecuteFiles
Checks whether the command can execute for multiple files. Default implementation checks each file individually.Signature:
canExecuteFiles(files: TFile[]): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| files | TFile[] | The files. |
Returns: boolean — Whether the command can execute.