Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedOnDuplicateArtwork

A Partner clicks on the Duplicate button for duplicating an artwork in the CMS.

This schema describes events sent to Segment from [[clickedOnDuplicateArtwork]]

example
 {
   action: "clickedOnDuplicateArtwork",
   context_module: "voltArtworksEdit",
   original_artwork_id: "60de173a47476c000fd5c4cc"
   label: "Duplicate"
   flow: ["artworksList", "duplicateModal"]
 }

Hierarchy

  • ClickedOnDuplicateArtwork

Index

Properties

action

action: clickedOnDuplicateArtwork

context_module

context_module: ContextModule

flow

flow: string

label

label: string

original_artwork_id

original_artwork_id: string

Generated using TypeDoc