ClientRect class
- Implemented types
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
- ClientRect({num? height, num? width, num? x, num? y, DOMRect fromRect([DOMRectInit?])?})
-
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 DOMRect, provided by the DOMRect$Typings extension
MDN Referencegetter/setter pair - 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 DOMRect, provided by the DOMRect$Typings extension
MDN Referencegetter/setter pair - width → num
-
Available on DOMRectReadOnly, provided by the DOMRectReadOnly$Typings extension
MDN Referenceno setter - x ↔ num
-
Available on DOMRect, provided by the DOMRect$Typings extension
MDN Referencegetter/setter pair - x → num
-
Available on DOMRectReadOnly, provided by the DOMRectReadOnly$Typings extension
MDN Referenceno setter - y ↔ num
-
Available on DOMRect, provided by the DOMRect$Typings extension
MDN Referencegetter/setter pair - 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