PdfEx.OT.Pending (pdf_ex v0.1.0)

Copy Markdown View Source

An op in address space, tagged with the base version it was built against.

Summary

Types

t()

@type t() :: %PdfEx.OT.Pending{
  addr: PdfEx.OT.Addr.t(),
  base_version: non_neg_integer(),
  kind: :move | :update | :delete,
  text: String.t() | nil,
  x: number() | nil,
  y: number() | nil
}