Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ToggledSavedSearch

A user toggles a saved search on/off on an app or web

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

example
 {
   action: "toggledSavedSearch",
   context_screen_owner_type: "artist",
   context_screen_owner_id: "58de681f275b2464fcdde097",
   context_screen_owner_slug: "anthony-hunter",
   modified: True,
   original: False,
   search_criteria_id: "58de681f275b2464fcdde097"
 }

Hierarchy

  • ToggledSavedSearch

Index

Properties

action

action: toggledSavedSearch

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

Optional modified

modified: undefined | false | true

Optional original

original: undefined | false | true

search_criteria_id

search_criteria_id: string

Generated using TypeDoc