9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
ts
function setString(key: string, value: string): void;

Defined in: application-settings/index.d.ts:40

Sets a String Object for a key.

Parameters

ParameterTypeDescription
keystringThe key.
valuestringThe value.

Returns

void

Previous
setNumber