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

    Interface BlockedContentCreationRule

    A rule prescribing content creation that should be blocked.

    interface BlockedContentCreationRule {
        behavior: "block";
        data?: unknown;
        match: string[];
    }
    Index
    behavior: "block"

    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