AboutSupportDeveloper GuideVersion 36.122.80.11

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

Type declaration

  • behavior: Behavior

Remarks

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.