Ory.Model.UiNodeAttributes (ory_client v1.6.2)
Summary
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: map() | nil, width: integer() }
Functions
Link to this function