ApplicationBatchUpdateBuilder allows you to do basic configuration of batch update: set updated fields.

Type parameters

Hierarchy

Methods

set

  • set<K>(f: K, v: UpdateClosure<UpdatableItem<TFull>, RemoveIndex<T>[K]>): ApplicationBatchUpdater<TFull, Omit<RemoveIndex<T>, K>, P>
  • The method allows setting rules for updating fields of app items in a collection.

    Type parameters

    • K: keyof UpdatableItem<T>

    Parameters

    • f: K
    • v: UpdateClosure<UpdatableItem<TFull>, RemoveIndex<T>[K]>

    Returns ApplicationBatchUpdater<TFull, Omit<RemoveIndex<T>, K>, P>