Interface ListItemProps

    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

    Generated using TypeDoc and TypeDoc Airthium Plugin