GPUI.Text.Snapshot (gpui v0.2.0-rc.1)

Copy Markdown View Source

An immutable snapshot of a persistent native text buffer.

Summary

Types

t()

@type t() :: %GPUI.Text.Snapshot{
  can_redo: boolean(),
  can_undo: boolean(),
  revision: non_neg_integer(),
  selections: [GPUI.Text.Selection.t()],
  text: String.t()
}