core / type

MaybeSourceSignal

A union type representing a source signal or a plain value.

Source: src/_core/types.ts

A union type representing a source signal or a plain value.

Signature

export type MaybeSourceSignal<T> = T | SourceSignal<T>;

Type Parameters

  • The type of value

See Also

  • SourceSignal - For source signal type