Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedSearchByImage

A user taps an entry point into Artsy Lens, the image search flow, and is taken to the camera. type names the entry point that was tapped.

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

example
 {
   action: "tappedSearchByImage",
   context_module: "header",
   context_screen_owner_type: "home",
   destination_screen_owner_type: "searchByImage",
   type: "search_input_icon"
 }

Hierarchy

  • TappedSearchByImage

Index

Properties

action

action: tappedSearchByImage

context_module

context_module: ContextModule

context_screen_owner_type

context_screen_owner_type: ScreenOwnerType

destination_screen_owner_type

destination_screen_owner_type: searchByImage

type

type: "search_input_icon" | "search_overlay_button"

The entry point that was tapped

Generated using TypeDoc