This interface defines the fields that are returned by the backend runtime using the /social endpoints namespace.
/social
Using the SocialPlatformDTO interface
SocialPlatformDTO
const app = { icon: "share/github.svg", shareUrl: "https://github.com/fork-me" };
Contains the file path to the icon file, e.g. share/facebook.svg.
share/facebook.svg
Contains the social platform share content URL.
(Optional) Contains a human-readable title for the social platform.
(Optional) Contains the social platform profile URL, e.g. https://example.com/account1.
https://example.com/account1
(Optional) Contains the social platform app URL, e.g. https://facebook.com/ELEVATE.
https://facebook.com/ELEVATE
v0.5.0
Generated using TypeDoc
This interface defines the fields that are returned by the backend runtime using the
/social
endpoints namespace.Using the
SocialPlatformDTO
interfaceProperties
Contains the file path to the icon file, e.g.
share/facebook.svg
.Contains the social platform share content URL.
(Optional) Contains a human-readable title for the social platform.
(Optional) Contains the social platform profile URL, e.g.
https://example.com/account1
.(Optional) Contains the social platform app URL, e.g.
https://facebook.com/ELEVATE
.v0.5.0