Options
All
  • Public
  • Public/Protected
  • All
Menu

A user edits a Saved Search from the edit alert screen on an app.

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

example
 {
   action: "editedSavedSearch",
   context_screen_owner_type: "savedSearch",
   context_screen_owner_id: "58de681f275b2464fcdde097",
   current: '{"name": "My Saved Search"}',
   modified: '{"name": "My New Saved Search"}'
 }

Hierarchy

  • EditedSavedSearch

Index

Properties

action

action: editedSavedSearch

changed

changed: string

Optional context_screen_owner_id

context_screen_owner_id: undefined | string

context_screen_owner_type

context_screen_owner_type: ScreenOwnerType

current

current: string

Generated using TypeDoc