AboutSupportDeveloper GuideVersion 41.129.83.3

A rule prescribing content creation in a OpenFin.View.

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

Properties

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.