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

    Properties

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