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

Method visualWrapper

src/component/MagicMoveText.mjs:206–208  ·  view source on GitHub ↗

* A getter for the visual content container. * @member {Object} visualWrapper * @protected

()

Source from the content-addressed store, hash-verified

204 * @protected
205 */
206 get visualWrapper() {
207 return this.vdom.cn[0].cn[0]
208 }
209
210 /**
211 * The constructor registers a resize listener to invalidate the measurement cache when the component size changes.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected