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 = {
        type: "welcome";
        listenerName: string;
    }
    Index

    Properties

    Properties

    type: "welcome"
    listenerName: string