Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AsyncTypedStorageOptions

Options for TypedStorage.

Hierarchy

  • AsyncTypedStorageOptions

Index

Properties

Properties

base

AsyncBaseStorage implementation used by typed wrapper.

Optional keyPrefix

keyPrefix?: string

If this option is set, every key will be prefixed by ${keyPrefix} internally (in BaseStorage level).

Can be used for namespacing singleton storage (e.g. localStorage/sessionStorage).

Generated using TypeDoc