Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AddedArtworksToList

A partner bulk-adds the current selection to an existing list in the Add-to-list modal.

example
{
  action: "addedArtworksToList",
  context_module: "addToListModal",
  context_page_owner_type: "inventory",
  list_id: "5d2b5b5d5e5b5d000e1b5b5d",
  artwork_ids: ["5d2b5b5d5e5b5d000e1b5b5e"],
  artwork_count: 12
}

Hierarchy

  • AddedArtworksToList

Index

Properties

action

action: addedArtworksToList

artwork_count

artwork_count: number

artwork_ids

artwork_ids: string[]

context_module

context_module: addToListModal

context_page_owner_type

context_page_owner_type: OsOwnerType

list_id

list_id: string

Generated using TypeDoc