js-client-sdk

Home > @eppo/js-client-sdk > IClientConfig > persistentStore

IClientConfig.persistentStore property

A custom class to use for storing flag configurations. This is useful for cases where you want to use a different storage mechanism than the default storage provided by the SDK.

Signature:

persistentStore?: IAsyncStore<Flag>;