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

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

Gets a value (if existing) for a key as a Boolean Object. A default value can be provided in case there is no existing value.

Parameters

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

Returns

boolean

Previous
getAllKeys