Documentation
    Preparing search index...

    Type Alias ConnectionStartedEvent

    Initial connection event when a user initiates a connection.

    type ConnectionStartedEvent = {
        custom_data: Version;
        type: "connection-started";
    }
    Index

    Properties

    Properties

    custom_data: Version

    Custom data for the connection.

    type: "connection-started"

    Event type.