Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RemovedArtworksFromList

A partner removes artworks from a list (bulk or single row) from the List detail view.

example
{
  action: "removedArtworksFromList",
  context_module: "listDetail",
  context_page_owner_type: "collection",
  list_id: "5d2b5b5d5e5b5d000e1b5b5d",
  artwork_ids: ["5d2b5b5d5e5b5d000e1b5b5e"],
  artwork_count: 5
}

Hierarchy

  • RemovedArtworksFromList

Index

Properties

action

action: removedArtworksFromList

artwork_count

artwork_count: number

artwork_ids

artwork_ids: string[]

context_module

context_module: listDetail

context_page_owner_type

context_page_owner_type: OsOwnerType

list_id

list_id: string

Generated using TypeDoc