Namespace friendly name

Description

A friendly name for the Namespace used in Local Storage for the component.

Discussion

The Namespace friendly name is a human-readable or "friendly" version of the of the Namespace name (defined by the Namespace property.) For example, "Expenses App" The friendly name is stored in the ALPHA_<Namespace>._INFO key in Local Storage for the UX Component. The friendly name is useful to help identify the set of data in Local Storage. <Namespace> is the value defined in the Namespace property.

The example below demonstrates the type of data you may find in the _INFO key for a UX:

{
    "lastUsed":"2017-11-02T21:59:58.747Z",
    "friendlyName":"UX-Local Storage Management Demo",
    "description":"App demonstrating managing local storage using the UX-Local Storage Management control.",
    "version":1
}