(params: TriggerParams = {})
| 1840 | } |
| 1841 | |
| 1842 | onCommentRemoved(params: TriggerParams = {}) { |
| 1843 | return createTrigger(this.source, events.onCommentRemoved, params); |
| 1844 | } |
| 1845 | |
| 1846 | onCommentUpdated(params: TriggerParams = {}) { |
| 1847 | return createTrigger(this.source, events.onCommentUpdated, params); |
nothing calls this directly
no test coverage detected