Options
All
  • Public
  • Public/Protected
  • All
Menu
description

A DTO class that consists of social platform information.

This class is used to generate social platform links to resources like the sharer feature or like feature of individual social platforms.

since

v0.5.0

Hierarchy

Index

Constructors

Properties

appUrl?: string

The URL used to share the app on said social platform. This URL refers to the dApp's profile on the social platform.

access

public

var

{string}

icon: string

The icon of the social platform, e.g. "facebook" or "twitter". This field is used to load icons in {@link UiPopup}.

This field can be left empty and is populated automatically in search requests as implemented in SocialController.find.

access

public

var

{string}

profileUrl?: string

The URL used to share profiles on said social platform.

access

public

var

{string}

shareUrl: string

The URL used to share content on said social platform.

access

public

var

{string}

title?: string

The name of the social platform, e.g. "facebook" or "twitter".

access

public

var

{string}

Generated using TypeDoc