@squawk
    Preparing search index...

    Interface BeastConnectEventDetail

    Detail payload carried by the beast:connect event.

    interface BeastConnectEventDetail {
        host: string;
        port: number;
    }
    Index
    host: string

    Host connected to.

    port: number

    Port connected to.