ReactPropertyBagHelper
Kind: class
Helper methods for the property bag implementation.
Properties
GlobalNamespace
static
readonly
IReactPropertyNamespace
GlobalNamespace
Deprecated: Do not use. It will be removed in a future version.
Deprecated. Do not use. It will be removed in a future version.
Methods
CreatePropertyBag
static
IReactPropertyBag
CreatePropertyBag
()
Creates new instance of IReactPropertyBag
GetName
static
IReactPropertyName
GetName
(IReactPropertyNamespace
ns, string localName)
Gets atomic IReactPropertyName
for the namespace ns
and the localName
.
Note that passing null
as ns
is reserved for local values since 0.65. In previous versions it was the same as passing GlobalNamespace
.
GetNamespace
static
IReactPropertyNamespace
GetNamespace
(string namespaceName)
Gets an atomic IReactPropertyNamespace
for a provided namespaceName
.
Consider using module name as the namespace for module-specific properties.