Interface IProps

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

    Properties

    geometries: Geometry[]
    onClose: (() => void)

    Type declaration

      • (): void
      • Returns void

    sensor?: Sensor
    simulation: Simulation
    swr: Swr
    visible?: boolean

    Generated using TypeDoc and TypeDoc Airthium Plugin