AbstractFileCommandHandler.canExecuteAbstractFiles method
AbstractFileCommandHandler › canExecuteAbstractFiles
Checks whether the command can execute for multiple abstract files. Default implementation checks each file individually.Signature:
canExecuteAbstractFiles(abstractFiles: TAbstractFile[]): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| abstractFiles | TAbstractFile[] | The files or folders. |
Returns: boolean — Whether the command can execute.