Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedOnPriceDisplayDropdown

A Partner clicks on price display dropdown to choose either exact price, price range or contact for price in the artwork edit page in the CMS.

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

example
 {
   action: "clickedOnPriceDisplayDropdown",
   context_module: "voltArtworksEdit",
   context_page_owner_type: "artwork",
   context_page_owner_id: "60de173a47476c000fd5c4cc"
   label: "exact_price"
 }

Hierarchy

  • ClickedOnPriceDisplayDropdown

Index

Properties

action

action: clickedOnPriceDisplayDropdown

context_module

context_module: ContextModule

Optional context_page_owner_id

context_page_owner_id: undefined | string

context_page_owner_type

context_page_owner_type: PageOwnerType

label

label: string

Generated using TypeDoc