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

Method appendInitialChild

src/components/Dialog/RNDialog.ts:47–49  ·  view source on GitHub ↗
(child: QWidget<any>)

Source from the content-addressed store, hash-verified

45 setDialogProps(this, newProps, oldProps);
46 }
47 appendInitialChild(child: QWidget<any>): void {
48 this.appendChild(child);
49 }
50 appendChild(child: QWidget<any>): void {
51 if (!child || child instanceof QDialog) {
52 return;

Callers

nothing calls this directly

Calls 1

appendChildMethod · 0.95

Tested by

no test coverage detected