SetSimulation

data class SetSimulation(val simulation: Simulation<Any, Nothing>?)

Redux action to set the Simulation of the application.

Parameters

simulation

the new Simulation.

Constructors

Link copied to clipboard
constructor(simulation: Simulation<Any, Nothing>?)

Properties

Link copied to clipboard