Options
All
  • Public
  • Public/Protected
  • All
Menu

A partner uploads a document via the Documents modal. Fires on useCreateCatalogArtworkDocument mutation success ("Document uploaded").

This schema describes events sent to Segment from OsAddedArtworkDocument

example
{
  action: "addedArtworkDocument",
  context_module: "documentsModal",
  context_page_owner_type: "inventory",
  artwork_id: "abc123",
  document_count: 3
}

Hierarchy

  • OsAddedArtworkDocument

Index

Properties

action

action: addedArtworkDocument

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 upload

Optional value

value: undefined | { size: string; type: string }

File metadata if accessible: type (e.g. "pdf") and size (e.g. "1MB")

Generated using TypeDoc