Sanity Library Reference Docs
    Preparing search index...

    Type Alias ResetEvent

    The listener can't be resumed or otherwise need to reset its local state

    If resumability is unavailable, even listeners created with enableResume: true may still emit welcome when reconnected. Subscribers should therefore treat welcome after a reconnect the same way they would otherwise treat a reset event.

    type ResetEvent = {
        type: "reset";
    }
    Index

    Properties

    Properties

    type: "reset"