Figler.Schema.CodeSnapshot (figler v0.1.0-beta.1)

Copy Markdown View Source

Generated Kiwi message module for CodeSnapshot.

Summary

Types

t()

@type t() :: %Figler.Schema.CodeSnapshot{
  canvas_size: Figler.Schema.Vector.t() | nil,
  device_pixel_ratio: non_neg_integer() | nil,
  invalidated_at: non_neg_integer() | nil,
  layout_size: Figler.Schema.Vector.t() | nil,
  offset: Figler.Schema.Vector.t() | nil,
  paints: [Figler.Schema.Paint.t()] | nil,
  state: Figler.Schema.CodeSnapshotState.t() | nil
}

Functions

decode(binary)

encode(struct)

transform_module()