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

Method setSuperview

src/View.js:256–259  ·  view source on GitHub ↗

* Sets superview. * @param {?View} view * @return {View} Fluent interface

(view)

Source from the content-addressed store, hash-verified

254 * @return {View} Fluent interface
255 */
256 setSuperview (view) {
257 this._superview = view
258 return this
259 }
260
261 /**
262 * Focus this view.

Callers 2

addSubviewMethod · 0.80
removeSubviewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected