type UpdateSpec<A> = | ComponentIdFor<A> | Partial<OrderComponentFor<A>> | ((component) => Partial<OrderComponentFor<A>>);
Specifies an update either as a new ID, partial update, or updater function.
A
UIArea