Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CmsClickedFeaturedInEditorialBadge

Fired when a user clicks the "Featured in Editorial" badge on the artist list or artist show page, navigating to the associated article.

example
{
  action: "clickedFeaturedInEditorialBadge",
  context_module: "artistList",
  context_page_owner_id: "derrick-adams",
  context_page_owner_type: "artist",
  destination_path: "/article/some-editorial-slug",
}

Hierarchy

  • CmsClickedFeaturedInEditorialBadge

Index

Properties

action

action: clickedFeaturedInEditorialBadge

context_module

context_module: artistShow | artistList

context_page_owner_id

context_page_owner_id: string

context_page_owner_type

context_page_owner_type: artist

destination_path

destination_path: string

Generated using TypeDoc