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

Method setProps

src/components/InputDialog/RNInputDialog.ts:85–87  ·  view source on GitHub ↗
(newProps: InputDialogProps, oldProps: InputDialogProps)

Source from the content-addressed store, hash-verified

83
84export class RNInputDialog extends QInputDialog implements RNWidget {
85 setProps(newProps: InputDialogProps, oldProps: InputDialogProps): void {
86 setInputDialogProps(this, newProps, oldProps);
87 }
88 appendInitialChild(child: QWidget<any>): void {
89 throwUnsupported(this);
90 }

Callers 2

createInstanceMethod · 0.95
commitUpdateMethod · 0.45

Calls 1

setInputDialogPropsFunction · 0.85

Tested by

no test coverage detected