Typescript Library Declarations (DOM)
Variable DOMQuad
DOMQuad
:
{
prototype
:
DOMQuad
;
fromQuad
(
other
?
)
=>
DOMQuad
;
fromRect
(
other
?
)
=>
DOMQuad
;
new
(
p1
?
,
p2
?
,
p3
?
,
p4
?
)
:
DOMQuad
;
}
Type declaration
new
(
p1
?
,
p2
?
,
p3
?
,
p4
?
)
:
DOMQuad
Parameters
Optional
p1
:
DOMPointInit
Optional
p2
:
DOMPointInit
Optional
p3
:
DOMPointInit
Optional
p4
:
DOMPointInit
Returns
DOMQuad
prototype
:
DOMQuad
from
Quad
:
function
from
Quad
(
other
?
)
:
DOMQuad
Parameters
Optional
other
:
DOMQuadInit
Returns
DOMQuad
from
Rect
:
function
from
Rect
(
other
?
)
:
DOMQuad
Parameters
Optional
other
:
DOMRectInit
Returns
DOMQuad
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark