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

Method appendInitialChild

src/components/GridView/RNGridView.ts:108–110  ·  view source on GitHub ↗
(child: RNGridRow)

Source from the content-addressed store, hash-verified

106 }
107 }
108 appendInitialChild(child: RNGridRow): void {
109 this.appendChild(child);
110 }
111 appendChild(child: RNGridRow): void {
112 if (!(child instanceof RNGridRow)) {
113 throw new Error("GridRow is the only supported child of GridView");

Callers

nothing calls this directly

Calls 1

appendChildMethod · 0.95

Tested by

no test coverage detected