Type alias ConnectionStartedEvent

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

Initial connection event when a user initiates a connection.

Type declaration

  • custom_data: Version

    Custom data for the connection.

  • type: "connection-started"

    Event type.

Generated using TypeDoc