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

Copy Markdown View Source

Generated Kiwi message module for WidgetHoverStyle.

Summary

Types

t()

@type t() :: %Figler.Schema.WidgetHoverStyle{
  are_fill_paints_set: boolean() | nil,
  are_stroke_paints_set: boolean() | nil,
  fill_paints: [Figler.Schema.Paint.t()] | nil,
  is_opacity_set: boolean() | nil,
  opacity: float() | nil,
  stroke_paints: [Figler.Schema.Paint.t()] | nil
}

Functions

decode(binary)

encode(struct)

transform_module()