Home > @rushstack/heft > IHeftParameters
IHeftParameters interface
Parameters provided to a Heft plugin.
Signature:
export interface IHeftParameters extends IHeftDefaultParameters
Extends: IHeftDefaultParameters
Methods
Method | Description |
|---|---|
Get a choice list parameter that has been defined in heft-plugin.json. | |
Get a choice parameter that has been defined in heft-plugin.json. | |
Get a flag parameter that has been defined in heft-plugin.json. | |
Get an integer list parameter that has been defined in heft-plugin.json. | |
Get an integer parameter that has been defined in heft-plugin.json. | |
Get a string list parameter that has been defined in heft-plugin.json. | |
Get a string parameter that has been defined in heft-plugin.json. |