Ory.Model.UiNodeInputAttributes (ory_client v1.22.1)
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, maxlength: integer() | nil, name: String.t(), node_type: String.t(), onclick: String.t() | nil, onclickTrigger: String.t() | nil, onload: String.t() | nil, onloadTrigger: String.t() | nil, pattern: String.t() | nil, required: boolean() | nil, type: String.t(), value: any() | nil }