Skip to content

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[]): boolean

Parameters:

ParameterTypeDescription
abstractFilesTAbstractFile[]The files or folders.

Returns: booleanWhether the command can execute.