Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.57 KB

UiNodeAttributes.md

File metadata and controls

34 lines (29 loc) · 1.57 KB

kratos_api_dart.model.UiNodeAttributes

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 The script MIME type
value JsonObject The input's value. [optional]
id String A unique identifier
text UiText
height int Height of the image [optional]
src String The script source
width int Width of the image [optional]
href String The link's href (destination) URL. format: uri
title UiText
async_ bool The script async type
crossorigin String The script cross origin policy
integrity String The script's integrity hash
referrerpolicy String The script referrer policy

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