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

Method removeChild

src/components/Tab/RNTab.ts:64–67  ·  view source on GitHub ↗
(child: RNTabItem)

Source from the content-addressed store, hash-verified

62 setTabItemProps(child, this, child.initialProps, {});
63 }
64 removeChild(child: RNTabItem): void {
65 const childIndex = this.indexOf(child.actualTabWidget as QWidget<any>);
66 this.removeTab(childIndex);
67 }
68 static tagName = "tabwidget";
69}

Callers 1

index.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected