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

Method beforeSetIconPosition

src/button/Effect.mjs:361–363  ·  view source on GitHub ↗

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

(value, oldValue)

Source from the content-addressed store, hash-verified

359 * @protected
360 */
361 beforeSetIconPosition(value, oldValue) {
362 return this.beforeSetEnumValue(value, oldValue, 'iconPosition')
363 }
364
365 /**
366 * @protected

Callers

nothing calls this directly

Calls 1

beforeSetEnumValueMethod · 0.80

Tested by

no test coverage detected