Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedEditArtwork

A partner clicks on Edit Artwork from CMS Checklist To-Do Items.

This schema describes events sent to Segment from ClickedEditArtwork

example
 {
   action: "clickedEditArtwork",
   context_module: "toDoList",
   context_page_owner_type: "home",
   destination_page_owner_type: "artworks",
   destination_page_owner_id: "5808b9a0cd530e658500008a",
   destination_page_owner_slug: "maddalena-ambrosio-untitled"
   destination_path: "/artworks/maddalena-ambrosio-untitled/edit"
   label: "Add images"
 }

Hierarchy

  • ClickedEditArtwork

Index

Properties

action

action: clickedEditArtwork

context_module

context_module: ContextModule

context_page_owner_type

context_page_owner_type: PageOwnerType

destination_page_owner_id

destination_page_owner_id: string

destination_page_owner_slug

destination_page_owner_slug: string

destination_page_owner_type

destination_page_owner_type: PageOwnerType

destination_path

destination_path: string

label

label: string

Generated using TypeDoc