@sovereignbase/sequencer
    Preparing search index...

    Type Alias Change<T>

    Change: Record<number, T | undefined>

    Consumer-facing Projection patch keyed by zero-based visible Frame index.

    undefined removes the value currently observed at an index. Any other entry inserts or replaces the value at that index.

    A Change describes visible effects, not Strip identities, structural links, or pending state. It is not a replacement for a Delta used to merge state.

    Type Parameters

    • T

      Consumer-owned sequence value.