type property

  1. @BuiltValueField(wireName: r'type')
UiNodeInputAttributesTypeEnum type

The input's element type. text InputAttributeTypeText password InputAttributeTypePassword number InputAttributeTypeNumber checkbox InputAttributeTypeCheckbox hidden InputAttributeTypeHidden email InputAttributeTypeEmail tel InputAttributeTypeTel submit InputAttributeTypeSubmit button InputAttributeTypeButton datetime-local InputAttributeTypeDateTimeLocal date InputAttributeTypeDate url InputAttributeTypeURI

Implementation

@BuiltValueField(wireName: r'type')
UiNodeInputAttributesTypeEnum get type;