Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedEditAlert

A user clicks on "Edit Alert" on the list of alerts

This schema describes events sent to Segment from ClickedEditAlert

example
 {
   action: "clickedEditAlert",
   alert_id: "alert-id"
   context_module: "savedSearches",
   context_page_owner_type: "savedSearches",
 }

Hierarchy

  • ClickedEditAlert

Index

Properties

action

action: clickedEditAlert

alert_id

alert_id: string

context_module

context_module: ContextModule

context_page_owner_type

context_page_owner_type: PageOwnerType

Generated using TypeDoc