Module: Imagekitio::Models::OverlayPosition::Focus
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/imagekitio/models/overlay_position.rb,
sig/imagekitio/models/overlay_position.rbs
Overview
Specifies the position of the overlay relative to the parent image or video. If
one or more of x, y, xCenter, or yCenter parameters are specified, this
parameter is ignored. Maps to lfo in the URL.
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
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, 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
Instance Method Details
#self?.values ⇒ ::Array[Imagekitio::Models::OverlayPosition::focus]
119 |
# File 'sig/imagekitio/models/overlay_position.rbs', line 119
def self?.values: -> ::Array[Imagekitio::Models::OverlayPosition::focus]
|