(boolean-env k)
(boolean-env k default)
Get current typed value of the property.
Get current typed value of the property.
(double-env k)
(double-env k default)
Get current typed value of the property.
Get current typed value of the property.
(env k)
(env k default)
Get current typed value of the property.
Get current typed value of the property.
(float-env k)
(float-env k default)
Get current typed value of the property.
Get current typed value of the property.
(int-env k)
(int-env k default)
Get current typed value of the property.
Get current typed value of the property.
(long-env k)
(long-env k default)
Get current typed value of the property.
Get current typed value of the property.
(on-boolean-env k cb)
Add the callback to be triggered when the value of the property is changed.
Add the callback to be triggered when the value of the property is changed.
(on-double-env k cb)
Add the callback to be triggered when the value of the property is changed.
Add the callback to be triggered when the value of the property is changed.
(on-env k cb)
Add the callback to be triggered when the value of the property is changed.
Add the callback to be triggered when the value of the property is changed.
(on-float-env k cb)
Add the callback to be triggered when the value of the property is changed.
Add the callback to be triggered when the value of the property is changed.
(on-int-env k cb)
Add the callback to be triggered when the value of the property is changed.
Add the callback to be triggered when the value of the property is changed.
(on-long-env k cb)
Add the callback to be triggered when the value of the property is changed.
Add the callback to be triggered when the value of the property is changed.
(on-string-env k cb)
Add the callback to be triggered when the value of the property is changed.
Add the callback to be triggered when the value of the property is changed.
(string-env k)
(string-env k default)
Get current typed value of the property.
Get current typed value of the property.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close