Rxova
Skip to content

PersistOptions

adapter: PersistAdapter;

optional debounceMs?: number;

Coalesce writes for this long. Default 100.


optional keys?: string[];

Persist only these keys. Default: every key that has been written.