Documentation
    Preparing search index...

    Type Alias KairosConnectionEvents

    type KairosConnectionEvents = {
        connect: [];
        disconnect: [];
        error: [error: Error];
        reset: [];
        warn: [error: Error];
    }
    Index

    Properties

    connect: []
    disconnect: []
    error: [error: Error]
    reset: []
    warn: [error: Error]