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: "priceEstimate",
   context_owner_type: "consign",
   owner_type: "artist",
   owner_id: "5df3e3fa485efe0012c37055",
   owner_slug: "andy-warhol",
   query: "andy warhol"
 }

Hierarchy

  • SelectedItemFromSearch

Index

Properties

action

action: selectedItemFromSearch

context_module

context_module: ContextModule

Optional context_owner_id

context_owner_id: undefined | string

Optional context_owner_slug

context_owner_slug: undefined | string

context_owner_type

context_owner_type: PageOwnerType

Optional destination_owner_id

destination_owner_id: undefined | string

Optional destination_owner_slug

destination_owner_slug: undefined | string

Optional destination_owner_type

destination_owner_type: PageOwnerType

owner_id

owner_id: string

owner_slug

owner_slug: string

owner_type

owner_type: OwnerType

query

query: string

Generated using TypeDoc