MCPcopy Create free account
hub / github.com/microsoft/SandDance / getPropertyInfo

Function getPropertyInfo

docs/external/js/react-dom.development.js:996–998  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

994 return false;
995 }
996 function getPropertyInfo(name) {
997 return properties.hasOwnProperty(name) ? properties[name] : null;
998 }
999
1000 function PropertyInfoRecord(name, type, mustUseProperty, attributeName, attributeNamespace, sanitizeURL) {
1001 this.acceptsBooleans = type === BOOLEANISH_STRING || type === BOOLEAN || type === OVERLOADED_BOOLEAN;

Callers 3

setValueForPropertyFunction · 0.85
diffHydratedPropertiesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected