Interface ListItemProps

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

    Properties

    _onEdit: ((type, index) => void)

    Type declaration

      • (type, index): void
      • Parameters

        • type: string
        • index: number

        Returns void

    boundaryCondition: IModelBoundaryConditionValue
    geometries: Geometry[]
    index: number
    simulation: Simulation
    swr: Swr
    type: string

    Generated using TypeDoc and TypeDoc Airthium Plugin