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

Copy Markdown View Source

Generated Kiwi message module for ARIAAttributeAnyValue.

Summary

Types

t()

@type t() :: %Figler.Schema.ARIAAttributeAnyValue{
  bool_value: boolean() | nil,
  float_value: float() | nil,
  int_value: integer() | nil,
  string_array_value: [String.t()] | nil,
  string_value: String.t() | nil
}

Functions

decode(binary)

encode(struct)

transform_module()