FolderCommandHandler.canExecuteFolder method
FolderCommandHandler › canExecuteFolder
Checks whether the command can execute for a single folder.Signature:
canExecuteFolder(_folder: TFolder): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| _folder | TFolder | The folder. |
Returns: boolean — Whether the command can execute.