Sanity Library Reference Docs
    Preparing search index...

    Type Alias WelcomeEvent

    The listener has been established, and will start receiving events. Note that this is also emitted upon reconnection.

    type WelcomeEvent = {
        listenerName: string;
        type: "welcome";
    }
    Index

    Properties

    Properties

    listenerName: string
    type: "welcome"