MCPcopy Create free account
hub / github.com/nodegui/react-nodegui / removeChild

Method removeChild

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

Source from the content-addressed store, hash-verified

90 }
91
92 removeChild(child: QWidget<any>): void {
93 throwUnsupported(this);
94 }
95
96 static tagName = 'slider';
97}

Callers

nothing calls this directly

Calls 1

throwUnsupportedFunction · 0.90

Tested by

no test coverage detected