Ory.Model.UiNodeInputAttributes (ory_client v1.6.2)

InputAttributes represents the attributes of an input node

Summary

Types

@type t() :: %Ory.Model.UiNodeInputAttributes{
  autocomplete: String.t() | nil,
  disabled: boolean(),
  label: Ory.Model.UiText.t() | nil,
  name: String.t(),
  node_type: String.t(),
  onclick: String.t() | nil,
  pattern: String.t() | nil,
  required: boolean() | nil,
  type: String.t(),
  value: any() | nil
}

Functions