AboutSupportDeveloper GuideVersion 38.126.82.64

A rule prescribing content creation in a OpenFin.Window.

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

Properties

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.