Boxic.DMN.Model.ItemComponent (boxic_dmn v0.2.0)

Copy Markdown View Source

Normalized component of a DMN item definition.

Summary

Types

t()

@type t() :: %Boxic.DMN.Model.ItemComponent{
  allowed_values: String.t() | nil,
  components: [t()],
  id: String.t() | nil,
  is_collection: boolean() | nil,
  name: String.t() | nil,
  type_ref: String.t() | nil
}