Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 999 Bytes

UiNodeInputAttributes.md

File metadata and controls

23 lines (18 loc) · 999 Bytes

kratos_api_dart.model.UiNodeInputAttributes

Load the model package

import 'package:kratos_api_dart/api.dart';

Properties

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]

[Back to Model list] [Back to API list] [Back to README]