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.

See Also:

  • Imagekitio::Models::OverlayPosition#focus

Constant Summary collapse

CENTER =

Returns:

  • (:center)
:center
TOP =

Returns:

  • (:top)
:top
LEFT =

Returns:

  • (:left)
:left
BOTTOM =

Returns:

  • (:bottom)
:bottom
RIGHT =

Returns:

  • (:right)
:right
TOP_LEFT =

Returns:

  • (:top_left)
:top_left
TOP_RIGHT =

Returns:

  • (:top_right)
:top_right
BOTTOM_LEFT =

Returns:

  • (:bottom_left)
:bottom_left
BOTTOM_RIGHT =

Returns:

  • (: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]

Returns:

  • (::Array[Imagekitio::Models::OverlayPosition::focus])


119
# File 'sig/imagekitio/models/overlay_position.rbs', line 119

def self?.values: -> ::Array[Imagekitio::Models::OverlayPosition::focus]