MCPcopy Create free account
hub / github.com/react/react / applyClippingRectangleProps

Function applyClippingRectangleProps

packages/react-art/src/ReactFiberConfigART.js:126–131  ·  view source on GitHub ↗

Render Methods

(instance, props, prevProps = {})

Source from the content-addressed store, hash-verified

124/** Render Methods */
125
126function applyClippingRectangleProps(instance, props, prevProps = {}) {
127 applyNodeProps(instance, props, prevProps);
128
129 instance.width = props.width;
130 instance.height = props.height;
131}
132
133function applyGroupProps(instance, props, prevProps = {}) {
134 applyNodeProps(instance, props, prevProps);

Callers

nothing calls this directly

Calls 1

applyNodePropsFunction · 0.85

Tested by

no test coverage detected