# UiNodeAttributes ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **autocomplete** | Option<**String**> | The autocomplete attribute for the input. email InputAttributeAutocompleteEmail tel InputAttributeAutocompleteTel url InputAttributeAutocompleteUrl current-password InputAttributeAutocompleteCurrentPassword new-password InputAttributeAutocompleteNewPassword one-time-code InputAttributeAutocompleteOneTimeCode | [optional] **disabled** | **bool** | Sets the input's disabled field to true or false. | **label** | Option<[**crate::models::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 \"script\". | **onclick** | Option<**String**> | OnClick may contain javascript which should be executed on click. This is primarily used for WebAuthn. | [optional] **pattern** | Option<**String**> | The input's pattern. | [optional] **required** | Option<**bool**> | Mark this input field as required. | [optional] **_type** | **String** | The script MIME type | **value** | Option<[**serde_json::Value**](.md)> | The input's value. | [optional] **id** | **String** | A unique identifier | **text** | [**crate::models::UiText**](uiText.md) | | **height** | **i64** | Height of the image | **src** | **String** | The script source | **width** | **i64** | Width of the image | **href** | **String** | The link's href (destination) URL. format: uri | **title** | [**crate::models::UiText**](uiText.md) | | **_async** | **bool** | The script async type | **crossorigin** | **String** | The script cross origin policy | **integrity** | **String** | The script's integrity hash | **nonce** | **String** | Nonce for CSP A nonce you may want to use to improve your Content Security Policy. You do not have to use this value but if you want to improve your CSP policies you may use it. You can also choose to use your own nonce value! | **referrerpolicy** | **String** | The script referrer policy | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)