Available types

StoryAreaTypeSuggestedReaction

Describes a story area pointing to a suggested reaction. Currently, a story can have up to 5 suggested reaction areas.

fields

fieldtyperequireddescription
typestringrequiredType of the area, always “suggested_reaction”
reaction_typeReactionTyperequiredType of the reaction
is_darkbooleanoptionalOptional. Pass True if the reaction area has a dark background
is_flippedbooleanoptionalOptional. Pass True if reaction area corner is flipped

import

types.ts
import type { StoryAreaTypeSuggestedReaction } from "@yaebal/types";

used by

types