Interface ListItemProps

    interface ListItemProps {
        _onEdit: ((index) => void);
        geometries: Geometry[];
        index: number;
        material: IModelMaterialsValue;
        simulation: Pick<IFrontSimulationsItem, "id" | "scheme">;
        swr: Swr;
    }

    Properties

    _onEdit: ((index) => void)

    Type declaration

      • (index): void
      • Parameters

        • index: number

        Returns void

    geometries: Geometry[]
    index: number
    simulation: Pick<IFrontSimulationsItem, "id" | "scheme">
    swr: Swr

    Generated using TypeDoc and TypeDoc Airthium Plugin