Skip to content

ElectronUserDefaultTypes

Unofficial

Maps NSUserDefaults type names to their corresponding TypeScript types.

Import:

import type { ElectronUserDefaultTypes } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface ElectronUserDefaultTypes

Properties

PropertyTypeDescription
arrayArray<unknown>An array value.
booleanbooleanA boolean value.
dictionaryRecord<string, unknown>A dictionary value.
doublenumberA double-precision floating-point value.
floatnumberA single-precision floating-point value.
integernumberAn integer value.
stringstringA string value.
urlstringA URL value.

Links to this page: