Options
All
  • Public
  • Public/Protected
  • All
Menu

A partner confirms deletion of a single artwork in the delete modal. Fires only on a confirmed delete; cancelling is not tracked.

example
{
  action: "deletedArtwork",
  context_module: "deleteModal",
  context_page_owner_type: "inventory",
  value: "confirm",
  artwork_ids: ["5d2b5b5d5e5b5d000e1b5b5d"]
}

Hierarchy

  • DeletedArtwork

Index

Properties

action

action: deletedArtwork

artwork_ids

artwork_ids: string[]

context_module

context_module: deleteModal

context_page_owner_type

context_page_owner_type: OsOwnerType

value

value: "confirm"

Generated using TypeDoc