* Triggered before the iconPosition config gets changed * @param {String} value * @param {String} oldValue * @protected
(value, oldValue)
| 359 | * @protected |
| 360 | */ |
| 361 | beforeSetIconPosition(value, oldValue) { |
| 362 | return this.beforeSetEnumValue(value, oldValue, 'iconPosition') |
| 363 | } |
| 364 | |
| 365 | /** |
| 366 | * @protected |
nothing calls this directly
no test coverage detected