Variable DOMPointReadOnly
DOMPointReadOnly : {
prototype: DOMPointReadOnly;
fromPoint(other?: DOMPointInit): DOMPointReadOnly;
new (x?: number, y?: number, z?: number, w?: number): DOMPointReadOnly;
}
prototype: DOMPointReadOnly;
fromPoint(other?: DOMPointInit): DOMPointReadOnly;
new (x?: number, y?: number, z?: number, w?: number): DOMPointReadOnly;
}
Type declaration
- new (x?, y?, z?, w?): DOMPointReadOnly
Parameters
Optional
x: numberOptional
y: numberOptional
z: numberOptional
w: number
Returns DOMPointReadOnly
prototype: DOMPointReadOnly
from
Point :function- from
Point (other?): DOMPointReadOnly Parameters
Optional
other: DOMPointInit
Returns DOMPointReadOnly
- from
MDN Reference