Interface IParameterProps

    interface IParameterProps {
        dimension: undefined | number;
        parameter: IModelParametersGroup;
        pkey: string;
        simulation: Simulation;
        swr: Swr;
    }

    Properties

    dimension: undefined | number
    pkey: string
    simulation: Simulation
    swr: Swr

    Generated using TypeDoc and TypeDoc Airthium Plugin