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

Method layout

src/View.js:158–161  ·  view source on GitHub ↗

* Layouts view and its subviews. * @return {View}

()

Source from the content-addressed store, hash-verified

156 * @return {View}
157 */
158 layout () {
159 this._subviews.forEach(subview => subview.layout())
160 return this
161 }
162
163 /**
164 * Adds subview.

Callers 2

spliceBricksMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected