Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedShowMore

A user clicks a show more button on web.

This schema describes events sent to Segment from clickedMainArtworkGrid

example
 {
   action: "clickedShowMore",
   context_module: "exhibitorsTab",
   context_page_owner_type: "fair",
   context_page_owner_id: "5e726bd22524980012caafb0",
   context_page_owner_slug: "arteba-special-edition",
   subject: "Show More"
 }

Hierarchy

  • ClickedShowMore

Index

Properties

action

action: clickedShowMore

context_module

context_module: ContextModule

Optional context_page_owner_id

context_page_owner_id: undefined | string

Optional context_page_owner_slug

context_page_owner_slug: undefined | string

context_page_owner_type

context_page_owner_type: PageOwnerType

subject

subject: string

Generated using TypeDoc