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

    Interface DefaultDomainSettings

    Use OpenFin.DomainSettings instead.

    interface DefaultDomainSettings {
        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.