BaseConnectionOptions: {
    brokerUrl: string;
    interopConfig?: Partial<OpenFin.InteropConfig>;
    timeout?: number;
}

Type declaration

  • brokerUrl: string

    The URL of the Web Interop broker to connect to.

  • OptionalinteropConfig?: Partial<OpenFin.InteropConfig>

    Interop options to use to generate an interop client in fin.me.interop

  • Optionaltimeout?: number

    Tears down and cancels the connection attempt if it is not complete within the specified timeout (in ms).