Home > @rushstack/heft > IRunScriptOptions
IRunScriptOptions interface
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Options provided to scripts that are run using the RunScriptPlugin.
Signature:
export interface IRunScriptOptions
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| heftConfiguration | HeftConfiguration | (BETA) | |
| heftTaskSession | IHeftTaskSession | (BETA) | |
| runOptions | IHeftTaskRunHookOptions | (BETA) | |
| scriptOptions | Record<string, unknown> | (BETA) |