Tanatloc documentation
    Preparing search index...
    interface ListItemProps {
        _onEdit: (type: string, index: number) => void;
        boundaryCondition: IModelBoundaryConditionValue;
        geometries: Geometry[];
        index: number;
        simulation: Simulation;
        swr: Swr;
        type: string;
    }
    Index

    Properties

    _onEdit: (type: string, index: number) => void
    boundaryCondition: IModelBoundaryConditionValue
    geometries: Geometry[]
    index: number
    simulation: Simulation
    swr: Swr
    type: string