MCPcopy Index your code
hub / github.com/sendgrid/sendgrid-nodejs / setCustomArgs

Method setCustomArgs

packages/helpers/classes/mail.js:459–461  ·  view source on GitHub ↗

* Set custom args

(customArgs)

Source from the content-addressed store, hash-verified

457 * Set custom args
458 */
459 setCustomArgs(customArgs) {
460 this._setProperty('customArgs', customArgs, 'object');
461 }
462
463 /**
464 * Set tracking settings

Callers 3

fromDataMethod · 0.95
to-json.spec.jsFile · 0.45

Calls 1

_setPropertyMethod · 0.95

Tested by

no test coverage detected