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

Method onAttachmentRemoved

integrations/linear/src/index.ts:1825–1827  ·  view source on GitHub ↗

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

(params: TriggerParams = {})

Source from the content-addressed store, hash-verified

1823
1824 /** **WARNING:** Still in alpha - use with caution! */
1825 onAttachmentRemoved(params: TriggerParams = {}) {
1826 return createTrigger(this.source, events.onAttachmentRemoved, params);
1827 }
1828
1829 /** **WARNING:** Still in alpha - use with caution! */
1830 onAttachmentUpdated(params: TriggerParams = {}) {

Callers

nothing calls this directly

Calls 1

createTriggerFunction · 0.90

Tested by

no test coverage detected