AboutSupportDeveloper GuideVersion 37.121.80.5

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?: ApiInjection;
    downloadSettings?: FileDownloadSettings;
}

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

Type declaration