Skip to content

Latest commit

 

History

History
46 lines (23 loc) · 1.32 KB

ReactPropertyBagHelper-api-windows.md

File metadata and controls

46 lines (23 loc) · 1.32 KB
id title
ReactPropertyBagHelper
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.