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

Copy Markdown View Source

Generated Kiwi message module for AnnotationMeasurement.

Summary

Types

t()

@type t() :: %Figler.Schema.AnnotationMeasurement{
  free_text: String.t() | nil,
  from_node: Figler.Schema.GUID.t() | nil,
  from_node_side: Figler.Schema.AnnotationMeasurementNodeSide.t() | nil,
  id: Figler.Schema.GUID.t() | nil,
  inner_offset_relative: float() | nil,
  outer_offset_fixed: float() | nil,
  to_node: Figler.Schema.GUID.t() | nil,
  to_node_stable_path: Figler.Schema.GUIDPath.t() | nil,
  to_same_side: boolean() | nil
}

Functions

decode(binary)

encode(struct)

transform_module()