AboutSupportDeveloper GuideVersion 41.131.100.38

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

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.

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;
    rules: DomainSettingsRule[];
}

Properties

Properties

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.

Defines domain-conditional settings for an OpenFin application.