**WARNING:** Still in alpha - use with caution!
(params: TriggerParams = {})
| 1818 | |
| 1819 | /** **WARNING:** Still in alpha - use with caution! */ |
| 1820 | onAttachmentCreated(params: TriggerParams = {}) { |
| 1821 | return createTrigger(this.source, events.onAttachmentCreated, params); |
| 1822 | } |
| 1823 | |
| 1824 | /** **WARNING:** Still in alpha - use with caution! */ |
| 1825 | onAttachmentRemoved(params: TriggerParams = {}) { |
nothing calls this directly
no test coverage detected