StandAloneConnectConfig: BaseConfig & {
    connectionInheritance?: "disabled";
    options: BaseConnectionOptions;
}

Type declaration

  • OptionalconnectionInheritance?: "disabled"

    If 'enabled', attempts to inherit connection options if it is running as a View within an OpenFin WebLayout. This means that the brokerUrl and Identity of the connection will be determined by the WebBroker of the page where the WebLayout is instantiated via fin.Platform.Layout.init() call.

    If 'disabled', the options property is required.

    'disabled'
    
  • options: BaseConnectionOptions

    Options used to connect to an OpenFin Web Broker. Mandatory if StandAloneConnectConfig.connectionInheritance is 'disabled'.