Module: Imagekitio::Models::OverlayPosition::Focus

Extended by:
Internal::Type::Enum
Defined in:
lib/imagekitio/models/overlay_position.rb

Overview

Specifies the position of the overlay relative to the parent image or video. Maps to ‘lfo` in the URL.

See Also:

Constant Summary collapse

CENTER =
:center
TOP =
:top
LEFT =
:left
BOTTOM =
:bottom
RIGHT =
:right
TOP_LEFT =
:top_left
TOP_RIGHT =
:top_right
BOTTOM_LEFT =
:bottom_left
BOTTOM_RIGHT =
:bottom_right

Method Summary

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info