(params: TriggerParams = {})
| 1856 | } |
| 1857 | |
| 1858 | onCycleRemoved(params: TriggerParams = {}) { |
| 1859 | return createTrigger(this.source, events.onCycleRemoved, params); |
| 1860 | } |
| 1861 | |
| 1862 | onCycleUpdated(params: TriggerParams = {}) { |
| 1863 | return createTrigger(this.source, events.onCycleUpdated, params); |
nothing calls this directly
no test coverage detected