FolderCommandHandler.executeAbstractFile method
FolderCommandHandler › executeAbstractFile
Delegates toexecuteFolder.Signature:
executeAbstractFile(abstractFile: TAbstractFile): Promisable<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| abstractFile | TAbstractFile | The file or folder. |
Returns: Promisable<void> — Promisable<void> that resolves when abstract file had been executed.