class Tourmaline::StoryArea

Overview

Describes a clickable area on a story media.

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail


[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

Position of the area


[View source]
def position=(position : Tourmaline::StoryAreaPosition) #

Position of the area


[View source]

Type of the area


[View source]
def type=(type : Tourmaline::StoryAreaType) #

Type of the area


[View source]