Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConvertedArtworkToUnique

A partner confirms or cancels reverting an edition-set artwork to a unique work in the Convert to Unique confirmation modal.

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

Hierarchy

  • ConvertedArtworkToUnique

Index

Properties

action

action: convertedArtworkToUnique

artwork_ids

artwork_ids: string[]

context_module

context_module: convertToUniqueModal

context_page_owner_type

context_page_owner_type: OsOwnerType

value

value: "confirm" | "cancel"

Generated using TypeDoc