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

Method appendChild

src/components/Slider/RNSlider.ts:84–86  ·  view source on GitHub ↗
(child: QWidget<any>)

Source from the content-addressed store, hash-verified

82 }
83
84 appendChild(child: QWidget<any>): void {
85 throwUnsupported(this);
86 }
87
88 insertBefore(child: QWidget<any>, beforeChild: QWidget<any>): void {
89 throwUnsupported(this);

Callers

nothing calls this directly

Calls 1

throwUnsupportedFunction · 0.90

Tested by

no test coverage detected