Tanatloc documentation
    Preparing search index...
    interface IProps {
        geometries: Geometry[];
        onClose: () => void;
        sensor?: Sensor;
        simulation: Simulation;
        swr: Swr;
        visible?: boolean;
    }
    Index

    Properties

    geometries: Geometry[]
    onClose: () => void
    sensor?: Sensor
    simulation: Simulation
    swr: Swr
    visible?: boolean