Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "Schema/Events/Favorites"

Index

Type aliases

SelectedFromDrawerSubject

SelectedFromDrawerSubject: "artists" | "galleries" | "categories" | "shows"

A user selects a follow category

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

example
 {
   action: "selectedFromDrawer",
   context_screen: "favoritesFollows",
   query: "artists",
 }

Generated using TypeDoc