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

Method setProps

src/components/Dial/RNDial.ts:53–55  ·  view source on GitHub ↗
(newProps: DialProps, oldProps: DialProps)

Source from the content-addressed store, hash-verified

51 */
52export class RNDial extends QDial implements RNWidget {
53 setProps(newProps: DialProps, oldProps: DialProps): void {
54 setDialProps(this, newProps, oldProps);
55 }
56 appendInitialChild(child: QWidget<any>): void {
57 throwUnsupported(this);
58 }

Callers 2

createInstanceMethod · 0.95
commitUpdateMethod · 0.45

Calls 1

setDialPropsFunction · 0.85

Tested by

no test coverage detected