Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedNavigationTab

A user clicks on a navigation tab on web.

This schema describes events sent to Segment from clickedMainArtworkGrid

example
 {
   action: "clickedNavigationTab",
   context_module: "exhibitorsTab",
   context_page_owner_type: "fair",
   context_page_owner_id: "5e726bd22524980012caafb0",
   context_page_owner_slug: "arteba-special-edition",
   destination_path: "/arteba-special-edition/artworks",
   subject: "Artworks"
 }

Hierarchy

  • ClickedNavigationTab

Index

Properties

action

action: clickedNavigationTab

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

destination_path

destination_path: string

subject

subject: string

Generated using TypeDoc