Type alias DynIndexerUpdateFn

    DynIndexerUpdateFn: ((force?) => void)

    Updates associated dynamic reducer indexer.

    Type declaration

      • (force?): void
      • Parameters

        • Optional force: boolean

          Force an update the index regardless of hash calculations.

        Returns void