MCPcopy Create free account
hub / github.com/cryptii/cryptii / getSubviews

Method getSubviews

src/View.js:182–184  ·  view source on GitHub ↗

* Returns subviews. * @return {View[]} Subviews

()

Source from the content-addressed store, hash-verified

180 * @return {View[]} Subviews
181 */
182 getSubviews () {
183 return this._subviews
184 }
185
186 /**
187 * Injects subview's root element into own DOM structure.

Callers 2

refreshMethod · 0.95
appendSubviewElementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected