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

Method setProps

src/components/SpinBox/RNSpinBox.ts:67–69  ·  view source on GitHub ↗
(newProps: SpinBoxProps, oldProps: SpinBoxProps)

Source from the content-addressed store, hash-verified

65 */
66export class RNSpinBox extends QSpinBox implements RNWidget {
67 setProps(newProps: SpinBoxProps, oldProps: SpinBoxProps): void {
68 setSpinBoxProps(this, newProps, oldProps);
69 }
70 appendInitialChild(child: QWidget<any>): void {
71 throwUnsupported(this);
72 }

Callers 2

createInstanceMethod · 0.95
commitUpdateMethod · 0.45

Calls 1

setSpinBoxPropsFunction · 0.85

Tested by

no test coverage detected