Search
Preparing search index...
The search index is not available
Back To Index
|
@azure/app-configuration
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
DOMRect
Interface DOMRect
Package version
Hierarchy
DOMRectReadOnly
DOMRect
Index
Properties
DOMRect
Read
Only
bottom
height
left
right
top
width
x
y
Methods
toJSON
Properties
DOMRect
Read
Only
DOMRect
Read
Only
:
{
constructor
:
any
;
prototype
:
DOMRectReadOnly
;
fromRect
:
any
}
Type declaration
constructor
:
function
new __type
(
x
?:
undefined
|
number
, y
?:
undefined
|
number
, width
?:
undefined
|
number
, height
?:
undefined
|
number
)
:
DOMRectReadOnly
Parameters
Optional
x:
undefined
|
number
Optional
y:
undefined
|
number
Optional
width:
undefined
|
number
Optional
height:
undefined
|
number
Returns
DOMRectReadOnly
prototype
:
DOMRectReadOnly
from
Rect
:
function
from
Rect
(
other
?:
DOMRectInit
)
:
DOMRectReadOnly
Parameters
Optional
other:
DOMRectInit
Returns
DOMRectReadOnly
bottom
bottom
:
number
height
height
:
number
left
left
:
number
right
right
:
number
top
top
:
number
width
width
:
number
x
x
:
number
y
y
:
number
Methods
toJSON
toJSON
(
)
:
any
Returns
any
Globals
DOMRect
DOMRect
Read
Only
bottom
height
left
right
top
width
x
y
toJSON
Generated using
TypeDoc