AboutSupportDeveloper GuideVersion 42.138.100.102

Domain-conditional rules for file downloads.

interface FileDownloadSettings {
    rules: DownloadRule[];
}

Properties

Properties

rules: DownloadRule[]

A rule that governs download behavior, discriminated by the URL of the download.

""