Ory.Model.UiNodeAttributes (ory_client v1.1.23)

Link to this section Summary

Link to this section Types

@type t() :: %Ory.Model.UiNodeAttributes{
  async: boolean(),
  autocomplete: String.t() | nil,
  crossorigin: String.t(),
  disabled: boolean(),
  height: integer(),
  href: String.t(),
  id: String.t(),
  integrity: String.t(),
  label: Ory.Model.UiText.t() | nil,
  name: String.t(),
  node_type: String.t(),
  nonce: String.t(),
  onclick: String.t() | nil,
  pattern: String.t() | nil,
  referrerpolicy: String.t(),
  required: boolean() | nil,
  src: String.t(),
  text: Ory.Model.UiText.t(),
  title: Ory.Model.UiText.t(),
  type: String.t(),
  value: AnyType | nil,
  width: integer()
}