Result of client.bind(integration) — gives you typed triggers[name].emit() shortcuts plus access to the underlying definition.
client.bind(integration)
triggers[name].emit()
Readonly
The original definition passed to bind().
bind()
Triggers indexed by their name (matches TriggerDefinition.name).
name
Result of
client.bind(integration)— gives you typedtriggers[name].emit()shortcuts plus access to the underlying definition.