AboutSupportDeveloper GuideVersion 39.125.81.6

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

Remarks

Only the first rule in the array that matches the current URL is applied. Multiple behaviors for the same domain should be represented with a single rule.

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

Properties

Properties

Default values for settings in DomainSettingsRule.

Remarks

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.

Defines domain-conditional settings for an OpenFin application.