Strategy used to add the source properties to the EnvironmentState.

Enumeration Members

ADD: 0

Add the new properties overwriting the existing ones.

ADD_PRESERVING: 2

Add the new properties preserving the existing ones.

MERGE: 1

Deep merges the existing properties with the new ones, overwriting the existing ones.

MERGE_PRESERVING: 3

Deep merges the existing properties with the new ones, preserving the existing ones.

Generated using TypeDoc