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

Method setLayout

src/components/View/RNView.ts:223–226  ·  view source on GitHub ↗
(layout: QLayout<QObjectSignals>)

Source from the content-addressed store, hash-verified

221 return this._layout;
222 }
223 setLayout(layout: QLayout<QObjectSignals>) {
224 this._layout = layout;
225 super.setLayout(layout);
226 }
227 setProps(newProps: ViewProps<QWidgetSignals>, oldProps: ViewProps<QWidgetSignals>): void {
228 setViewProps(this, newProps, oldProps);
229 }

Callers 4

appendChildMethod · 0.95
appendChildMethod · 0.45
appendInitialChildMethod · 0.45
appendChildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected