* Triggered before the activeView config gets changed * @param {String} value * @param {String} oldValue * @returns {String} * @protected
(value, oldValue)
| 197 | * @protected |
| 198 | */ |
| 199 | beforeSetActiveView(value, oldValue) { |
| 200 | return this.beforeSetEnumValue(value, oldValue, 'activeView') |
| 201 | } |
| 202 | |
| 203 | /** |
| 204 | * Triggered before the language config gets changed |
nothing calls this directly
no test coverage detected