MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / onAttachmentUpdated

Method onAttachmentUpdated

integrations/linear/src/index.ts:1830–1832  ·  view source on GitHub ↗

**WARNING:** Still in alpha - use with caution!

(params: TriggerParams = {})

Source from the content-addressed store, hash-verified

1828
1829 /** **WARNING:** Still in alpha - use with caution! */
1830 onAttachmentUpdated(params: TriggerParams = {}) {
1831 return createTrigger(this.source, events.onAttachmentUpdated, params);
1832 }
1833
1834 onComment(params: TriggerParams = {}) {
1835 return createTrigger(this.source, events.onComment, params);

Callers

nothing calls this directly

Calls 1

createTriggerFunction · 0.90

Tested by

no test coverage detected