interface IProps {
    simulation: Simulation;
    steps: IFrontSimulationTask[];
}

Properties

Properties

simulation: Simulation