Options
All
  • Public
  • Public/Protected
  • All
Menu

A partner saves changes in the Images modal (reorders, removals, and/or new uploads). Fires on save/confirm mutation success ("Images saved successfully").

This schema describes events sent to Segment from OsSavedArtworkImages

example
{
  action: "savedArtworkImages",
  context_module: "imagesModal",
  context_page_owner_type: "inventory",
  artwork_id: "abc123",
  added_count: 2,
  removed_count: 1,
  reordered: true
}

Hierarchy

  • OsSavedArtworkImages

Index

Properties

action

action: savedArtworkImages

added_count

added_count: number

artwork_id

artwork_id: string

context_module

context_module: imagesModal

context_page_owner_type

context_page_owner_type: OsOwnerType

removed_count

removed_count: number

reordered

reordered: boolean

Generated using TypeDoc