Interface ListItemProps

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

    Properties

    _onEdit: ((index: number) => void)
    geometries: Geometry[]
    index: number
    simulation: Pick<IFrontSimulationsItem, "id" | "scheme">
    swr: Swr

    Generated using TypeDoc and TypeDoc Airthium Plugin