Documentation
    Preparing search index...

    Type Alias ConnectionRestoringStartedEvent

    Connection restoring started event when initiates a connection restoring process.

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

    Properties

    Properties

    custom_data: Version

    Custom data for the connection.

    type: "connection-restoring-started"

    Event type.