Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedSave

A partner clicks the save button on the artwork form page in CMS.

This schema describes events sent to Segment from ClickedSave

example
{
   action: "clickedSave",
   context_module: "artworkForm" ,
   artwork_id: "60de173a47476c000fd5c4cc"
   label: "Save"
}

Hierarchy

  • ClickedSave

Index

Properties

action

action: clickedSave

artwork_id

artwork_id: string

context_module

context_module: ContextModule

label

label: string

Generated using TypeDoc