AboutSupportDeveloper GuideVersion 45.149.100.83

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.