Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 646 Bytes

File metadata and controls

24 lines (14 loc) · 646 Bytes

Home > @snowplow/node-tracker > TrackerCore > resetPayloadPairs

TrackerCore.resetPayloadPairs() method

Replace payloadPairs with a new dictionary

Signature:

resetPayloadPairs(dict: Payload): void;

Parameters

Parameter Type Description
dict Payload Resets all current payload pairs with a new dictionary of pairs

Returns:

void