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

Method construct

src/button/Effect.mjs:157–168  ·  view source on GitHub ↗

* @param {Object} config

(config)

Source from the content-addressed store, hash-verified

155 * @param {Object} config
156 */
157 construct(config) {
158 super.construct(config);
159
160 let me = this;
161
162 me.addDomListeners({
163 click: me.onClick,
164 scope: me
165 });
166
167 me.createVdomEffect()
168 }
169
170 /**
171 * Final. Should not be overridden.

Callers

nothing calls this directly

Calls 2

addDomListenersMethod · 0.80
createVdomEffectMethod · 0.80

Tested by

no test coverage detected