DOMRectReadOnly class
- Implementers
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- DOMRectReadOnly([num? x, num? y, num? width, num? height])
-
factory
Properties
- bottom → num
-
Available on DOMRectReadOnly, provided by the DOMRectReadOnly$Typings extension
MDN Referenceno setter - hashCode → int
-
The hash code for this object.
no setterinherited
- height → num
-
Available on DOMRectReadOnly, provided by the DOMRectReadOnly$Typings extension
MDN Referenceno setter - left → num
-
Available on DOMRectReadOnly, provided by the DOMRectReadOnly$Typings extension
MDN Referenceno setter - right → num
-
Available on DOMRectReadOnly, provided by the DOMRectReadOnly$Typings extension
MDN Referenceno setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- toJSON ↔ dynamic Function()
-
Available on DOMRectReadOnly, provided by the DOMRectReadOnly$Typings extension
getter/setter pair - top → num
-
Available on DOMRectReadOnly, provided by the DOMRectReadOnly$Typings extension
MDN Referenceno setter - width → num
-
Available on DOMRectReadOnly, provided by the DOMRectReadOnly$Typings extension
MDN Referenceno setter - x → num
-
Available on DOMRectReadOnly, provided by the DOMRectReadOnly$Typings extension
MDN Referenceno setter - y → num
-
Available on DOMRectReadOnly, provided by the DOMRectReadOnly$Typings extension
MDN Referenceno setter
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
Static Properties
- fromRect ↔ DOMRectReadOnly Function([DOMRectInit?])
-
getter/setter pair