Type parameters
Hierarchy
- ApplicationBatchUpdateBuilder
Methods
set
-
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>
-
Configuration object for batch update of app items
ApplicationBatchUpdateBuilder allows you to do basic configuration of batch update: set updated fields.