core / type

ArraySourceSignal

Source signal for arrays with mutation methods.

Source: src/_core/signal/types.ts

Source signal for arrays with mutation methods.

Signature

export type ArraySourceSignal<T extends any[]> = BaseSourceSignal<T> &
  BaseArraySignal<T>;

Type Parameters

  • The array type

See Also