Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedOnMakeOfferCheckbox

A Partner clicks on the Make Offer checkbox for selecting selling options in the artwork edit page in the CMS.

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

example
 {
   action: "clickedOnMakeOfferCheckbox",
   context_module: "voltArtworksEdit",
   context_page_owner_type: "artwork",
   context_page_owner_id: "60de173a47476c000fd5c4cc"
   label: ["true", "false"]
 }

Hierarchy

  • ClickedOnMakeOfferCheckbox

Index

Properties

action

action: clickedOnMakeOfferCheckbox

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: boolean

Generated using TypeDoc