Interface StoryArea

Describes a clickable rectangle area on a story media.

interface StoryArea {
    @type: "storyArea";
    position: StoryAreaPosition;
    type: StoryAreaType;
}

Properties

Properties

@type: "storyArea"

Position of the area.

Type of the area.