Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodegui/react-nodegui
/ removeChild
Method
removeChild
src/components/ComboBox/RNComboBox.ts:114–116 ·
view source on GitHub ↗
(child: QWidget<any>)
Source
from the content-addressed store, hash-verified
112
throwUnsupported(this);
113
}
114
removeChild(child: QWidget<any>): void {
115
throwUnsupported(this);
116
}
117
static tagName =
"combobox"
;
118
}
Callers
nothing calls this directly
Calls
1
throwUnsupported
Function · 0.90
Tested by
no test coverage detected