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"
   context_owner_type: "consignmentFlow",
   subject: "Artwork Details"
   expand: TRUE
 }

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