Namespaces
getString
function getString(key: string, defaultValue?: string): string;Defined in: application-settings/index.d.ts:19
Gets a value (if existing) for a key as a String Object. A default value can be provided in case there is no existing value.
Parameters
| Parameter | Type | Description |
|---|---|---|
key | string | The key to check for. |
defaultValue? | string | An optional value to be returned in case there is no existing value. |
Returns
string