Function updateSyncV

  • A function that updates data in the store synchronously using the specified selector and updates.

    Parameters

    • selector: string

      The selector to use for updating data in the store.

    • Optional updates: unknown

      The updates to be applied to the data in the store using the specified selector. If updates is a function, it will receive the previous value of the data and must return the new value.

    Returns unknown

Generated using TypeDoc