Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 425 Bytes

File metadata and controls

13 lines (8 loc) · 425 Bytes

Home > @snowplow/node-tracker > Emitter > input

Emitter.input property

Adds a payload to the event store or sends it to the collector.

Signature:

input: (payload: Payload) => Promise<void>;