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

    Interface BrowserContentCreationRule

    A rule prescribing content creation in the browser.

    interface BrowserContentCreationRule {
        behavior: "browser";
        data?: unknown;
        match: string[];
    }
    Index
    behavior: "browser"

    Behavior to use when opening matched content.

    data?: unknown

    custom property

    match: string[]

    List of match patterns that indicate the specified behavior should be used