Which button or trigger the partner used to open this dropdown
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
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.
labelidentifies which specific button or trigger the partner used;valueis the action item they selected within it.This schema describes events sent to Segment from OsClickedActionsDropdown
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"] }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"] }