Skip to main content

node-tracker.emitter.input

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>;