9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
ts
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

ParameterTypeDescription
keystringThe key to check for.
defaultValue?stringAn optional value to be returned in case there is no existing value.

Returns

string

Previous
getNumber
Next
hasKey