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.
(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.
(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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close