Home > @rushstack/heft > IHeftTaskFileOperations
IHeftTaskFileOperations interface
Options provided to the registerFileOperations
hook.
Signature:
export interface IHeftTaskFileOperations
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
copyOperations | Set<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. | |
deleteOperations | Set<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. |