Liking cljdoc? Tell your friends :D
ClojureScript only.

web.streams.DoubleRange

The DoubleRange dictionary is used to define a range of permitted floating-point values for a property, with either or both a maximum minimum value specified. The web.rtc.ConstrainDouble dictionary based on this, augmenting it to support exact and ideal values well.

The DoubleRange dictionary is used to define a range of permitted
floating-point values for a property, with either or both a maximum
minimum value specified. The `web.rtc.ConstrainDouble` dictionary
based on this, augmenting it to support exact and ideal values
well.
raw docstring

maxcljs

(max this)

Property.

A floating-point value specifying the largest permissible value the property it describes.

Property.

A floating-point value specifying the largest permissible value
the property it describes.
sourceraw docstring

mincljs

(min this)

Property.

A floating-point value specifying the smallest permissible value the property it describes.

Property.

A floating-point value specifying the smallest permissible value
the property it describes.
sourceraw docstring

set-max!cljs

(set-max! this val)

Property.

A floating-point value specifying the largest permissible value the property it describes.

Property.

A floating-point value specifying the largest permissible value
the property it describes.
sourceraw docstring

set-min!cljs

(set-min! this val)

Property.

A floating-point value specifying the smallest permissible value the property it describes.

Property.

A floating-point value specifying the smallest permissible value
the property it describes.
sourceraw docstring

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

× close