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

Copy Markdown View Source

Renderer-independent snapshot of a running GPUI.Session.

Snapshots are the only state transferred from sessions to local or remote displays.

Summary

Types

t()

@type t() :: %GPUI.Snapshot{
  resources: %{optional(String.t()) => map()},
  windows: [map()]
}