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