Class: Environment
Defined in: builderOptions.d.ts:17
Contains information about the target environment.
Constructors
Constructor
new Environment(name, type): Environment;
Defined in: builderOptions.d.ts:18
Parameters
| Parameter | Type |
|---|---|
name | string |
type | EnvironmentType |
Returns
Environment
Properties
| Property | Type | Defined in |
|---|---|---|
name | string | builderOptions.d.ts:20 |
type | EnvironmentType | builderOptions.d.ts:21 |