* @param {Object} config
(config)
| 33 | * @param {Object} config |
| 34 | */ |
| 35 | construct(config) { |
| 36 | super.construct(config); |
| 37 | |
| 38 | let me = this; |
| 39 | |
| 40 | me.handler = me.onButtonClick; |
| 41 | |
| 42 | me.text = me.value || me.operators[0] |
| 43 | } |
| 44 | |
| 45 | /** |
| 46 | * Triggered after the value config got changed |
nothing calls this directly
no outgoing calls
no test coverage detected