AboutSupportDeveloper GuideVersion 41.129.83.3

Type Alias ContentCreationRule<Behavior>

ContentCreationRule<Behavior>: Extract<
    | WindowContentCreationRule
    | ViewContentCreationRule
    | BrowserContentCreationRule
    | BlockedContentCreationRule, {
    behavior: Behavior;
}>

A rule for creating content in OpenFin; maps a content type to the way in which newly-opened content of that type will be handled.

Type Parameters

This is effectively just a union type discriminated by the behavior key. The generic parameter is a legacy feature that is included for backwards-compatibility reasons.