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

Method setProps

src/components/Text/RNText.ts:49–51  ·  view source on GitHub ↗
(newProps: TextProps, oldProps: TextProps)

Source from the content-addressed store, hash-verified

47 */
48export class RNText extends QLabel implements RNWidget {
49 setProps(newProps: TextProps, oldProps: TextProps): void {
50 setTextProps(this, newProps, oldProps);
51 }
52 appendInitialChild(child: QWidget<any>): void {
53 throwUnsupported(this);
54 }

Callers 2

createInstanceMethod · 0.95
commitUpdateMethod · 0.45

Calls 1

setTextPropsFunction · 0.85

Tested by

no test coverage detected