Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodegui/react-nodegui
/ appendInitialChild
Method
appendInitialChild
src/components/Slider/RNSlider.ts:80–82 ·
view source on GitHub ↗
(child: QWidget<any>)
Source
from the content-addressed store, hash-verified
78
}
79
80
appendInitialChild(child: QWidget<any>): void {
81
throwUnsupported(this);
82
}
83
84
appendChild(child: QWidget<any>): void {
85
throwUnsupported(this);
Callers
nothing calls this directly
Calls
1
throwUnsupported
Function · 0.90
Tested by
no test coverage detected