Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ViewedDivergenceMarker

The divergence marker appears in a syncable cell when the OS value diverges from the downstream destination value (e.g. Artsy CMS). Fires as an impression when the marker first renders for a given artwork/field combination.

example
{
  action: "viewedDivergenceMarker",
  context_module: "artworkTable",
  context_page_owner_type: "inventory",
  artwork_id: "abc123",
  field: "availability"
}

Hierarchy

  • ViewedDivergenceMarker

Index

Properties

action

action: viewedDivergenceMarker

artwork_id

artwork_id: string

context_module

context_module: artworkTable

context_page_owner_type

context_page_owner_type: OsOwnerType

field

field: "availability" | "medium" | "price"

Generated using TypeDoc