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

Method setProps

src/components/ErrorPrompt/RNErrorPrompt.ts:22–24  ·  view source on GitHub ↗
(newProps: ErrorPromptProps, oldProps: ErrorPromptProps)

Source from the content-addressed store, hash-verified

20
21export class RNErrorPrompt extends QErrorMessage implements RNWidget {
22 setProps(newProps: ErrorPromptProps, oldProps: ErrorPromptProps): void {
23 setErrorPromptProps(this, newProps, oldProps);
24 }
25 appendInitialChild(child: QWidget<any>): void {
26 throwUnsupported(this);
27 }

Callers 2

createInstanceMethod · 0.95
commitUpdateMethod · 0.45

Calls 1

setErrorPromptPropsFunction · 0.85

Tested by

no test coverage detected