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

    Properties

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