Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodegui/react-nodegui
/ layout
Method
layout
src/components/GridView/RNGridView.ts:81–83 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
childRows: Array<DataWithOffset<RNGridRow>> = [];
80
81
layout(): QGridLayout | null {
82
return
super.layout() as any;
83
}
84
85
setLayout(layout: QGridLayout): void {
86
super.setLayout(layout);
Callers
8
setProps
Method · 0.95
appendChild
Method · 0.95
horizontalSpacing
Function · 0.45
verticalSpacing
Function · 0.45
columnProps
Function · 0.45
rowProps
Function · 0.45
setGridColumnProps
Function · 0.45
remove
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected