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

    Type Alias ContentCreationDisposition

    ContentCreationDisposition:
        | "default"
        | "foreground-tab"
        | "background-tab"
        | "new-window"
        | "popup"
        | "other"

    Normalized disposition of a content creation request.

    • default - The default browser behavior (replace/reuse current tab).
    • foreground-tab - Loaded in a new foreground tab.
    • background-tab - Loaded in a new background tab.
    • new-window - Loaded in a new browser window.
    • popup - Loaded in a popup window.
    • other - Any other or unrecognized disposition.