Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedCloseValidationAddressModal

User clicks in one of the options that closes the modal (buttons, x or away from the screen).

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

example
 {
   action: "clickedCloseValidationAddressModal",
   context_module: "OrdersShipping",
   context_page_owner_type: "orders-shipping",
   context_page_owner_id: "57e60c68-a198-431e-8a02-6ecb01e3a99b",
   subject: Check your delivery address
   option: Recommended
   label: X
 }

Hierarchy

  • ClickedCloseValidationAddressModal

Index

Properties

action

action: clickedCloseValidationAddressModal

context_module

context_module: ContextModule

context_page_owner_id

context_page_owner_id: string

context_page_owner_type

context_page_owner_type: PageOwnerType

label

label: string

option

option: string

subject

subject: string

Generated using TypeDoc