core / type
ObjectSourceSignal
Source signal for plain objects with partial update method.
Source signal for plain objects with partial update method.
Signature
export type ObjectSourceSignal<T extends object> = BaseSourceSignal<T> &
BaseObjectSignal<T>;
Type Parameters
- The object type
See Also
- BaseObjectSignal - For object mutation methods