AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface DomainSettings

    Defines application settings that vary by the domain of the current context.

    Renderers opened on about:blank are considered to belong to the domain of their opener (or, in the case of iframes, their parent), effective recursively. Domain rules matched to about:blank will only apply in cases where no opener exists.

    interface DomainSettings {
        default?: PerDomainSettings;
        multipleMatchBehavior?: MultipleDomainMatchBehavior;
        rules: DomainSettingsRule[];
    }
    Index

    Default values for settings in DomainSettingsRule.

    If PerDomainSettings.content or PerDomainSettings.api.fin are given a default value here, they will supersede any equivalent functionality in WindowOptions or ViewOptions. For more information, see the documentation for the individual properties.

    multipleMatchBehavior?: MultipleDomainMatchBehavior

    Behavior for handling multiple DomainSettingsRule matches.

    Defines domain-conditional settings for an OpenFin application.