Class Index | File Index

Classes


Namespace chip.configuration

The namespace for the CHIP API's configuration contract, which allows you to read configuration parameters.
Defined in: configuration.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
<static>  
chip.configuration.getParameterValueAsString(sParameterName)
Returns the value of the configuration parameter with the given name as a string.
Namespace Detail
chip.configuration
Since:
1.2.0
Method Detail
<static> {string} chip.configuration.getParameterValueAsString(sParameterName)
Returns the value of the configuration parameter with the given name as a string. Note: Use JSON.parse(sParameterValue) for values which represent objects or arrays, use parseInt(sParameterValue, 10) for values which represent integers, etc.
Parameters:
{string} sParameterName
the parameter's name
Since:
1.2.0
Returns:
{string} the parameter's value

©Copyright (c) 2009-2014 SAP SE, All Rights Reserved
Documentation generated by JsDoc Toolkit 2.4.0 on Tue Mar 14 2017 08:48:14 GMT-0000 (UTC)