Home > @wixc3/engine-core > Environment
Signature:
export declare class Environment<NAME extends string = string, TYPE extends EnvironmentTypes = EnvironmentTypes, MODE extends EnvironmentMode = EnvironmentMode, DEPS extends MultiEnvironment<TYPE>[] | [] = []>
Constructor | Modifiers | Description |
---|---|---|
[(constructor)(env, envType, endpointType, dependencies)](/engine/engine-core.environment._constructor_.html) | Constructs a new instance of the `Environment` class |
Property | Modifiers | Type | Description |
---|---|---|---|
[dependencies](/engine/engine-core.environment.dependencies.html) | `readonly` | DEPS | |
[endpointType](/engine/engine-core.environment.endpointtype.html) | `readonly` | MODE | |
[env](/engine/engine-core.environment.env.html) | `readonly` | NAME | |
[envType](/engine/engine-core.environment.envtype.html) | `readonly` | TYPE |