Caplin Trader 5.1.0

Interface: module:ct-services/providers/CaplinConfigService

module:ct-services/providers/CaplinConfigService

A service that allows system-wide application configuration values to be stored in a central repository.

Implements:

Methods

getAllProperties() → {Object}

Returns all the preferences that the user has either set within the current session or in a previous session

Implements:
Returns:

The list of property valuee

Type
Object

getProperty(sKey) → {String}

Returns a preference that the user has either set within the current session or in a previous session

Parameters:
Name Type Description
sKey String

The key for the key value store

Implements:
Returns:

The property value

Type
String