handlePropChange()

in src/ui/input/Parameters.js [117:123]


  handlePropChange(propName, newValue) {
    this.props.handleUpdateInput(
        Object.assign({}, this.props.input, {
          [propName]: newValue,
        }),
    );
  }