Interface IProps

    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

    Generated using TypeDoc and TypeDoc Airthium Plugin