Skip to content

DOMPointReadOnly

Values

fromPoint

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

make

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

Parameters

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

Return type

WebAPI.DOM.domPointReadOnly

matrixTransform

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

toJSON

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

Parameters

WebAPI.DOM.domPointReadOnly

Return type

Stdlib.Dict.t<string>