AbstractFileCommandHandler.canExecuteAbstractFile method
AbstractFileCommandHandler › canExecuteAbstractFile
Checks whether the command can execute for a single abstract file.Signature:
canExecuteAbstractFile(_abstractFile: TAbstractFile): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| _abstractFile | TAbstractFile | The file or folder. |
Returns: boolean — Whether the command can execute.