Tanatloc documentation
    Preparing search index...
    interface IProps {
        onEdit: (sensor: IModelSensor & { index: number }) => void;
        simulation: Simulation;
        swr: Swr;
    }
    Index

    Properties

    Properties

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