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

Method appendChild

src/components/ComboBox/RNComboBox.ts:108–110  ·  view source on GitHub ↗
(child: QWidget<any>)

Source from the content-addressed store, hash-verified

106 throwUnsupported(this);
107 }
108 appendChild(child: QWidget<any>): void {
109 throwUnsupported(this);
110 }
111 insertBefore(child: QWidget<any>, beforeChild: QWidget<any>): void {
112 throwUnsupported(this);
113 }

Callers

nothing calls this directly

Calls 1

throwUnsupportedFunction · 0.90

Tested by

no test coverage detected