Vibe.Files.ImageRef (vibe v0.2.0)

Copy Markdown View Source

Durable reference to an image artifact stored outside inline JSON.

Summary

Types

t()

@type t() :: %Vibe.Files.ImageRef{
  data: String.t() | nil,
  filename: String.t() | nil,
  height: pos_integer() | nil,
  mime_type: String.t(),
  path: Path.t(),
  size_bytes: non_neg_integer() | nil,
  width: pos_integer() | nil
}