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

    Type Alias RuleMatchOptions

    Controls the behavior of the navigation URI pattern matching algorithm.

    type RuleMatchOptions = {
        matchAllSchemes?: boolean;
    }
    Index
    matchAllSchemes?: boolean

    Matches all schemes rather than just http and https when a wild card is specified. For example, '*://*.site.com' will only match urls which begin with 'http:' or 'https:' unless this setting is true.