JViewer.Types.Object.Field (JViewer v0.1.1) 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: atom() | nil,
  handler_params: any(),
  allow_null: boolean()
}