Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SelectedItemFromSearch

A user selects an item from search

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

example
 {
   action: "selectedItemFromSearch",
   context_module: "header",
   destination_path: "/artist/andy-warhol",
   query: "andy warhol",
   item_id: "4d8b92b34eb68a1b2c0003f4",
   item_number: 2,
   item_type: "Artist"
 }

Hierarchy

  • SelectedItemFromSearch

Index

Properties

action

action: selectedItemFromSearch

context_module

context_module: ContextModule

destination_path

destination_path: string

item_id

item_id: string

item_number

item_number: number

item_type

item_type: string

query

query: string

Generated using TypeDoc