core.medplumclientoptions.storageprefix
Home > @medplum/core > MedplumClientOptions > storagePrefix
MedplumClientOptions.storagePrefix property
Prefix to add to all keys when using localStorage as the backing store for ClientStorage (the default option in the browser).
Default is '' (no prefix).
Signature:
storagePrefix?: string;