interface IProps {
    onClose: () => void;
    onError: (error?: string) => void;
    sensor: Partial<IModelSensor>;
    simulation: Simulation;
    swr: Swr;
}

Properties

onClose: () => void
onError: (error?: string) => void
sensor: Partial<IModelSensor>
simulation: Simulation
swr: Swr