Options
All
  • Public
  • Public/Protected
  • All
Menu

A user has unfollowed a gene.

This schema describes events sent to Segment from unfollowedGene

example
 {
   action: "unfollowedGene",
   context_module: "intextTooltip"
   context_owner_id: "5359794d1a1e86c3740001f7"
   context_owner_slug: "artsy-editorial-future-of-art"
   context_owner_type: "article"
   owner_id: "5359794d1a1e86c3740001f7"
   owner_slug: "surrealism"
   owner_type: "gene"
 }

Hierarchy

Index

Properties

action

action: unfollowedGene

context_module

context_module: AuthContextModule

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

owner_id

owner_id: string

owner_slug

owner_slug: string

owner_type

owner_type: FollowableEntity

Generated using TypeDoc