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

    Properties

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