ExportedStoryLink

Represents a story deep link.

Constructor of ExportedStoryLink.

Details:
  • Layer: 223

  • ID: 3FC9053B

link (str) – The story deep link.

Functions:

This object can be returned by 1 function.

stories.ExportStoryLink

Generate a story deep link for a specific story

TL Schema

exportedStoryLink#3fc9053b
link:string

= ExportedStoryLink

Parameter Tree

ExportedStoryLink
└── linkstring

Example

ExportedStoryLink(
    link="text",
)