Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "Helpers/MyCollection/TappedCollectedArtwork"

Index

Functions

Const tappedCollectedArtwork

  • tappedCollectedArtwork(__namedParameters: { contextOwnerId: undefined | string; destinationOwnerId: string; destinationOwnerSlug: string }): TappedCollectedArtwork
  • A user taps an artwork in their My Collection

    example
    tappedCollectedArtwork({
      destinationOwnerId: "my-artwork-id",
      destinationOwnerSlug: "my-artwork-slug",
    })

    Parameters

    • __namedParameters: { contextOwnerId: undefined | string; destinationOwnerId: string; destinationOwnerSlug: string }
      • contextOwnerId: undefined | string
      • destinationOwnerId: string
      • destinationOwnerSlug: string

    Returns TappedCollectedArtwork

Generated using TypeDoc