Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ToggledArtistBio

A user toggles "read more" or "read less" to expand the artist bio section

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

example
 {
   action: "toggledArtistBio",
   context_module : "artistHeader",
   context_page_owner_type: "artist",
   context_page_owner_id: "4d8b92b34eb68a1b2c0003f4",
   context_page_owner_slug: "andy-warhol"
   expand: true | false
 }

Hierarchy

  • ToggledArtistBio

Index

Properties

action

action: toggledArtistBio

context_module

context_module: ContextModule

context_page_owner_id

context_page_owner_id: string

context_page_owner_slug

context_page_owner_slug: string

context_page_owner_type

context_page_owner_type: PageOwnerType

expand

expand: boolean

Generated using TypeDoc