Skip to main content

Type Alias: ExperimentalWatchIndexCallback()

ExperimentalWatchIndexCallback: (diff) => void

Experimental

Function that gets passed into Replicache.experimentalWatch when doing a watch on a secondary index map and gets called when the data in Replicache changes.

This type is experimental and may change in the future.

Parameters

diff

ExperimentalIndexDiff

Returns

void