Home > @rushstack/heft > IHeftPlugin
IHeftPlugin interface
Signature:
export interface IHeftPlugin<TOptions = void>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
accessor? | readonly | object | (Optional) |
optionsSchema? | readonly | JsonSchema | (Optional) |
pluginName | readonly | string |
Methods
Method | Description |
---|---|
apply(heftSession, heftConfiguration, options) |