UiNodeAttributes class abstract

UiNodeAttributes

Properties:

  • disabled - Sets the input's disabled field to true or false.
  • label
  • name - The input's element name.
  • nodeType
  • onclick - OnClick may contain javascript which should be executed on click. This is primarily used for WebAuthn.
  • pattern - The input's pattern.
  • required_ - Mark this input field as required.
  • type - The script MIME type
  • value - The input's value.
  • id - A unique identifier
  • text
  • height - Height of the image
  • src - The script source
  • width - Width of the image
  • href - The link's href (destination) URL. format: uri
  • title
  • async_ - The script async type
  • crossorigin - The script cross origin policy
  • integrity - The script's integrity hash
  • referrerpolicy - The script referrer policy

Constructors

UiNodeAttributes([void updates(UiNodeAttributesBuilder b)])
factory

Properties

async_ bool?
The script async type
no setter
crossorigin String?
The script cross origin policy
no setter
disabled bool?
Sets the input's disabled field to true or false.
no setter
hashCode int
The hash code for this object.
no setterinherited
height int?
Height of the image
no setter
href String?
The link's href (destination) URL. format: uri
no setter
id String?
A unique identifier
no setter
integrity String?
The script's integrity hash
no setter
label UiText?
no setter
name String?
The input's element name.
no setter
nodeType String?
no setter
onclick String?
OnClick may contain javascript which should be executed on click. This is primarily used for WebAuthn.
no setter
pattern String?
The input's pattern.
no setter
referrerpolicy String?
The script referrer policy
no setter
required_ bool?
Mark this input field as required.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
src String?
The script source
no setter
text UiText?
no setter
title UiText?
no setter
type String?
The script MIME type
no setter
value → JsonObject?
The input's value.
no setter
width int?
Width of the image
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(UiNodeAttributesBuilder)) UiNodeAttributes
Rebuilds the instance.
inherited
toBuilder() UiNodeAttributesBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<UiNodeAttributes>
no setter