Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedHeader

User clicks on a navigational header. Only implemented on artist pages.

This schema describes events sent to Segment from [[clickedHeader]]

example
 {
   action: "clickedHeader",
   context_module: "artistHeader",
   context_page_owner_type: "artist" | "artistAuctionResults",
   subject: "artworks" | "auction results" | "about"
 }

Hierarchy

  • ClickedHeader

Index

Properties

action

action: clickedHeader

context_module

context_module: ContextModule

context_page_owner_type

context_page_owner_type: PageOwnerType

subject

subject: string

Generated using TypeDoc