ElectronUserDefaultTypes
Unofficial
Maps NSUserDefaults type names to their corresponding TypeScript types.
Import:
import type { ElectronUserDefaultTypes } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface ElectronUserDefaultTypesProperties
| Property | Type | Description | |
|---|---|---|---|
| array | Array<unknown> | An array value. | |
| boolean | boolean | A boolean value. | |
| dictionary | Record<string, unknown> | A dictionary value. | |
| double | number | A double-precision floating-point value. | |
| float | number | A single-precision floating-point value. | |
| integer | number | An integer value. | |
| string | string | A string value. | |
| url | string | A URL value. |
Links to this page: