Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedSaveAsTemplate

A partner clicks on Save as Template button on an artwork in the CMS.

This schema describes events sent to Segment from ClickedSaveAsTemplate

example
 {
   action: "clickedSaveAsTemplate",
   context_module: "voltArtworksEdit" | "artworkForm",
   artwork_id: "60de173a47476c000fd5c4cc"
   label: "Save as template"
   flow: "artworksList" | "artworkForm"
 }

Hierarchy

  • ClickedSaveAsTemplate

Index

Properties

action

action: clickedSaveAsTemplate

artwork_id

artwork_id: string

context_module

context_module: ContextModule

flow

flow: string

label

label: string

Generated using TypeDoc