Liking cljdoc? Tell your friends :D
ClojureScript only.

web.streams.LongRange

The LongRange dictionary is used to define a range of permitted values for a property, with either or both a maximum and minimum specified. The ConstrainLongRange dictionary is based on this, it to support exact and ideal values as well.

The LongRange dictionary is used to define a range of permitted
values for a property, with either or both a maximum and minimum
specified. The `ConstrainLongRange` dictionary is based on this,
it to support exact and ideal values as well.
raw docstring

maxcljs

(max this)

Property.

A numeric value in the range of signed 32-bit integers, specifying largest permissible value of the property it describes.

Property.

A numeric value in the range of signed 32-bit integers, specifying
largest permissible value of the property it describes.
sourceraw docstring

mincljs

(min this)

Property.

A numeric value in the range of signed 32-bit integers, specifying smallest permissible value of the property it describes.

Property.

A numeric value in the range of signed 32-bit integers, specifying
smallest permissible value of the property it describes.
sourceraw docstring

set-max!cljs

(set-max! this val)

Property.

A numeric value in the range of signed 32-bit integers, specifying largest permissible value of the property it describes.

Property.

A numeric value in the range of signed 32-bit integers, specifying
largest permissible value of the property it describes.
sourceraw docstring

set-min!cljs

(set-min! this val)

Property.

A numeric value in the range of signed 32-bit integers, specifying smallest permissible value of the property it describes.

Property.

A numeric value in the range of signed 32-bit integers, specifying
smallest permissible value of the property it describes.
sourceraw docstring

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

× close