Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedActionsDropdown

A partner selects an item from the inventory Actions dropdown - also fired from the row action menu, the right-click context menu, and the bulk Edit button. Reusable across surfaces: value is the menu item, label is the trigger.

example
{
  action: "clickedActionsDropdown",
  context_module: "actionsDropdown",
  context_page_owner_type: "inventory",
  value: "Add to Artsy (as Draft)",
  label: "action button",
  artwork_ids: ["5d2b5b5d5e5b5d000e1b5b5d"]
}

Hierarchy

  • ClickedActionsDropdown

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: string

value

value: string

Generated using TypeDoc