AboutSupportDeveloper GuideVersion 38.126.82.64

Defines domain-conditional settings for an OpenFin application.

interface DomainSettingsRule {
    match?: string[];
    matchOptions?: RuleMatchOptions;
    options: PerDomainSettings;
}

Properties

match?: string[]

Array of match patterns specifying the domain(s) for which the rule applies.

matchOptions?: RuleMatchOptions

Options to use when comparing URIs to the match patterns.

Settings applied when a webcontents has been navigated to a matched domain.