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

Properties

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