Liking cljdoc? Tell your friends :D
ClojureScript only.

web.dom.DOMPointInit

The DOMPointInit dictionary is used to provide the values of coordinates and perspective when creating and JSONifying a web.dom.DOMPoint web.dom.DOMPointReadOnly object.

The DOMPointInit dictionary is used to provide the values of
coordinates and perspective when creating and JSONifying a `web.dom.DOMPoint`
`web.dom.DOMPointReadOnly` object.
raw docstring

set-w!cljs

(set-w! this val)

Property.

The web.dom.DOMPointInit dictionary's w property is used to the w perspective value of a point in space when either creating serializing to JSON a web.dom.DOMPoint or web.dom.DOMPointReadOnly

`var DOMPointInit = { w: wPerspective };

DOMPointInit.w = wPerspective;

var wPerspective = DOMPointInit.w;`

See also: https://developer.mozilla.org/en-US/docs/Web/API/DOMPointInit/w

Property.

The `web.dom.DOMPointInit` dictionary's w property is used to
the w perspective value of a point in space when either creating
serializing to JSON a `web.dom.DOMPoint` or `web.dom.DOMPointReadOnly`

`var DOMPointInit = {
w: wPerspective
};

DOMPointInit.w = wPerspective;

var wPerspective = DOMPointInit.w;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/DOMPointInit/w`
sourceraw docstring

set-x!cljs

(set-x! this val)

Property.

The web.dom.DOMPointInit dictionary's x property is used to the x component of a point in 2D or 3D space when either creating serializing a web.dom.DOMPoint or web.dom.DOMPointReadOnly.

`var DOMPointInit = { x: xPos };

DOMPointInit.x = xPos;

var xPos = DOMPointInit.x;`

See also: https://developer.mozilla.org/en-US/docs/Web/API/DOMPointInit/x

Property.

The `web.dom.DOMPointInit` dictionary's x property is used to
the x component of a point in 2D or 3D space when either creating
serializing a `web.dom.DOMPoint` or `web.dom.DOMPointReadOnly`.

`var DOMPointInit = {
x: xPos
};

DOMPointInit.x = xPos;

var xPos = DOMPointInit.x;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/DOMPointInit/x`
sourceraw docstring

set-y!cljs

(set-y! this val)

Property.

The web.dom.DOMPointInit dictionary's y property is used to the y-coordinate of a point in 2D or 3D space when either creating serializing to JSON a web.dom.DOMPoint or web.dom.DOMPointReadOnly

`var DOMPointInit = { y: yPos };

DOMPointInit.y = yPos;

var yPos = DOMPointInit.y;`

See also: https://developer.mozilla.org/en-US/docs/Web/API/DOMPointInit/y

Property.

The `web.dom.DOMPointInit` dictionary's y property is used to
the y-coordinate of a point in 2D or 3D space when either creating
serializing to JSON a `web.dom.DOMPoint` or `web.dom.DOMPointReadOnly`

`var DOMPointInit = {
y: yPos
};

DOMPointInit.y = yPos;

var yPos = DOMPointInit.y;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/DOMPointInit/y`
sourceraw docstring

set-z!cljs

(set-z! this val)

Property.

The web.dom.DOMPointInit dictionary's z property is used to the z-coordinate of a point in 2D or 3D space when either creating serializing to JSON a web.dom.DOMPoint or web.dom.DOMPointReadOnly

`var DOMPointInit = { z: zPos };

DOMPointInit.z = zPos;

var zPos = DOMPointInit.z;`

See also: https://developer.mozilla.org/en-US/docs/Web/API/DOMPointInit/z

Property.

The `web.dom.DOMPointInit` dictionary's z property is used to
the z-coordinate of a point in 2D or 3D space when either creating
serializing to JSON a `web.dom.DOMPoint` or `web.dom.DOMPointReadOnly`

`var DOMPointInit = {
z: zPos
};

DOMPointInit.z = zPos;

var zPos = DOMPointInit.z;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/DOMPointInit/z`
sourceraw docstring

wcljs

(w this)

Property.

The web.dom.DOMPointInit dictionary's w property is used to the w perspective value of a point in space when either creating serializing to JSON a web.dom.DOMPoint or web.dom.DOMPointReadOnly

`var DOMPointInit = { w: wPerspective };

DOMPointInit.w = wPerspective;

var wPerspective = DOMPointInit.w;`

See also: https://developer.mozilla.org/en-US/docs/Web/API/DOMPointInit/w

Property.

The `web.dom.DOMPointInit` dictionary's w property is used to
the w perspective value of a point in space when either creating
serializing to JSON a `web.dom.DOMPoint` or `web.dom.DOMPointReadOnly`

`var DOMPointInit = {
w: wPerspective
};

DOMPointInit.w = wPerspective;

var wPerspective = DOMPointInit.w;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/DOMPointInit/w`
sourceraw docstring

xcljs

(x this)

Property.

The web.dom.DOMPointInit dictionary's x property is used to the x component of a point in 2D or 3D space when either creating serializing a web.dom.DOMPoint or web.dom.DOMPointReadOnly.

`var DOMPointInit = { x: xPos };

DOMPointInit.x = xPos;

var xPos = DOMPointInit.x;`

See also: https://developer.mozilla.org/en-US/docs/Web/API/DOMPointInit/x

Property.

The `web.dom.DOMPointInit` dictionary's x property is used to
the x component of a point in 2D or 3D space when either creating
serializing a `web.dom.DOMPoint` or `web.dom.DOMPointReadOnly`.

`var DOMPointInit = {
x: xPos
};

DOMPointInit.x = xPos;

var xPos = DOMPointInit.x;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/DOMPointInit/x`
sourceraw docstring

ycljs

(y this)

Property.

The web.dom.DOMPointInit dictionary's y property is used to the y-coordinate of a point in 2D or 3D space when either creating serializing to JSON a web.dom.DOMPoint or web.dom.DOMPointReadOnly

`var DOMPointInit = { y: yPos };

DOMPointInit.y = yPos;

var yPos = DOMPointInit.y;`

See also: https://developer.mozilla.org/en-US/docs/Web/API/DOMPointInit/y

Property.

The `web.dom.DOMPointInit` dictionary's y property is used to
the y-coordinate of a point in 2D or 3D space when either creating
serializing to JSON a `web.dom.DOMPoint` or `web.dom.DOMPointReadOnly`

`var DOMPointInit = {
y: yPos
};

DOMPointInit.y = yPos;

var yPos = DOMPointInit.y;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/DOMPointInit/y`
sourceraw docstring

zcljs

(z this)

Property.

The web.dom.DOMPointInit dictionary's z property is used to the z-coordinate of a point in 2D or 3D space when either creating serializing to JSON a web.dom.DOMPoint or web.dom.DOMPointReadOnly

`var DOMPointInit = { z: zPos };

DOMPointInit.z = zPos;

var zPos = DOMPointInit.z;`

See also: https://developer.mozilla.org/en-US/docs/Web/API/DOMPointInit/z

Property.

The `web.dom.DOMPointInit` dictionary's z property is used to
the z-coordinate of a point in 2D or 3D space when either creating
serializing to JSON a `web.dom.DOMPoint` or `web.dom.DOMPointReadOnly`

`var DOMPointInit = {
z: zPos
};

DOMPointInit.z = zPos;

var zPos = DOMPointInit.z;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/DOMPointInit/z`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close