| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @microsoft/rush-lib > IConfigurationEnvironmentVariable
Represents the value of an environment variable, and if the value should be overridden if the variable is set in the parent environment.
Signature:
export interface IConfigurationEnvironmentVariable |
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
boolean |
(Optional) Set to true to override the environment variable even if it is set in the parent environment. The default value is false. | ||
|
string |
Value of the environment variable |