TD.Data.StoryArea
data StoryArea Source #
Constructors
Describes a clickable rectangle area on a story media
Fields
Position of the area
Type of the area
Defined in TD.Data.StoryArea
Methods
parseJSON :: Value -> Parser StoryArea #
parseJSONList :: Value -> Parser [StoryArea] #
showsPrec :: Int -> StoryArea -> ShowS #
show :: StoryArea -> String #
showList :: [StoryArea] -> ShowS #
(==) :: StoryArea -> StoryArea -> Bool #
(/=) :: StoryArea -> StoryArea -> Bool #
shortShow :: StoryArea -> String Source #