Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/heft > IHeftTaskFileOperations

IHeftTaskFileOperations interface

Options provided to the registerFileOperations hook.

Signature:

export interface IHeftTaskFileOperations 

Properties

PropertyModifiersTypeDescription
copyOperationsSet<ICopyOperation>Copy operations to be performed following the run or runIncremental hook. These operations will be performed after the task run or runIncremental hook has completed.
deleteOperationsSet<IDeleteOperation>Delete operations to be performed following the run or runIncremental hook. These operations will be performed after the task run or runIncremental hook has completed.