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

Method setProps

src/components/ComboBox/RNComboBox.ts:102–104  ·  view source on GitHub ↗
(newProps: ComboBoxProps, oldProps: ComboBoxProps)

Source from the content-addressed store, hash-verified

100 */
101export class RNComboBox extends QComboBox implements RNWidget {
102 setProps(newProps: ComboBoxProps, oldProps: ComboBoxProps): void {
103 setComboBoxProps(this, newProps, oldProps);
104 }
105 appendInitialChild(child: QWidget<any>): void {
106 throwUnsupported(this);
107 }

Callers 2

createInstanceMethod · 0.95
commitUpdateMethod · 0.45

Calls 1

setComboBoxPropsFunction · 0.85

Tested by

no test coverage detected