Options
All
  • Public
  • Public/Protected
  • All
Menu

A partner selects an item from any inventory actions dropdown. Covers the three top-bar dropdowns ("Add to", "Open in Studio", "More") and the per-row / right-click menus. label identifies which specific button or trigger the partner used; value is the action item they selected within it.

This schema describes events sent to Segment from OsClickedActionsDropdown

example

Top-bar "Add to" dropdown

{
  action: "clickedActionsDropdown",
  context_module: "actionsDropdown",
  context_page_owner_type: "inventory",
  value: "Add to Artsy",
  label: "add to dropdown",
  artwork_ids: ["abc123", "def456"]
}
example

Right-click context menu

{
  action: "clickedActionsDropdown",
  context_module: "actionsDropdown",
  context_page_owner_type: "inventory",
  value: "Convert to Edition Set",
  label: "context menu",
  artwork_ids: ["abc123"]
}

Hierarchy

  • OsClickedActionsDropdown

Index

Properties

action

action: clickedActionsDropdown

artwork_ids

artwork_ids: string[]

context_module

context_module: actionsDropdown

context_page_owner_type

context_page_owner_type: OsOwnerType

label

label: "add to dropdown" | "context menu" | "more dropdown" | "row action" | "studio dropdown"

Which button or trigger the partner used to open this dropdown

value

value: "Add to Artsy" | "Add to Collection" | "Change Collection" | "Checklist" | "Convert to Edition Set" | "Convert to Unique" | "Delete" | "Distribute to Artsy" | "Edit Edition Set" | "Instagram Post" | "Mailchimp Campaign" | "Remove from Artsy" | "Remove from Collection" | "Tearsheet"

The specific action item selected within the dropdown. Top-bar "Add to": "Add to Artsy" | "Add to Collection" Top-bar "Open in Studio": "Tearsheet" | "Checklist" | "Instagram Post" | "Mailchimp Campaign" Top-bar "More": "Delete" Row/context menu only: "Remove from Artsy" | "Change Collection" | "Remove from Collection" | "Convert to Edition Set" | "Edit Edition Set" | "Convert to Unique" Distribution: "Distribute to Artsy"

Generated using TypeDoc