Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DistributedArtworks

A partner confirms or cancels distributing artworks to Artsy in the distribute modal.

example
{
  action: "distributedArtworks",
  context_module: "distributeModal",
  context_page_owner_type: "inventory",
  destination: ["artsy"],
  value: "confirm",
  artwork_ids: ["5d2b5b5d5e5b5d000e1b5b5d"],
  selected_count: 2
}

Hierarchy

  • DistributedArtworks

Index

Properties

action

action: distributedArtworks

artwork_ids

artwork_ids: string[]

context_module

context_module: distributeModal

context_page_owner_type

context_page_owner_type: OsOwnerType

destination

destination: string[]

selected_count

selected_count: number

value

value: "confirm" | "cancel"

Generated using TypeDoc