Abstract Abstract addAdds 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.
Abstract addAdds 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.
Abstract createCreates 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:
Abstract deleteDeletes 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.
Abstract mergeAdds 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.
Abstract mergeAdds 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.
Abstract resetResets the EnvironmentState to the initial state.
EnvironmentResult with the code:
Abstract updateUpdates 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:
Abstract upsertUpdates 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.