JViewer.Types.Object.Field (JViewer v0.1.3) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %{
  __struct__: atom(),
  key: String.t(),
  source_key: String.t() | atom() | nil,
  type: struct(),
  description: String.t() | nil,
  handler: function() | boolean() | nil,
  handler_params: any(),
  general_hanlders_params: boolean(),
  allow_null: boolean()
}