Namespace description

Description

A description of the Namespace used in Local Storage for the component.

Discussion

The Namespace description is a description of the Namespace. For example, "An application to capture expenses." The description is stored in the ALPHA_<Namespace>._INFO key in Local Storage for the UX Component. The description 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
}