Options
All
  • Public
  • Public/Protected
  • All
Menu

A user expands or collapses an accordion design, like in the consignments flow.

This schema describes events sent to Segment from [[toggledAccordion]].

example
 {
   action: "toggledAccordion",
   context_module: "artworkDetailsCompleted" | "artworkSidebar" | "artistHeader" | "artistAchievements"
   context_owner_type: "consignmentFlow" | "artwork" | "artist",
   subject: "Artwork Details" | "Shipping and taxes" | "ACTIVE_SECONDARY_MARKET" | ...,
   expand: true | false
 }

Hierarchy

  • ToggledAccordion

Index

Properties

action

action: toggledAccordion

context_module

context_module: ContextModule

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

expand

expand: boolean

subject

subject: string

Generated using TypeDoc