Interface jQuery.sap.util.PropertiesModule: jquery.sap.properties


Represents a list of properties (key/value pairs).

Each key and its corresponding value in the property list is a string. Values are unicode escaped \ue0012. Keys are case-sensitive and only alpha-numeric characters with a leading character are allowed.

Use jQuery.sap.properties to create an instance of jQuery.sap.util.Properties.

The getProperty method is used to retrieve a value from the list. The setProperty method is used to store or change a property in the list. Additionally, the getKeys method can be used to retrieve an array of all keys that are currently in the list.


Since: 0.9.0.