SetEnvironmentSurrogate

data class SetEnvironmentSurrogate<out TS : Any, out PS : PositionSurrogate>(val environmentSurrogate: EnvironmentSurrogate<TS, PS>)

Redux action to set the EnvironmentSurrogate of the application.

Parameters

the type of the [PositionSurrogate].
environmentSurrogate

the new environment surrogate.

Constructors

Link copied to clipboard
constructor(environmentSurrogate: EnvironmentSurrogate<TS, PS>)

Properties