@artsy/cohesion
Version:
Analytics schema
17 lines (16 loc) • 501 B
TypeScript
import { TappedNavigationTab } from "../../Schema";
/**
* A user taps a navigation tab on iOS
*
* @example
* ```
* tappedNavigationTab({
* context_module : "exhibitorsView",
* context_screen_owner_type: "fair",
* context_screen_owner_id: "5f4d80c972737e000deff1ed",
* context_screen_owner_slug: "latitude-art-fair-2020",
* subject: "View more"
* })
* ```
*/
export declare const tappedNavigationTab: (props: Omit<TappedNavigationTab, "action">) => TappedNavigationTab;