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

Method construct

src/filter/ToggleOperatorsButton.mjs:35–43  ·  view source on GitHub ↗

* @param {Object} config

(config)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected