@sovereignbase/convergent-replicated-text
    Preparing search index...

    Type Alias CRTextEventMap

    Maps CRText event names to their corresponding CustomEvent.detail payloads.

    type CRTextEventMap = {
        ack: CRTextAck;
        change: CRTextChange;
        delta: CRTextDelta;
        snapshot: CRTextSnapshot;
    }
    Index

    Properties

    Fired after acknowledge() yields a frontier acknowledgement.

    change: CRTextChange

    Fired after local or merged operations change the visible text projection.

    Fired after a local edit produces a replicable delta payload.

    snapshot: CRTextSnapshot

    Fired after snapshot() materializes a detached snapshot.