Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedLink

A user taps on any hyperlinked text

This schema describes events sent to Segment from tappedLink

example
 {
   action: "tappedLink",
   context_module: "inboxActiveBids",
   context_screen_owner_type: "inboxBids",
   destination_screen_owner_slug: "/favorites"
   destination_path: '/favorites'
 }

Hierarchy

  • TappedLink

Index

Properties

action

action: tappedLink

context_module

context_module: ContextModule

Optional context_screen_owner_id

context_screen_owner_id: undefined | string

Optional context_screen_owner_slug

context_screen_owner_slug: undefined | string

context_screen_owner_type

context_screen_owner_type: ScreenOwnerType

destination_path

destination_path: string

Optional destination_screen_owner_id

destination_screen_owner_id: undefined | string

Optional destination_screen_owner_slug

destination_screen_owner_slug: undefined | string

Optional destination_screen_owner_type

destination_screen_owner_type: ScreenOwnerType

Generated using TypeDoc