SetEnvironmentSurrogate
data class SetEnvironmentSurrogate<out TS : Any, out PS : PositionSurrogate>(val environmentSurrogate: EnvironmentSurrogate<TS, PS>)(source)
Redux action to set the EnvironmentSurrogate of the application.
Parameters
environmentSurrogate
the new environment surrogate.