# `Plushie.Canvas.Shape.DragBounds`
[🔗](https://github.com/plushie-ui/plushie-elixir/blob/v0.6.0/lib/plushie/canvas/shape/drag_bounds.ex#L1)

Drag constraint bounds for interactive canvas shapes.

# `t`

```elixir
@type t() :: %Plushie.Canvas.Shape.DragBounds{
  max_x: number() | nil,
  max_y: number() | nil,
  min_x: number() | nil,
  min_y: number() | nil
}
```

# `from_opts`

```elixir
@spec from_opts(keyword()) :: t()
```

Constructs drag bounds from a keyword list.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
