MCPcopy Index your code
hub / github.com/nodegui/react-nodegui / layout

Method layout

src/components/View/RNView.ts:220–222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

218 private _layout: QLayout<QObjectSignals> | null = null;
219
220 layout() {
221 return this._layout;
222 }
223 setLayout(layout: QLayout<QObjectSignals>) {
224 this._layout = layout;
225 super.setLayout(layout);

Callers 7

insertBeforeMethod · 0.95
appendChildMethod · 0.95
removeChildMethod · 0.95
appendChildMethod · 0.45
appendInitialChildMethod · 0.45
appendChildMethod · 0.45
removeChildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected