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

    Type Alias MultipleDomainMatchBehavior

    MultipleDomainMatchBehavior: "pick-first" | "deep-merge"

    Behavior for handling multiple DomainSettingsRule matches.

    Type Declaration

    • "pick-first"

      Apply only the first matching rule in the list.

    • "deep-merge"

      Deep-merge all matching rules in the list, prioritizing earlier matches. Treats arrays as primitives.