Tanatloc documentation
    Preparing search index...
    interface IProps {
        onClose: () => void;
        onError: (error?: string) => void;
        sensor: Sensor;
        simulation: Simulation;
        swr: Swr;
    }
    Index

    Properties

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