Sha256: 69bfe6ece166e663d6ef783233172082f6b8cca673d2c11d412534ab38ae07c5

Contents?: true

Size: 1.19 KB

Versions: 26

Compression:

Stored size: 1.19 KB

Contents

# OryClient::UiNodeInputAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **disabled** | **Boolean** | Sets the input's disabled field to true or false. |  |
| **label** | [**UiText**](UiText.md) |  | [optional] |
| **name** | **String** | The input's element name. |  |
| **node_type** | **String** | NodeType represents this node's types. It is a mirror of `node.type` and is primarily used to allow compatibility with OpenAPI 3.0.  In this struct it technically always is \"input\". |  |
| **onclick** | **String** | OnClick may contain javascript which should be executed on click. This is primarily used for WebAuthn. | [optional] |
| **pattern** | **String** | The input's pattern. | [optional] |
| **required** | **Boolean** | Mark this input field as required. | [optional] |
| **type** | **String** |  |  |
| **value** | **Object** | The input's value. | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::UiNodeInputAttributes.new(
  disabled: null,
  label: null,
  name: null,
  node_type: null,
  onclick: null,
  pattern: null,
  required: null,
  type: null,
  value: null
)
```

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
ory-client-0.1.0.alpha12 docs/UiNodeInputAttributes.md
ory-client-0.1.0.alpha11 docs/UiNodeInputAttributes.md
ory-client-0.1.0.alpha10 docs/UiNodeInputAttributes.md
ory-client-0.1.0.alpha9 docs/UiNodeInputAttributes.md
ory-client-0.1.0.alpha8 docs/UiNodeInputAttributes.md
ory-client-0.1.0.alpha7 docs/UiNodeInputAttributes.md
ory-client-0.1.0.alpha6 docs/UiNodeInputAttributes.md
ory-client-0.1.0.alpha5 docs/UiNodeInputAttributes.md
ory-client-0.1.0.alpha4 docs/UiNodeInputAttributes.md
ory-client-0.1.0.alpha3 docs/UiNodeInputAttributes.md
ory-client-0.1.0.alpha2 docs/UiNodeInputAttributes.md
ory-client-0.1.0.alpha1 docs/UiNodeInputAttributes.md
ory-client-0.0.1.alpha189 docs/UiNodeInputAttributes.md
ory-client-0.0.1.alpha188 docs/UiNodeInputAttributes.md
ory-client-0.0.1.alpha187 docs/UiNodeInputAttributes.md
ory-client-0.0.1.alpha186 docs/UiNodeInputAttributes.md
ory-client-0.0.1.alpha184 docs/UiNodeInputAttributes.md
ory-client-0.0.1.alpha183 docs/UiNodeInputAttributes.md
ory-client-0.0.1.alpha182 docs/UiNodeInputAttributes.md
ory-client-0.0.1.alpha181 docs/UiNodeInputAttributes.md