Caplin Trader 5.1.0

Interface: module:ct-services/ConfigService

module:ct-services/ConfigService

Provides information specific to this application instance.

Methods

getAllProperties() → {Object}

Retrieves all properties.

Returns:

Properties map.

Type
Object

getProperty(sPropertyName) → {string}

Retrieves the named property.

Parameters:
Name Type Description
sPropertyName String

The name of the property.

Returns:

The property value.

Type
string