Optionaloptions?: BaseConnectionOptionsOptions used to connect to an OpenFin Web Broker. Please note, these will be overriden if connectionInheritance is 'enabled' and supported for the current browsing context. In the case that inherited options are unavailable, these options will be used.
OptionalvalidateValidates the inherited connection options from the parent browsing context, if available.
Inherited options
True if the connection options are accepted, or false otherwise.
If 'enabled', attempts to inherit connection options if it is running as a View within an OpenFin WebLayout. This means that the
brokerUrlandIdentityof the connection will be determined by the WebBroker of the page where the WebLayout is instantiated viafin.Platform.Layout.init()call.If 'disabled', the
optionsproperty is required.