Options
All
  • Public
  • Public/Protected
  • All
Menu

A user taps "Edit" to edit an artwork in My Collection.

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

example
 {
   action: "editCollectedArtwork",
   context_module: "myCollectionArtwork",
   context_owner_type: "myCollectionArtwork",
   context_owner_id: "my-artwork-id",
   context_owner_slug: "my-artwork-slug"
   platform: "web"
 }

Hierarchy

  • EditCollectedArtwork

Index

Properties

action

action: editCollectedArtwork

context_module

context_module: myCollectionArtwork

context_owner_id

context_owner_id: string

context_owner_slug

context_owner_slug: string

context_owner_type

context_owner_type: myCollectionArtwork

platform

platform: Platform

Generated using TypeDoc