Interface IProps

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

    Properties

    Properties

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

    Generated using TypeDoc and TypeDoc Airthium Plugin