Skip to content

AbstractFileCommandHandler.canExecuteAbstractFile method

AbstractFileCommandHandler › canExecuteAbstractFile

Checks whether the command can execute for a single abstract file.

Signature:

canExecuteAbstractFile(_abstractFile: TAbstractFile): boolean

Parameters:

ParameterTypeDescription
_abstractFileTAbstractFileThe file or folder.

Returns: booleanWhether the command can execute.