Options
All
  • Public
  • Public/Protected
  • All
Menu

A partner deletes a document via the Documents modal (after confirmation). Fires on useDeleteCatalogArtworkDocument mutation success ("Document deleted").

This schema describes events sent to Segment from OsRemovedArtworkDocument

example
{
  action: "removedArtworkDocument",
  context_module: "documentsModal",
  context_page_owner_type: "inventory",
  artwork_id: "abc123",
  document_count: 2
}

Hierarchy

  • OsRemovedArtworkDocument

Index

Properties

action

action: removedArtworkDocument

artwork_id

artwork_id: string

context_module

context_module: documentsModal

context_page_owner_type

context_page_owner_type: OsOwnerType

document_count

document_count: number

Document count after the deletion

Generated using TypeDoc