Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommercialFilterParamsChanged

A user applies filters to a filterable/sortable artwork grid

This schema describes events sent to Segment from commercialFilterParamsChanged

example
 {
   action: "commercialFilterParamsChanged",
   context_module: "artworkGrid",
   context_owner_type: "artist",
   context_owner_id: "58ba65b1275b24421f80a102",
   context_owner_slug: "tugo-cheng",
   changed: '{"acquireable": 1, "priceRange": "1000-5000"}',
   current: '{"acquireable": 0, "priceRange": "*-*"}'
 }

Hierarchy

  • CommercialFilterParamsChanged

Index

Properties

action

action: commercialFilterParamsChanged

changed

changed: string

context_module

context_module: artworkGrid

Optional context_owner_id

context_owner_id: undefined | string

Optional context_owner_slug

context_owner_slug: undefined | string

context_owner_type

context_owner_type: OwnerType

current

current: string

Optional query

query: undefined | string

Generated using TypeDoc