MCPcopy Create free account
hub / github.com/nodegui/react-nodegui / setLayout

Method setLayout

src/components/GridView/RNGridView.ts:85–87  ·  view source on GitHub ↗
(layout: QGridLayout)

Source from the content-addressed store, hash-verified

83 }
84
85 setLayout(layout: QGridLayout): void {
86 super.setLayout(layout);
87 }
88
89 updateChildren(startIndex = 0): void {
90 updateDisplacedChildren<RNGridRow, RNGridView>(

Callers 1

appendChildMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected