Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedChangePage

A user clicks the pagination on an artwork grid on web

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

example
 {
   action: "clickedChangePage",
   context_module: "artworkGrid",
   context_page_owner_type: "artist",
   context_page_owner_id: "4d8b926a4eb68a1b2c0000ae",
   context_page_owner_slug: "damien-hirst",
   page_changed: 2
   page_current: 1
 }

Hierarchy

  • ClickedChangePage

Index

Properties

action

action: clickedChangePage

context_module

context_module: artworkGrid

Optional context_page_owner_id

context_page_owner_id: undefined | string

Optional context_page_owner_slug

context_page_owner_slug: undefined | string

context_page_owner_type

context_page_owner_type: PageOwnerType

page_changed

page_changed: number

page_current

page_current: number

Generated using TypeDoc