**WARNING:** Still in alpha - use with caution!
(params: TriggerParams = {})
| 1813 | |
| 1814 | /** **WARNING:** Still in alpha - use with caution! */ |
| 1815 | onAttachment(params: TriggerParams = {}) { |
| 1816 | return createTrigger(this.source, events.onAttachment, params); |
| 1817 | } |
| 1818 | |
| 1819 | /** **WARNING:** Still in alpha - use with caution! */ |
| 1820 | onAttachmentCreated(params: TriggerParams = {}) { |
nothing calls this directly
no test coverage detected