Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedExpandFilterPanel

A user clicks expand filter panel in CMS

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

example
 {
   action: "ClickedExpandFilterPanel",
   context_page_owner_type: "Demand",
   context_page_owner_id: "",
   context_page_owner_slug: ""
   label: "Filters"
 }

Hierarchy

  • ClickedExpandFilterPanel

Index

Properties

action

action: clickedExpandFilterPanel

context_page_owner_id

context_page_owner_id: string

Optional context_page_owner_slug

context_page_owner_slug: undefined | string

context_page_owner_type

context_page_owner_type: PageOwnerType

label

label: string

Generated using TypeDoc