Sets the EnvironmentState properties.
The EnvironmentStore.
Adds properties to the EnvironmentState overwriting the existing ones. Ignores the action if is an invalid path.
EnvironmentResult with the code:
The properties to add.
Optional
path: PathThe EnvironmentState path to add.
Adds properties to the EnvironmentState preserving the existing ones. Ignores the action if is an invalid path.
EnvironmentResult with the code:
The properties to add.
Optional
path: PathThe EnvironmentState path to add.
Creates a new property in the EnvironmentState and sets the value. Ignores the action if property path already exists or is an invalid path.
EnvironmentResult with the code:
Deletes a property from the EnvironmentState. Ignores the action if property doesn't exist or is an invalid path.
EnvironmentResult with the code:
The EnvironmentState path to delete.
Adds properties to the EnvironmentState merging the values and overwriting the existing ones. Ignores the action if is an invalid path.
EnvironmentResult with the code:
The properties to merge.
Optional
path: PathThe EnvironmentState path to merge.
Adds properties to the EnvironmentState merging the values and preserving the existing ones. Ignores the action if is an invalid path.
EnvironmentResult with the code:
The properties to merge.
Optional
path: PathThe EnvironmentState path to merge.
Resets the EnvironmentState to the initial state.
EnvironmentResult with the code:
Updates the value of a property in the EnvironmentState. Ignores the action if property doesn't exist or is an invalid path.
EnvironmentResult with the code:
Updates or creates the value of a property in the EnvironmentState. Ignores the action if is an invalid path.
EnvironmentResult with the code:
Generated using TypeDoc
Sets the EnvironmentState properties.