RoadmapShopEvents
Skip to main content

Home > @rushstack/heft > StageHooksBase

StageHooksBase class

Signature:

export declare abstract class StageHooksBase<TStageProperties extends object> 

Properties

PropertyModifiersTypeDescription
afterLoadStageConfigurationreadonlyAsyncSeriesHook
loadStageConfigurationreadonlyAsyncSeriesHook
overrideStagereadonlyAsyncSeriesBailHook<TStageProperties>(BETA) This hook allows the stage's execution to be completely overridden. Only the last-registered plugin with an override hook provided applies.