Skip to content

FileCommandHandler.executeFile method

FileCommandHandler › executeFile

Executes the command for a single file.

Signature:

executeFile(file: TFile): Promisable<void>

Parameters:

ParameterTypeDescription
fileTFileThe file.

Returns: Promisable<void>