interface IProps {
    onEdit: (sensor: IModelSensor & { index: number }) => void;
    simulation: Simulation;
    swr: Swr;
}

Properties

Properties

onEdit: (sensor: IModelSensor & { index: number }) => void
simulation: Simulation
swr: Swr