Library globals

Function globals . props . Node . isValidPropName

View source

checks if a string can be used as a prop name
returns 0 (invalid) or 1 (valid)
as string operations are expensive, use this only when necessary, 
especially do not use in update loops

Parameters

s