Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedSkip

A user taps a Skip button on My Collection add artwork flow

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

example
 {
   action: "tappedSkip",
   context_module : "skipButton",
   context_screen_owner_type: "myCollectionAddArtworkArtist",
   context_screen_owner_id: "58de681f275b2464fcdde097",
   context_screen_owner_slug: "anthony-hunter",
   subject: "Skip choosing artwork"
 }

Hierarchy

  • TappedSkip

Index

Properties

action

action: tappedSkip

context_module

context_module: ContextModule

Optional context_screen_owner_id

context_screen_owner_id: undefined | string

Optional context_screen_owner_slug

context_screen_owner_slug: undefined | string

context_screen_owner_type

context_screen_owner_type: ScreenOwnerType

subject

subject: string

The text of the tapped button

Generated using TypeDoc