Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "core/preferences/FilePreferenceStore"

Index

Type aliases

PreferenceFile

PreferenceFile: Record<string, { name: string; ttl?: number; value: string }>

WithPreferenceFile

WithPreferenceFile<V>: (p: PreferenceFile) => Promise<{ save: boolean; value?: V }>

Type parameters

  • V

Type declaration

Functions

Const FilePreferenceStoreFactory

Generated using TypeDoc