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

    Interface WindowContentCreationRule

    A rule prescribing content creation in a OpenFin.Window.

    interface WindowContentCreationRule {
        behavior: "window";
        data?: unknown;
        match: string[];
        options?: Partial<WindowOptions>;
    }
    Index
    behavior: "window"

    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<WindowOptions>

    Options for newly-created window.