HTMLFieldSetElement$Typings extension

on

Properties

addEventListener → ({void Function<K$>(HTMLElementEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})
Overload accessor: $1, $2
no setter
checkValidity bool Function()
getter/setter pair
disabled bool
MDN Reference
getter/setter pair
elements HTMLCollection
Returns an HTMLCollection of the form controls in the element.
no setter
form HTMLFormElement?
Retrieves a reference to the form that the object is embedded in.
no setter
name String
MDN Reference
getter/setter pair
removeEventListener → ({void Function<K$>(HTMLElementEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})
Overload accessor: $1, $2
no setter
reportValidity bool Function()
getter/setter pair
setCustomValidity ↔ void Function(String)
getter/setter pair
type String
Returns the string "fieldset".
no setter
validationMessage String
Returns the error message that would be displayed if the user submits the form, or an empty string if no error message. It also triggers the standard error message, such as "this is a required field". The result is that the user sees validation messages without actually submitting.
no setter
validity ValidityState
Returns a ValidityState object that represents the validity states of an element.
no setter
willValidate bool
Returns whether an element will successfully validate based on forms validation rules and constraints.
no setter