Skip to content

DOMPoint

Values

asDOMPointReadOnly

let asDOMPointReadOnly: WebAPI.DOM.domPoint => WebAPI.DOM.domPointReadOnly

fromPoint

let fromPoint: (
~other: WebAPI.DOM.domPointInit=?,
) => WebAPI.DOM.domPointReadOnly

fromPointD

let fromPointD: (~other: WebAPI.DOM.domPointInit=?) => WebAPI.DOM.domPoint

Parameters

option<WebAPI.DOM.domPointInit>

Return type

WebAPI.DOM.domPoint

make

let make: (
~x: float=?,
~y: float=?,
~z: float=?,
~w: float=?,
) => WebAPI.DOM.domPoint

Parameters

option<float>option<float>option<float>option<float>

Return type

WebAPI.DOM.domPoint

matrixTransform

let matrixTransform: (
WebAPI.DOM.domPoint,
~matrix: WebAPI.DOM.domMatrixInit=?,
) => WebAPI.DOM.domPoint

toJSON

let toJSON: WebAPI.DOM.domPoint => Dict.t<string>

Parameters

WebAPI.DOM.domPoint

Return type

Stdlib.Dict.t<string>