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

Method insertBefore

src/components/Slider/RNSlider.ts:88–90  ·  view source on GitHub ↗
(child: QWidget<any>, beforeChild: QWidget<any>)

Source from the content-addressed store, hash-verified

86 }
87
88 insertBefore(child: QWidget<any>, beforeChild: QWidget<any>): void {
89 throwUnsupported(this);
90 }
91
92 removeChild(child: QWidget<any>): void {
93 throwUnsupported(this);

Callers

nothing calls this directly

Calls 1

throwUnsupportedFunction · 0.90

Tested by

no test coverage detected