IReactPropertyName
Kind: interface
A name for a IReactPropertyBag
property.
Use ReactPropertyBagHelper.GetName
to get atomic property name for a string in a IReactPropertyNamespace
.
Each IReactPropertyName
object has a unique LocalName
in context of the IReactPropertyNamespace
Properties
LocalName
readonly
string LocalName
Gets String representation of the IReactPropertyName
.
Namespace
readonly
IReactPropertyNamespace
Namespace
Gets the IReactPropertyNamespace
where the property name is defined.