Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "DeprecatedHelpers/Share"

Index

Functions

Functions

Const share

  • share(__namedParameters: { context_module: ContextModule; context_owner_id: string; context_owner_slug: undefined | string; context_owner_type: OwnerType; service: string }): Share
  • A user clicks or taps the 'Share' button.

    example
     share({
       context_module: "artworkImage",
       context_owner_type: "artwork",
       context_owner_id: "55ed8ca57261693d930000b8"
       service: "instagram_stories"
     }

    Parameters

    • __namedParameters: { context_module: ContextModule; context_owner_id: string; context_owner_slug: undefined | string; context_owner_type: OwnerType; service: string }
      • context_module: ContextModule
      • context_owner_id: string
      • context_owner_slug: undefined | string
      • context_owner_type: OwnerType
      • service: string

    Returns Share

Generated using TypeDoc