The EnvironmentState path to resolve.
Optional
options: GetOptions<T, K> & GetOptionsDecoratorThe options to get the value and set the property.
Gets the synchronous value at path from environment if the getter returns undefined.
A property decorator to get the property with the value at path from environment.
The EnvironmentState path to resolve.
Optional
options: GetOptions<T, K> & GetOptionsDecoratorThe options to get the value and set the property.
Generated using TypeDoc
Gets the synchronous value at path from environment if the property is undefined.
Returns
A property decorator to get the property with the value at path from environment.