FileCommandHandler.canExecuteFile method
FileCommandHandler › canExecuteFile
Checks whether the command can execute for a single file.Signature:
canExecuteFile(_file: TFile): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| _file | TFile | The file. |
Returns: boolean — Whether the command can execute.