Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SocialPlatformDTO

description

This interface defines the fields that are returned by the backend runtime using the /social endpoints namespace.

example

Using the SocialPlatformDTO interface

const app = { icon: "share/github.svg", shareUrl: "https://github.com/fork-me" };



Properties

param icon

Contains the file path to the icon file, e.g. share/facebook.svg.

param shareUrl

Contains the social platform share content URL.

param title

(Optional) Contains a human-readable title for the social platform.

param profileUrl

(Optional) Contains the social platform profile URL, e.g. https://example.com/account1.

param appUrl

(Optional) Contains the social platform app URL, e.g. https://facebook.com/ELEVATE.

since

v0.5.0

Hierarchy

  • SocialPlatformDTO

Index

Properties

appUrl?: string
icon: string
profileUrl?: string
shareUrl: string
title?: string

Generated using TypeDoc