Home > @rushstack/heft > StageHooksBase
StageHooksBase class
Signature:
export declare abstract class StageHooksBase<TStageProperties extends object>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
afterLoadStageConfiguration | readonly | AsyncSeriesHook | |
loadStageConfiguration | readonly | AsyncSeriesHook | |
overrideStage | readonly | AsyncSeriesBailHook<TStageProperties> | (BETA) This hook allows the stage's execution to be completely overridden. Only the last-registered plugin with an override hook provided applies. |