**WARNING:** Still in alpha - use with caution!
(params: TriggerParams = {})
| 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 = {}) { |
nothing calls this directly
no test coverage detected