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

Method appendInitialChild

src/components/View/RNView.ts:238–240  ·  view source on GitHub ↗
(child: QWidget<any>)

Source from the content-addressed store, hash-verified

236 }
237 static tagName = "view";
238 appendInitialChild(child: QWidget<any>): void {
239 this.appendChild(child);
240 }
241 appendChild(child: QWidget<any>): void {
242 if (!child || child instanceof QDialog) {
243 return;

Callers

nothing calls this directly

Calls 1

appendChildMethod · 0.95

Tested by

no test coverage detected