@bootdesk/js-web-adapter-core
    Preparing search index...

    Interface PusherConfig

    interface PusherConfig {
        authEndpoint?: string;
        cluster?: string;
        forceTLS?: boolean;
        host?: string;
        key: string;
        port?: number;
    }
    Index

    Properties

    authEndpoint?: string
    cluster?: string
    forceTLS?: boolean
    host?: string
    key: string
    port?: number