AboutSupportDeveloper GuideVersion 39.125.81.5

Defines domain-conditional settings for an OpenFin application.

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

Properties

Properties

match?: string[]

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

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