addProperties() — react Function Reference
Architecture documentation for the addProperties() function in ReactNativeAttributePayload.js from the react codebase.
Entity Profile
Dependency Diagram
graph TD 3cf42fd4_840c_03f5_8b79_ff054da06df0["addProperties()"] 3429d3f6_3e01_954f_bb31_157d6bedf858["ReactNativeAttributePayload.js"] 3cf42fd4_840c_03f5_8b79_ff054da06df0 -->|defined in| 3429d3f6_3e01_954f_bb31_157d6bedf858 ab76d65e_1e09_de43_e1a5_8d77eb820c12["addNestedProperty()"] ab76d65e_1e09_de43_e1a5_8d77eb820c12 -->|calls| 3cf42fd4_840c_03f5_8b79_ff054da06df0 bec3abea_7097_f40d_dbc4_4882f834646a["create()"] bec3abea_7097_f40d_dbc4_4882f834646a -->|calls| 3cf42fd4_840c_03f5_8b79_ff054da06df0 09e35162_fc97_6f1c_4f2a_776eeef412d0["diffProperties()"] 3cf42fd4_840c_03f5_8b79_ff054da06df0 -->|calls| 09e35162_fc97_6f1c_4f2a_776eeef412d0 style 3cf42fd4_840c_03f5_8b79_ff054da06df0 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/react-native-renderer/src/ReactNativeAttributePayload.js lines 448–455
function addProperties(
updatePayload: null | Object,
props: Object,
validAttributes: AttributeConfiguration,
): null | Object {
// TODO: Fast path
return diffProperties(updatePayload, emptyObject, props, validAttributes);
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does addProperties() do?
addProperties() is a function in the react codebase, defined in packages/react-native-renderer/src/ReactNativeAttributePayload.js.
Where is addProperties() defined?
addProperties() is defined in packages/react-native-renderer/src/ReactNativeAttributePayload.js at line 448.
What does addProperties() call?
addProperties() calls 1 function(s): diffProperties.
What calls addProperties()?
addProperties() is called by 2 function(s): addNestedProperty, create.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free