Options
All
  • Public
  • Public/Protected
  • All
Menu

A partner clicks an edition set row to expand or collapse its details sub-row.

This schema describes events sent to Segment from OsClickedEditionSetRow

example
{
  action: "clickedEditionSetRow",
  context_module: "artworkTable",
  context_page_owner_type: "inventory",
  artwork_id: "abc123",
  edition_set_id: "xyz789"
}

Hierarchy

  • OsClickedEditionSetRow

Index

Properties

action

action: clickedEditionSetRow

artwork_id

artwork_id: string

context_module

context_module: artworkTable

context_page_owner_type

context_page_owner_type: OsOwnerType

edition_set_id

edition_set_id: string

Generated using TypeDoc