Options
All
  • Public
  • Public/Protected
  • All
Menu

A user saves a price range

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

example
 {
   action: "savedPriceRange",
   context_screen_owner_type: "priceRange",
   context_module: "priceRange"
   value: "100-500"
 }

Hierarchy

  • SavedPriceRange

Index

Properties

action

action: savedPriceRange

Optional context_module

context_module: undefined | string

context_screen_owner_type

context_screen_owner_type: ScreenOwnerType

value

value: string

Generated using TypeDoc