Interface InputStoryArea

Describes a clickable rectangle area on a story media to be added.

interface InputStoryArea {
    @type: "inputStoryArea";
    position: StoryAreaPosition;
    type: InputStoryAreaType;
}

Properties

Properties

@type: "inputStoryArea"

Position of the area.

Type of the area.