AboutSupportDeveloper GuideVersion 36.122.80.11

Interface DomainSettingsRule

Defines domain-conditional settings for an OpenFin application.

Hierarchy

  • DomainSettingsRule

Properties

Properties

match: string[]

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

options: {
    api?: DomainApiSettings;
    downloadSettings?: FileDownloadSettings;
}

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