HTMLOrSVGElement class

Implementers
Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

HTMLOrSVGElement.new({bool? autofocus, Object? dataset, String? nonce, num? tabIndex, void blur()?, void focus([FocusOptions?])?})
factory

Properties

autofocus bool

Available on HTMLOrSVGElement, provided by the HTMLOrSVGElement$Typings extension

getter/setter pair
blur ↔ void Function()

Available on HTMLOrSVGElement, provided by the HTMLOrSVGElement$Typings extension

getter/setter pair
dataset Object

Available on HTMLOrSVGElement, provided by the HTMLOrSVGElement$Typings extension

MDN Reference
no setter
focus ↔ void Function([FocusOptions?])

Available on HTMLOrSVGElement, provided by the HTMLOrSVGElement$Typings extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nonce String?

Available on HTMLOrSVGElement, provided by the HTMLOrSVGElement$Typings extension

MDN Reference
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabIndex num

Available on HTMLOrSVGElement, provided by the HTMLOrSVGElement$Typings extension

MDN Reference
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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