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

Method appendInitialChild

src/components/ComboBox/RNComboBox.ts:105–107  ·  view source on GitHub ↗
(child: QWidget<any>)

Source from the content-addressed store, hash-verified

103 setComboBoxProps(this, newProps, oldProps);
104 }
105 appendInitialChild(child: QWidget<any>): void {
106 throwUnsupported(this);
107 }
108 appendChild(child: QWidget<any>): void {
109 throwUnsupported(this);
110 }

Callers

nothing calls this directly

Calls 1

throwUnsupportedFunction · 0.90

Tested by

no test coverage detected