An op in address space, tagged with the base version it was built against.
Summary
Types
@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 }