import 'package:kratos_api_dart/api.dart';
Name | Type | Description | Notes |
---|---|---|---|
disabled | bool | Sets the input's disabled field to true or false. | |
label | UiText | [optional] | |
name | String | The input's element name. | |
nodeType | String | ||
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_ | bool | Mark this input field as required. | [optional] |
type | String | ||
value | JsonObject | The input's value. | [optional] |