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

    Interface DefaultDomainSettingsRule

    Use OpenFin.DomainSettingsRule instead.

    interface DefaultDomainSettingsRule {
        match: string[];
        matchOptions?: RuleMatchOptions;
        options: PerDomainSettings;
    }
    Index
    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.