Contentful Personalization & Analytics
    Preparing search index...
    • Wrap a signal-like object with the local Observable contract.

      Type Parameters

      • T

        Signal value type.

      Parameters

      • s: { value: T }

        Signal-like source exposing a value property.

      • snapshot: SnapshotFn<T> = ...

        Optional snapshot function. Defaults to deep-cloning values.

      Returns Observable<T>

      Observable adapter for the given signal source.

      Emitted values and current snapshots are deep-cloned by default to isolate subscriber-side mutation from internal Core state. Pass an identity snapshot only for event streams where values are immutable SDK emissions and may contain large Contentful entry graphs.