Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
fromData
Method · 0.95
set-custom-args.spec.js
File · 0.45
to-json.spec.js
File · 0.45
Calls
1
_setProperty
Method · 0.95
Tested by
no test coverage detected