MscmpSystForms.Types.ComponentInfo (mscmp_syst_forms v0.1.0)

This struct identifies the specific returned textual information describing the component and configured in the Form Configurations.

Summary

Types

t()

This struct identifies the specific returned textual information describing the component and configured in the Form Configurations.

Types

@type t() :: %MscmpSystForms.Types.ComponentInfo{
  info: String.t() | nil,
  label: String.t() | nil,
  label_link: String.t() | nil
}

This struct identifies the specific returned textual information describing the component and configured in the Form Configurations.

See MscmpSystForms.Types.ComponentConfig.t/0 for information regarding the attributes here.