MCPcopy Create free account
hub / github.com/neomjs/neo / beforeSetActiveView

Method beforeSetActiveView

src/code/LivePreview.mjs:199–201  ·  view source on GitHub ↗

* Triggered before the activeView config gets changed * @param {String} value * @param {String} oldValue * @returns {String} * @protected

(value, oldValue)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

beforeSetEnumValueMethod · 0.80

Tested by

no test coverage detected