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