Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MovedArtworksBetweenLists

A partner moves artworks from one list to another from the List detail view.

example
{
  action: "movedArtworksBetweenLists",
  context_module: "listDetail",
  context_page_owner_type: "collection",
  source_list_id: "5d2b5b5d5e5b5d000e1b5b5d",
  destination_list_id: "5d2b5b5d5e5b5d000e1b5b5e",
  artwork_ids: ["5d2b5b5d5e5b5d000e1b5b5f"],
  artwork_count: 5
}

Hierarchy

  • MovedArtworksBetweenLists

Index

Properties

action

action: movedArtworksBetweenLists

artwork_count

artwork_count: number

artwork_ids

artwork_ids: string[]

context_module

context_module: listDetail

context_page_owner_type

context_page_owner_type: OsOwnerType

destination_list_id

destination_list_id: string

source_list_id

source_list_id: string

Generated using TypeDoc