setConfig

Type: function
Alias for PayloadHelper.setConfig (see its entry for details) with generic defaults for the non-key parameters which will update the specified key with the value.

Body

function(key,value){
        return PayloadHelper.setConfig(key,toJValue(value),Option.apply(implicitPayload));
      }

Classpath

Children