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

    Type Alias ContentCreationRule<Behavior>

    ContentCreationRule: 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.