Interface StoryAreaTypeLink

An area pointing to a HTTP or tg:// link. Subtype of StoryAreaType.

interface StoryAreaTypeLink {
    @type: "storyAreaTypeLink";
    url: string;
}

Properties

Properties

@type: "storyAreaTypeLink"
url: string

HTTP or tg:// URL to be opened when the area is clicked.