github
readme
source
examples
distribution
Preparing search index...
The search index is not available
@oazmi/kitchensink - v0.9.8
@oazmi/kitchensink
struct
Rect
Interface Rect
represents a 2d rectangle. compatible with
DOMRect
, without its inherited annoying readonly fields.
interface
Rect
{
x
:
number
;
y
:
number
;
width
:
number
;
height
:
number
;
}
Hierarchy (
View Summary
)
Rect
ImageCoordSpace
Index
Properties
x
y
width
height
Properties
x
x
:
number
y
y
:
number
width
width
:
number
height
height
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
x
y
width
height
github
readme
source
examples
distribution
@oazmi/kitchensink - v0.9.8
Loading...
represents a 2d rectangle. compatible with DOMRect, without its inherited annoying readonly fields.