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

Method setProps

src/components/Image/RNImage.ts:77–79  ·  view source on GitHub ↗
(newProps: ImageProps, oldProps: ImageProps)

Source from the content-addressed store, hash-verified

75 */
76export class RNImage extends QLabel implements RNWidget {
77 setProps(newProps: ImageProps, oldProps: ImageProps): void {
78 setImageProps(this, newProps, oldProps);
79 }
80 appendInitialChild(child: QWidget<any>): void {
81 throwUnsupported(this);
82 }

Callers 2

createInstanceMethod · 0.95
commitUpdateMethod · 0.45

Calls 1

setImagePropsFunction · 0.85

Tested by

no test coverage detected