Interface Props

    interface Props {
        geometries: Geometry[];
        onEdit: ((type, index) => void);
        simulation: Simulation;
        swr: Swr;
    }

    Properties

    geometries: Geometry[]
    onEdit: ((type, index) => void)

    Type declaration

      • (type, index): void
      • Parameters

        • type: string
        • index: number

        Returns void

    simulation: Simulation
    swr: Swr

    Generated using TypeDoc and TypeDoc Airthium Plugin