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

    Interface ViewContentCreationRule

    A rule prescribing content creation in a OpenFin.View.

    interface ViewContentCreationRule {
        behavior: "view";
        data?: unknown;
        match: string[];
        options?: Partial<ViewOptions>;
    }
    Index
    behavior: "view"

    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

    options?: Partial<ViewOptions>

    Options for newly-created view.