Options
All
  • Public
  • Public/Protected
  • All
Menu

A partner opens a list, either from the Lists surface (a ListCard) or from the recent-lists shortcut on the Inventory surface. source distinguishes the two entry points (listsPage | inventory) so they can be compared.

example
{
  action: "clickedOpenList",
  context_module: "listCard",
  context_page_owner_type: "collection",
  list_id: "5d2b5b5d5e5b5d000e1b5b5d",
  list_type: "SHOW",
  source: "listsPage"
}

Hierarchy

  • ClickedOpenList

Index

Properties

action

action: clickedOpenList

context_module

context_module: listCard

context_page_owner_type

context_page_owner_type: OsOwnerType

list_id

list_id: string

list_type

list_type: string

source

source: string

Generated using TypeDoc